1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-02 15:38:15 +00:00

multi storage backend

1. add multi storage backend support
2. add 'storage_ids' user role
This commit is contained in:
lian
2017-12-19 15:41:36 +08:00
parent 531c29d72e
commit d4cf67e324
14 changed files with 124 additions and 18 deletions

View File

@@ -13,6 +13,7 @@ define([
return {
showSharePerm: true,
enable_encrypted_library: app.pageOptions.enable_encrypted_library,
storages: app.pageOptions.storages,
library_templates: app.pageOptions.library_templates
};
},