Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #17088 from owncloud/add-verbosity-to-upgrade | Morris Jobke | 2015-07-01 | 1 | -0/+9 |
|\ | | | | | [upgrade] add verbosity check and show repair info & steps | ||||
| * | [upgrade] add verbosity check and show repair info & steps | Morris Jobke | 2015-06-24 | 1 | -0/+9 |
| | | |||||
* | | Merge pull request #17093 from owncloud/upgrade-timestamp | Morris Jobke | 2015-07-01 | 1 | -3/+12 |
|\ \ | | | | | | | [upgrade] show timestamp for output during upgrade | ||||
| * | | Use a OutputFormatter instead of hacking into writeln() | Joas Schilling | 2015-06-24 | 1 | -49/+26 |
| | | | |||||
| * | | Use logtimezone and logdateformat | Joas Schilling | 2015-06-24 | 1 | -2/+5 |
| | | | |||||
| * | | [upgrade] show timestamp for output during upgrade | Morris Jobke | 2015-06-24 | 1 | -14/+43 |
| |/ | | | | | | | * added --show-timestamp option | ||||
* / | update license headers and authors | Morris Jobke | 2015-06-25 | 1 | -0/+1 |
|/ | |||||
* | Merge pull request #17095 from owncloud/proper-error-handling | Morris Jobke | 2015-06-23 | 1 | -7/+10 |
|\ | | | | | Proper error handling | ||||
| * | [updater] keep maintenance active on failure and mark failure in red | Morris Jobke | 2015-06-23 | 1 | -1/+2 |
| | | |||||
| * | [updater] propagate error case properly | Morris Jobke | 2015-06-23 | 1 | -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 code | Morris Jobke | 2015-06-23 | 1 | -0/+3 |
|/ | | | | * otherwise you don't know during which app update something failed | ||||
* | Merge pull request #16434 from owncloud/persist-maintenance-state | Thomas Müller | 2015-06-03 | 1 | -3/+8 |
|\ | | | | | Persist the state of the maintenance after an upgrade | ||||
| * | Persist the state of the maintenance after an upgrade | Morris Jobke | 2015-05-19 | 1 | -3/+8 |
| | | | | | | | | | | | | * if maintenance mode was enabled before an upgrade it will be enabled afterwards too * fixes #16429 | ||||
* | | Skip disable3rdParty Apps | Steffen Lindner | 2015-05-20 | 1 | -2/+12 |
|/ | |||||
* | Add info message for upgrade of an 3rdparty app | Morris Jobke | 2015-05-12 | 1 | -0/+3 |
| | |||||
* | More elaborate command description for upgrade - fixes #14864 | Thomas Müller | 2015-03-26 | 1 | -1/+1 |
| | |||||
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 1 | -4/+21 |
| | |||||
* | Properly forward repair errors and warnings | Vincent Petry | 2015-02-27 | 1 | -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 Jobke | 2015-02-26 | 1 | -21/+5 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | print app upgrade information to console as well | Thomas Müller | 2015-02-24 | 1 | -0/+6 |
| | |||||
* | 3rd-party apps are disabled on upgrade - refs #14026 | Thomas Müller | 2015-02-24 | 1 | -3/+7 |
| | |||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -5/+21 |
| | |||||
* | Inject config | Victor Dubiniuk | 2014-12-10 | 1 | -1/+1 |
| | |||||
* | Use httphelper and cache response even when it empty | Victor Dubiniuk | 2014-12-06 | 1 | -1/+1 |
| | |||||
* | Fix ctor call in OC\Core\Command\Upgrade | Thomas Müller | 2014-11-03 | 1 | -0/+1 |
| | |||||
* | no loner use deprecated class \OC_Config | Thomas Müller | 2014-09-22 | 1 | -2/+15 |
| | |||||
* | remove bootstrapping - occ can by definition only be executed if ownCloud is ↵ | Thomas Müller | 2014-09-22 | 1 | -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üller | 2014-09-22 | 1 | -12/+14 |
| | | | | process failed if it did | ||||
* | Added CLI arguments for upgrade simulation steps | Vincent Petry | 2014-06-06 | 1 | -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 upgrade | Vincent Petry | 2014-06-04 | 1 | -0/+3 |
| | | | | | When upgrade, also simulate the database schema update for apps before doing the actual upgrade. | ||||
* | Now showing disabled apps as upgrade status line | Vincent Petry | 2014-05-27 | 1 | -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-master | Thomas Müller | 2014-03-21 | 1 | -11/+26 |
|\ | | | | | | | | | | | | | Conflicts: apps/files/ajax/rawlist.php cron.php ocs/v1.php | ||||
| * | drop file cache migration OC5 -> OC6 | Thomas Müller | 2014-03-18 | 1 | -9/+0 |
| | | |||||
| * | Added warning for trusted_domains after CLI upgrade | Vincent Petry | 2014-03-14 | 1 | -0/+26 |
| | | | | | | | | | | If trusted_domains is not set after a CLI upgrade, show a warning in the output. | ||||
| * | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2014-02-19 | 1 | -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 superfluous | Thomas Müller | 2014-02-06 | 1 | -3/+0 |
|/ | |||||
* | Add some color to the occ upgrade output. | Andreas Fischer | 2013-10-28 | 1 | -11/+11 |
| | |||||
* | Use "else if" to remove one level of indentation. | Andreas Fischer | 2013-10-28 | 1 | -13/+11 |
| | |||||
* | Missed one write()->writeln(). Fixed. | ringmaster | 2013-10-28 | 1 | -1/+1 |
| | |||||
* | Use writeln() instead of write() | ringmaster | 2013-10-28 | 1 | -11/+11 |
| | |||||
* | Use the OutputInterface for output and return error codes. | ringmaster | 2013-10-28 | 1 | -21/+30 |
| | |||||
* | Move all upgrade routines into the command-line tool. | ringmaster | 2013-10-28 | 1 | -1/+55 |
| | |||||
* | Add `occ upgrade` command. | ringmaster | 2013-10-24 | 1 | -0/+28 |