nextcloud/core/Command
Arthur Schiwon ac6653ec5b
fix(Apps): fix install command check on existing apps
- AppManager::isInstalled() is misleading, as it checks only whether it is
  enabled. But an app might not be present in some edge cases.
- AppManager::getAppPath() does however only check whether an app dir is
  present, independent of the enabled-state.

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2025-09-12 11:48:47 +02:00
..
App fix(Apps): fix install command check on existing apps 2025-09-12 11:48:47 +02:00
Background chore: apply code style 2025-04-30 19:04:59 +02:00
Broadcast chore: Add SPDX header 2024-05-26 20:05:04 +02:00
Config fix: composer run cs:fix 2025-08-26 10:13:10 +05:30
Db chore: apply code style 2025-04-30 19:04:59 +02:00
Encryption chore: apply code style 2025-04-30 19:04:59 +02:00
FilesMetadata chore: apply code style 2025-04-30 19:04:59 +02:00
Group chore: apply code style 2025-04-30 19:04:59 +02:00
Info feat: add more encryption checks to info:file 2025-05-12 11:27:29 +00:00
Integrity chore: apply code style 2025-04-30 19:04:59 +02:00
L10n chore: Add SPDX header 2024-05-26 20:05:04 +02:00
Log chore: Add SPDX header 2024-05-26 20:05:04 +02:00
Maintenance chore: apply code style 2025-04-30 19:04:59 +02:00
Memcache feat: add command to clear memcache 2025-08-26 04:21:25 +00:00
Preview chore: apply code style 2025-04-30 19:04:59 +02:00
Security feat: add command to export certificate bundle 2024-08-01 10:06:50 +02:00
SystemTag chore: apply code style 2025-04-30 19:04:59 +02:00
TaskProcessing chore: apply code style 2025-04-30 19:04:59 +02:00
TwoFactorAuth chore: apply code style 2025-04-30 19:04:59 +02:00
User fix: force lowercase emails 2025-07-11 09:05:27 +02:00
Base.php feat: move streaming output helps to command base class 2025-05-15 14:13:06 +02:00
Check.php chore: Add SPDX header 2024-05-26 20:05:04 +02:00
InterruptedException.php chore: Add SPDX header 2024-05-26 20:05:04 +02:00
SetupChecks.php chore: Add SPDX header 2024-05-26 20:05:04 +02:00
Status.php chore: Add SPDX header 2024-05-26 20:05:04 +02:00
Upgrade.php chore: apply code style 2025-04-30 19:04:59 +02:00