]> source.dussan.org Git - nextcloud-server.git/commit
Generate storage config ids when missing
authorVincent Petry <pvince81@owncloud.com>
Mon, 16 Mar 2015 11:18:01 +0000 (12:18 +0100)
committerVincent Petry <pvince81@owncloud.com>
Mon, 16 Mar 2015 11:18:01 +0000 (12:18 +0100)
commit72632ad402bd905107db836ed0f9bfae825d6c52
tree509bb82f2db24bb5d27bd4dea2b926f68ff8dddc
parentfb4cf532533d99abfd1b4f40ef6319d484f6ef85
Generate storage config ids when missing

When reading in old mount.json files, they do not contain config ids.
Since these are needed to be able to use the UI and the new service
classes, these will be generated automatically.

The config grouping is based on a config hash.
apps/files_external/controller/globalstoragescontroller.php
apps/files_external/controller/userstoragescontroller.php
apps/files_external/lib/config.php
apps/files_external/personal.php
apps/files_external/service/storagesservice.php
apps/files_external/settings.php
apps/files_external/tests/service/globalstoragesservicetest.php
apps/files_external/tests/service/userstoragesservicetest.php