rclone-dev:experiment-no-charset

Last commit made on 2019-01-08
Get this branch:
git clone -b experiment-no-charset https://git.launchpad.net/rclone-dev

Branch merges

Branch information

Name:
experiment-no-charset
Repository:
lp:rclone-dev

Recent commits

a586365... by Nick Craig-Wood

fs: Remove the charset from the Mimetype -FIXME EXPERIMENT

2d2533a... by Denis Skovpen <email address hidden>

cmd/copyurl: fix checking of --dry-run

733b072... by Nick Craig-Wood

azureblob: ignore directory markers in inital Fs creation too - fixes #2806

This is a follow-up to feea0532 including the initial Fs creation
where the backend detects whether the path is pointing to a file or a
directory.

2d01a65... by Nick Craig-Wood

oauthutil: read a fresh token config file before using the refresh token.

This means that rclone will pick up tokens from concurrently running
rclones. This helps for Box which only allows each refresh token to
be used once.

Without this fix, rclone caches the refresh token at the start of the
run, then when the token expires the refresh token may have been used
already by a concurrently running rclone.

This also will retry the oauth up to 5 times at 1 second intervals.

See: https://forum.rclone.org/t/box-token-refresh-timing/8175

b828052... by Nick Craig-Wood

drive: supply correct scopes to when using --drive-impersonate

This fixes using --drive-impersonate and appfolders.

60e6af2... by Nick Craig-Wood

Add andrea rota to contributors

9d16822... by Andrea Rota

note on minimum version with support for b2 multi application keys

This trivial patch adds a note about the minimum version of rclone
needed in order to be able to use multiple application keys with the b2
backend.

As Debian stable (amongst other distros) is shipping an older version,
users running rclone < 1.43 and reading about this feature in the online
docs may struggle to realise why they are not able to sync to b2 when
configured to use an application key other than the master one.

For reference: https://github.com/ncw/rclone/issues/2513

38a0946... by Cnly

docs: update OneDrive limitations and versioning issue

95e52e1... by Nick Craig-Wood

cmd: improve error reporting for too many/few arguments - fixes #2860

Improve docs on the different kind of flag passing.

51ab1c9... by Nick Craig-Wood

Add Sebastian Bünger - @buengese to the MAINTAINERS list

Also add areas of specific responsibility