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-03-03Fix types in the Group ManagerRoeland Jago Douma
2020-08-12Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke
2020-05-07dont get the group details if we only ask for the idRobin Appelman
2020-04-10Format control structures, classes, methods and functionChristoph Wurst
2020-04-09Remove space between switch case and colonChristoph Wurst
2020-04-09Unify function spacing to PSR2 recommendationChristoph Wurst
2020-04-09Fix (array) indent style to always use one tabChristoph Wurst
2020-03-26Use the short array syntax, everywhereChristoph Wurst
2020-03-26Use the shorter phpunit syntax for mocked return valuesChristoph Wurst
2019-11-27Mode to modern phpunitRoeland Jago Douma
2019-11-27Make phpunit8 compatibleRoeland Jago Douma
2019-11-25Merge pull request #17896 from nextcloud/fix/noid/consider-create-group-resultblizzz
2019-11-25take group creation result into considerationArthur Schiwon
2019-11-22Some php-cs fixesRoeland Jago Douma
2019-03-01Add dispatcher events to User and Group objectsJoas Schilling
2017-03-17Fix 5.6 duplicate class importJoas Schilling
2017-03-17Clean up the testJoas Schilling
2017-03-17Use DIJoas Schilling
2017-03-17Skip null groups in group manager (#26871) (#26956)Vincent Petry
2016-12-22fix more testsArthur Schiwon
2016-12-22Adding group display name supportVincent Petry
2016-07-11Improve ManagerTestRoeland Jago Douma
2016-05-20Move tests/ to PSR-4 (#24731)Joas Schilling