summaryrefslogtreecommitdiffstats
path: root/core/command/upgrade.php
Commit message (Expand)AuthorAgeFilesLines
* Add code integrity checkLukas Reschke2015-12-011-3/+7
* Revert "setting to skip migration tests by default"Morris Jobke2015-10-271-6/+0
* Update: state which step we are going to start and warn if it might be slowJoas Schilling2015-10-211-0/+12
* Always pass in ILoggerThomas Müller2015-10-091-5/+9
* update licence headers via scriptMorris Jobke2015-10-051-0/+1
* setting to skip migration tests by defaultMorris Jobke2015-10-011-1/+7
* [upgrade] switch to debug logging on upgradeMorris Jobke2015-09-291-0/+6
* Merge pull request #17088 from owncloud/add-verbosity-to-upgradeMorris Jobke2015-07-011-0/+9
|\
| * [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
|\ \
| * | 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
| |/
* / update license headers and authorsMorris Jobke2015-06-251-0/+1
|/
* Merge pull request #17095 from owncloud/proper-error-handlingMorris Jobke2015-06-231-7/+10
|\
| * [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
* | [upgrade] print update message before running the update codeMorris Jobke2015-06-231-0/+3
|/
* Merge pull request #16434 from owncloud/persist-maintenance-stateThomas Müller2015-06-031-3/+8
|\
| * Persist the state of the maintenance after an upgradeMorris Jobke2015-05-191-3/+8
* | 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
* Revert "Updating license headers"Morris Jobke2015-02-261-21/+5
* 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
* show upgrade errors as error in the console and report back that the upgrade ...Thomas Müller2014-09-221-12/+14
* Added CLI arguments for upgrade simulation stepsVincent Petry2014-06-061-3/+42
* Simulate apps database schema update on upgradeVincent Petry2014-06-041-0/+3
* Now showing disabled apps as upgrade status lineVincent Petry2014-05-271-0/+3
* Merge branch 'master' into load-apps-proper-masterThomas Müller2014-03-211-11/+26
|\
| * 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
| * Scrutinizer Auto-FixesScrutinizer Auto-Fixer2014-02-191-2/+0
* | 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