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
2022-03-04type fixesfs-setup-managerRobin Appelman
2022-03-04simplify setup of circular SetupManager<->ManagerRobin Appelman
2022-03-04move logic to decide what to setup to setupmanagerRobin Appelman
2022-03-04adjust tests to new fs setupRobin Appelman
2022-02-24move root mount setup to mountprovidersRobin Appelman
2021-11-11Implement multibucket shift for ObjectStoreJohn Molakvoæ
2020-08-12Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke
2020-08-06Add config option to enable multibucket preview distributionMorris Jobke
2020-08-06Mount the old previews in a separate folder for the multi bucket setup and ch...Morris Jobke
2020-04-10Format control structures, classes, methods and functionChristoph Wurst
2020-04-09Unify function spacing to PSR2 recommendationChristoph Wurst
2020-04-09Use exactly one empty line after the namespace declarationChristoph 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-27More fixesRoeland Jago Douma
2019-11-27Make phpunit8 compatibleRoeland Jago Douma
2019-11-22Some php-cs fixesRoeland Jago Douma
2016-11-02Allow setting a maximun number of buckets for multibucketRobin Appelman
2016-09-07File getMock Files testsRoeland Jago Douma
2016-08-23prevent infinite recursion while getting storage from mountRobin Appelman
2016-05-23Store user bucket in preferencesRoeland Jago Douma
2016-05-23Fix NameRoeland Jago Douma
2016-05-23Add unit tests for ObjectHomeMountProviderRoeland Jago Douma
2016-05-20Move tests/ to PSR-4 (#24731)Joas Schilling