rclone-dev:gzip

Last commit made on 2021-04-10
Get this branch:
git clone -b gzip https://git.launchpad.net/rclone-dev

Branch merges

Branch information

Name:
gzip
Repository:
lp:rclone-dev

Recent commits

5c90a9d... by Nick Craig-Wood

gzip: new backend for wrapping Content-Encoding: gzip backends FIXME WIP

See: #2658

cb30a8c... by Nick Craig-Wood

webdav: fix sharepoint auth over http - fixes #4418

Before this change rclone would auth over https even when the server
was configured with http.

Authing over http obviously isn't ideal, however this type of server
is on-premise and doesn't work over https.

629a3ee... by Ivan Andreev

backend/ftp: fix implicit TLS after PR #4266 (#5219)

PR #4266 modified ftpConnection to make ftp library into using
a custom dial function which is QoS aware and takes care of TLS.
However the ServerConn.Login function from the ftp library also needs
TLS config passed explicitly as a trigger for sending PSBZ and PROT
options to FTP server. This was not taken care of resulting in
failure to connect via FTP with implicit TLS.
This PR fixes that.

Fixes #5210

f52ae75... by Nick Craig-Wood

rclone authorize: Send and receive extra config options to fix oauth

Before this change any backends which required extra config in the
oauth phase (like the `region` for zoho) didn't work with `rclone
authorize`.

This change serializes the extra config and passes it to `rclone
authorize` and returns new config items to be set from rclone
authorize.

`rclone authorize` will still accept its previous configuration
parameters for use with old rclones.

Fixes #5178

9d5c5bf... by Nick Craig-Wood

fs: add Options.NonDefault to read options which aren't at their default #5178

53573b4... by Nick Craig-Wood

configmap: Add Encode and Decode methods to Simple for command line encoding #5178

3622e06... by Nick Craig-Wood

configmap: Add priorities to configmap Setters #5178

6d28ea7... by Nick Craig-Wood

fs: factor config override detection into its own function #5178

b9fd020... by Nick Craig-Wood

authorize: refactor to use new config interfaces #5178

1a41c93... by Nick Craig-Wood

configmap: add ClearSetters to get rid of all setters #5178