1
mirror of https://github.com/rclone/rclone synced 2024-10-03 09:57:50 +02:00
rclone/backend
albertony 9dbed02329 jottacloud: always store username in config and use it to avoid initial api request
Existing version did save username in config, but only when entering the custom
device/mountpoint sequence in config. Regardless of that, it did always look up the
username at startup with an api request.

This commit improves it so that the username will always be stored in config,
and when using standard authentication it picks it from the login token instead of
requesting it from the remote api, and also in fs constructor it picks it from config
instead of requesting it from remote api (again).
2022-07-03 12:56:25 +02:00
..
alias docs: punctuation cleanup 2021-10-20 22:56:19 +02:00
all combine: backend to combine multiple remotes in one directory tree 2022-06-08 14:57:25 +01:00
amazonclouddrive Fix lint issues reported by staticcheck 2022-06-13 21:13:50 +02:00
azureblob Error strings should not be capitalized 2022-06-23 23:26:02 +02:00
b2 Fix lint issues reported by staticcheck 2022-06-13 21:13:50 +02:00
box Fix lint issues reported by staticcheck 2022-06-13 21:13:50 +02:00
cache cache: mark as not supporting metadata 2022-06-29 17:30:37 +01:00
chunker chunker: mark as not supporting metadata 2022-06-29 17:30:37 +01:00
combine combine: support metadata 2022-06-29 17:30:37 +01:00
compress compress: support metadata 2022-06-29 17:30:37 +01:00
crypt crypt: support metadata 2022-06-29 17:30:37 +01:00
drive fstest: remove spurious contents return from PutTestContents and friends 2022-06-29 11:18:02 +01:00
dropbox Error strings should not be capitalized 2022-06-23 23:26:02 +02:00
fichier Error strings should not be capitalized 2022-06-23 23:26:02 +02:00
filefabric Fix lint issues reported by staticcheck 2022-06-13 21:13:50 +02:00
ftp Error strings should not be capitalized 2022-06-23 23:26:02 +02:00
googlecloudstorage Fix lint issues reported by staticcheck 2022-06-13 21:13:50 +02:00
googlephotos Fix lint issues reported by staticcheck 2022-06-13 21:13:50 +02:00
hasher hasher: support metadata 2022-06-29 17:30:37 +01:00
hdfs Error strings should not be capitalized 2022-06-23 23:26:02 +02:00
http docs: skip "Connection" suffix from FTP, SSH/SFTP and HTTP backend names 2022-06-21 23:43:00 +02:00
hubic Fix lint issues reported by staticcheck 2022-06-13 21:13:50 +02:00
internetarchive backend/internetarchive: fix uploads can take very long time 2022-05-07 21:54:14 +01:00
jottacloud jottacloud: always store username in config and use it to avoid initial api request 2022-07-03 12:56:25 +02:00
koofr Error strings should not be capitalized 2022-06-23 23:26:02 +02:00
local backend: allow wrapping backend tests to run in make quicktest 2022-06-29 17:30:37 +01:00
mailru Error strings should not be capitalized 2022-06-23 23:26:02 +02:00
mega mega: fix error handling broken by removal of github.com/pkg/errors 2021-11-09 13:43:45 +00:00
memory backend: allow wrapping backend tests to run in make quicktest 2022-06-29 17:30:37 +01:00
netstorage Fix lint issues reported by staticcheck 2022-06-13 21:13:50 +02:00
onedrive onedrive: add access scopes option 2022-06-14 10:21:23 +01:00
opendrive opendrive: resolve lag and truncate bugs fixes #5936 2022-06-17 16:48:03 +01:00
pcloud pcloud: fix cleanup - fixes #3853 2022-06-16 15:45:42 +02:00
premiumizeme about: improved error message 2022-05-13 12:08:10 +01:00
putio about: improved error message 2022-05-13 12:08:10 +01:00
qingstor Error strings should not be capitalized 2022-06-23 23:26:02 +02:00
s3 s3: implement reading and writing of metadata #111 2022-06-29 14:29:36 +01:00
seafile Error strings should not be capitalized 2022-06-23 23:26:02 +02:00
sftp Error strings should not be capitalized 2022-06-23 23:26:02 +02:00
sharefile Fix lint issues reported by staticcheck 2022-06-13 21:13:50 +02:00
sia Fix lint issues reported by staticcheck 2022-06-13 21:13:50 +02:00
storj storj: fix put 2022-05-12 20:43:54 +01:00
sugarsync Fix lint issues reported by staticcheck 2022-06-13 21:13:50 +02:00
swift Error strings should not be capitalized 2022-06-23 23:26:02 +02:00
union union: support metadata 2022-06-29 17:30:37 +01:00
uptobox Error strings should not be capitalized 2022-06-23 23:26:02 +02:00
webdav docs: consistent capitalization of WebDAV, DLNA, HTTP 2022-06-21 23:43:00 +02:00
yandex Fix lint issues reported by staticcheck 2022-06-13 21:13:50 +02:00
zoho Fix lint issues reported by staticcheck 2022-06-13 21:13:50 +02:00