rclone-dev:fix-2664-webdav-content-type

Last commit made on 2018-10-18
Get this branch:
git clone -b fix-2664-webdav-content-type https://git.launchpad.net/rclone-dev

Branch merges

Branch information

Name:
fix-2664-webdav-content-type
Repository:
lp:rclone-dev

Recent commits

9959c5f... by Nick Craig-Wood

webdav: add Content-Type to PUT requests - fixes #2664

e8d0a36... by Nick Craig-Wood

opendrive: fix transfer of files with + and & in - fixes #2657

935b7c1... by albertony <email address hidden>

jottacloud: fix bug in --fast-list handing of empty folders - fixes #2650

15ce0ae... by =?utf-8?q?Fabian_M=C3=B6ller?= <email address hidden>

fstests: fix maximum tested size in TestFsPutChunked

Before this it was possible hat maxChunkSize was incorrectly set to 200.

67703a7... by Nick Craig-Wood

Start v1.44-DEV development

f96ce56... by Nick Craig-Wood

Version v1.44

7f0b204... by Nick Craig-Wood

azureblob: work around SDK bug which causes errors for chunk-sized files (again)

Until https://github.com/Azure/azure-storage-blob-go/pull/75 is merged
the SDK can't upload a single blob of exactly the chunk size, so
upload files of this size with a multpart upload as a work around.

The previous fix for this 6a773289e7 turned out to cause problems
uploading files with maximum chunk size so needed to be redone.

Fixes #2653

83b1ae4... by Nick Craig-Wood

Add buergi to contributors

753cc63... by buergi

webdav: add workaround for missing mtime - fixes #2420

5dac8e0... by Nick Craig-Wood

union: fix --backup-dir on union backend

Before this fix --backup-dir would fail.

This is fixed by wrapping objects returned so that they belong to the
union Fs rather than the underlying Fs.