Commit Graph

207 Commits

Author SHA1 Message Date
Ralf Becker
f32c6a2e23 Changed login to use only one template with and without domain-selectbox. As everything is identical, but that one box. 2003-10-15 12:55:48 +00:00
shrykedude
89e281008c fixed error message display to be HTML 4.01 compliant 2003-10-05 05:55:36 +00:00
Ralf Becker
fd2d96d063 1) implemented a share system-charset, which can be different from the charset of the lang-files
2) moved sql-specific part of setup_translation to translation_sql
3) TO-DO: get the translation-tools working in this setting
2003-10-05 02:06:11 +00:00
Ralf Becker
d47f0e7739 move the lang-autoload into the translation_sql class 2003-10-04 13:36:11 +00:00
Ralf Becker
060311ab7d fixed prob with login-scree-message and no cookie 2003-09-23 21:26:58 +00:00
Lars Kneschke
719ebac10c detect user language 2003-09-18 05:06:03 +00:00
Lars Kneschke
c80df96eca detect users first language 2003-09-18 05:04:06 +00:00
Ralf Becker
582faaec62 - loginscreen-message defaults now to the 'en' one if the lang-specific one is not set
- fixed login.php to show translated messages again
2003-09-15 08:41:57 +00:00
Ralf Becker
4159fa6be6 use common::image to find the logo now 2003-09-15 08:10:53 +00:00
Ralf Becker
f76c6eedd7 make the phpgw Version-0_9_16-branch HEAD 2003-08-28 14:16:30 +00:00
Ralf Becker
6e69545b4b added config-switch to disable autoload of langfiles
plus daves fix for register_globals off
2003-08-10 10:11:43 +00:00
ceb
298c0d03ae fix 2003-06-17 13:23:42 +00:00
Ralf Becker
fca4944ab3 imported kneckes fix in .16 (dont show a single @) 2003-05-29 07:49:12 +00:00
Ralf Becker
cce3d68984 http-auth fix - thanks ManxPower 2003-05-24 11:54:24 +00:00
Ralf Becker
a09ccfb730 merged sesson-functions for .16, incl. the brute-force stuffe and cacheing the data from other session in the appsession
fixed multidomain logins for register_globals off
2003-05-18 19:18:58 +00:00
Ralf Becker
02033b80c8 removed a debug output, thanks to sigurdne 2003-04-01 09:58:47 +00:00
Ralf Becker
a0925f7505 2 changes:
- newer lang-files get now installed automaticaly when a user log's in
- Czech is added to the supported lang's
==> phpgwapi version updated to 0.9.14.002

