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
2022-04-04Do not ignore return value of deleteGroup from backendCôme Chilliet
2022-03-24Migrate from ILogger to LoggerInterface in lib/privateCôme Chilliet
2022-03-08Strong type OC\Group\MetaDatafix/fix-group-metadata-typingCôme Chilliet
2022-03-08Fix typing of OC\Group\MetaData::sortingCôme Chilliet
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-05Merge pull request #25660 from hosting-de/feature/add-backend-list-groupsRoeland Jago Douma
2021-03-03Fix types in the Group ManagerRoeland Jago Douma
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-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