Hide more default options in occ files_external:list

This commit is contained in:
Robin Appelman 2016-06-22 13:34:55 +02:00
parent f2f1eab7f4
commit eed1c52aec
1 changed files with 3 additions and 1 deletions

View File

@ -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();