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-01-13Check style updateCarl Schwan
2021-11-23Fix Encryption tests on PHP 8.1Côme Chilliet
2021-03-19Log and continue when failing to update encryption keys during for individual...Julius Härtl
2020-10-05Format code to a single space around binary operatorsChristoph Wurst
2020-08-20New SSE key formatRoeland Jago Douma
2020-08-12Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...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-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-22Some php-cs fixesRoeland Jago Douma
2018-11-29update encryption wrapper testsRobin Appelman
2018-10-24skip already decrypted files on decrypt all commandBjoern Schiessle
2018-01-25Class "ProgressBar" is declared "final" and cannot be mocked.Joas Schilling
2018-01-24Fix "Undefined method setExpectedException()"Joas Schilling
2017-10-26Use ::class in test mocks of encryption appMorris Jobke
2017-10-26Use ::class in test mocks of dav appMorris Jobke
2017-10-24Use ::class in test mocksMorris Jobke
2017-04-20Don't use deprecated getMock() anymoreJoas Schilling
2017-04-19Fix translationsJoas Schilling
2017-01-10create new encryption keys on password reset and backup the old oneBjoern Schiessle
2016-10-20Fix shared storage namespace in DecryptAll classVincent Petry
2016-10-20Move OC\Files\Storage\Shared to the right namespaceJoas Schilling
2016-09-13Fix getMock DecryptAllTestRoeland Jago Douma
2016-09-07Fix getMock EncryptionRoeland Jago Douma
2016-07-27skip shared files, if files get decrypted only for a specific user we shouldn...Bjoern Schiessle
2016-06-07Allow to decrypt user '0' files onlyJoas Schilling
2016-05-30fix unit testsBjörn Schießle
2016-05-20Move tests/ to PSR-4 (#24731)Joas Schilling