summaryrefslogtreecommitdiffstats
path: root/lib/private/group/manager.php
Commit message (Expand)AuthorAgeFilesLines
* make performance less bad. Still far from good, but at least it worksArthur Schiwon2014-10-171-3/+2
* with several backends, more than limit can be returnedArthur Schiwon2014-10-171-1/+1
* Merge pull request #9104 from macjohnny/macjohnny-drastic-ldap-speedupblizzz2014-10-171-5/+12
|\
| * modified caching mechanism in getUserGroupIdsmacjohnny2014-06-231-25/+6
| * clean up function getUserGroupIdsmacjohnny2014-06-231-7/+4
| * Update manager.phpmacjohnny2014-06-211-3/+11
| * Update manager.phpmacjohnny2014-06-191-2/+2
| * Update manager.phpmacjohnny2014-06-191-9/+25
| * Update manager.phpmacjohnny2014-06-191-0/+1
| * Update manager.phpmacjohnny2014-06-191-1/+2
| * Update manager.phpmacjohnny2014-06-191-1/+4
* | Merge pull request #9225 from voxsim/fix_displayNamesInGroupblizzz2014-09-221-11/+29
|\ \
| * | 1. remove sizeof($filteredUsers) > 0 as conditionvoxsim2014-09-181-2/+2
| * | add more logic in displayNamesInGroup for big user basesvoxsim2014-09-151-5/+16
| * | change logic in displayNamesInGroup and add some unit testsvoxsim2014-08-281-10/+17
| * | fix in displayNamesInGroup: when specified limit N, we did complex search onl...voxsim2014-06-261-1/+1
| |/
* | Merge pull request #10144 from owncloud/issue/9972Thomas Müller2014-08-061-1/+1
|\ \
| * | Fix getting group '0' from database backendJoas Schilling2014-08-041-1/+1
* | | Add group management to the public apiRobin Appelman2014-07-161-1/+2
| |/ |/|
* | drastic speedup for nested ldap groupsmacjohnny2014-06-131-0/+12
* | 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
|/
* Remove all occurences of @brief and @returns from PHPDocMorris Jobke2014-05-191-1/+1
* Merge pull request #7363 from owncloud/optimize-startup-queriesMorris Jobke2014-05-191-8/+32
|\
| * Merge branch 'master' into optimize-startup-queriesBart Visscher2014-05-071-6/+34
| |\
| * | 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
* | | Squash 'a | b' into 'a|b', in /libRobin McCorkell2014-05-131-1/+1
* | | Fix @return array PHPDocs, in /libRobin McCorkell2014-05-131-1/+1
| |/ |/|
* | Group Database backend must not gather user details itself but ask userArthur Schiwon2014-04-281-0/+34
* | Remove limit and offset manipulation when getting users or groups, because it...Arthur Schiwon2014-04-151-6/+0
|/
* Fix test cases for group managerRobin Appelman2014-02-141-2/+2
* remove duplicate call to groupExistsRobin Appelman2014-02-141-6/+4
* move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-301-0/+169