mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-02-25 23:19:13 -06:00
Announce resharing as false in capabilities
This commit is contained in:
5
changelog/unreleased/storage-disable-resharing.md
Normal file
5
changelog/unreleased/storage-disable-resharing.md
Normal file
@@ -0,0 +1,5 @@
|
||||
Bugfix: Don't announce resharing via capabilities
|
||||
|
||||
oCIS / Reva is not capable of resharing, yet. We've set the resharing capability to false, so that clients have a chance to react accordingly.
|
||||
|
||||
https://github.com/owncloud/ocis/pull/2690
|
||||
@@ -244,7 +244,7 @@ func frontendConfigFromStruct(c *cli.Context, cfg *config.Config, filesCfg map[s
|
||||
"dav": map[string]interface{}{},
|
||||
"files_sharing": map[string]interface{}{
|
||||
"api_enabled": true,
|
||||
"resharing": true,
|
||||
"resharing": false,
|
||||
"group_sharing": true,
|
||||
"auto_accept_share": true,
|
||||
"share_with_group_members_only": true,
|
||||
|
||||
Reference in New Issue
Block a user