nextcloud-server/core/Command/App
Arthur Schiwon 382d4c3645
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-17 16:26:51 +07:00
..
Disable.php chore: Add SPDX header 2024-05-26 20:05:04 +07:00
Enable.php fix: Replace OC_App::getAllApps with a method in AppManager 2024-09-13 10:08:44 +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-10-17 16:26:51 +07:00
ListApps.php chore: Add SPDX header 2024-05-26 20:05:04 +07:00
Remove.php fix: Correct wording when attempting to remove a disabled app 2024-12-03 14:38:21 +07:00
Update.php fix: Replace OC_App::getAllApps with a method in AppManager 2024-09-13 10:08:44 +07:00