nextcloud/apps/files_external/lib/Command
Daniel Kesselberg 67d1fac6f6
fix: show configuration options for external storage backends
The occ files_external_backends command is supposed to list available backends along with their configuration options.

For the SMB backend, only the timeout option is currently shown, while options like host, share, root, and domain are missing. This makes configuring external storage via occ complicated.

Since the timeout option is marked as hidden but still shown, while the other options are not, the logic needs to be inverted so that all relevant configuration options are displayed correctly.

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2026-02-25 15:24:20 +01:00
..
Applicable.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +02:00
Backends.php fix: show configuration options for external storage backends 2026-02-25 15:24:20 +01:00
Config.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +02:00
Create.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +02:00
Delete.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +02:00
Dependencies.php feat(rector): Enable SafeDeclareStrictTypesRector 2026-02-09 10:59:31 +01:00
Export.php feat(rector): Enable SafeDeclareStrictTypesRector 2026-02-09 10:59:31 +01:00
Import.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +02:00
ListCommand.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +02:00
Notify.php chore: Run rector with new rules for fetch 2025-11-18 17:45:57 +01:00
Option.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +02:00
Scan.php feat: add --unscanned option to files_external:scan 2025-06-02 16:48:40 +02:00
StorageAuthBase.php fix(files_external): wrong type for external mount id 2024-12-13 10:27:50 +01:00
Verify.php chore: Fix all method calls with too many arguments 2025-07-22 12:34:49 +02:00