Michael Gapczynski
|
4c7fd8cd01
|
Merge branch 'master' into share_api
Conflicts:
lib/group.php
lib/group/backend.php
lib/group/database.php
lib/group/interface.php
lib/public/user.php
lib/user.php
lib/user/backend.php
lib/user/database.php
lib/user/interface.php
|
2012-08-14 10:22:13 -04:00 |
Michael Gapczynski
|
a1c88a3e39
|
Add search, limit, offset parameters to usersInGroups()
|
2012-08-11 16:25:28 -04:00 |
Michael Gapczynski
|
874f31b8d7
|
Make getting all users and groups the default
|
2012-08-11 16:25:27 -04:00 |
Michael Gapczynski
|
8d1eb674ec
|
Add search, limit, and offset parameters to getUsers() and getGroups()
|
2012-08-11 16:25:27 -04:00 |
Michael Gapczynski
|
3533f43d12
|
Implement groupExists in group database backend
|
2012-08-07 14:48:55 -04:00 |
Michael Gapczynski
|
2f1a990cad
|
Add search, limit, and offset parameters to getUsers() and getGroups()
|
2012-07-30 20:20:46 -04:00 |
Robin Appelman
|
c9be9ab251
|
remove unused variables
|
2012-07-20 18:56:18 +02:00 |
Arthur Schiwon
|
7621559d00
|
make groups not static, fixes oc-919
|
2012-06-05 14:02:13 +02:00 |
Frank Karlitschek
|
a945fa10a6
|
update copyright
|
2012-05-26 19:14:24 +02:00 |
Robin Appelman
|
1d8fdf52d5
|
allow multiply group backends
|
2012-04-13 01:59:05 +02:00 |
Robin Appelman
|
9dcf29ff51
|
fix bug in group mangement
|
2012-02-24 23:54:38 +01:00 |
Robin Appelman
|
0714e83a8e
|
fix creating groups
|
2011-09-18 13:35:27 +02:00 |
Robin Appelman
|
8c7aa06088
|
dont use numRows when it's not needed since it can be expensive
|
2011-09-17 02:49:40 +02:00 |
Robin Appelman
|
bfd72501a1
|
add OC_Group::usersInGroup() to get a list of all users in a group
|
2011-08-11 10:12:17 +02:00 |
Jakob Sack
|
bafd684eb6
|
Renaming classes :-)
|
2011-07-29 21:36:03 +02:00 |
Jakob Sack
|
f5c0dbd947
|
Use autoload
|
2011-07-27 19:07:28 +02:00 |