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-03-24Migrate from ILogger to LoggerInterface where needed in the testsCôme Chilliet
2021-03-03Fix types in the Group ManagerRoeland Jago Douma
2021-02-18Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]
2020-10-05Format code to a single space around binary operatorsChristoph Wurst
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-04-08Fix multiline commentsChristoph Wurst
2020-03-27Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst
2020-03-26Use the short array syntax, everywhereChristoph Wurst
2020-03-26Use the shorter phpunit syntax for mocked return valuesChristoph Wurst
2020-03-26Remove unused importsChristoph 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
2018-06-16Tests fixJohn Molakvoæ (skjnldsv)
2018-03-08Fixed caldav tests and metadata 2John Molakvoæ (skjnldsv)
2018-03-08Fix Metadata testsJohn Molakvoæ (skjnldsv)
2018-01-25Fix risky tests without assertionsJoas Schilling
2017-10-24Use ::class in test mocksMorris Jobke
2017-07-24Remove legacy OC_User_Backend and OC_User_InterfaceRoeland Jago Douma
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
2017-03-10Remove legacy class OC_Group and OC_UserMorris Jobke
2016-12-22fix more testsArthur Schiwon
2016-12-22Adding group display name supportVincent Petry
2016-09-07Fix getMock MetaDataTestRoeland Jago Douma
2016-07-11LegacyGroupTest need DBRoeland Jago Douma
2016-07-11Improve ManagerTestRoeland Jago Douma
2016-07-11Improve GroupTestRoeland Jago Douma
2016-05-20Move tests/ to PSR-4 (#24731)Joas Schilling