summaryrefslogtreecommitdiffstats
path: root/lib/private/Group
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Fix UniqueConstraintViolationException while insert into oc_groupsMorris Jobke2018-11-121-4/+10
* | Use the defined func()->count() instead of manual countingJoas Schilling2018-11-081-1/+1
|/
* Properly escape column name in "createFunction" callMorris Jobke2018-10-161-2/+2
* Fix groupExists when a backend provides group detailsRobin Appelman2018-06-261-1/+1
* Don't pretend we can add/remove users to/from groups when we can'tRobin Appelman2018-06-192-1/+30
* Keep userids as keys on group searchJohn Molakvoæ (skjnldsv)2018-06-151-2/+2
* Tabs fixJohn Molakvoæ (skjnldsv)2018-05-251-1/+1
* Added total count for subadminsJohn Molakvoæ (skjnldsv)2018-05-241-1/+1
* Added disabled count per groupsJohn Molakvoæ (skjnldsv)2018-05-243-4/+65
* Convert group Database backendRoeland Jago Douma2018-04-231-7/+21
* Remove orderBy so the query works correctly on postgresJoas Schilling2018-03-271-2/+1
* Make sure DI is doneJoas Schilling2018-03-261-0/+6
* Move the group database backend fully to query builderJoas Schilling2018-03-261-32/+54
* Use group displayNames in users listJohn Molakvoæ (skjnldsv)2018-03-081-0/+11
* Correctly return the group nameJoas Schilling2018-03-081-1/+1
* Use type casting instead of *val() methodMorris Jobke2018-01-261-1/+1
* Run updated license header updaterMorris Jobke2017-11-071-1/+1
* Update license headersMorris Jobke2017-11-064-0/+7
* Plugins infrastructure in User_LDAPVinicius Cubas Brand2017-11-031-2/+11
* Merge pull request #5571 from Luzifer/5570_backend_adminMorris Jobke2017-09-062-0/+6
|\