]> source.dussan.org Git - nextcloud-server.git/commit
Mount options for ext storage are now passed around
authorVincent Petry <pvince81@owncloud.com>
Fri, 13 Mar 2015 11:49:11 +0000 (12:49 +0100)
committerVincent Petry <pvince81@owncloud.com>
Fri, 13 Mar 2015 11:49:11 +0000 (12:49 +0100)
commit34c8b1ac7732b4502beebea0dfeeaa8bac225550
tree6fbcb5c17781157bf14afe141b9738814db393c5
parent680ec056dc8c4fb84b8300967bcc12db2a57f225
Mount options for ext storage are now passed around

The mount options are now passed to the UI and stored in a hidden field.
The ext storage controllers and services also know how to load/save them
from the legacy config.
13 files changed:
apps/files_external/controller/globalstoragescontroller.php
apps/files_external/controller/userstoragescontroller.php
apps/files_external/js/settings.js
apps/files_external/lib/config.php
apps/files_external/lib/storageconfig.php
apps/files_external/service/storagesservice.php
apps/files_external/templates/settings.php
apps/files_external/tests/controller/storagescontrollertest.php
apps/files_external/tests/controller/userstoragescontrollertest.php
apps/files_external/tests/service/globalstoragesservicetest.php
apps/files_external/tests/service/storagesservicetest.php
apps/files_external/tests/service/userstoragesservicetest.php
apps/files_external/tests/storageconfigtest.php