Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update license headers | Lukas Reschke | 2015-10-26 | 1 | -0/+1 |
| | |||||
* | Merge pull request #19918 from owncloud/send-begin-message | Thomas Müller | 2015-10-21 | 1 | -0/+6 |
|\ | | | | | Update: state which step we are going to start and warn if it might b… | ||||
| * | Update: state which step we are going to start and warn if it might be slow | Joas Schilling | 2015-10-21 | 1 | -0/+6 |
| | | |||||
* | | Install new shipped apps on upgrade -fixes #19925 | Thomas Müller | 2015-10-21 | 1 | -0/+3 |
|/ | |||||
* | Always pass in ILogger | Thomas Müller | 2015-10-09 | 1 | -3/+1 |
| | |||||
* | Clean code | Thomas Müller | 2015-10-09 | 1 | -2/+2 |
| | |||||
* | Catch exceptions during app upgrade - fixes #16240 | Thomas Müller | 2015-10-09 | 1 | -4/+8 |
| | |||||
* | [upgrade] switch to debug logging on upgrade | Morris Jobke | 2015-09-29 | 1 | -0/+16 |
| | | | | | * resets afterwards * adds output about the previous log level | ||||
* | Move certificate bundle into resources/config/ | Lukas Reschke | 2015-09-22 | 1 | -7/+0 |
| | |||||
* | Improved update version detection logic | Vincent Petry | 2015-08-31 | 1 | -7/+1 |
| | |||||
* | Simplify comparison algo | Vincent Petry | 2015-08-31 | 1 | -15/+1 |
| | |||||
* | Restrict upgrades to explicit allowed version | Vincent Petry | 2015-08-30 | 1 | -6/+34 |
| | | | | | | version.php now contains the previous ownCloud version from which upgrades are allowed. Any other upgrades will show a message that the upgrade/downgrade is not supported. | ||||
* | Add warning for not existing CA bundle when updating | Lukas Reschke | 2015-08-19 | 1 | -0/+7 |
| | | | | For newer releases we shall use an integrity check. But that's a good alternative for now. | ||||
* | Merge pull request #17088 from owncloud/add-verbosity-to-upgrade | Morris Jobke | 2015-07-01 | 1 | -0/+6 |
|\ | | | | | [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/+6 |
| | | |||||
* | | Use new updater URL + add unit tests | Lukas Reschke | 2015-06-28 | 1 | -13/+22 |
| | | | | | | | | Uses the new updater url "https://updates.owncloud.com/server/" | ||||
* | | 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 | -3/+8 |
|\ | | | | | Proper error handling | ||||
| * | [updater] keep maintenance active on failure and mark failure in red | Morris Jobke | 2015-06-23 | 1 | -1/+1 |
| | | |||||
| * | [updater] propagate error case properly | Morris Jobke | 2015-06-23 | 1 | -2/+7 |
| | | | | | | | | | | | | * 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/+1 |
|/ | | | | * 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 | -4/+14 |
|\ | | | | | Persist the state of the maintenance after an upgrade | ||||
| * | Persist the state of the maintenance after an upgrade | Morris Jobke | 2015-05-19 | 1 | -4/+14 |
| | | | | | | | | | | | | * 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 | -4/+19 |
|/ | |||||
* | Use internally \OCP\ILogger instead of \OC\Log | Morris Jobke | 2015-04-30 | 1 | -3/+4 |
| | | | | | | * this is the preparation for some upcoming logger related changes * also fixes an issue in the public interface where we request an internal class as parameter | ||||
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 1 | -4/+27 |
| | |||||
* | Add spaces | Morris Jobke | 2015-03-16 | 1 | -1/+1 |
| | |||||
* | [WIP] upgrade app store apps during console upgrade | Thomas Müller | 2015-03-13 | 1 | -1/+21 |
| | |||||
* | Merge pull request #14357 from owncloud/fix/1373 | Morris Jobke | 2015-03-11 | 1 | -7/+7 |
|\ | | | | | Run `updateDataDirectory` after Update | ||||
| * | Run `updateDataDirectory` after Update | Lukas Reschke | 2015-03-02 | 1 | -7/+7 |
| | | | | | | | | Fixes https://github.com/owncloud/core/issues/13731 | ||||
* | | Properly forward repair errors and warnings | Vincent Petry | 2015-02-27 | 1 | -0/+16 |
|/ | | | | | 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 | -26/+5 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | 3rd-party apps are only disabled in case core is upgraded | Thomas Müller | 2015-02-24 | 1 | -0/+14 |
| | |||||
* | shipped and 3rd-party apps of type authentication and session will remain ↵ | Thomas Müller | 2015-02-24 | 1 | -3/+11 |
| | | | | enabled during update | ||||
* | 3rd-party apps are disabled on upgrade - refs #14026 | Thomas Müller | 2015-02-24 | 1 | -38/+55 |
| | |||||
* | Fix namespace of OC_Setup -> \OC\Setup | Thomas Müller | 2015-02-23 | 1 | -1/+1 |
| | |||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -5/+26 |
| | |||||
* | Port of #14041 to master | Arthur Schiwon | 2015-02-19 | 1 | -3/+37 |
| | | | | | | on ownCloud upgrade: upgrade all apps in order, load important ones Fix "other" app update stack | ||||
* | Add version to .htaccess | Lukas Reschke | 2015-01-08 | 1 | -1/+5 |
| | | | | | | | | | Currently if a user does not replace the .htaccess file with the new update this can lead to serious problems in case Apache is used as webserver. This commit adds the version to the .htaccess file and the update routine fails in case not the newest version is specified in there. This obviously means that every release has to update the version specified in .htaccess as well. But I see no better solution for it. Conflicts: lib/private/updater.php | ||||
* | Inject config | Victor Dubiniuk | 2014-12-10 | 1 | -10/+16 |
| | |||||
* | Fix tests. Add two more test cases | Victor Dubiniuk | 2014-12-08 | 1 | -6/+7 |
| | |||||
* | Use httphelper and cache response even when it empty | Victor Dubiniuk | 2014-12-06 | 1 | -20/+20 |
| | |||||
* | Run preupdate before an update | Lukas Reschke | 2014-11-13 | 1 | -1/+17 |
| | | | | | | | | The update routine tries to test the database migration before actually performing the update. However, this will fail hard if the schema has changed (for example an unique key has been added). App developers can convert the DB in preupdate.php, however it is not called before and therefore the update fails. This actually breaks ownCloud updates from ownCloud 6 to ownCloud 7 when the files_antivirus app is enabled. | ||||
* | Remove implicit prepared statement cache and get the connection from the ↵ | Robin Appelman | 2014-10-22 | 1 | -1/+0 |
| | | | | server container in \OC_DB | ||||
* | remove legacy class OC_Updater | Thomas Müller | 2014-10-20 | 1 | -1/+5 |
| | |||||
* | Merge pull request #11119 from owncloud/removeOldUpgradeRoutines | Vincent Petry | 2014-09-19 | 1 | -20/+0 |
|\ | | | | | Remove old upgrade routines | ||||
| * | Remove old upgrade routines | Lukas Reschke | 2014-09-16 | 1 | -20/+0 |
| | | | | | | | | We do not support updates from 6 to 8 directly, therefore we can remove those upgrade routines. | ||||
* | | Prevent updates between multiple major versions | Lukas Reschke | 2014-09-18 | 1 | -1/+23 |
|/ | | | | Ref https://github.com/owncloud/core/issues/11078 | ||||
* | fix undefined variable | Robin Appelman | 2014-08-18 | 1 | -1/+1 |
| | |||||
* | only set core version at the end | Robin Appelman | 2014-08-04 | 1 | -2/+0 |
| |