mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
Hide more default options in occ files_external:list
This commit is contained in:
parent
f2f1eab7f4
commit
eed1c52aec
1 changed files with 3 additions and 1 deletions
|
|
@ -167,7 +167,9 @@ class ListCommand extends Base {
|
|||
$defaultMountOptions = [
|
||||
'encrypt' => true,
|
||||
'previews' => true,
|
||||
'filesystem_check_changes' => 1
|
||||
'filesystem_check_changes' => 1,
|
||||
'enable_sharing' => false,
|
||||
'encoding_compatibility' => false
|
||||
];
|
||||
$rows = array_map(function (StorageConfig $config) use ($userId, $defaultMountOptions, $full) {
|
||||
$storageConfig = $config->getBackendOptions();
|
||||
|
|
|
|||
Loading…
Reference in a new issue