rclone/backend/webdav
Paul b4c7b240d8 webdav: nextcloud: fix must use /dav/files/USER endpoint not /webdav error
Fix https://github.com/rclone/rclone/issues/7103

Before this change the RegExp validating the endpoint URL was a bit
too strict allowing only /dav/files/USER due to chunking limitations.

This patch adds back support for /dav/files/USER/dir/subdir etc.

Co-authored-by: Nick Craig-Wood <nick@craig-wood.com>
2023-07-05 16:56:01 +01:00
..
api webdav: add "fastmail" provider for Fastmail Files 2023-03-16 14:20:29 +00:00
odrvcookie webdav: add SharePoint in other specific regions support 2022-06-08 17:24:35 +01:00
chunking.go webdav: nextcloud: fix must use /dav/files/USER endpoint not /webdav error 2023-07-05 16:56:01 +01:00
webdav_internal_test.go webdav: fix tests after go1.20 upgrade 2023-01-16 11:19:16 +00:00
webdav_test.go webdav: add support for chunked uploads — fix #3666 2023-03-17 11:09:08 +00:00
webdav.go webdav: nextcloud: fix must use /dav/files/USER endpoint not /webdav error 2023-07-05 16:56:01 +01:00