mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-15 00:30:21 -06:00
Merge pull request #4599 from owncloud/privatelink-capability
enable private links
This commit is contained in:
5
changelog/unreleased/enable-privatelinks-capability.md
Normal file
5
changelog/unreleased/enable-privatelinks-capability.md
Normal file
@@ -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{}{
|
||||
"private_links": false,
|
||||
"private_links": true,
|
||||
"bigfilechunking": false,
|
||||
"blacklisted_files": []string{},
|
||||
"undelete": true,
|
||||
|
||||
Reference in New Issue
Block a user