summaryrefslogtreecommitdiffstats
path: root/core/Command/Upgrade.php
Commit message (Expand)AuthorAgeFilesLines
* Add return value to all commandsJoas Schilling2020-06-261-1/+1
* Update license headers for 19Christoph Wurst2020-04-291-1/+0
* Add visibility to all constantsChristoph Wurst2020-04-101-6/+6
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-7/+5
* Use elseif instead of else ifChristoph Wurst2020-04-101-1/+1
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-19/+19
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-1/+1
* Update license headersChristoph Wurst2019-12-051-2/+1
* Make sure maintenance mode is always casted to boolJoas Schilling2019-02-221-2/+2
* Revert "Wait for cron to finish before running upgrade command"Morris Jobke2018-11-011-5/+1
* Use ellipsis instead of triple dotJoas Schilling2018-06-221-1/+1
* Wait for cron to finish before running upgrade commandMorris Jobke2018-06-191-1/+5
* Remove unused import statementsMorris Jobke2018-02-141-1/+0
* Merge pull request #7354 from nextcloud/refacor-update-page-printblizzz2018-01-221-1/+2
|\
| * Refactor method to check if update is neededMorris Jobke2017-11-301-1/+2
* | Remove not needed 3rdparty app disabling during upgrade for PHP 5.xMorris Jobke2018-01-191-13/+1
|/
* Get the Installer via DIMorris Jobke2017-11-251-2/+6
* Update license headersMorris Jobke2017-11-061-0/+3
* Proper logging for appstore updatesMorris Jobke2017-05-111-1/+7
* Do not disable 3rdparty apps on occ upgradeMorris Jobke2017-04-271-7/+3
* Remove removed --dry-run command from occ help (#26352)Vincent Petry2016-10-211-6/+0
* Remove unused and undefined use statementLukas Reschke2016-09-271-1/+1
* Kill update simulationVincent Petry2016-09-271-27/+2
* make disabled apps more clear during upgradeRobin Appelman2016-08-091-2/+2
* Exit from upgrade without reporting errorJürgen Haas2016-08-031-1/+1
* Revert (c) back to ownCloud, Inc.Sander Ruitenbeek2016-07-301-1/+1
* Update Upgrade.phpsanderr2016-07-301-1/+1
* Rebranded to Nextcloud for the occ command line toolSander Ruitenbeek2016-07-301-4/+4
* Fix othersJoas Schilling2016-07-211-2/+4
* Changed name of default logfile from owncloud.log to nextcloud.log.Thomas Pulzer2016-07-041-1/+1
* Update license headersLukas Reschke2016-05-261-2/+2
* Adding progress to occ upgradeThomas Müller2016-04-281-15/+51
* Move version check code out of class UpdaterThomas Müller2016-04-181-1/+0
* Rename files to be PSR-4 compliantLukas Reschke2016-04-061-0/+295