mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-18 10:09:59 -06:00
Add public link defaultname to capabilities
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
Bugfix: Set default name for public link via capabilities
|
||||
|
||||
We have now added a default name for public link shares which is communicated via the capabilities.
|
||||
|
||||
https://github.com/owncloud/ocis/pull/3834
|
||||
https://github.com/owncloud/ocis/issues/1237
|
||||
@@ -166,12 +166,13 @@ func FrontendConfigFromStruct(cfg *config.Config) map[string]interface{} {
|
||||
"default_permissions": 22,
|
||||
"search_min_length": 3,
|
||||
"public": map[string]interface{}{
|
||||
"enabled": true,
|
||||
"send_mail": true,
|
||||
"social_share": true,
|
||||
"upload": true,
|
||||
"multiple": true,
|
||||
"supports_upload_only": true,
|
||||
"enabled": true,
|
||||
"send_mail": true,
|
||||
"defaultPublicLinkShareName": "Public link",
|
||||
"social_share": true,
|
||||
"upload": true,
|
||||
"multiple": true,
|
||||
"supports_upload_only": true,
|
||||
"password": map[string]interface{}{
|
||||
"enforced": false,
|
||||
"enforced_for": map[string]interface{}{
|
||||
|
||||
Reference in New Issue
Block a user