aboutsummaryrefslogtreecommitdiffstats
path: root/core/Command/App/Update.php
Commit message (Expand)AuthorAgeFilesLines
* chore: Add SPDX headerAndy Scherzinger2024-05-261-24/+2
* fix: Revert to OC_App in places where we need all apps even disabled onesCôme Chilliet2024-04-221-1/+1
* fix: Migrate away from OC_App toward the IAppManagerCôme Chilliet2024-04-221-2/+5
* Add a return message for app updates trough occGit'Fellow2024-02-231-0/+10
* Merge pull request #39183 from shdehnavi/refactor_core_command_appJohn Molakvoæ2024-02-231-1/+1
|\
| * Refactor core/Command/AppHamid Dehnavi2023-09-291-1/+1
* | fix(Update): Handle upstream exception scenario cleanlyJosh Richards2023-12-261-0/+1
|/
* Uses PHP8's constructor property promotion.Faraz Samapoor2023-06-191-8/+5
* Update core to PHP 7.4 standardCarl Schwan2022-05-201-14/+9
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-3/+2
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-0/+2
* Allow to update to nightlyJohn Molakvoæ (skjnldsv)2020-08-071-3/+8
* Add return value to all commandsJoas Schilling2020-06-261-1/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-3/+2
* Use elseif instead of else ifChristoph Wurst2020-04-101-2/+2
* 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-1/+5
* Some php-cs fixesRoeland Jago Douma2019-11-221-3/+2
* Log exception in case an app update failsMorris Jobke2018-11-011-1/+7
* Add occ app:update commandMichael Gerber2018-11-011-0/+119