Skip to content
Snippets Groups Projects
Commit eed1c52a authored by Robin Appelman's avatar Robin Appelman
Browse files

Hide more default options in occ files_external:list

parent f2f1eab7
No related branches found
No related tags found
No related merge requests found
...@@ -167,7 +167,9 @@ class ListCommand extends Base { ...@@ -167,7 +167,9 @@ class ListCommand extends Base {
$defaultMountOptions = [ $defaultMountOptions = [
'encrypt' => true, 'encrypt' => true,
'previews' => 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) { $rows = array_map(function (StorageConfig $config) use ($userId, $defaultMountOptions, $full) {
$storageConfig = $config->getBackendOptions(); $storageConfig = $config->getBackendOptions();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment