rclone:protondrive-fix_signature_verification_error

Last commit made on 2023-08-02
Get this branch:
git clone -b protondrive-fix_signature_verification_error https://git.launchpad.net/rclone

Branch merges

Branch information

Name:
protondrive-fix_signature_verification_error
Repository:
lp:rclone

Recent commits

2ea8b3d... by Henry

protondrive: add SkipSignatureVerifications to option

91d095f... by Nick Craig-Wood

docs: update command docs to new style

bff702a... by Nick Craig-Wood

docs: group the global flags and make them appear on command and flags pages

This adds an additional parameter to the creation of each flag. This
specifies one or more flag groups. This **must** be set for global
flags and **must not** be set for local flags.

This causes flags.md to be built with sections to aid comprehension
and it causes the documentation pages for each command (and the
`--help`) to be built showing the flags groups as specified in the
`groups` annotation on the command.

See: https://forum.rclone.org/t/make-docs-for-mortals-not-only-rclone-gurus/39476/

a1d6bbd... by Nick Craig-Wood

Add rclone completion powershell - basic implementation only

fb6a9df... by Nick Craig-Wood

docs: fix rclone config edit docs

3f3c5f3... by Nick Craig-Wood

build: remove unused package cmd/serve/http/data

This was superseded by lib/http/template.go

89196cb... by Nick Craig-Wood

Add nielash to contributors

9284506... by Nick Craig-Wood

Add Zach to contributors

88c72d1... by yuudi <email address hidden>

http: fix webdav OPTIONS response (#6433)

5e3bf50... by noname120

webdav: nextcloud: fix segment violation in low-level retry

Fix https://github.com/rclone/rclone/issues/7168

Co-authored-by: ncw <email address hidden>
Co-authored-by: Paul <email address hidden>