summaryrefslogtreecommitdiffstats
path: root/lib/private/Group
Commit message (Expand)AuthorAgeFilesLines
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-045-26/+8
* Fix indentation errorTom Grant2021-03-171-4/+4
* Fix null displayname crash as described in #21885tgrant2021-03-171-1/+5
* Merge pull request #25660 from hosting-de/feature/add-backend-list-groupsRoeland Jago Douma2021-03-052-1/+31
|\
| * Show group backends in occ group:list --info and group:infoJohannes Leuker2021-03-012-1/+31
* | Fix types in the Group ManagerRoeland Jago Douma2021-03-031-5/+5
|/
* Bump doctrine/dbal from 2.12.0 to 3.0.0Christoph Wurst2021-01-081-3/+3
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-164-3/+4
* Add typed events for adding and removing a subadminMorris Jobke2020-10-281-1/+3
* Merge pull request #22890 from nextcloud/techdebt/18680/help-static-code-anal...Roeland Jago Douma2020-09-171-1/+2
|\
| * Help static code analysis to understand code.Daniel Kesselberg2020-09-161-1/+2
* | Remove not needed semicolon and PHPDoc hintMorris Jobke2020-09-161-1/+0
|/
* Search also the email and displayname in user mangement for groupsMorris Jobke2020-08-051-6/+18
* Allow group search by display nameChristoph Wurst2020-06-101-0/+3
* Merge pull request #20776 from nextcloud/enh/limit_group_queriesRoeland Jago Douma2020-05-221-6/+20
|\
| * Improve group queriesRoeland Jago Douma2020-05-021-6/+20
* | dont get the group details if we only ask for the idRobin Appelman2020-05-071-21/+30
|/
* Update license headers for 19Christoph Wurst2020-04-291-1/+0
* Format code according to PSR2Christoph Wurst2020-04-101-2/+2
* Add visibility to all constantsChristoph Wurst2020-04-102-4/+4
* Format control structures, classes, methods and functionChristoph Wurst2020-04-104-15/+14
* Use elseif instead of else ifChristoph Wurst2020-04-102-4/+4
* Merge pull request #20391 from nextcloud/refactor/spaces-cleanupChristoph Wurst2020-04-091-2/+2
|\
| * Remove trailing and in between spacesChristoph Wurst2020-04-091-2/+2
* | Merge pull request #20384 from nextcloud/techdebt/lowercase-keywordsChristoph Wurst2020-04-092-2/+2
|\ \ | |/ |/|
| * Use php keywords in lowercaseChristoph Wurst2020-04-092-2/+2
* | Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-092-3/+3
|/
* Fix (array) indent style to always use one tabChristoph Wurst2020-04-092-15/+15
* Fix multiline commentsChristoph Wurst2020-04-081-13/+13
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-315-0/+5
* Use the short array syntax, everywhereChristoph Wurst2020-03-264-24/+24
* Fix mismatching docblock return typesChristoph Wurst2020-03-061-1/+2
* Update license headersChristoph Wurst2019-12-055-9/+14
* Fix autocomplete suggestions with numeric user idsJoas Schilling2019-11-261-1/+1
* Merge pull request #17896 from nextcloud/fix/noid/consider-create-group-resultblizzz2019-11-251-27/+34
|\
| * 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
* | Some php-cs fixesRoeland Jago Douma2019-11-222-3/+3
|/
* Allow group displaynames in the database backend (#17221)John Molakvoæ2019-10-052-4/+71
|\
| * Do not allow to have an empty display nameJoas Schilling2019-09-271-0/+6
| * Fix DI issueJoas Schilling2019-09-271-0/+4
| * Remove inherited docsJoas Schilling2019-09-271-16/+0
| * Allow to set the group display name in the database backendJoas Schilling2019-09-272-1/+38
| * Add a displayname to the database group backendJoas Schilling2019-09-271-3/+39
* | Fix DB usersInGroups fetchingRoeland Jago Douma2019-10-021-3/+8
|/
* group display name support (service level + ldap)Arthur Schiwon2019-05-271-0/+10
* Add dispatcher events to User and Group objectsJoas Schilling2019-03-012-58/+71
* allow group backends to mark that a group should now be shown in search dialogsRobin Appelman2019-02-251-0/+11
* Merge pull request #12419 from nextcloud/bugfix/noid/group-creation-replace-i...Morris Jobke2018-11-121-4/+10
|\