summaryrefslogtreecommitdiffstats
path: root/lib/private/Group/Manager.php
Commit message (Expand)AuthorAgeFilesLines
* revert public interface back to the original types, just cast them before pas...Robin Appelman2023-05-111-5/+5
* fix default values and type hints for GroupManager::searchRobin Appelman2023-05-111-2/+2
* Add group display name cacheAnna Larch2022-11-281-2/+15
* Migrate from ILogger to LoggerInterface in lib/privateCôme Chilliet2022-03-241-9/+3
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+1
* Fix types in the Group ManagerRoeland Jago Douma2021-03-031-5/+5
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-1/+1
* Add typed events for adding and removing a subadminMorris Jobke2020-10-281-1/+3
* dont get the group details if we only ask for the idRobin Appelman2020-05-071-21/+30
* Use elseif instead of else ifChristoph Wurst2020-04-101-2/+2
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-1/+1
* Update license headersChristoph Wurst2019-12-051-1/+2
* Fix autocomplete suggestions with numeric user idsJoas Schilling2019-11-261-1/+1
* reformat code for @skjnldsv <3Arthur Schiwon2019-11-251-16/+22
* fix documentation, get and createGroup may return nullArthur Schiwon2019-11-251-4/+4
* take group creation result into considerationArthur Schiwon2019-11-251-9/+10
* Add dispatcher events to User and Group objectsJoas Schilling2019-03-011-32/+31
* Fix groupExists when a backend provides group detailsRobin Appelman2018-06-261-1/+1
* Use group displayNames in users listJohn Molakvoæ (skjnldsv)2018-03-081-0/+11
* Run updated license header updaterMorris Jobke2017-11-071-1/+1
* Update license headersMorris Jobke2017-11-061-0/+3
* Plugins infrastructure in User_LDAPVinicius Cubas Brand2017-11-031-2/+11
* Merge pull request #5571 from Luzifer/5570_backend_adminMorris Jobke2017-09-061-0/+5
|\
| * Allow group backend to declare users as adminsKnut Ahlers2017-06-301-0/+5
* | Take IUser instead of UserLukas Reschke2017-08-011-4/+4
|/
* filter missing groups in share providerRobin Appelman2017-06-121-1/+1
* Use DIJoas Schilling2017-03-171-8/+16
* Skip null groups in group manager (#26871) (#26956)Vincent Petry2017-03-171-2/+12
* Adding group display name supportVincent Petry2016-12-221-3/+13
* Update with robinJoas Schilling2016-07-211-1/+1
* Fix othersJoas Schilling2016-07-211-3/+4
* Update license headersLukas Reschke2016-05-261-2/+2
* Group fixup (#24621)Roeland Douma2016-05-171-1/+1
* Move \OC\Group to PSR-4Roeland Jago Douma2016-05-011-0/+351