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
2020-12-16Update all license headers for Nextcloud 21Christoph Wurst
2020-10-28Add typed events for adding and removing a subadminMorris Jobke
2020-09-17Merge pull request #22890 from nextcloud/techdebt/18680/help-static-code-anal...Roeland Jago Douma
2020-09-16Help static code analysis to understand code.Daniel Kesselberg
2020-09-16Remove not needed semicolon and PHPDoc hintMorris Jobke
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-22Merge pull request #20776 from nextcloud/enh/limit_group_queriesRoeland Jago Douma
2020-05-07dont get the group details if we only ask for the idRobin Appelman
2020-05-02Improve group queriesRoeland Jago Douma
2020-04-29Update license headers for 19Christoph Wurst
2020-04-10Format code according to PSR2Christoph Wurst
2020-04-10Add visibility to all constantsChristoph Wurst
2020-04-10Format control structures, classes, methods and functionChristoph Wurst
2020-04-10Use elseif instead of else ifChristoph Wurst
2020-04-09Merge pull request #20391 from nextcloud/refactor/spaces-cleanupChristoph Wurst
2020-04-09Merge pull request #20384 from nextcloud/techdebt/lowercase-keywordsChristoph Wurst
2020-04-09Remove trailing and in between spacesChristoph Wurst
2020-04-09Use php keywords in lowercaseChristoph Wurst
2020-04-09Unify function spacing to PSR2 recommendationChristoph Wurst
2020-04-09Fix (array) indent style to always use one tabChristoph Wurst
2020-04-08Fix multiline commentsChristoph Wurst
2020-03-31Update the license headers for Nextcloud 19Christoph Wurst
2020-03-26Use the short array syntax, everywhereChristoph Wurst
2020-03-06Fix mismatching docblock return typesChristoph Wurst
2019-12-05Update license headersChristoph Wurst
2019-11-26Fix autocomplete suggestions with numeric user idsJoas Schilling
2019-11-25Merge pull request #17896 from nextcloud/fix/noid/consider-create-group-resultblizzz
2019-11-25reformat code for @skjnldsv <3Arthur Schiwon
2019-11-25fix documentation, get and createGroup may return nullArthur Schiwon
2019-11-25take group creation result into considerationArthur Schiwon
2019-11-22Some php-cs fixesRoeland Jago Douma
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
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)