aboutsummaryrefslogtreecommitdiffstats
path: root/core/Command/Upgrade.php
Commit message (Expand)AuthorAgeFilesLines
* chore: Add SPDX headerAndy Scherzinger2024-05-261-30/+4
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-021-4/+4
* feat(updater): hide overwrites from disabled apps list on upgradeMichaIng2024-02-271-2/+5
* lazy AppConfigMaxence Lange2024-01-151-11/+2
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-4/+4
* Uses PHP8's constructor property promotion.Faraz Samapoor2023-06-241-8/+5
* composer run cs:fixCôme Chilliet2023-01-201-4/+4
* Parameter of RepairAdvanceEvent is actually an increment, not a step idCôme Chilliet2022-08-251-1/+1
* Add void return types to callablesCôme Chilliet2022-08-251-2/+2
* Migrate Repair events to OCP\EventDispatcher\EventCôme Chilliet2022-08-251-52/+46
* Migrate Migrator::executeSql to OCP\EventDispatcher\EventCôme Chilliet2022-08-251-23/+25
* Remove listeners of \OC\DB\Migrator::checkTable which is never emittedCôme Chilliet2022-08-251-1/+0
* Moving to string key for arguments of GenericEvent in RepairCôme Chilliet2022-08-251-8/+8
* Switch to string keys for argument of GenericEvent for OC\DB\MigratorCôme Chilliet2022-08-251-4/+4
* Update core to PHP 7.4 standardCarl Schwan2022-05-201-8/+3
* Check style updateCarl Schwan2022-01-131-2/+1
* Do not print verbose info about app updates if there are noneChristoph Wurst2021-11-181-6/+0
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+1
* l10n: Spelling unificationValdnet2021-06-021-2/+2
* Fix psalm errorsJoas Schilling2021-04-271-8/+6
* Remove event listener to udpate events that are not present anymoreMorris Jobke2021-03-251-12/+0
* Fix markupJoas Schilling2021-01-181-1/+1
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-2/+2
* Fix tense of updater logsNils Wittenbrink2020-09-101-2/+2
* Add return value to all commandsJoas Schilling2020-06-261-1/+1
* Update license headers for 19Christoph Wurst2020-04-291-1/+0
* Add visibility to all constantsChristoph Wurst2020-04-101-6/+6
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-7/+5
* Use elseif instead of else ifChristoph Wurst2020-04-101-1/+1
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-19/+19
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-1/+1
* Update license headersChristoph Wurst2019-12-051-2/+1
* Make sure maintenance mode is always casted to boolJoas Schilling2019-02-221-2/+2
* Revert "Wait for cron to finish before running upgrade command"Morris Jobke2018-11-011-5/+1
* Use ellipsis instead of triple dotJoas Schilling2018-06-221-1/+1
* Wait for cron to finish before running upgrade commandMorris Jobke2018-06-191-1/+5
* Remove unused import statementsMorris Jobke2018-02-141-1/+0
* Merge pull request #7354 from nextcloud/refacor-update-page-printblizzz2018-01-221-1/+2
|\
| * Refactor method to check if update is neededMorris Jobke2017-11-301-1/+2
* | Remove not needed 3rdparty app disabling during upgrade for PHP 5.xMorris Jobke2018-01-191-13/+1
|/
* Get the Installer via DIMorris Jobke2017-11-251-2/+6
* Update license headersMorris Jobke2017-11-061-0/+3
* Proper logging for appstore updatesMorris Jobke2017-05-111-1/+7
* Do not disable 3rdparty apps on occ upgradeMorris Jobke2017-04-271-7/+3
* Remove removed --dry-run command from occ help (#26352)Vincent Petry2016-10-211-6/+0
* Remove unused and undefined use statementLukas Reschke2016-09-271-1/+1
* Kill update simulationVincent Petry2016-09-271-27/+2
* make disabled apps more clear during upgradeRobin Appelman2016-08-091-2/+2
* Exit from upgrade without reporting errorJürgen Haas2016-08-031-1/+1