summaryrefslogtreecommitdiffstats
path: root/lib/private/group/manager.php
Commit message (Expand)AuthorAgeFilesLines
* Move \OC\Group to PSR-4Roeland Jago Douma2016-05-011-351/+0
* Make sure that the return value is an arrayJoas Schilling2016-03-071-1/+1
* Remove Scrutinizer Auto FixerLukas Reschke2016-03-011-1/+0
* Update author informationLukas Reschke2016-03-011-0/+3
* Fix more thingsJoas Schilling2016-02-191-0/+1
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2016-02-191-0/+3
* Solves #Roman Kreisel2016-01-211-0/+5
* allow apps to add an OCP GroupInterface backendJörn Friedrich Dreyer2016-01-141-2/+3
* Happy new year!Thomas Müller2016-01-121-2/+2
* Adjust PHPDoc as suggestedThomas Müller2015-11-201-1/+1
* Use mocks when testing isSharingDisabledForUserThomas Müller2015-11-191-0/+3
* Make sure that group names are strings not integersJoas Schilling2015-11-061-1/+3
* Update license headersLukas Reschke2015-10-261-1/+1
* New \OC\SubAdmin classRoeland Jago Douma2015-10-211-1/+18
* update license headers and authorsMorris Jobke2015-06-251-0/+3
* Use proper typeLukas Reschke2015-06-191-1/+1
* Do not return backends but add a method to check for oneJoas Schilling2015-06-161-3/+14
* Only sort by group name when LDAP is involvedJoas Schilling2015-06-161-0/+7
* Avoid php message "Invalid argument supplied for foreach()" - refs #15590Thomas Müller2015-04-141-2/+4
* Merge pull request #15169 from rullzer/fix_displayNamesInGroupMorris Jobke2015-03-301-1/+1
|\
| * When searching for displayname then search for displaynameRoeland Jago Douma2015-03-241-1/+1
* | Update license headersJenkins for ownCloud2015-03-261-5/+25
|/
* Revert "Updating license headers"Morris Jobke2015-02-261-25/+6
* Clear the local cache when we clear the backendsJoas Schilling2015-02-251-0/+1
* Merge pull request #13829 from owncloud/appmanager-listVincent Petry2015-02-231-10/+1
|\
| * better user group cachingRobin Appelman2015-02-171-10/+1
* | Updating license headersJenkins for ownCloud2015-02-231-6/+25
|/
* add isAdmin and isInGroup methods for the group managerBernhard Posselt2014-12-171-2/+28
* Move OC_GROUP_BACKEND_* constants to OC_Group_Backend classJoas Schilling2014-11-271-1/+1
* 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