nextcloud/apps/files_external/lib
Daniel Kesselberg 6e082ff7c5
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-09 17:43:57 +01:00
..
AppInfo refactor(QueryException): Remove most usage of QueryException 2026-01-16 11:55:06 +01:00
BackgroundJob refactor(apps): Use constructor property promotion when possible 2024-10-21 12:37:59 +02:00
Command fix: show configuration options for external storage backends 2026-02-09 17:43:57 +01:00
Config feat(rector): Enable SafeDeclareStrictTypesRector 2026-02-09 10:59:31 +01:00
Controller fix(psalm): Fix static analysis issues in apps/*/tests 2026-01-16 12:00:51 +01:00
Event feat: add typed events for external storage config changes 2026-01-09 17:53:49 +01:00
Lib feat(rector): Enable SafeDeclareStrictTypesRector 2026-02-09 10:59:31 +01:00
Listener feat(files_external): support lexicon 2025-05-05 17:05:45 -01:00
Migration chore: Run rector with new rules for fetch 2025-11-18 17:45:57 +01:00
Service feat(rector): Enable SafeDeclareStrictTypesRector 2026-02-09 10:59:31 +01:00
Settings feat(rector): Enable SafeDeclareStrictTypesRector 2026-02-09 10:59:31 +01:00
ConfigLexicon.php feat(lexicon): moving out from unstable 2025-07-24 15:56:33 -01:00
MountConfig.php refactor(QueryException): Remove most usage of QueryException 2026-01-16 11:55:06 +01:00
NotFoundException.php feat(rector): Enable SafeDeclareStrictTypesRector 2026-02-09 10:59:31 +01:00
ResponseDefinitions.php fix(OpenAPI): Adjust array syntax to avoid ambiguities 2024-11-05 09:58:11 +01:00