aboutsummaryrefslogtreecommitdiffstats
path: root/core/Command/App
Commit message (Expand)AuthorAgeFilesLines
* fix: Correct wording when attempting to remove a disabled appChristopher Ng2024-12-031-2/+2
* fix: Replace OC_App::getAllApps with a method in AppManagerCôme Chilliet2024-09-133-3/+3
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-254-4/+4
* chore: Add SPDX headerAndy Scherzinger2024-05-267-156/+14
* fix: Revert to OC_App in places where we need all apps even disabled onesCôme Chilliet2024-04-222-2/+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-225-25/+47
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-021-1/+1
* style: Fixed style from composer cs:fixAdam Blakey2024-03-181-2/+2
* Update core/Command/App/ListApps.phpAdam Blakey2024-03-181-16/+2
* Merge branch 'master' into show-enabled-and-disabled-appsJohn Molakvoæ2024-03-157-50/+54
|\
| * 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-237-15/+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-297-15/+22
| * | fix(Update): Handle upstream exception scenario cleanlyJosh Richards2023-12-261-0/+1
| |/
| * Moves single constructor parameters to new lines.Faraz Samapoor2023-06-192-2/+6
| * Uses PHP8's constructor property promotion.Faraz Samapoor2023-06-195-28/+16
| * chore: Drop \OC_App::getAppVersionChristoph Wurst2023-06-014-4/+5
| * composer run cs:fixCôme Chilliet2023-01-201-2/+2
| * Show version from appinfo on occ app:listJulius Härtl2022-11-111-1/+1
* | Fixed logic issue where checking for wrong optionAdam Blakey2022-08-151-8/+7
* | added --enabled and --disabled options to occ app:listAdam Blakey2022-08-151-12/+55
|/
* Update core to PHP 7.4 standardCarl Schwan2022-05-205-60/+24
* Remove deprecated occ app:check-code commandCôme Chilliet2022-04-281-72/+0
* Allow installing unstable versionsJoas Schilling2022-03-101-1/+7
* Merge pull request #30275 from nextcloud/bugfix/noid/add-version-of-disabled-...Vincent Petry2022-01-141-2/+2
|\
| * Add version of disabled apps when availableJoas Schilling2021-12-151-2/+2
* | Fix a few psalm issues and moved back to psalm/phar 4.18Carl Schwan2022-01-121-1/+1
|/
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-048-18/+8
* Add force option to app install commandMaxopoly2021-03-221-1/+8
* Make the app code checker a NOOPChristoph Wurst2021-02-111-122/+4
* Remove the deprecated update.phpChristoph Wurst2020-11-271-18/+0
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-1/+1
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-245-0/+8
* Use matching parameter names form interfaces and implementationsMorris Jobke2020-08-191-2/+2
* Allow to update to nightlyJohn Molakvoæ (skjnldsv)2020-08-075-8/+17
* Add return value to all commandsJoas Schilling2020-06-268-8/+9
* Update license headers for 19Christoph Wurst2020-04-294-0/+4
* Display notice for already enabled appsSander Ruitenbeek2020-04-241-0/+4
* Format control structures, classes, methods and functionChristoph Wurst2020-04-105-19/+16
* Use elseif instead of else ifChristoph Wurst2020-04-101-2/+2
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-4/+4
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-312-0/+2
* Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst2020-03-271-1/+0
|\
| * Remove unused importsChristoph Wurst2020-03-251-1/+0
* | Use the short array syntax, everywhereChristoph Wurst2020-03-261-1/+1
|/
* Register an address book with recent contactsChristoph Wurst2020-03-251-1/+1
* Allow to force enable apps via CLIJoas Schilling2019-12-131-5/+13