aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Updater.php
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #25034 from nextcloud/bugfix/noid/load-authentication-for-...Morris Jobke2021-01-111-2/+2
|\
| * Make sure to do priority app upgrades firstJulius Härtl2021-01-081-2/+2
* | Bump doctrine/dbal from 2.12.0 to 3.0.0Christoph Wurst2021-01-081-1/+2
|/
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-1/+2
* Make sure the migrations table schema is always checkedJulius Härtl2020-12-091-0/+1
* Allow major/minor match for owncloud versionJulius Härtl2020-12-091-1/+4
* Do not update incompatible appsChristoph Wurst2020-12-041-1/+1
* Remove dead method \OC\Updater::checkAppUpgradeChristoph Wurst2020-11-261-41/+0
* Update license headers for 19Christoph Wurst2020-04-291-1/+0
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-9/+7
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-20/+20
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-9/+9
* Update license headersChristoph Wurst2019-12-051-1/+4
* Make the auto-disabled list more broadJoas Schilling2019-08-151-10/+2
* Fix tracking of auto disabled apps in UpdaterGeorg Ehrke2019-08-151-1/+10
* Block install without CAN_INSTALL fileRoeland Jago Douma2019-04-111-0/+7
* Make sure maintenance mode is always casted to boolJoas Schilling2019-02-221-2/+1
* Revert "Wait for cron to finish before running upgrade command"Morris Jobke2018-11-011-19/+8
* Merge pull request #8380 from nextcloud/bugfix/noid/reenable-disabled-appsMorris Jobke2018-07-251-1/+8
|\
| * Re-enable apps that got automatically disabled while updatingJoas Schilling2018-06-261-1/+8
* | Only wait for cron if fix for endless wait is includedMorris Jobke2018-07-091-2/+6
|/
* Wait for cron to finish before running upgrade commandMorris Jobke2018-06-191-8/+16
* move log constants to ILoggerArthur Schiwon2018-04-261-2/+2
* Do not fail hard if no appinfo is returned during updateJulius Härtl2018-03-281-1/+1
* Remove OC_App::disable methodTobia De Koninck2018-03-061-1/+1
* Fix updating an upChristoph Wurst2018-02-191-1/+1
* OC_App::loadApps now only accepts an array as type listMorris Jobke2018-02-171-2/+2
* Disable vendor detection when upgrading from 11.0.xMorris Jobke2018-01-201-10/+2
* Remove not needed 3rdparty app disabling during upgrade for PHP 5.xMorris Jobke2018-01-191-29/+0
* Make isUpdateAvailable non-staticMorris Jobke2017-11-251-1/+1
* Get the Installer via DIMorris Jobke2017-11-251-9/+8
* Update license headersMorris Jobke2017-11-061-0/+2
* Use the existing array of OC versionsJoas Schilling2017-08-071-3/+1
* Use public methods for OC_App::isShippedMorris Jobke2017-08-011-3/+5
* Add migration for personal settings stuffJoas Schilling2017-07-051-4/+2
* Start migrationsJoas Schilling2017-07-051-2/+6
* Fix updating from some 11 versions when people didn't updateJoas Schilling2017-05-181-0/+6
* Allow migrating from ownCloud 10.0.0Joas Schilling2017-05-181-1/+12
* Proper logging for appstore updatesMorris Jobke2017-05-111-1/+9
* Automatic injection into the FetchersJoas Schilling2017-05-101-1/+0
* Make sure the AppFetcher fetches the new applist from the appstoreRoeland Jago Douma2017-05-021-0/+4
* Add app bundlesLukas Reschke2017-04-261-3/+4
* Do not double cherck app updateMorris Jobke2017-03-131-1/+1
* Fix return value of getAllowedPreviousVersions()Morris Jobke2017-02-091-1/+1
* Prevent migration from ownCloud 11 to Nextcloud 12Joas Schilling2017-01-231-20/+16
* Don't disable apps on update if PHP >= 7.0.0Lukas Reschke2016-12-151-0/+6
* Log all events that happen during an updateMorris Jobke2016-11-241-0/+131
* update system address book if the user change the personal settingsBjoern Schiessle2016-11-211-1/+1
* Use a better error message and point the users to the support channelsJoas Schilling2016-11-091-0/+4
* Merge pull request #1973 from nextcloud/dont-disable-shipped-apps-but-throw-i...Morris Jobke2016-11-021-0/+3
|\