Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-05-27group display name support (service level + ldap)Arthur Schiwon
2019-03-01Add dispatcher events to User and Group objectsJoas Schilling
2019-02-25allow group backends to mark that a group should now be shown in search dialogsRobin Appelman
2018-11-12Merge pull request #12419 from nextcloud/bugfix/noid/group-creation-replace-i...Morris Jobke
2018-11-12Fix UniqueConstraintViolationException while insert into oc_groupsMorris Jobke
2018-11-08Use the defined func()->count() instead of manual countingJoas Schilling
2018-10-16Properly escape column name in "createFunction" callMorris Jobke
2018-06-26Fix groupExists when a backend provides group detailsRobin Appelman
2018-06-19Don't pretend we can add/remove users to/from groups when we can'tRobin Appelman
2018-06-15Keep userids as keys on group searchJohn Molakvoæ (skjnldsv)
2018-05-25Tabs fixJohn Molakvoæ (skjnldsv)
2018-05-24Added total count for subadminsJohn Molakvoæ (skjnldsv)
2018-05-24Added disabled count per groupsJohn Molakvoæ (skjnldsv)
2018-04-23Convert group Database backendRoeland Jago Douma
2018-03-27Remove orderBy so the query works correctly on postgresJoas Schilling
2018-03-26Make sure DI is doneJoas Schilling
2018-03-26Move the group database backend fully to query builderJoas Schilling
2018-03-08Use group displayNames in users listJohn Molakvoæ (skjnldsv)
2018-03-08Correctly return the group nameJoas Schilling
2018-01-26Use type casting instead of *val() methodMorris Jobke
2017-11-07Run updated license header updaterMorris Jobke
2017-11-06Update license headersMorris Jobke
2017-11-03Plugins infrastructure in User_LDAPVinicius Cubas Brand
2017-09-06Merge pull request #5571 from Luzifer/5570_backend_adminMorris Jobke
2017-08-01Take IUser instead of UserLukas Reschke
2017-06-30Allow group backend to declare users as adminsKnut Ahlers
2017-06-12filter missing groups in share providerRobin Appelman
2017-03-17Use DIJoas Schilling
2017-03-17Skip null groups in group manager (#26871) (#26956)Vincent Petry
2017-01-10spaces addedLoki3000
2017-01-10allowed '0' uidLoki3000
2017-01-10fix spacesLoki3000
2017-01-10fix bracketsLoki3000
2017-01-10remove non required db requestsLoki3000
2016-12-22declare fieldArthur Schiwon
2016-12-22Adding group display name supportVincent Petry
2016-07-21Update with robinJoas Schilling
2016-07-21Fix othersJoas Schilling
2016-07-20Escape special characters (#25429)Aaron Wood
2016-05-26Update license headersLukas Reschke
2016-05-17Group fixup (#24621)Roeland Douma
2016-05-01Move \OC\Group to PSR-4Roeland Jago Douma