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-06-04Update php licensesJohn Molakvoæ (skjnldsv)
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-09Use exactly one empty line after the namespace declarationChristoph Wurst
2020-03-31Update the license headers for Nextcloud 19Christoph Wurst
2020-03-26Use the shorter phpunit syntax for mocked return valuesChristoph Wurst
2019-12-05Update license headersChristoph Wurst
2019-11-27TO REVERT LATER: fix UserHooksTestRoeland Jago Douma
2019-11-27Make phpunit8 compatibleRoeland Jago Douma
2019-11-22Some php-cs fixesRoeland Jago Douma
2019-09-15Fix wrongly mixed mock objects in encryption testsJoas Schilling
2018-08-16add occ command to recover encrypted files in case of password lostBjoern Schiessle
2018-01-25Fix risky tests without assertionsJoas Schilling
2017-11-06Update license headersMorris Jobke
2017-10-26Use ::class in test mocks of encryption appMorris Jobke
2017-10-24Use ::class in test mocksMorris Jobke
2017-01-10create new encryption keys on password reset and backup the old oneBjoern Schiessle
2016-09-06Fix getMock encryptionRoeland Jago Douma
2016-07-21Fix apps/Joas Schilling
2016-05-26Update license headersLukas Reschke
2016-05-12Move Encryption app to PSR-4 (#24524)Joas Schilling