summaryrefslogtreecommitdiffstats
path: root/lib/private/Group/Database.php
Commit message (Expand)AuthorAgeFilesLines
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-18/+4
* Fix indentation errorTom Grant2021-03-171-4/+4
* Fix null displayname crash as described in #21885tgrant2021-03-171-1/+5
* Show group backends in occ group:list --info and group:infoJohannes Leuker2021-03-011-1/+12
* Bump doctrine/dbal from 2.12.0 to 3.0.0Christoph Wurst2021-01-081-3/+3
* 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
* Improve group queriesRoeland Jago Douma2020-05-021-6/+20
* Format code according to PSR2Christoph Wurst2020-04-101-2/+2
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-5/+4
* Remove trailing and in between spacesChristoph Wurst2020-04-091-2/+2
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-2/+2
* Fix (array) indent style to always use one tabChristoph Wurst2020-04-091-8/+8
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
* Fix mismatching docblock return typesChristoph Wurst2020-03-061-1/+2
* Update license headersChristoph Wurst2019-12-051-3/+4
* Allow group displaynames in the database backend (#17221)John Molakvoæ2019-10-051-4/+56
|\
| * 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-271-1/+23
| * Add a displayname to the database group backendJoas Schilling2019-09-271-3/+39
* | Fix DB usersInGroups fetchingRoeland Jago Douma2019-10-021-3/+8
|/
* 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
* Tabs fixJohn Molakvoæ (skjnldsv)2018-05-251-1/+1
* Added disabled count per groupsJohn Molakvoæ (skjnldsv)2018-05-241-0/+35
* 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 type casting instead of *val() methodMorris Jobke2018-01-261-1/+1
* Update license headersMorris Jobke2017-11-061-0/+1
* spaces addedLoki30002017-01-101-1/+1
* allowed '0' uidLoki30002017-01-101-2/+2
* fix spacesLoki30002017-01-101-1/+1
* fix bracketsLoki30002017-01-101-2/+4
* remove non required db requestsLoki30002017-01-101-1/+4
* Fix othersJoas Schilling2016-07-211-2/+4
* Escape special characters (#25429)Aaron Wood2016-07-201-2/+2
* Update license headersLukas Reschke2016-05-261-11/+0
* Group fixup (#24621)Roeland Douma2016-05-171-0/+338