nextcloud/core/Command/App
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
..
Disable.php chore: apply code style 2025-04-30 19:04:59 +02:00
Enable.php chore: Add SPDX header 2024-05-26 20:05:04 +02:00
GetPath.php chore: apply code style 2025-04-30 19:04:59 +02:00
Install.php fix(Apps): fix install command check on existing apps 2025-09-12 11:48:47 +02:00
ListApps.php chore: apply code style 2025-04-30 19:04:59 +02:00
Remove.php chore: Add SPDX header 2024-05-26 20:05:04 +02:00
Update.php chore: apply code style 2025-04-30 19:04:59 +02:00