Commit Graph

28 Commits (2c427f050e2bc263b5c4c2faabf73e3993f1d29d)

Author SHA1 Message Date
Robin Appelman 4131b205d4 fix some more phpdoc 13 years ago
Thomas Mueller 3829460ab8 adding space between) and { 13 years ago
Michael Gapczynski a1c88a3e39 Add search, limit, offset parameters to usersInGroups() 13 years ago
Michael Gapczynski 874f31b8d7 Make getting all users and groups the default 13 years ago
Michael Gapczynski 8d1eb674ec Add search, limit, and offset parameters to getUsers() and getGroups() 13 years ago
Michael Gapczynski 3533f43d12 Implement groupExists in group database backend 13 years ago
Michael Gapczynski 8d56c42fde Add search and limit to getGroups search in groupExists implementation 13 years ago
jfd ede464f058 escape all identifiers with backticks 13 years ago
Michael Gapczynski 2f1a990cad Add search, limit, and offset parameters to getUsers() and getGroups() 13 years ago
Arthur Schiwon eefe6882f9 method not used externally, thus not needed in interface 13 years ago
Arthur Schiwon e499bc37c8 define an interface for the Group Backend 13 years ago
Robin Appelman d393638cc8 forgot to make one function abstract 13 years ago
Robin Appelman c9be9ab251 remove unused variables 13 years ago
Arthur Schiwon 7621559d00 make groups not static, fixes oc-919 13 years ago
Frank Karlitschek a945fa10a6 update copyright 13 years ago
Bart Visscher e77ba0280a Implement default functions in OC_Group backend 13 years ago
Robin Appelman fa97c59f95 fix group backend 13 years ago
Bart Visscher 68b1ae1a36 OC_Group_Backend.php misses function groupexists 13 years ago
Robin Appelman 1d8fdf52d5 allow multiply group backends 13 years ago
Robin Appelman 9dcf29ff51 fix bug in group mangement 13 years ago
Robin Appelman 0714e83a8e fix creating groups 14 years ago
Robin Appelman 8c7aa06088 dont use numRows when it's not needed since it can be expensive 14 years ago
Robin Appelman 5e3ecbbf96 dont use numRows when it's not needed since it can be expensive 14 years ago
Robin Appelman bfd72501a1 add OC_Group::usersInGroup() to get a list of all users in a group 14 years ago
Jakob Sack bafd684eb6 Renaming classes :-) 14 years ago
Jakob Sack f5c0dbd947 Use autoload 14 years ago