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 |
|
skeeter
|
dd2ff0d4b4
|
fixes to the exists function. This will now accept either an account_lid or an account_id. The preferred method is the account_lid.
|
2001-03-18 14:08:39 +00:00 |
|
jengo
|
4f6e553e15
|
Cleaned up exists(), it was looking for account_id which is shouldn't do
|
2001-03-18 13:35:53 +00:00 |
|
Miles Lott
|
15fcaf6bbb
|
Enhance exists() to not error due to empty $account_id
|
2001-03-18 03:34:56 +00:00 |
|
Miles Lott
|
7791256228
|
Modify create to modify an account if already in ldap, else add it
|
2001-03-14 18:54:30 +00:00 |
|
Miles Lott
|
9aefe9a58b
|
Make the delete function delete from ldap as well
|
2001-03-14 16:50:17 +00:00 |
|
skeeter
|
130a36248a
|
stronger type casting
|
2001-03-14 03:00:13 +00:00 |
|
Miles Lott
|
d3e54884f1
|
Make random uidnumber not create invalid uid ( <65536 )
|
2001-03-10 14:59:28 +00:00 |
|
Miles Lott
|
f7533ca3d0
|
Added create function - still needs work
|
2001-03-10 12:27:22 +00:00 |
|
Miles Lott
|
25f3b8f34c
|
Oops, move the phpgw_info above the class spec
|
2001-03-01 16:41:38 +00:00 |
|
Miles Lott
|
6b154b447e
|
Move global_denied_users list into accounts class, sql is an empty array
|
2001-03-01 16:20:48 +00:00 |
|
Miles Lott
|
a311f8bad1
|
Make get_list return allValues[0]["???][0] instead of using non incrementing $i
|
2001-03-01 15:32:52 +00:00 |
|
Miles Lott
|
ebace1a65f
|
Change insert into preferences to correct (new) table name
|
2001-03-01 03:01:06 +00:00 |
|
skeeter
|
99883c4bb0
|
improper default prefs
|
2001-02-22 05:35:53 +00:00 |
|
skeeter
|
26b4025092
|
guarantees returned id is int value
|
2001-02-18 23:26:53 +00:00 |
|
Lars Kneschke
|
ad3eecef15
|
updated my graphics class
|
2001-02-14 19:27:37 +00:00 |
|
jengo
|
f3e93891a9
|
Changed the preferences table to use the phpgw_ prefix
|
2001-02-13 19:30:18 +00:00 |
|
Miles Lott
|
5945a456e7
|
Formatting
|
2001-02-13 15:19:19 +00:00 |
|
Lars Kneschke
|
98213efd4e
|
get_list() is working now
|
2001-02-13 14:31:35 +00:00 |
|
Lars Kneschke
|
9ebb3bfaae
|
make password changing working from user admin pages
|
2001-02-12 21:13:09 +00:00 |
|
Lars Kneschke
|
6b787678ea
|
useradmin pages rewrite started
|
2001-02-11 03:07:43 +00:00 |
|
skeeter
|
2d96794df0
|
fixes for read_repository()
|
2001-02-10 03:58:12 +00:00 |
|
jengo
|
015a627b1e
|
Renamed the config table to phpgw_config
|
2001-02-08 19:34:14 +00:00 |
|
skeeter
|
18e2eaa767
|
minor fixes for memberships()
|
2001-02-08 03:25:22 +00:00 |
|
jengo
|
5f0c2433db
|
Returned cvs to how it was last night (with including the class.accounts.inc.php) file first
|
2001-02-06 20:13:06 +00:00 |
|
jengo
|
16cad5e0b4
|
Forgot to include the contructor
|
2001-02-06 13:24:33 +00:00 |
|
jengo
|
e219167262
|
Updated LDAP to the new class name
|
2001-02-06 13:21:07 +00:00 |
|
Lars Kneschke
|
2d4dedfbd5
|
new classes support
|
2001-02-06 12:36:02 +00:00 |
|
Lars Kneschke
|
f4c9533c37
|
the new accounts class
|
2001-02-05 22:31:18 +00:00 |
|
Lars Kneschke
|
a09fb881a4
|
working on the new accounts class
|
2001-02-05 21:56:23 +00:00 |
|
Lars Kneschke
|
2dbca7efea
|
building the new class
|
2001-02-05 21:26:40 +00:00 |
|
Lars Kneschke
|
f4fa3e15b3
|
move to seek3r definition
|
2001-02-05 21:05:24 +00:00 |
|
Lars Kneschke
|
f4faad636b
|
put all funtions from _sql into _ldap to make it working again
there are still other prob, but at least this class should wotk now
|
2001-02-05 18:38:43 +00:00 |
|
skeeter
|
94b6d81a37
|
minor fixes for reading group info
|
2001-02-04 20:29:18 +00:00 |
|
Lars Kneschke
|
8a3da8d252
|
make ldap working again
|
2001-02-04 11:17:58 +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 |
|
Lars Kneschke
|
1af442eb97
|
changed function names, to match the sql ones
|
2001-02-03 21:14:23 +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
|
50cf9c05ae
|
now handles the multi args in CreateObject()
|
2001-01-30 02:09:32 +00:00 |
|
Miles Lott
|
4ace69d421
|
Rename phpgw_fillarray to fill_user_array to match sql.
|
2001-01-28 13:31:44 +00:00 |
|
Miles Lott
|
6938a42803
|
Addin username/groupname conversion functions from sql.
|
2001-01-28 13:29:14 +00:00 |
|
skeeter
|
9c554ba6d9
|
cosmetic fixes
|
2001-01-23 12:01:55 +00:00 |
|
skeeter
|
abf8c3bcd9
|
implementation of applications class
|
2001-01-21 01:26:23 +00:00 |
|
skeeter
|
47a938e92a
|
small performance fixes
|
2001-01-19 13:16:00 +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 |
|