Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update license headers | Christoph Wurst | 2019-12-05 | 1 | -2/+1 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Make sure maintenance mode is always casted to bool | Joas Schilling | 2019-02-22 | 1 | -2/+2 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Revert "Wait for cron to finish before running upgrade command" | Morris Jobke | 2018-11-01 | 1 | -5/+1 |
| | | | | | | This reverts commit 18e9631810ad1d3d72c2b4bbee330169808108ad. Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Use ellipsis instead of triple dot | Joas Schilling | 2018-06-22 | 1 | -1/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Wait for cron to finish before running upgrade command | Morris Jobke | 2018-06-19 | 1 | -1/+5 |
| | | | | | | * fixes #9562 Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Remove unused import statements | Morris Jobke | 2018-02-14 | 1 | -1/+0 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Merge pull request #7354 from nextcloud/refacor-update-page-print | blizzz | 2018-01-22 | 1 | -1/+2 |
|\ | | | | | Refactor method to check if update is needed | ||||
| * | Refactor method to check if update is needed | Morris Jobke | 2017-11-30 | 1 | -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.x | Morris Jobke | 2018-01-19 | 1 | -13/+1 |
|/ | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Get the Installer via DI | Morris Jobke | 2017-11-25 | 1 | -2/+6 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Update license headers | Morris Jobke | 2017-11-06 | 1 | -0/+3 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Proper logging for appstore updates | Morris Jobke | 2017-05-11 | 1 | -1/+7 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Do not disable 3rdparty apps on occ upgrade | Morris Jobke | 2017-04-27 | 1 | -7/+3 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Remove removed --dry-run command from occ help (#26352) | Vincent Petry | 2016-10-21 | 1 | -6/+0 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Remove unused and undefined use statement | Lukas Reschke | 2016-09-27 | 1 | -1/+1 |
| | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | Kill update simulation | Vincent Petry | 2016-09-27 | 1 | -27/+2 |
| | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | make disabled apps more clear during upgrade | Robin Appelman | 2016-08-09 | 1 | -2/+2 |
| | |||||
* | Exit from upgrade without reporting error | Jürgen Haas | 2016-08-03 | 1 | -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 Ruitenbeek | 2016-07-30 | 1 | -1/+1 |
| | | | | To be dealt with later | ||||
* | Update Upgrade.php | sanderr | 2016-07-30 | 1 | -1/+1 |
| | |||||
* | Rebranded to Nextcloud for the occ command line tool | Sander Ruitenbeek | 2016-07-30 | 1 | -4/+4 |
| | |||||
* | Fix others | Joas Schilling | 2016-07-21 | 1 | -2/+4 |
| | |||||
* | Changed name of default logfile from owncloud.log to nextcloud.log. | Thomas Pulzer | 2016-07-04 | 1 | -1/+1 |
| | |||||
* | Update license headers | Lukas Reschke | 2016-05-26 | 1 | -2/+2 |
| | |||||
* | Adding progress to occ upgrade | Thomas Müller | 2016-04-28 | 1 | -15/+51 |
| | |||||
* | Move version check code out of class Updater | Thomas Müller | 2016-04-18 | 1 | -1/+0 |
| | |||||
* | Rename files to be PSR-4 compliant | Lukas Reschke | 2016-04-06 | 1 | -0/+295 |