nextcloud/apps/files_external/lib/Service
Ferdinand Thiessen ec3c07dfde fix(files_external): boolean comparison of array
To check if there are no missing required dependencies we need to check
if the required dependencies are **empty** because `!array` is still
true.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2026-04-15 14:49:01 +08:00
..
BackendService.php fix(files_external): boolean comparison of array 2026-04-15 14:49:01 +08:00
DBConfigService.php feat(files): Mark homefolder as overwritten when an external storage mounted at / exists 2026-01-14 14:31:55 +01:00
GlobalStoragesService.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +02:00
ImportLegacyStoragesService.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +02:00
LegacyStoragesService.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +02:00
StoragesService.php feat(files): Mark homefolder as overwritten when an external storage mounted at / exists 2026-01-14 14:31:55 +01:00
UserGlobalStoragesService.php feat(files): Mark homefolder as overwritten when an external storage mounted at / exists 2026-01-14 14:31:55 +01:00
UserStoragesService.php feat(files): Mark homefolder as overwritten when an external storage mounted at / exists 2026-01-14 14:31:55 +01:00
UserTrait.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +02:00