aboutsummaryrefslogtreecommitdiffstats
path: root/core/Command/App/Update.php
Commit message (Expand)AuthorAgeFilesLines
* 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