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-04-27Fix unit testsJoas Schilling
2021-01-12Allow installing/updating of apps againRoeland Jago Douma
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-04-10Format control structures, classes, methods and functionChristoph Wurst
2020-04-09Use exactly one empty line after the namespace declarationChristoph Wurst
2020-03-26Remove unused importsChristoph Wurst
2020-02-12disable timeout on app install via cliArthur Schiwon
2020-01-21Adjust unit test for #19017Joas Schilling
2019-11-27Mode to modern phpunitRoeland Jago Douma
2019-11-27Make phpunit8 compatibleRoeland Jago Douma
2019-02-14Update CRL to contain revoked files_external_dropbox, passman & paybackMorris Jobke
2018-03-21Use isInstalled of AppManger instead of reimplement itMorris Jobke
2017-12-14Use cached app listMorris Jobke
2017-11-25Make isUpdateAvailable non-staticMorris Jobke
2017-11-25Get the Installer via DIMorris Jobke
2017-07-05Fix the installer testsJoas Schilling
2017-04-26Adjust testsLukas Reschke
2016-12-09Don't use cached informations for app versionLukas Reschke
2016-11-11Prevent downgrade attacks for appsLukas Reschke
2016-10-31Add tests for installer methodLukas Reschke
2016-10-31Add update supportLukas Reschke
2016-10-31Fix testsLukas Reschke
2016-05-02OC_Installer -> \OC\InstallerThomas Müller