aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Group/Database.php
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #12419 from ↵Morris Jobke2018-11-121-4/+10
|\ | | | | | | | | nextcloud/bugfix/noid/group-creation-replace-insertIfNotExist Fix UniqueConstraintViolationException while insert into oc_groups
| * Fix UniqueConstraintViolationException while insert into oc_groupsMorris Jobke2018-11-121-4/+10
| | | | | | | | | | | | | | * fixes race condition in insert * fixes potentiaol deadlock Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Use the defined func()->count() instead of manual countingJoas Schilling2018-11-081-1/+1
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Properly escape column name in "createFunction" callMorris Jobke2018-10-161-2/+2
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Tabs fixJohn Molakvoæ (skjnldsv)2018-05-251-1/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Added disabled count per groupsJohn Molakvoæ (skjnldsv)2018-05-241-0/+35
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Convert group Database backendRoeland Jago Douma2018-04-231-7/+21
| | | | | | This now uses the new interfaces Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Remove orderBy so the query works correctly on postgresJoas Schilling2018-03-271-2/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Make sure DI is doneJoas Schilling2018-03-261-0/+6
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Move the group database backend fully to query builderJoas Schilling2018-03-261-32/+54
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Use type casting instead of *val() methodMorris Jobke2018-01-261-1/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Update license headersMorris Jobke2017-11-061-0/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* 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
| | | | | | | | | | | | | | | | | | * Escape LIKE parameter * Escape LIKE parameter * Escape LIKE parameter * Escape LIKE parameter * Escape LIKE parameter * Use correct method in the AbstractMapping class * Change the getNamesBySearch method so that input can be properly escaped while still supporting matches * Don't escape hardcoded wildcard
* Update license headersLukas Reschke2016-05-261-11/+0
|
* Group fixup (#24621)Roeland Douma2016-05-171-0/+338
* Move used OC_Group_xx to \OC\Group * Add (deprecated) legacy wrapper in legacy, OC_Group_xx * Replace deprecated use of OC_Group_xx with \OC\Group\xx