mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-23 21:19:18 -06:00
Merge pull request #145 from owncloud/remove-chunking-v2
Don't advertise unsupported chunking v2
This commit is contained in:
@@ -144,9 +144,7 @@ func Frontend(cfg *config.Config) *cli.Command {
|
||||
"undelete": true,
|
||||
"versioning": true,
|
||||
},
|
||||
"dav": map[string]interface{}{
|
||||
"chunking": "1.0",
|
||||
},
|
||||
"dav": map[string]interface{}{},
|
||||
"files_sharing": map[string]interface{}{
|
||||
"api_enabled": true,
|
||||
"resharing": true,
|
||||
|
||||
Reference in New Issue
Block a user