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
2021-06-04Update php licensesJohn Molakvoæ (skjnldsv)
2021-03-18Fix indentation errorTom Grant
2021-03-18Fix null displayname crash as described in #21885tgrant
2021-03-01Show group backends in occ group:list --info and group:infoJohannes Leuker
2021-01-08Bump doctrine/dbal from 2.12.0 to 3.0.0Christoph Wurst
2020-08-05Search also the email and displayname in user mangement for groupsMorris Jobke
2020-06-10Allow group search by display nameChristoph Wurst
2020-05-02Improve group queriesRoeland Jago Douma
2020-04-10Format code according to PSR2Christoph Wurst
2020-04-10Format control structures, classes, methods and functionChristoph Wurst
2020-04-09Remove trailing and in between spacesChristoph Wurst
2020-04-09Unify function spacing to PSR2 recommendationChristoph Wurst
2020-04-09Fix (array) indent style to always use one tabChristoph Wurst
2020-03-31Update the license headers for Nextcloud 19Christoph Wurst
2020-03-06Fix mismatching docblock return typesChristoph Wurst
2019-12-05Update license headersChristoph Wurst
2019-10-05Allow group displaynames in the database backend (#17221)John Molakvoæ
2019-10-02Fix DB usersInGroups fetchingRoeland Jago Douma
2019-09-27Do not allow to have an empty display nameJoas Schilling
2019-09-27Fix DI issueJoas Schilling
2019-09-27Remove inherited docsJoas Schilling
2019-09-27Allow to set the group display name in the database backendJoas Schilling
2019-09-27Add a displayname to the database group backendJoas Schilling
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-05-25Tabs fixJohn 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-01-26Use type casting instead of *val() methodMorris Jobke
2017-11-06Update license headersMorris Jobke
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-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