aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Group/Database.php
Commit message (Expand)AuthorAgeFilesLines
* 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