82ad9a30b9
rc: fix speed does not update in core/stats
2021-08-14 12:45:51 +01:00
448a03181f
cmd/mount: --fast-list does nothing on a mount
2021-08-13 21:11:56 +03:00
3615619645
serve/docker: retry saveState to fix sporadic test failure on macOS/Windows
2021-08-13 21:00:21 +03:00
33ddd540b6
accounting: fix maximum bwlimit by scaling scale max token bucket size
...
Before this fix, on Windows, the --bwlimit would max out at 2.5Gbps
even when set to 10 Gbps.
This turned out to be because of the maximum token bucket size.
This fix scales up the token bucket size linearly above a bwlimit of
2Gbps.
Fixes #5507
2021-08-13 16:55:24 +01:00
a5f277f47e
vfs: fix crash when truncating a just uploaded object - Fixes #5522
2021-08-11 11:55:09 +01:00
bec253fd39
Add vinibali to contributors
2021-08-11 11:55:09 +01:00
815a6ac8aa
Add hota to contributors
2021-08-11 11:55:09 +01:00
8106f65e0b
Add yedamo to contributors
2021-08-11 11:07:13 +03:00
96f77ebe5a
selfupdate: fix --quiet option, not quite quiet
...
Fixes #5505
2021-08-11 10:14:19 +03:00
36f0231082
docs/drive: Fix lsf example without drive-impersonate ( #5504 )
2021-08-10 21:59:36 +02:00
168cb65c61
Add Greg Sadetsky to contributors
2021-08-10 21:50:26 +02:00
e00db968aa
docs/s3: fix typo in s3 documentation ( #5515 )
2021-08-10 21:45:49 +02:00
bb6b44d199
DOC: "OS X" -> "macOS"
2021-08-10 10:12:30 +03:00
88b35bc32d
Update yandex.md
...
add mail subscription exception
2021-08-09 23:28:41 +03:00
c32d5dd1f3
fs: move with --ignore-existing will not delete skipped files - #5463
2021-08-01 17:46:45 +01:00
3d9da896d2
drive: fix instructions for auto config #5499
2021-08-01 15:17:07 +01:00
839c20bb35
s3: add Wasabi's AP-Northeast endpoint info
...
* Wasabi starts to provide AP Northeast (Tokyo) endpoint for all customers, so add it to the list
Signed-off-by: lindwurm <lindwurm.q@gmail.com >
2021-08-01 14:56:52 +01:00
7c58148840
Start v1.57.0-DEV development
2021-08-01 13:43:36 +01:00
6545755758
sftp: remove spurious error message on --sftp-disable-concurrent-reads
2021-07-31 11:04:45 +01:00
c86a55c798
vfs: fix duplicates on rename - fixes #5469
...
Before this change, if there was an existing file being uploaded when
a file was renamed on top of it, then both would be uploaded. This
causes a duplicate in Google Drive as both files get uploaded at the
same time. This was triggered reliably by LibreOffice saving doc
files.
This fix removes any duplicates in the upload queue on rename.
2021-07-30 19:31:02 +01:00
1d280081d4
Add Mariano Absatz (git) to contributors
2021-07-30 19:31:02 +01:00
f48cb5985f
Add Justin Winokur (Jwink3101) to contributors
2021-07-30 19:31:02 +01:00
55e766f4e8
mountlib: restore daemon mode after #5415
2021-07-29 13:35:04 +03:00
63a24255f8
onedrive: handle HTTP 400 better in PublicLink() ( #5419 )
2021-07-27 17:55:57 +08:00
bc74f0621e
http: fix serve http exits directly after starting
2021-07-25 14:06:43 +01:00
f39a08c9d7
clarification of the process for creating custom client_id
2021-07-24 09:19:48 +03:00
675548070d
fs/operations: add rmdirs -v output - fixes #5464
2021-07-24 09:16:23 +03:00
37ff05a5fa
Version v1.56.0
v1.56.0
2021-07-20 19:45:41 +01:00
c67c1ab4ee
test makefiles: fix documentation so it doesn't have HTML in
2021-07-20 19:37:09 +01:00
76f8095bc5
hdfs: fix documentation so it doesn't have HTML in
2021-07-20 19:36:30 +01:00
f646cd0a2a
librclone: add missing sync/* rc methods
...
See: https://forum.rclone.org/t/missing-directory-copy-move-methods-in-librclone/24503
2021-07-20 16:59:02 +01:00
d38f6bb0ab
gphotos: fix read only scope not being used properly
...
Before this change the read only scope was being ignored and rclone
was asking for a read-write scope.
https://forum.rclone.org/t/google-photos-copy-sync-errors/25153
2021-07-20 16:57:55 +01:00
11d86c74b2
docs: expand contents and make docs full screen
2021-07-20 16:53:21 +01:00
feb6046a8a
docs: add table of contents to every page
2021-07-20 16:53:21 +01:00
807102ada2
drive: fix config system overwriting team drive ID - fixes #5454
2021-07-20 16:51:59 +01:00
770b3496a1
config: fix in memory config not saving on the fly backend config
...
Before this fix, saving a :backend config gave the error
Can't save config "token" = "XXX" for on the fly backend ":backend"
Even when using the in-memory config `--config ""`
This fixes the problem by
- always using the in memory config if it is configured
- moving the check for a :backend config save to the file config backend
It also removes the contents of the config items being saved from the
log which saves confidential tokens being logged.
Fixes #5451
2021-07-20 12:09:38 +01:00
da36ce08e4
docs/jottacloud: add short note on how no versions option works
2021-07-15 17:29:30 +02:00
8652cfe575
jottacloud: add no versions option
2021-07-15 17:29:30 +02:00
94b1439299
drive: fix some google docs being treated as files - fixes #5455
...
At some point some google docs files started having sizes returned in
their listing information.
This then caused rclone to treat the docs as files which caused
downloads to fail.
The API docs now state that google docs may have sizes (whereas I'm
pretty sure it didn't earlier).
This fix removes the check for size, so google docs are identified
solely by not having an MD5 checksum.
2021-07-14 11:40:58 +01:00
97c9e55ddb
Add Antoine GIRARD to contributors
2021-07-14 11:40:57 +01:00
c0b2832509
docs: serve docker: fix URL of systemd contrib files ( #5415 )
2021-07-11 13:23:00 +03:00
7436768d62
docs for serve docker and docker plugin ( #5415 )
2021-07-10 23:56:09 +03:00
55153403aa
build docker plugin ( #5415 )
2021-07-10 23:56:09 +03:00
daf449b5f2
cmd/serve: add serve docker command ( #5415 )
...
Fixes #4750
Co-authored-by: Ivan Andreev <ivandeex@gmail.com >
2021-07-10 23:56:09 +03:00
221dfc3882
mountlib: refactor before adding serve docker ( #5415 )
...
Co-authored-by: Ivan Andreev <ivandeex@gmail.com >
2021-07-10 23:56:09 +03:00
aab29353d1
Update email address for Serge Pouliquen
2021-07-08 12:49:13 +01:00
c24504b793
Add Chuan Zh to contributors
2021-07-08 12:47:35 +01:00
6338d0026e
Add Michael Hanselmann to contributors
2021-07-08 12:47:35 +01:00
ba836d45ff
s3: update Alibaba OSS endpoints
2021-07-08 12:03:04 +01:00
367cf984af
docs: added tip to reduce SharePoint throttling - fixes #5404
2021-07-08 11:39:52 +01:00