Commit Graph

131 Commits

Author SHA1 Message Date
skeeter
996f25f84e fix for pgsql and the "" 2001-02-11 15:16:49 +00:00
skeeter
a411f728ee cosmetics 2001-02-10 18:14:38 +00:00
jengo
d5e4f4b587 Added the session_action field, so admin can watch what users are working on. Just your basic big brother stuff ... 2001-02-10 15:14:14 +00:00
jengo
f6540f93c4 Fixed sessions not giving the users password back from appsessions and made all of references to time() work off a variable set at the begining of the function 2001-02-09 04:45:44 +00:00
jengo
617c270598 Possiable fix for cache not updating when submitting preferences 2001-02-08 05:41:05 +00:00
jengo
d61f3e5b4d Change the mcrypt encryption to use md5(sessionid . kp3 . static number) instead of just kp3 2001-02-08 05:39:39 +00:00
jengo
eac8fd0b93 The users password is now stored in a seperate entry in appsessions(), and fixed kp3 not working as it should. Since mcrypt is only accepting the first 32 charaters, passing extra data before kp3 was making it the same encrypted values every single time 2001-02-08 05:13:43 +00:00
jengo
fcb18dbb03 Caching the phpgw_info array is now a server option 2001-02-08 04:59:19 +00:00
jengo
29baf10107 The caching of the phpgw_info array now works on or off ... 2001-02-08 04:52:57 +00:00
jengo
2ebd03ec7d Started moving the cache for the phpgw_info array over to appsessions() .... some things aren't working correclty yet. mainly preferences 2001-02-08 04:42:44 +00:00
Lars Kneschke
a2355179a0 fixing parser errors 2001-02-07 22:25:57 +00:00
seek3r
1ba6eb78d2 Moving large chunks of code around so that the functions.inc.php file is the main file to getting data loaded into the phpgw_info array. Basicly functions is the file to follow to see whats being loaded and where. We will need to add a bunch of debugging flags throught this file so that debugging can be turned on and the path can easily be followed. 2001-02-07 20:22:17 +00:00
jengo
1054c949b4 Fixed session->update_session_info() should only be called if its for the current session 2001-02-07 15:27:19 +00:00
jengo
df7ef82a06 Fixed last login information not being updated 2001-02-07 13:19:09 +00:00
jengo
aaedec89bf Removed some no longer needed comments 2001-02-07 13:07:09 +00:00
jengo
e0b8a07f9c Fixed not being able to login and clean up a ton of code. It was a mess in there, things flow a little but better now. I still have some cleaning up to do 2001-02-06 13:18:51 +00:00
seek3r
7483d5a8f9 one more before I passout. I have yanked conversion of id, so now you need to pass account_id only 2001-02-06 12:06:17 +00:00
seek3r
f6430b723b need sleep, you guys are stuck with what I have so far 2001-02-06 11:58:39 +00:00
seek3r
99256dc16c working on complete update of sessions class 2001-02-06 11:00:26 +00:00
seek3r
3f44799099 I have things working to a point where the user can login. I still wil lhave to do MAJOR cleanup of session class and fix a few things in the acl that I commented out 2001-02-05 22:30:21 +00:00
Lars Kneschke
e4dda639c7 made ldap working again 2001-02-05 19:01:06 +00:00
jengo
f6adca46c7 Changed the accounts class to use the new smaller version of the phpgw_accounts table 2001-02-05 14:58:03 +00:00
Lars Kneschke
19a6c40768 removed debug output 2001-02-04 10:30:23 +00:00
Lars Kneschke
d902c27d85 some changes for ldap support 2001-02-04 10:26:15 +00:00
Lars Kneschke
33a24db25b first modifications to make ldap working again 2001-02-03 22:51:20 +00:00
seek3r
208adb1792 added first version of auto create accounts 2001-02-02 01:08:03 +00:00
seek3r
d3ed4a59ae Working on load order simplification. It still needs ALOT of work 2001-01-28 12:07:20 +00:00
seek3r
4e3e6c77cb fixed banners so that they are all uniform and complete 2001-01-16 13:52:32 +00:00
seek3r
fba1a92446 Put in new license details 2001-01-13 10:18:50 +00:00
seek3r
dbd8bbb072 moved crypto to use createobject 2001-01-11 19:41:38 +00:00
seek3r
e97ef24062 switching to the new Object factory method 2001-01-11 09:52:33 +00:00