serve webdav: implement owncloud checksum and modtime extensions

* implement owncloud checksum and modtime extensions for webdav server
* test rclone webdav server as owncloud webdav
This commit is contained in:
WeidiDeng
2023-05-15 22:38:00 +08:00
committed by GitHub
parent 1f887f7ba0
commit ceb9406c2f
2 changed files with 117 additions and 4 deletions

View File

@@ -65,7 +65,7 @@ func TestWebDav(t *testing.T) {
// Config for the backend we'll use to connect to the server
config := configmap.Simple{
"type": "webdav",
"vendor": "other",
"vendor": "owncloud",
"url": w.Server.URLs()[0],
"user": testUser,
"pass": obscure.MustObscure(testPass),