summaryrefslogtreecommitdiffstats
path: root/lib/private/Updater.php
Commit message (Collapse)AuthorAgeFilesLines
* Don't disable apps on update if PHP >= 7.0.0Lukas Reschke2016-12-151-0/+6
| | | | | | | | When PHP in a version higher than 7.0.0 is used we catch fatal exceptions in app.php and gracefully already disable the app. There is thus no need to also disable the apps on updates. This has been requested by Jan to fix because that is "the most annoying thing ever" :TM:. – I'd say we give it a try and if that causes problems in the future we can consider alternative approaches. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Log all events that happen during an updateMorris Jobke2016-11-241-0/+131
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* update system address book if the user change the personal settingsBjoern Schiessle2016-11-211-1/+1
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* Use a better error message and point the users to the support channelsJoas Schilling2016-11-091-0/+4
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #1973 from ↵Morris Jobke2016-11-021-0/+3
|\ | | | | | | | | nextcloud/dont-disable-shipped-apps-but-throw-instead Throw an exception when a shipped app was not replaced before the update
| * Throw an exception when a shipped app was not replaced before the updateJoas Schilling2016-11-021-0/+3
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Add update supportLukas Reschke2016-10-311-5/+10
|/ | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Kill update simulationVincent Petry2016-09-271-86/+37
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Allow downgrades of maintenance accross vendorsJoas Schilling2016-07-221-1/+28
|
* Update with robinJoas Schilling2016-07-211-1/+1
|
* Fix othersJoas Schilling2016-07-211-2/+3
|
* Update license headersLukas Reschke2016-05-261-6/+3
|
* Merge pull request #24787 from owncloud/fix-update-issue-on-masterVincent Petry2016-05-241-2/+7
|\ | | | | Add the background jobs after the table was updated
| * Add the background jobs after the table was updatedJoas Schilling2016-05-231-2/+7
| |
* | Make sure that installed is a booleanJoas Schilling2016-05-231-0/+1
|/
* fix PHPDoc and other minor issuesChristoph Wurst2016-05-111-0/+1
|
* invalidate (delete) session token on logoutChristoph Wurst2016-05-111-0/+1
| | | | add 'last_activity' column to session tokens and delete old ones via a background job
* OC_Installer -> \OC\InstallerThomas Müller2016-05-021-4/+3
|
* Move more from \OC to PSR-4Roeland Jago Douma2016-04-291-0/+486
* \OC\OCSClient * \OC\Preview * \OC\PreviewManager * \OC\Repair * \OC\RepairException * \OC\Search * \OC\ServerContainer * \OC\ServerNotAvailableException * \OC\ServiceUnavailableException * \OC\Setup * \OC\Streamer * \OC\SubAdmin * \OC\SystemConfig * \OC\TagManager * \OC\Tags * \OC\TempManager * \OC\TemplateLayout * \OC\URLGenerator * \OC\Updater