summaryrefslogtreecommitdiffstats
path: root/lib/private/group
Commit message (Expand)AuthorAgeFilesLines
* Revert "Merge pull request #8998 from macjohnny/master"Morris Jobke2014-06-121-12/+0
* Update manager.phpmacjohnny2014-06-121-1/+1
* Update manager.phpmacjohnny2014-06-121-0/+12
* make search parameter optional, which is already the case in the medthod it i...Arthur Schiwon2014-06-021-1/+1
* fix PHPDocArthur Schiwon2014-06-021-1/+1
* typoArthur Schiwon2014-06-021-2/+2
* small fixes / cleanupArthur Schiwon2014-06-021-2/+1
* add MetaData class for groupsArthur Schiwon2014-06-021-0/+189
* Remove all occurences of @brief and @returns from PHPDocMorris Jobke2014-05-197-40/+40
* Merge pull request #7363 from owncloud/optimize-startup-queriesMorris Jobke2014-05-191-8/+32
|\
| * Merge branch 'master' into optimize-startup-queriesBart Visscher2014-05-075-61/+75
| |\
| * | Also clear cached UserGroup when a user is added/removedBart Visscher2014-02-271-0/+12
| * | Clear the cached user groups when a group is deletedBart Visscher2014-02-271-3/+5
| * | Add more caching in the group managerBart Visscher2014-02-211-5/+15
* | | Fix PHPDoc and typosLukas Reschke2014-05-134-15/+27
* | | Fix all PHPDoc types and variable names, in /libRobin McCorkell2014-05-132-27/+27
* | | Squash 'a | b' into 'a|b', in /libRobin McCorkell2014-05-134-5/+5
* | | Fix @return array PHPDocs, in /libRobin McCorkell2014-05-136-16/+16
* | | Replace @returns with @return, in /libRobin McCorkell2014-05-132-17/+17
| |/ |/|
* | Group Database backend must not gather user details itself but ask userArthur Schiwon2014-04-284-51/+36
* | Remove limit and offset manipulation when getting users or groups, because it...Arthur Schiwon2014-04-152-18/+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-084-0/+47
|/
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2014-02-191-1/+1
* Fix test cases for group managerRobin Appelman2014-02-141-2/+2
* remove duplicate call to groupExistsRobin Appelman2014-02-141-6/+4
* 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-307-0/+1165