summaryrefslogtreecommitdiffstats
path: root/core/Command/Upgrade.php
Commit message (Collapse)AuthorAgeFilesLines
* Update license headersChristoph Wurst2019-12-051-2/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Make sure maintenance mode is always casted to boolJoas Schilling2019-02-221-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Revert "Wait for cron to finish before running upgrade command"Morris Jobke2018-11-011-5/+1
| | | | | | This reverts commit 18e9631810ad1d3d72c2b4bbee330169808108ad. Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Use ellipsis instead of triple dotJoas Schilling2018-06-221-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Wait for cron to finish before running upgrade commandMorris Jobke2018-06-191-1/+5
| | | | | | * fixes #9562 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Remove unused import statementsMorris Jobke2018-02-141-1/+0
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Merge pull request #7354 from nextcloud/refacor-update-page-printblizzz2018-01-221-1/+2
|\ | | | | Refactor method to check if update is needed
| * Refactor method to check if update is neededMorris Jobke2017-11-301-1/+2
| | | | | | | | | | | | There was only one call, that actually needed the parameter to be set to true. So this change moved the print of the page to that location and replaces all other occurences with a direct call to the underlying OCP API. Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Remove not needed 3rdparty app disabling during upgrade for PHP 5.xMorris Jobke2018-01-191-13/+1
|/ | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Get the Installer via DIMorris Jobke2017-11-251-2/+6
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Update license headersMorris Jobke2017-11-061-0/+3
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Proper logging for appstore updatesMorris Jobke2017-05-111-1/+7
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Do not disable 3rdparty apps on occ upgradeMorris Jobke2017-04-271-7/+3
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Remove removed --dry-run command from occ help (#26352)Vincent Petry2016-10-211-6/+0
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Remove unused and undefined use statementLukas Reschke2016-09-271-1/+1
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Kill update simulationVincent Petry2016-09-271-27/+2
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* make disabled apps more clear during upgradeRobin Appelman2016-08-091-2/+2
|
* Exit from upgrade without reporting errorJürgen Haas2016-08-031-1/+1
| | | As reported at https://help.nextcloud.com/t/silent-mode-for-occ-upgrade/2120 we should exit with a return value of 0 (zero) if the current instance is already up to date so that automatic deployment tools don't recognize that as an error.
* Revert (c) back to ownCloud, Inc.Sander Ruitenbeek2016-07-301-1/+1
| | | | To be dealt with later
* 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