summaryrefslogtreecommitdiffstats
path: root/lib/group/backend.php
Commit message (Expand)AuthorAgeFilesLines
* move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-301-157/+0
* 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-041-5/+5
* Whitespace fixesBart Visscher2013-02-221-17/+17
* implement DisplayNamesInGroup for database back-endBjörn Schießle2013-01-281-1/+1
* get all display names from users in a given groupBjörn Schießle2013-01-251-0/+18
* fix some more phpdocRobin Appelman2012-09-231-10/+17
* adding space between) and {Thomas Mueller2012-09-071-6/+6
* Merge branch 'master' into share_apiMichael Gapczynski2012-08-141-2/+3
|\
| * Add search, limit, offset parameters to usersInGroups()Michael Gapczynski2012-08-111-1/+1
| * Make getting all users and groups the defaultMichael Gapczynski2012-08-111-1/+1
| * Add search, limit, and offset parameters to getUsers() and getGroups()Michael Gapczynski2012-08-111-1/+1
* | 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-301-1/+1
|/
* define an interface for the Group BackendArthur Schiwon2012-07-251-1/+1
* make groups not static, fixes oc-919Arthur Schiwon2012-06-051-6/+6
* Merge branch 'unstable'Bart Visscher2012-06-041-13/+45
|\
| * Implement default functions in OC_Group backendBart Visscher2012-05-101-13/+45
* | update copyrightFrank Karlitschek2012-05-261-1/+1
|/
* 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-131-68/+51
* add OC_Group::usersInGroup() to get a list of all users in a groupRobin Appelman2011-08-111-0/+6
* Renaming classes :-)Jakob Sack2011-07-291-1/+1
* Use autoloadJakob Sack2011-07-271-0/+96