fixed multidomain-select-box
2003-03-22 01:33:24 +00:00
ceb
b4e4be334b update xslt 2002-10-26 00:33:22 +00:00
ceb
b9f2dba2b3 update xslt 2002-10-25 22:34:04 +00:00
ceb
d94b0a9ffe update to use xslt *** HEAD IS CURRENTLY BROKEN *** 2002-10-25 03:04:28 +00:00
ceb
fed918c353 update msgbox 2002-10-20 00:34:12 +00:00
ceb
4dcc52af4c added theme_selection 2002-10-19 20:44:40 +00:00
ceb
e72d00ace1 update 2002-10-19 14:33:32 +00:00
ceb
9841ed6250 ported login to use xslt tpls and css 2002-10-18 21:45:46 +00:00
ceb
f06877a2ac update msgbox to use xslt 2002-10-18 00:21:54 +00:00
ceb
5490271c27 fix for apache2 2002-10-15 00:11:16 +00:00
Miles Lott
c60fbfd183 do not set cookies if not using cookies 2002-08-12 00:57:51 +00:00
seek3r
0e2e0f5446 fixed design to allow for backwards compatibility 2002-05-31 18:13:07 +00:00
seek3r
4004c9a4e1 updated so that login page will destroy frames, cleaned up various other issues like better lang support in msgbox, now langs trailing char can be turned off. several other improvements 2002-05-31 08:29:19 +00:00
seek3r
4a2729a720 massive and sweeping change to the link() function, the way the app loads up, to a single templates class instance, to a new template set structure which automaticly handles frames support. We will have much cleanup to do to get apps working again and have them following the new guidelines 2002-05-30 09:47:09 +00:00
seek3r
de3fcb1c70 updated wit new msgbox 2002-05-27 08:22:12 +00:00
seek3r
0975a7736a auto-redirect to setup if missing header.inc.php 2002-02-17 08:07:38 +00:00
jengo
12615164e2 This should get rid of problems with passing $phpgw_info in the query string for good ... 2001-12-05 16:00:39 +00:00
Miles Lott
cae7b6a7ff globals 2001-11-23 21:04:06 +00:00
Ralf Becker
96689fbfca change to enable to login by hiting return after password
(as talked with seek3r)
2001-10-06 08:12:33 +00:00
jengo
1dc787e40d Started working on allowing md5 passwords to be sent from login.php 2001-10-02 05:38:35 +00:00
Miles Lott
37213f0c30 More adjustments to ensure login works with register_globals Off, also tested
on php3 and php4 with register_globals On.
2001-09-06 08:27:22 +00:00
Miles Lott
9d60e7f2ac Use correct version of the $login variable, we want the one functions.inc.php has touched 2001-08-23 03:48:28 +00:00
Miles Lott
dddf896338 Semi-major adjustement with the goal of removing the register_globals requirement;
Silence possible error if line# is not sent to errorlog class (often); This was
tested with the setting on again and seems to work
2001-08-21 18:34:56 +00:00
jengo
5865ab4694 - Fixed default app not working
- Removed some uneeded crap
2001-07-14 09:26:43 +00:00
jengo
148708750d Added template variable so people can use the registration app with a link to it 2001-07-01 12:57:39 +00:00
jengo
370f7f0cab Fixed parse error on PHP 4.0.0 2001-05-23 00:11:08 +00:00
jengo
11e95e9661 The header files now controls the template set to be used for login, applied some source formating, and minor code cleanup 2001-05-11 10:02:34 +00:00
Miles Lott
478a6fd4bf Remove some stray spaces 2001-05-01 09:15:40 +00:00
count
10d92835c1 some clarification 2001-04-25 22:25:35 +00:00
count
ccb4342e88 SQL + SSL Certificate authentication for Apache + mod_ssl
provides fallback for auth_sql authentication and expects certificate
chain verification by mod_ssl. See http://www.modssl.org/docs/2.8/ssl_howto.html#ToC6
2001-04-25 22:01:52 +00:00
skeeter
dff440505a This should now be compatible for NON-Latin charsets. 2001-03-27 18:31:07 +00:00
jengo
e06637e4b7 Possiale fix for link() 2001-03-09 01:03:32 +00:00
Miles Lott
8942b434a9 Adjust link call to new spec 2001-03-08 13:18:15 +00:00
jengo
7b3a8e038b Fixed lang support AGAIN! Also, reformated the file 2001-02-27 12:49:10 +00:00
skeeter
f883269cfc fix for http auth 2001-02-10 03:59:50 +00:00
seek3r
99256dc16c working on complete update of sessions class 2001-02-06 11:00:26 +00:00
Lars Kneschke
d902c27d85 some changes for ldap support 2001-02-04 10:26:15 +00:00
jengo
286b7327c3 Added urlencode() to values, becuase the title and url contains spaces and other odd charaters 2001-02-04 10:18:47 +00:00
jengo
349b11a41c Added support for forward directly to a app after login, this is so I can add the quik-mark(tm) support into bookmarks. Plus, things like anonymous sessions will be easier to support 2001-02-04 09:19:07 +00:00
seek3r
3ac75481c1 classes are in the newer format. Still some cleanup to do but the concept is at least in progress 2001-02-03 10:48:41 +00:00
seek3r
d3ed4a59ae Working on load order simplification. It still needs ALOT of work 2001-01-28 12:07:20 +00:00
seek3r
b98f5ee9be fixed formating and logo 2001-01-09 09:36:16 +00:00
skeeter
9fb40fb166 fix for preferences on login 2000-12-27 21:32:01 +00:00
seek3r
55b0109618 changed the format for the version flags so that each app can have their own app version dumped into the new array 2000-12-21 20:43:26 +00:00
seek3r
f795023f8f hopefully settled the directory structure once and for all 2000-12-21 09:16:30 +00:00
seek3r
e045c4236e added functions needed to detect template and image dirs 2000-12-19 18:14:22 +00:00
seek3r
806f94b4eb trying to add logou abiliyt when using http auth 2000-12-15 07:55:39 +00:00
seek3r
87a292bd3d fixed problem with http auth 2000-12-15 04:12:35 +00:00
seek3r
5292fe0456 added ability to auth based on http auth 2000-12-14 22:18:39 +00:00
jengo
51708877ee Fixed login screen message 2000-12-11 07:17:03 +00:00
jengo
10b42e8f4e Finished multiable domain code, it should now work. 2000-12-08 05:29:55 +00:00
jengo
1fa47ac057 Starting to add in the select box for multiable domains in login.php 2000-12-08 05:13:50 +00:00
pjw
2597b35749 changed Header(Location:) calls to $phpgw->redirect() and made login more iis friendly 2000-11-29 18:32:56 +00:00
jengo
0b8d5861d8 Forgot to remove the template include in login.php 2000-11-29 02:18:33 +00:00
jengo
f946d84475 Added in addslashes() and stripslashes() 2000-11-28 20:10:01 +00:00
jengo
9ab5005680 Added in optional login screen message that admins can set. Cleaned up mainscreen message and loginscreen message to allow support from differenet languagues
.  Fixed login.php not using multilang support
2000-11-28 19:54:10 +00:00
Lars Kneschke
1aba38fccf lastloginid is last_loginid 2000-11-23 20:25:58 +00:00
jengo
3c55f988ae Fixed the big cookie bug 2000-11-23 09:04:10 +00:00
seek3r
862bdd667b quick bug fix for testing 2000-11-23 07:45:16 +00:00
jengo
3824ee062b Tring to fix some php 3 problems 2000-11-21 18:57:25 +00:00
seek3r
7923911c31 quick fix for backward compatibility 2000-11-20 17:47:02 +00:00
Lars Kneschke
54373c38d0 soe german translations and ldap support for the login page 2000-11-16 21:51:01 +00:00
seek3r
066cc921b3 new disable by default policy should help performance 2000-11-16 07:40:37 +00:00
pjw
4ec6f6bc4f prepended header include with "./" for nt compat 2000-11-14 08:28:53 +00:00
skeeter
86bbd3697a cleanup of warnings 2000-11-09 19:37:45 +00:00
skeeter
5ce0456d47 cleanup of warnings 2000-11-09 13:21:36 +00:00
jengo
1a1f774680 Started cleaning up the templates 2000-11-07 20:37:02 +00:00
jengo
4466529bba Reenabled lang() on login screen 2000-11-06 10:19:37 +00:00
jengo
7d876fc749 Started working on multiable domain support 2000-10-31 14:02:21 +00:00
jengo
dd47d1b2c4 Created a new login screen ... 2000-10-30 06:16:39 +00:00
seek3r
438d01c4aa fixed problem with leaving cookies mode. 2000-10-05 07:11:49 +00:00
seek3r
d53ea39b93 fixed login page 2000-09-29 20:41:34 +00:00
seek3r
34d674b019 fixed login page 2000-09-29 20:33:27 +00:00
seek3r
9290785226 fixed login page 2000-09-29 20:28:46 +00:00
jengo
acfddd1d24 Cleaned up login.php a little 2000-09-27 08:13:23 +00:00
skeeter
f2ccf04753 Compatibility with NT 2000-09-23 01:19:40 +00:00
seek3r
ba68c71ebb moving to new translation system 2000-09-07 20:49:55 +00:00
seek3r
1f471d7588 cleaned up code 2000-09-06 15:55:58 +00:00
seek3r
081ad0be4b converted from phpgw_flags to phpgw_info[flags] 2000-09-05 18:36:13 +00:00
seek3r
533a3c495f minor fixes 2000-09-04 13:31:05 +00:00
jengo
941d05d15c Fixed a trailling / in kp3 2000-09-04 02:20:18 +00:00
jengo
ad1bddfcf7 A few small random changes 2000-09-03 23:22:14 +00:00
seek3r
56216eacd7 re-built the sessions class, and other connected classes, along with proper cookies support 2000-09-03 09:19:16 +00:00
seek3r
107ab95f3f re-built the sessions class, and other connected classes, along with proper cookies support 2000-09-03 09:15:37 +00:00
seek3r
bbae6feb7f re-built the sessions class, and other connected classes, along with proper cookies support 2000-09-03 08:53:11 +00:00
seek3r
8cb4dc8fba re-built the sessions class, and other connected classes 2000-09-03 07:56:11 +00:00
seek3r
4f96cb127f changed authentication system, and added LDAP authentication support 2000-08-28 08:10:30 +00:00
skeeter
e98124bfdb fixed misspelling of filesystem_separator 2000-08-26 20:12:01 +00:00
jengo
cc8f0658e6 logout.php is now working properly 2000-08-25 21:36:20 +00:00
jengo
3ef5c4b3f6 Started removing the old file systems separator and replacing with the new one 2000-08-24 21:21:21 +00:00
seek3r
fb03d1cbaa Initial revision 2000-08-18 03:24:22 +00:00