aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/Group
Commit message (Expand)AuthorAgeFilesLines
* fix(groups): allows to save group names with more than 64 charactersBenjamin Gaussorgues2024-05-313-1/+45
* Fix psalm spotted type errorsCôme Chilliet2023-09-051-4/+4
* Move new methods to a new interface in OCPCôme Chilliet2023-09-053-18/+64
* Fix psalm errors about groupExists return typeCôme Chilliet2023-09-051-8/+4
* Add batch methods in user backendsCarl Schwan2023-09-052-0/+53
* Update version number in since and deprecated annotationsCôme Chilliet2023-04-271-2/+2
* Clear up return typesCôme Chilliet2023-04-271-2/+1
* Let OC\Group\Group handle the fallback and remove default implementation from...Côme Chilliet2023-04-271-14/+1
* Split new method in a new group backend interfaceCarl Schwan2023-04-272-4/+54
* Optimize retrieving display name when searching for users in a groupCarl Schwan2023-04-271-0/+15
* dispatch new BeforeGroupChangedEvent before setDisplayName on groupsJulien Veyssier2023-02-211-0/+94
* ci: migrate ocp since checker to psalmDaniel Kesselberg2023-01-241-0/+1
* composer run cs:fixCôme Chilliet2023-01-2023-23/+0
* Add group display name cacheAnna Larch2022-11-281-0/+94
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-0424-55/+32
* Change my email addressJohannes Leuker2021-03-241-2/+2
* Show group backends in occ group:list --info and group:infoJohannes Leuker2021-03-011-0/+36
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-162-2/+0
* Add typed events for adding and removing a subadminMorris Jobke2020-10-282-0/+134
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-0/+1
* Add proper deprecation messageMorris Jobke2020-08-071-1/+4
* Deprecate BeforeUserRemovedEvent because it can't be triggered in all casesMorris Jobke2020-07-301-0/+4
* Format control structures, classes, methods and functionChristoph Wurst2020-04-1010-10/+0
* Remove unused importsChristoph Wurst2020-03-251-1/+0
* Update license headers for 18Christoph Wurst2019-12-208-16/+24
* Add typed events for all group hooks and legacy eventsChristoph Wurst2019-12-118-0/+492
* Update license headersChristoph Wurst2019-12-0513-15/+47
* Allow to set the group display name in the database backendJoas Schilling2019-09-271-0/+38
* Add a displayname to the database group backendJoas Schilling2019-09-271-0/+3
* group display name support (service level + ldap)Arthur Schiwon2019-05-271-0/+36
* allow group backends to mark that a group should now be shown in search dialogsRobin Appelman2019-02-251-0/+38
* Expose subadmin to OCPRoeland Jago Douma2019-01-291-0/+99
* Added disabled count per groupsJohn Molakvoæ (skjnldsv)2018-05-241-0/+36
* Make the group backends also possible using interfacesRoeland Jago Douma2018-04-238-0/+319