rclone-dev:fix-connection-strings-debug

Last commit made on 2021-04-08
Get this branch:
git clone -b fix-connection-strings-debug https://git.launchpad.net/rclone-dev

Branch merges

Branch information

Name:
fix-connection-strings-debug
Repository:
lp:rclone-dev

Recent commits

bede3a5... by Nick Craig-Wood

fs: dump config for an Fs before creation - FIXME TESTING DO NOT MERGE

See: https://forum.rclone.org/t/authenticating-to-box-using-connection-strings-and-config-file-fails/23333/7

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

ddb7eb6... by albertony <email address hidden>

docs: fixed some typos

c114695... by buengese <email address hidden>

zoho: do not ask for mountpoint twice when using headless setup