Hunter Wittenborn
56b582cdb9
authorize: add support for custom templates
...
This adds support for providing custom Go templates for use in the
`rclone authorize` command.
Fixes #6741
2023-02-24 15:08:38 +00:00
albertony
6d18f60725
docs: add minimum versions to the command pages
2022-12-03 18:58:55 +01:00
albertony
555def2da7
build: add package comments to silence revive linter
2022-08-28 13:43:51 +02:00
Nick Craig-Wood
3cf6ea848b
config: remove log.Fatal and replace with error passing where possible
2021-03-14 16:03:35 +00:00
Nick Craig-Wood
f7efce594b
config: add context.Context #3257 #4685
...
This add config to the Config callback in the backends and the related
config functions.
2020-11-09 18:05:54 +00:00
Xiaoxing Ye
520ddbcceb
config: do not open browser on headless if google fs
...
On google fs (drive, google photos, and google cloud storage), if
headless is selected, do not open browser.
This also supplies a new option "auth-no-open-browser" for authorize
if the user does not want it.
This should fix #3323 .
2019-10-30 14:12:42 +00:00
Nick Craig-Wood
19429083ad
cmd: fix spelling of Definition
2019-10-14 17:02:09 +01:00
Nick Craig-Wood
57d5de6fba
build: fix up package paths after repo move
...
git grep -l github.com/ncw/rclone | xargs -d'\n' perl -i~ -lpe 's|github.com/ncw/rclone|github.com/rclone/rclone|g'
goimports -w `find . -name \*.go`
2019-07-28 18:47:38 +01:00
Nick Craig-Wood
11da2a6c9b
Break the fs package up into smaller parts.
...
The purpose of this is to make it easier to maintain and eventually to
allow the rclone backends to be re-used in other projects without
having to use the rclone configuration system.
The new code layout is documented in CONTRIBUTING.
2018-01-15 17:51:14 +00:00
Nick Craig-Wood
5e35aeca9e
Regularize the command definition names
2016-12-03 09:08:40 +00:00
Nick Craig-Wood
e27b91ffb8
Factor each commmand into its own package
2016-08-05 17:13:54 +01:00