nextcloud-server/core/Command/App
Arthur Schiwon e9a1d7fa0d
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-29 09:39:14 +07:00
..
Disable.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
Enable.php fix: Replace isInstalled calls with isEnabledForAnyone or isEnabledForUser 2025-02-13 10:19:19 +07:00
GetPath.php fix: Replace OC_App::getAllApps with a method in AppManager 2024-09-13 10:08:44 +07:00
Install.php fix(Apps): fix install command check on existing apps 2025-09-29 09:39:14 +07:00
ListApps.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
Remove.php fix: Replace getInstalledApps calls with getEnabledApps 2025-02-13 10:19:20 +07:00
Update.php refactor: Extend rector to core/ 2025-05-15 00:16:54 +07:00