Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
die_coolen_jungs
our_own_cloud_project
Commits
eed1c52a
Commit
eed1c52a
authored
Jun 22, 2016
by
Robin Appelman
Browse files
Hide more default options in occ files_external:list
parent
f2f1eab7
Changes
1
Hide whitespace changes
Inline
Side-by-side
apps/files_external/lib/Command/ListCommand.php
View file @
eed1c52a
...
...
@@ -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
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment