summaryrefslogtreecommitdiffstats
path: root/lib/private/Group
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
* 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
|\
| * Allow group backend to declare users as adminsKnut Ahlers2017-06-302-0/+6
* | Take IUser instead of UserLukas Reschke2017-08-012-8/+9
|/
* filter missing groups in share providerRobin Appelman2017-06-121-1/+1
* Use DIJoas Schilling2017-03-171-8/+16
* Skip null groups in group manager (#26871) (#26956)Vincent Petry2017-03-171-2/+12
* 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
* declare fieldArthur Schiwon2016-12-221-0/+3
* Adding group display name supportVincent Petry2016-12-223-16/+26
* Update with robinJoas Schilling2016-07-212-2/+2
* Fix othersJoas Schilling2016-07-215-11/+17
* Escape special characters (#25429)Aaron Wood2016-07-201-2/+2
* Update license headersLukas Reschke2016-05-265-29/+8
* Group fixup (#24621)Roeland Douma2016-05-174-7/+494
* Move \OC\Group to PSR-4Roeland Jago Douma2016-05-013-0/+840