aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Group/Database.php
Commit message (Expand)AuthorAgeFilesLines
* fix(OpenAPI): Adjust array syntax to avoid ambiguitiesfix/openapi/array-syntaxprovokateurin2024-11-051-1/+1
* chore(db): Correctly apply query typesGit'Fellow2024-10-171-16/+16
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-3/+3
* fix: Ensure database connection is setup when getting group detailsFerdinand Thiessen2024-08-061-0/+2
* chore: Add SPDX headerAndy Scherzinger2024-05-241-26/+4
* fix(groups): allows to save group names with more than 64 charactersBenjamin Gaussorgues2024-04-221-15/+17
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-021-1/+1
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-2/+2
* Build query once instead of in-loopCôme Chilliet2023-09-071-5/+6
* Fix psalm spotted type errorsCôme Chilliet2023-09-051-8/+8
* Move new methods to a new interface in OCPCôme Chilliet2023-09-051-0/+2
* Add batch methods in user backendsCarl Schwan2023-09-051-5/+80
* fix: getGroups limit check syntaxJohn Molakvoæ2023-05-111-1/+1
* also update groupinterface and database backendRobin Appelman2023-05-111-3/+7
* Clear up return typesCôme Chilliet2023-04-271-2/+2
* Split new method in a new group backend interfaceCarl Schwan2023-04-271-49/+8
* Optimize retrieving display name when searching for users in a groupCarl Schwan2023-04-271-0/+52
* composer run cs:fixCôme Chilliet2023-01-201-10/+9
* 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