Commit Graph

4295 Commits

Author SHA1 Message Date
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
bettina
c2b4a12250 update langs 2001-09-05 01:38:56 +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
skeeter
6bb9cd937d This holiday looks good for Ireland. 2001-09-04 05:56:10 +00:00
skeeter
be3fcc8a7c No longer needed. 2001-09-04 05:43:17 +00:00
Miles Lott
e247562fc7 oops! deleted $start global here somehow 2001-09-04 05:28:24 +00:00
Miles Lott
95a522f501 Comment out the last bit of code, since it causes a php3 error 2001-09-04 04:58:12 +00:00
Miles Lott
43c93130e8 Don't set included_classes to true until after the file is actually included 2001-09-04 04:52:47 +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
skeeter
276153be84 Might fix a problem where is not an object. 2001-09-04 04:01:12 +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
0732fd541e Starting to add support for displaying a list of alarms. 2001-09-04 03:17:49 +00:00
skeeter
4976ec2f54 Fixes for the caching of account_id's. 2001-09-04 03:15:03 +00:00
skeeter
3856821e6a A few changes for the navbar. 2001-09-04 03:14:16 +00:00
skeeter
deb2991868 These changes go along with the LDAP changes. 2001-09-04 03:13:28 +00:00
skeeter
dcbcdd88ce Made a few changes to the accounts LDAP storage processing. 2001-09-04 03:12:23 +00:00
skeeter
950e46b5f8 No longer needed. 2001-09-04 01:38:07 +00:00
skeeter
bb1a0f8c8c No longer needed. 2001-09-04 01:26:55 +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
jengo
ac6cb8b252 Removed config options that have been moved to forced preferences 2001-09-03 23:35:38 +00:00
jengo
969e39dff0 Fixed the table header 2001-09-03 23:18:47 +00:00
jengo
c1ebab8a82 Added no permission checking for special calls to hooks (mainly for admin and preferences) 2001-09-03 23:02:36 +00:00
jengo
3c633fcbc1 Cleaned up the preferences section, its now split into seperate sections (using tabs) for admins. User, default and forced 2001-09-03 23:01:42 +00:00
Miles Lott
4234adb5df Fix for edit that was saving owner also as an extra field, making the record
not viewable anymore; more use of GLOBALS
2001-09-03 12:00:38 +00:00
Miles Lott
5ec4407928 Fix for incorrect lang 2001-09-03 10:53:19 +00:00
skeeter
370818fa8e Cleanups of warnings. 2001-09-03 09:51:27 +00:00
skeeter
a1d8939e82 Fix for the compare of version function. Was not properly setting testb vars. 2001-09-03 09:50:40 +00:00
skeeter
bf7156a0ef Missed some GLOBALS before. 2001-09-03 09:49:03 +00:00
skeeter
e5b4517469 More checking for caching. 2001-09-03 09:48:32 +00:00
skeeter
81dfa789c0 Small changes. Added the caching back into id2name and did a little more checking for use of caching. 2001-09-03 09:47:47 +00:00
skeeter
4fdb437dc2 Cleanup for a warning message. 2001-09-03 09:44:30 +00:00
Miles Lott
9b8169d0e2 Fix for preprocessor weirdness in php3, constant must defined prior to a function
definition that will use it (in parsing order)
2001-09-03 04:45:28 +00:00
Miles Lott
2460cbbf09 GLOBALize log message call 2001-09-03 04:13:52 +00:00
Miles Lott
8dd5db4d01 Swap old/new update_lastlogin() 2001-09-03 03:56:12 +00:00
Miles Lott
8911a39448 php3 array fixes in baseline, remove double global in 1st update function 2001-09-03 03:31:13 +00:00
Miles Lott
e3c937326d Fix (?) gettype and name2id/id2name - group/user confusion still possible... 2001-09-03 03:21:50 +00:00
Miles Lott
41c87c6cff using GLOBALS, also helps php3 compat 2001-09-03 03:20:48 +00:00
skeeter
7e6c8e5ab4 Added the group suport to this class. 2001-09-03 02:58:25 +00:00
Miles Lott
0d89f77db7 Now renamed to be current ldap accounts class 2001-09-03 02:18:23 +00:00
Miles Lott
35781b842a MAJOR: changing to new ldap accounts class, _old is the old file 2001-09-03 02:17:10 +00:00
Miles Lott
f637bdc11f Add denied groups and users 2001-09-03 02:05:03 +00:00
bettina
cd4828bf09 added function to convert array to string plus ability to include arrays as extravar to the show_sort_order function 2001-09-02 18:37:38 +00:00