Commit Graph

96 Commits

Author SHA1 Message Date
skeeter
111a3f1e2f removed extraneous parameter 2001-03-20 04:46:40 +00:00
skeeter
4b31a3a93b fix in get_grants() if the user is by some unknown reason, not associated to a group 2001-03-19 20:50:46 +00:00
skeeter
4199aceffc mistype the name of the new function get_account_id() 2001-03-19 20:37:09 +00:00
skeeter
b9da94fd2e New function get_account_id(). This will take either an account_id # as either an integer or a string and return a true intval(account_id) or take a string of a users lid and return the account_id as an integer 2001-03-19 20:25:04 +00:00
themaniac
a2e2ed23f3 incline docs; alot of this needs to be looked at 2001-03-19 03:16:56 +00:00
skeeter
ecb54c6800 I'm thinking this is the way it should be. Resetting the variable with each iteration through for the individual records. 2001-03-18 18:31:17 +00:00
skeeter
79639009d9 something I was playing with.. 2001-03-18 17:20:45 +00:00
skeeter
94f59cfde8 Trying to determine if variables are getting their types messed up. 2001-03-18 16:29:05 +00:00
themaniac
2b4a766474 beginnings of inline documentaion 2001-03-13 04:27:22 +00:00
jengo
d879bf8c96 Fixed PHP warning 2001-03-12 12:01:56 +00:00
skeeter
716b8fe6ee new acl function to grab apps enabled for user and groups associated to 2001-03-11 22:38:19 +00:00
jengo
b733042a9a Remove un-needed variable in acl add 2001-02-21 03:02:20 +00:00
jengo
385a94f09e Started working on getting the admin account sections to work again 2001-02-20 14:06:32 +00:00
skeeter
2d8260f332 minor cosmetics 2001-02-18 22:30:16 +00:00
seek3r
d80f6a4e79 working toward app install/upgrdae within setup prog 2001-02-13 10:53:18 +00:00
skeeter
5de5b936ab readjust grantor record layout 2001-02-13 01:00:16 +00:00
skeeter
b84e51fc39 fix for get_grants working with group access 2001-02-12 04:59:10 +00:00
skeeter
7551afd156 new function get_grants() - who grants rights to an app 2001-02-11 19:07:56 +00:00
skeeter
ac1eac623f can now edit group info 2001-02-08 06:05:39 +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
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
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
d902c27d85 some changes for ldap support 2001-02-04 10:26:15 +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
skeeter
2bd2c994b7 edit/new accounts works with new acl/applications and w/o warnings 2001-02-02 12:28:39 +00:00
skeeter
e77271dde8 now completely acl based 2001-02-01 04:02:01 +00:00
bettina
e60c1fc07d commented out line 102 2001-01-31 18:42:45 +00:00
skeeter
b1cf1322a6 preps for editgroup/newgroup and calendar 2001-01-31 05:51:52 +00:00
seek3r
52796590bf trying to get code ready for admin pages 2001-01-30 10:46:09 +00:00
seek3r
3509042d9b moved code so that group memberships are based on ACL entries 2001-01-30 10:11:34 +00:00
skeeter
1222384e5d various little cleanups 2001-01-30 02:12: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
9b8a1cd8f7 fixed get_app_list_for_id and get_location_list_for_id so that they return on the entries for the specified user or group. As would be expected. 2001-01-28 01:37:34 +00:00
seek3r
e9c319813d fixd 2001-01-27 04:07:29 +00:00
seek3r
14399c60c4 went full blown with app assignments via ACL. Still need to do teh admin pages tho 2001-01-26 11:58:00 +00:00
skeeter
77e137a1c1 fixes for removing user grants 2001-01-25 17:58:08 +00:00
seek3r
435a794d5e fixed some various issues with acl 2001-01-25 01:30:39 +00:00
skeeter
8a23de20ea changed around the check function a little 2001-01-24 03:21:16 +00:00
skeeter
ebff5e1d61 minor fixes in view_app_list 2001-01-22 19:26:43 +00:00
seek3r
36acf4e5c6 cleaned up skeeter app rights via ACL implmentation 2001-01-22 10:35:31 +00:00
skeeter
76ba0c8b53 removed trailing ) from delete 2001-01-21 23:20:30 +00:00
jengo
31f38a5d8e Fixed a few problems with the result objects 2001-01-19 23:45:37 +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
e97ef24062 switching to the new Object factory method 2001-01-11 09:52:33 +00:00