enable private links
This commit is contained in:
@@ -0,0 +1,5 @@
|
|||||||
|
Change: Enable privatelinks by default
|
||||||
|
|
||||||
|
Enable privatelinks by default in the capabilities.
|
||||||
|
|
||||||
|
https://github.com/owncloud/ocis/pull/4599/
|
||||||
@@ -42,7 +42,7 @@ func FrontendConfigFromStruct(cfg *config.Config) (map[string]interface{}, error
|
|||||||
}
|
}
|
||||||
|
|
||||||
filesCfg := map[string]interface{}{
|
filesCfg := map[string]interface{}{
|
||||||
"private_links": false,
|
"private_links": true,
|
||||||
"bigfilechunking": false,
|
"bigfilechunking": false,
|
||||||
"blacklisted_files": []string{},
|
"blacklisted_files": []string{},
|
||||||
"undelete": true,
|
"undelete": true,
|
||||||
|
|||||||
Reference in New Issue
Block a user