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
2020-04-29Update license headers for 19Christoph Wurst
2020-04-10Format control structures, classes, methods and functionChristoph Wurst
2020-04-10Use elseif instead of else ifChristoph Wurst
2020-04-09Use exactly one empty line after the namespace declarationChristoph Wurst
2019-12-05Update license headersChristoph Wurst
2019-11-22Some php-cs fixesRoeland Jago Douma
2019-02-22Make sure maintenance mode is always casted to boolJoas Schilling
2018-08-21Refactor some codeMorris Jobke
2018-08-20Adds a memory limit warning for console commands if the limit is below the re...Michael Weimann
2018-07-01Disables the maintenance warning for the maintenance command itself.Michael Weimann
2018-01-18Do not show "Not installed warning" during occ installMorris Jobke
2017-12-22Fixup codeRoeland Jago Douma
2017-11-06Update license headersMorris Jobke
2017-05-19Fixed typoMiha Frangez
2017-04-23Remove unused use statementsMorris Jobke
2017-03-20ownC -> NextcMorris Jobke
2017-03-20maintenance warning printed on STDERR rather than STDOUTnoveens
2017-03-20Use SystemConfig instead of AllConfig for DB stuffMorris Jobke
2017-01-30Revert unintentional log timestamp format changeJoas Schilling
2017-01-20fix default value for logdateformat - fixes #3107Morris Jobke
2016-11-24handle errors in apps while registering commandsRobin Appelman
2016-10-24add upgrade command before repair, handle NeedsUpgradeExcaption betterJörn Friedrich Dreyer
2016-10-11[9.2] Register commands in info.xml (#26248)Thomas Müller
2016-09-29Do not break the output when running _completionJoas Schilling
2016-08-04Correct name in Console Application.phpblizzz
2016-07-21Fix othersJoas Schilling
2016-07-15Use the themed Defaults everywhereJoas Schilling
2016-07-07Revert "occ web executor (#24957)"Morris Jobke
2016-06-22occ web executor (#24957)VicDeo
2016-05-26Update license headersLukas Reschke
2016-05-11Correctly register autoloading before install.php and loading commandsJoas Schilling
2016-04-19Move \OC\Console to PSR-4Roeland Jago Douma