summaryrefslogtreecommitdiffstats
path: root/lib/private/group/group.php
Commit message (Expand)AuthorAgeFilesLines
* Revert "Updating license headers"Morris Jobke2015-02-261-23/+6
* Updating license headersJenkins for ownCloud2015-02-231-6/+23
* Add REST route for user & group managementLukas Reschke2014-12-081-0/+5
* Move OC_GROUP_BACKEND_* constants to OC_Group_Backend classJoas Schilling2014-11-271-4/+4
* Add group management to the public apiRobin Appelman2014-07-161-1/+3
* make search parameter optional, which is already the case in the medthod it i...Arthur Schiwon2014-06-021-1/+1
* Remove all occurences of @brief and @returns from PHPDocMorris Jobke2014-05-191-1/+1
* Squash 'a | b' into 'a|b', in /libRobin McCorkell2014-05-131-2/+2
* Group Database backend must not gather user details itself but ask userArthur Schiwon2014-04-281-5/+1
* Remove limit and offset manipulation when getting users or groups, because it...Arthur Schiwon2014-04-151-12/+0
* ask implementsAction instead of checking method_exists for easier testingArthur Schiwon2014-04-081-1/+1
* add optional countUsersInGroup method to group backendsArthur Schiwon2014-04-081-0/+21
* remove unneeded ; in commentRobin Appelman2013-12-121-1/+1
* user Group->users as assosiative arrayRobin Appelman2013-12-111-5/+3
* cache the result from inGroupRobin Appelman2013-12-111-7/+20
* move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-301-0/+248