nextcloud-server/core/Command
Arthur Schiwon 8afffd8538 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-10-27 21:45:13 +07:00
..
App fix(Apps): fix install command check on existing apps 2025-10-27 21:45:13 +07:00
Background refactor: Extend rector to core/ 2025-05-15 00:16:54 +07:00
Broadcast refactor: Extend rector to core/ 2025-05-15 00:16:54 +07:00
Config feat(lexicon): set/get current preset from controller 2025-08-26 09:00:04 +07:00
Db feat: add table filter to schema:export and schema:expected 2025-08-07 19:09:07 +07:00
Encryption fix: resolve invalid usage of `AppConfig::getValue` 2025-08-18 13:24:18 +07:00
FilesMetadata style: update codestyle for coding-standard 1.2.3 2024-08-25 19:34:58 +07:00
Group chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
Info fix: don't show object size warning if we can't determine the object size 2025-09-10 05:51:18 +07:00
Integrity chore: Get rid of AppLocator helper 2025-08-18 17:09:40 +07:00
L10n chore(deps): Update nextcloud/coding-standard to v1.3.1 2024-09-19 14:21:20 +07:00
Log refactor: Extend rector to core/ 2025-05-15 00:16:54 +07:00
Maintenance chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
Memcache feat: add command to clear memcache 2025-06-24 16:27:14 +07:00
Preview refactor: Extend rector to core/ 2025-05-15 00:16:54 +07:00
Router feat(occ): Add commands to list all routes and match a single one 2025-06-25 08:19:08 +07:00
Security style: update codestyle for coding-standard 1.2.3 2024-08-25 19:34:58 +07:00
SystemTag chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
TaskProcessing fix(TaskProcessing): Make sure list command int filter parameters are parsed as ints 2025-10-07 09:39:15 +07:00
TwoFactorAuth chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
User fix: force lowercase emails 2025-07-10 09:10:01 +07:00
Base.php fix: review input 2025-09-02 16:33:30 +07:00
Check.php style: update codestyle for coding-standard 1.2.3 2024-08-25 19:34:58 +07:00
InterruptedException.php chore: Add SPDX header 2024-05-26 20:05:04 +07:00
SetupChecks.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
Status.php chore(legacy): Introduce public version ct plass and drop version methods from OC_Util 2024-09-20 14:53:34 +07:00
Upgrade.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00