aboutsummaryrefslogtreecommitdiffstats
path: root/core/Command/App/Remove.php
Commit message (Expand)AuthorAgeFilesLines
* fix: Correct wording when attempting to remove a disabled appChristopher Ng2024-12-031-2/+2
* chore: Add SPDX headerAndy Scherzinger2024-05-261-23/+2
* fix: use DI to build main Application class in console.phpCôme Chilliet2024-04-221-1/+1
* fix: Migrate away from OC_App toward the IAppManagerCôme Chilliet2024-04-221-2/+5
* Refactor core/Command/AppHamid Dehnavi2023-09-291-3/+3
* Uses PHP8's constructor property promotion.Faraz Samapoor2023-06-191-8/+5
* chore: Drop \OC_App::getAppVersionChristoph Wurst2023-06-011-1/+1
* Update core to PHP 7.4 standardCarl Schwan2022-05-201-18/+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-1/+2
* Add return value to all commandsJoas Schilling2020-06-261-1/+1
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-3/+3
* Update license headersChristoph Wurst2019-12-051-7/+9
* Some php-cs fixesRoeland Jago Douma2019-11-221-2/+2
* Use error styling for exception messagePatrik Kernstock2018-10-101-2/+2
* Using Throwable instead of ExceptionPatrik Kernstock2018-10-101-2/+3
* Log exception using ILoggerPatrik Kernstock2018-10-051-1/+14
* Inject AppManager and Installer, check for shipped app prior removingPatrik Kernstock2018-10-051-6/+29
* Run uninstall tasks by default, added '--keep-data' parameterPatrik Kernstock2018-10-051-0/+19
* Add occ app:remove CLI commandPatrik Kernstock2018-10-051-0/+93