| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Add warning for not existing CA bundle when updating | Lukas Reschke | 2015-08-19 | 1 | -0/+7 |
* | 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 | Morris Jobke | 2015-06-24 | 1 | -0/+6 |
* | | Use new updater URL + add unit tests | Lukas Reschke | 2015-06-28 | 1 | -13/+22 |
* | | 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 |
|\ |
|
| * | [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 |
* | | [upgrade] print update message before running the update code | Morris Jobke | 2015-06-23 | 1 | -0/+1 |
|/ |
|
* | 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 | Morris Jobke | 2015-05-19 | 1 | -4/+14 |
* | | 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 |
* | 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 | Lukas Reschke | 2015-03-02 | 1 | -7/+7 |
* | | Properly forward repair errors and warnings | Vincent Petry | 2015-02-27 | 1 | -0/+16 |
|/ |
|
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -26/+5 |
* | 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 ena... | Thomas Müller | 2015-02-24 | 1 | -3/+11 |
* | 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 |
* | Add version to .htaccess | Lukas Reschke | 2015-01-08 | 1 | -1/+5 |
* | 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 |
* | Remove implicit prepared statement cache and get the connection from the serv... | Robin Appelman | 2014-10-22 | 1 | -1/+0 |
* | 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 | Lukas Reschke | 2014-09-16 | 1 | -20/+0 |
* | | Prevent updates between multiple major versions | Lukas Reschke | 2014-09-18 | 1 | -1/+23 |
|/ |
|
* | 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 |
* | Also set the app version when updating from app store | Robin Appelman | 2014-08-04 | 1 | -2/+0 |
* | extract upgrade parts to their own methods | Robin Appelman | 2014-08-04 | 1 | -19/+62 |
* | Set version AFTER a successful update | Vincent Petry | 2014-07-23 | 1 | -2/+3 |
* | Added RepairStep interface and default repair step lists | Vincent Petry | 2014-06-12 | 1 | -40/+43 |
* | adding PK to table encryption | Thomas Müller | 2014-06-06 | 1 | -0/+1 |
* | Added CLI arguments for upgrade simulation steps | Vincent Petry | 2014-06-06 | 1 | -17/+51 |
* | unify share settings | Bjoern Schiessle | 2014-06-05 | 1 | -2/+9 |
* | Removed simulate db update flag and split into separate methods | Vincent Petry | 2014-06-04 | 1 | -2/+2 |