summaryrefslogtreecommitdiffstats
path: root/core/command/upgrade.php
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #17088 from owncloud/add-verbosity-to-upgradeMorris Jobke2015-07-011-0/+9
|\ | | | | [upgrade] add verbosity check and show repair info & steps
| * [upgrade] add verbosity check and show repair info & stepsMorris Jobke2015-06-241-0/+9
| |
* | Merge pull request #17093 from owncloud/upgrade-timestampMorris Jobke2015-07-011-3/+12
|\ \ | | | | | | [upgrade] show timestamp for output during upgrade
| * | Use a OutputFormatter instead of hacking into writeln()Joas Schilling2015-06-241-49/+26
| | |
| * | Use logtimezone and logdateformatJoas Schilling2015-06-241-2/+5
| | |
| * | [upgrade] show timestamp for output during upgradeMorris Jobke2015-06-241-14/+43
| |/ | | | | | | * added --show-timestamp option
* / update license headers and authorsMorris Jobke2015-06-251-0/+1
|/
* Merge pull request #17095 from owncloud/proper-error-handlingMorris Jobke2015-06-231-7/+10
|\ | | | | Proper error handling
| * [updater] keep maintenance active on failure and mark failure in redMorris Jobke2015-06-231-1/+2
| |
| * [updater] propagate error case properlyMorris Jobke2015-06-231-6/+8
| | | | | | | | | | | | * add $success to the updateEnd hook * add new return code for a update failure * add exception class to failure hook message
* | [upgrade] print update message before running the update codeMorris Jobke2015-06-231-0/+3
|/ | | | * otherwise you don't know during which app update something failed
* Merge pull request #16434 from owncloud/persist-maintenance-stateThomas Müller2015-06-031-3/+8
|\ | | | | Persist the state of the maintenance after an upgrade
| * Persist the state of the maintenance after an upgradeMorris Jobke2015-05-191-3/+8
| | | | | | | | | | | | * if maintenance mode was enabled before an upgrade it will be enabled afterwards too * fixes #16429
* | Skip disable3rdParty AppsSteffen Lindner2015-05-201-2/+12
|/
* Add info message for upgrade of an 3rdparty appMorris Jobke2015-05-121-0/+3
|
* More elaborate command description for upgrade - fixes #14864Thomas Müller2015-03-261-1/+1
|
* Update license headersJenkins for ownCloud2015-03-261-4/+21
|
* Properly forward repair errors and warningsVincent Petry2015-02-271-0/+6
| | | | | This makes repair errors and warnings visible for the user when upgrading on the command line or in the web UI.
* Revert "Updating license headers"Morris Jobke2015-02-261-21/+5
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* print app upgrade information to console as wellThomas Müller2015-02-241-0/+6
|
* 3rd-party apps are disabled on upgrade - refs #14026Thomas Müller2015-02-241-3/+7
|
* Updating license headersJenkins for ownCloud2015-02-231-5/+21
|
* Inject configVictor Dubiniuk2014-12-101-1/+1
|
* Use httphelper and cache response even when it emptyVictor Dubiniuk2014-12-061-1/+1
|
* Fix ctor call in OC\Core\Command\UpgradeThomas Müller2014-11-031-0/+1
|
* no loner use deprecated class \OC_ConfigThomas Müller2014-09-221-2/+15
|
* remove bootstrapping - occ can by definition only be executed if ownCloud is ↵Thomas Müller2014-09-221-8/+0
| | | | installed - base.php is required earlier already
* show upgrade errors as error in the console and report back that the upgrade ↵Thomas Müller2014-09-221-12/+14
| | | | process failed if it did
* Added CLI arguments for upgrade simulation stepsVincent Petry2014-06-061-3/+42
| | | | | | Added "dry run" argument to only run the update simulation. Added argument to disable migration (useful for bigger setups where table duplication would take too much space)
* Simulate apps database schema update on upgradeVincent Petry2014-06-041-0/+3
| | | | | When upgrade, also simulate the database schema update for apps before doing the actual upgrade.
* Now showing disabled apps as upgrade status lineVincent Petry2014-05-271-0/+3
| | | | | - Added app id in update overview. - Added status message for disabled app for CLI upgrade and web upgrade
* Merge branch 'master' into load-apps-proper-masterThomas Müller2014-03-211-11/+26
|\ | | | | | | | | | | | | Conflicts: apps/files/ajax/rawlist.php cron.php ocs/v1.php
| * drop file cache migration OC5 -> OC6Thomas Müller2014-03-181-9/+0
| |
| * Added warning for trusted_domains after CLI upgradeVincent Petry2014-03-141-0/+26
| | | | | | | | | | If trusted_domains is not set after a CLI upgrade, show a warning in the output.
| * Scrutinizer Auto-FixesScrutinizer Auto-Fixer2014-02-191-2/+0
| | | | | | | | | | | | | | | | | | | | | | This patch was automatically generated as part of the following inspection: https://scrutinizer-ci.com/g/owncloud/core/inspections/cdfecc4e-a37e-4233-8025-f0d7252a8720 Enabled analysis tools: - PHP Analyzer - JSHint - PHP Copy/Paste Detector - PHP PDepend
* | remove global variable $RUNTIME_NOAPPS - it's just superfluousThomas Müller2014-02-061-3/+0
|/
* Add some color to the occ upgrade output.Andreas Fischer2013-10-281-11/+11
|
* Use "else if" to remove one level of indentation.Andreas Fischer2013-10-281-13/+11
|
* Missed one write()->writeln(). Fixed.ringmaster2013-10-281-1/+1
|
* Use writeln() instead of write()ringmaster2013-10-281-11/+11
|
* Use the OutputInterface for output and return error codes.ringmaster2013-10-281-21/+30
|
* Move all upgrade routines into the command-line tool.ringmaster2013-10-281-1/+55
|
* Add `occ upgrade` command.ringmaster2013-10-241-0/+28