mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-28 15:39:43 -06:00
Merge pull request #4324 from owncloud/alias-link-capability-to-false
Set the alias link capability to `false`
This commit is contained in:
@@ -167,7 +167,7 @@ func FrontendConfigFromStruct(cfg *config.Config) map[string]interface{} {
|
||||
"default_permissions": 22,
|
||||
"search_min_length": cfg.SearchMinLength,
|
||||
"public": map[string]interface{}{
|
||||
"alias": true,
|
||||
"alias": false,
|
||||
"enabled": true,
|
||||
"send_mail": true,
|
||||
"defaultPublicLinkShareName": "Public link",
|
||||
|
||||
Reference in New Issue
Block a user