Miles Lott
|
830242391d
|
Update/add langs for config.php in admin and setup
|
2001-09-21 20:38:50 +00:00 |
|
Miles Lott
|
4ef07f8d67
|
Now using the same template files as the admin/config.php - only api/admin/prefs templates
are included, and all are saved in the config table as appname='phpgwapi'.
|
2001-09-21 20:14:04 +00:00 |
|
Lars Kneschke
|
3985fe231d
|
modified the ldap class, to know the type of account(u or g)
|
2001-09-18 17:55:36 +00:00 |
|
skeeter
|
e007771652
|
This should now clear out the ACL entries when deleting a user.
|
2001-09-18 03:57:42 +00:00 |
|
Miles Lott
|
344e9f8c53
|
Remove superfluous footer activity
|
2001-09-17 22:30:14 +00:00 |
|
Miles Lott
|
b9d860f9c2
|
no longer needed
|
2001-09-16 18:11:03 +00:00 |
|
Miles Lott
|
477991e9f4
|
Add additional config to show currentapp and api upgrade status
|
2001-09-16 15:09:52 +00:00 |
|
Miles Lott
|
e2f46ea462
|
Make admin use this; Fix add
|
2001-09-14 19:53:24 +00:00 |
|
Miles Lott
|
51e8a50170
|
Converting to 3layer
|
2001-09-14 19:45:06 +00:00 |
|
Miles Lott
|
d3cc0b59f3
|
more fixes for GLOBALS
|
2001-09-12 16:53:51 +00:00 |
|
Miles Lott
|
37122a1fa7
|
add globals to work with setup
|
2001-09-12 16:49:23 +00:00 |
|
jengo
|
e191362086
|
phpinfo() will now pop-up in a javascript window, the old method made things look very bad
|
2001-09-12 00:07:49 +00:00 |
|
Miles Lott
|
6d61de65ed
|
Updated file from Guillaume Courtois <guigui@gugux.net>
|
2001-09-08 13:02:12 +00:00 |
|
Miles Lott
|
4ace9f98b2
|
Silence an error if user is not a member of a group
|
2001-09-08 06:23:50 +00:00 |
|
Miles Lott
|
f6d2f9738f
|
Add never expires checkbox
|
2001-09-08 06:20:39 +00:00 |
|
Miles Lott
|
a7d2c1f0f5
|
Add never expires checkbox, since default date is now valid; Fixes to verify status is unsettable;
|
2001-09-08 06:18:43 +00:00 |
|
Miles Lott
|
71b16171cf
|
Default expires now one week from today, instead of 12-31-1969
|
2001-09-08 05:12:36 +00:00 |
|
Miles Lott
|
9973835b36
|
Update this form to match the other
|
2001-09-08 04:52:17 +00:00 |
|
skeeter
|
7861ad6363
|
Fix for editing a group. Was passing an invalid account_id for the group_id.
|
2001-09-05 22:39:27 +00:00 |
|
jengo
|
c5e7b0fb14
|
Removed some uneeded debug code from my last fix
|
2001-09-05 14:37:00 +00:00 |
|
Miles Lott
|
b64dbe3d4d
|
php3 array fix
|
2001-09-05 11:05:55 +00:00 |
|
jengo
|
b61103718f
|
Fixed logs not showing the current timestamp
|
2001-09-05 03:42:40 +00:00 |
|
Miles Lott
|
86496398e7
|
Place a default of none into security display
|
2001-09-05 02:54:03 +00:00 |
|
Miles Lott
|
fbad639a7a
|
Forgot to post the updated templates
|
2001-09-05 02:53:18 +00:00 |
|
jengo
|
af907736ed
|
- Moved kill session over to 3 tier design
- Added ACL checks to current sessions
|
2001-09-05 02:13:27 +00:00 |
|
bettina
|
3051d1645d
|
update langs
|
2001-09-05 01:49:28 +00:00 |
|
Miles Lott
|
8c8157235d
|
No longer needed
|
2001-09-04 19:50:43 +00:00 |
|
Miles Lott
|
7ba1d94b8d
|
Made servers admin 3-layer
|
2001-09-04 19:50:14 +00:00 |
|
jengo
|
32a1526890
|
- Groups and accounts now fully check ACL rights for each section
- Admins can only grant as much access as they already have
- Removed Header() calls and replaced them with direct ui calls
|
2001-09-04 04:26:51 +00:00 |
|
Miles Lott
|
06ca22562c
|
Two php3 array fixes
|
2001-09-04 03:34:02 +00:00 |
|
skeeter
|
1e52451e2e
|
Never added the Id tage for cvs info in the files.
|
2001-09-04 03:29:36 +00:00 |
|
skeeter
|
deb2991868
|
These changes go along with the LDAP changes.
|
2001-09-04 03:13:28 +00:00 |
|
jengo
|
8c5a988f0f
|
No longer needed
|
2001-09-04 01:25:03 +00:00 |
|
jengo
|
8b483a14a4
|
Removed some commented out code
|
2001-09-04 01:18:35 +00:00 |
|
jengo
|
583c8d7c6c
|
Added new ACL Manager, currently only user accounts is using it
|
2001-09-04 01:17:40 +00:00 |
|
jengo
|
0b5c0c040a
|
Added new ACL Manager, currently only user accounts is using it
|
2001-09-04 01:12:13 +00:00 |
|
skeeter
|
7e6c8e5ab4
|
Added the group suport to this class.
|
2001-09-03 02:58:25 +00:00 |
|
Miles Lott
|
d0c4053077
|
Using GLOBALS
|
2001-09-02 14:54:03 +00:00 |
|
Miles Lott
|
4004b60c84
|
Send intval of account_id to accounts class so that get_account_id will work
as expected
|
2001-09-02 13:51:24 +00:00 |
|
Miles Lott
|
15fb31980d
|
php3 array fix
|
2001-09-02 12:44:02 +00:00 |
|
skeeter
|
386f8a755a
|
Missed a GLOBALS.
|
2001-09-02 07:30:46 +00:00 |
|
skeeter
|
cc1f20a340
|
Added list_group() and edit_group(). Still need to do add_group() and delete_group().
|
2001-09-02 07:30:25 +00:00 |
|
Miles Lott
|
cc10a86411
|
temporary undo of groups link
|
2001-09-02 00:39:42 +00:00 |
|
skeeter
|
df1d4a732c
|
Did a little cleaning on the access_history class. Using GLOBALS now and fits in the the accounts class in admin.
|
2001-09-01 23:40:28 +00:00 |
|
skeeter
|
2df316073d
|
This changes the user accounts over to an n-tier layout. Still needing to add the group accounts into these classes.
|
2001-09-01 23:32:40 +00:00 |
|
Miles Lott
|
aedcd42f81
|
Add new default group config used for auto_add()
|
2001-08-31 22:30:47 +00:00 |
|
Miles Lott
|
72628a8880
|
temporary(?) fix to ensure certain old core apps still work, since their
configs are (still) api
|
2001-08-30 19:30:57 +00:00 |
|
Lars Kneschke
|
7b043d76b1
|
removed 2 unneeded funtions
|
2001-08-28 22:00:05 +00:00 |
|
Lars Kneschke
|
edc3121ba8
|
removed a unneeded file
|
2001-08-28 21:58:26 +00:00 |
|
Lars Kneschke
|
8d7ba95ea6
|
created a class to create the left menu for plugins
changed the code for editaccount and viewaccount
|
2001-08-28 21:50:10 +00:00 |
|