summaryrefslogtreecommitdiffstats
path: root/lib/group
Commit message (Expand)AuthorAgeFilesLines
* consolidate validity check for users in group classArthur Schiwon2013-08-261-23/+24
* no assoc index here, makes tests pass againArthur Schiwon2013-08-191-1/+1
* return only existing users in groupArthur Schiwon2013-08-191-3/+12
* Fix group id naming fid->gidBart Visscher2013-07-241-1/+1
* group: only pass backends that hold that specific group to the group constructorRobin Appelman2013-07-182-2/+8
* reneme id to gidRobin Appelman2013-07-101-15/+15
* more consistent namingRobin Appelman2013-07-101-4/+4
* consistent namingRobin Appelman2013-07-101-6/+6
* search parameter is not optionalRobin Appelman2013-07-101-2/+2
* more consitency in hook namesRobin Appelman2013-07-102-9/+9
* cant use private members from closure in php <5.4Robin Appelman2013-07-101-3/+3
* update group managementRobin Appelman2013-07-102-0/+401
* make getDisplayNames optional feature for Group Backends, fall back to intern...Arthur Schiwon2013-03-051-0/+2
* Fix #2074 by initializing as an arrayMichael Gapczynski2013-03-042-7/+7
* Whitespace fixesBart Visscher2013-02-222-33/+33
* bug fix for issue 1739, two changes included:Qingping Hou2013-02-181-1/+1
* Style-fix: Breakup long linesBart Visscher2013-02-141-2/+9
* remove some left over commentsBjörn Schießle2013-01-311-9/+2
* implement DisplayNamesInGroup for database back-endBjörn Schießle2013-01-282-1/+29
* get all display names from users in a given groupBjörn Schießle2013-01-251-0/+18
* Checkstyle: many fixesFelix Moeller2012-11-022-6/+6
* fix some more phpdocRobin Appelman2012-09-233-40/+61
* adding space between) and {Thomas Mueller2012-09-073-31/+31
* Merge branch 'master' of git://gitorious.org/owncloud/owncloud into oracle-su...Jörn Friedrich Dreyer2012-08-255-70/+198
|\
| * Merge branch 'master' into share_apiMichael Gapczynski2012-08-145-16/+25
| |\
| | * Add search, limit, offset parameters to usersInGroups()Michael Gapczynski2012-08-115-10/+14
| | * Make getting all users and groups the defaultMichael Gapczynski2012-08-115-6/+10
| | * Add search, limit, and offset parameters to getUsers() and getGroups()Michael Gapczynski2012-08-113-9/+7
| * | Implement groupExists in group database backendMichael Gapczynski2012-08-071-0/+14
| * | Add search and limit to getGroups search in groupExists implementationMichael Gapczynski2012-08-071-1/+1
| * | Add search, limit, and offset parameters to getUsers() and getGroups()Michael Gapczynski2012-07-303-9/+7
| |/
| * method not used externally, thus not needed in interfaceArthur Schiwon2012-07-251-10/+0
| * define an interface for the Group BackendArthur Schiwon2012-07-252-1/+87
| * forgot to make one function abstractRobin Appelman2012-07-201-1/+1
| * remove unused variablesRobin Appelman2012-07-203-13/+13
| * make groups not static, fixes oc-919Arthur Schiwon2012-06-052-17/+17
| * Merge branch 'unstable'Bart Visscher2012-06-042-13/+52
| |\
| | * Implement default functions in OC_Group backendBart Visscher2012-05-102-13/+52
| * | update copyrightFrank Karlitschek2012-05-264-4/+4
| |/
* / escape all identifiers with backticksjfd2012-07-311-10/+10
|/
* fix group backendRobin Appelman2012-04-161-1/+1
* OC_Group_Backend.php misses function groupexistsBart Visscher2012-04-151-0/+12
* allow multiply group backendsRobin Appelman2012-04-134-69/+315
* fix bug in group mangementRobin Appelman2012-02-241-1/+1
* fix creating groupsRobin Appelman2011-09-181-2/+2
* dont use numRows when it's not needed since it can be expensiveRobin Appelman2011-09-171-1/+1
* add OC_Group::usersInGroup() to get a list of all users in a groupRobin Appelman2011-08-112-4/+24
* Renaming classes :-)Jakob Sack2011-07-292-2/+2
* Use autoloadJakob Sack2011-07-272-0/+273