rclone/backend/webdav
Nick Craig-Wood 4fbc90d115 webdav: make nextcloud only upload SHA1 checksums
When using nextcloud, before this change we only uploaded one of SHA1
or MD5 checksum in the OC-Checksum header with preference to SHA1 if
both were set.

This makes the MD5 checksums read as empty string which makes syncing
with checksums less useful than they should be as all the MD5
checksums are blank.

This change makes it so that we only upload the SHA1 to nextcloud.

The behaviour of owncloud is unchanged as owncloud uses the checksum
as an upload integrity check only and calculates its own checksums.

See: https://forum.rclone.org/t/how-to-specify-hash-method-to-checksum/13055
2019-11-27 11:58:55 +00:00
..
api build: fix up package paths after repo move 2019-07-28 18:47:38 +01:00
odrvcookie webdav: parse and return sharepoint error response 2019-10-06 20:17:13 +01:00
webdav_test.go build: fix up package paths after repo move 2019-07-28 18:47:38 +01:00
webdav.go webdav: make nextcloud only upload SHA1 checksums 2019-11-27 11:58:55 +00:00