aboutsummaryrefslogtreecommitdiffstats
path: root/core/Command/App/Install.php
Commit message (Expand)AuthorAgeFilesLines
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-1/+1
* chore: Add SPDX headerAndy Scherzinger2024-05-261-24/+2
* fix: Migrate away from OC_App toward the IAppManagerCôme Chilliet2024-04-221-13/+15
* Make adjustments based on the reviewHamid Dehnavi2023-09-291-2/+0
* Make adjustments based on the reviewHamid Dehnavi2023-09-291-5/+0
* Refactor core/Command/AppHamid Dehnavi2023-09-291-1/+8
* chore: Drop \OC_App::getAppVersionChristoph Wurst2023-06-011-1/+2
* Allow installing unstable versionsJoas Schilling2022-03-101-1/+7
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+2
* Add force option to app install commandMaxopoly2021-03-221-1/+8
* 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/+2
* Update license headersChristoph Wurst2019-12-051-1/+3
* Some php-cs fixesRoeland Jago Douma2019-11-221-1/+1
* Use isInstalled of AppManger instead of reimplement itMorris Jobke2018-03-211-0/+1
* enable app by default after occ app:installsualko2018-02-261-3/+3
* add enable flag to occ app:install (fix #5834)sualko2018-02-261-0/+13
* Get the Installer via DIMorris Jobke2017-11-251-7/+1
* Update license headersMorris Jobke2017-11-061-1/+1
* add namespacesualko2017-07-261-0/+2
* add occ app:install commandsualko2017-07-261-0/+75