Nick Craig-Wood
4dfcf6899d
Version v1.56.2
2021-10-01 18:07:47 +01:00
Nolan Woods
81b3075e9d
lib/http: Add auth to http service
...
Fixes https://github.com/rclone/rclone/issues/5620
2021-10-01 17:19:02 +01:00
Ivan Andreev
f988773230
ftp: fix deadlock after failed update when concurrency=1
2021-10-01 17:17:10 +01:00
Nick Craig-Wood
e75d57d638
Start v1.56.2-DEV development
2021-09-23 17:22:53 +01:00
Herby Gillot
0e26fda001
build: update golang.org/x/sys to fix crash on macOS when compiled with go1.17
...
Updates the golang.org/x/sys module to prevent a panic on startup on macOS when built with Go 1.17
This is for the stable branch only
Fixes : #5611
2021-09-23 17:22:10 +01:00
Nick Craig-Wood
86f13fa46b
Version v1.56.1
2021-09-19 12:15:09 +01:00
Nick Craig-Wood
b9cf451177
Start v1.56.1-DEV development
2021-09-19 12:03:09 +01:00
Fred
b64258d92e
seafile: fix 2fa state machine
2021-09-19 11:29:42 +01:00
x0b
7308100695
build: update Go to 1.16 and NDK to 22b for android/any
2021-09-19 11:29:11 +01:00
Ivan Andreev
9c27e080b3
build: apply gofmt from golang 1.17
2021-09-19 11:28:40 +01:00
Greg Sadetsky
21d84df81b
docs/s3: fix typo in s3 documentation ( #5515 )
2021-09-18 12:23:30 +01:00
Nick Craig-Wood
3f17c729f1
pcloud: try harder to delete a failed upload
...
This fixes the integration tests when testing errored uploads
2021-09-18 12:22:15 +01:00
Nick Craig-Wood
d77f594ee7
pcloud: return an early error when Put is called with an unknown size
...
This stops the 10 minute pause in the integration tests
2021-09-18 12:21:58 +01:00
albertony
478434ffef
vfs: fix issue where empty dirs would build up in cache meta dir
2021-09-18 12:20:47 +01:00
negative0
df52896a0e
rc: fix speed does not update in core/stats
2021-09-18 12:20:16 +01:00
yedamo
29a99205ec
selfupdate: fix --quiet option, not quite quiet
...
Fixes #5505
2021-09-18 12:19:34 +01:00
Greg Sadetsky
693f674f39
docs/drive: Fix lsf example without drive-impersonate ( #5504 )
2021-09-18 12:19:17 +01:00
Greg Sadetsky
a506373ca1
drive: fix instructions for auto config #5499
2021-09-18 12:18:11 +01:00
hota
a8ba15b90a
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-09-18 12:17:56 +01:00
Nick Craig-Wood
b26308c427
sftp: remove spurious error message on --sftp-disable-concurrent-reads
2021-08-31 13:27:59 +01:00
Nick Craig-Wood
03bcf81c5e
sugarsync: fix initial connection after config re-arrangement - Fixes #5525
...
In this commit the config system was re-arranged
94dbfa4ea
fs: change Config callback into state based callback #3455
This passed the password as a temporary config parameter but forgot to
reveal it in the API call.
2021-08-14 12:53:51 +01:00
Nick Craig-Wood
8c1d4f17a8
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:56:08 +01:00
Nick Craig-Wood
e87de7c7e3
vfs: fix crash when truncating a just uploaded object - Fixes #5522
2021-08-11 11:55:45 +01:00
Ivan Andreev
7a31ef783a
mountlib: restore daemon mode after #5415
2021-07-30 19:32:35 +01:00
Nick Craig-Wood
d0de426500
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-28 16:45:26 +01:00
Alex Chen
34f89043af
onedrive: handle HTTP 400 better in PublicLink() ( #5419 )
2021-07-28 16:45:04 +01:00
Cnly
3ba001f8d7
http: fix serve http exits directly after starting
2021-07-28 16:44:42 +01:00
Mariano Absatz (git)
6bbf46961c
clarification of the process for creating custom client_id
2021-07-28 16:44:29 +01:00
Nick Craig-Wood
37ff05a5fa
Version v1.56.0
2021-07-20 19:45:41 +01:00
Nick Craig-Wood
c67c1ab4ee
test makefiles: fix documentation so it doesn't have HTML in
2021-07-20 19:37:09 +01:00
Nick Craig-Wood
76f8095bc5
hdfs: fix documentation so it doesn't have HTML in
2021-07-20 19:36:30 +01:00
Nick Craig-Wood
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
Nick Craig-Wood
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
Nick Craig-Wood
11d86c74b2
docs: expand contents and make docs full screen
2021-07-20 16:53:21 +01:00
Nick Craig-Wood
feb6046a8a
docs: add table of contents to every page
2021-07-20 16:53:21 +01:00
Nick Craig-Wood
807102ada2
drive: fix config system overwriting team drive ID - fixes #5454
2021-07-20 16:51:59 +01:00
Nick Craig-Wood
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
buengese
da36ce08e4
docs/jottacloud: add short note on how no versions option works
2021-07-15 17:29:30 +02:00
buengese
8652cfe575
jottacloud: add no versions option
2021-07-15 17:29:30 +02:00
Nick Craig-Wood
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
Nick Craig-Wood
97c9e55ddb
Add Antoine GIRARD to contributors
2021-07-14 11:40:57 +01:00
Ivan Andreev
c0b2832509
docs: serve docker: fix URL of systemd contrib files ( #5415 )
2021-07-11 13:23:00 +03:00
Ivan Andreev
7436768d62
docs for serve docker and docker plugin ( #5415 )
2021-07-10 23:56:09 +03:00
Ivan Andreev
55153403aa
build docker plugin ( #5415 )
2021-07-10 23:56:09 +03:00
Antoine GIRARD
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
Antoine GIRARD
221dfc3882
mountlib: refactor before adding serve docker ( #5415 )
...
Co-authored-by: Ivan Andreev <ivandeex@gmail.com>
2021-07-10 23:56:09 +03:00
Nick Craig-Wood
aab29353d1
Update email address for Serge Pouliquen
2021-07-08 12:49:13 +01:00
Nick Craig-Wood
c24504b793
Add Chuan Zh to contributors
2021-07-08 12:47:35 +01:00
Nick Craig-Wood
6338d0026e
Add Michael Hanselmann to contributors
2021-07-08 12:47:35 +01:00
Chuan Zh
ba836d45ff
s3: update Alibaba OSS endpoints
2021-07-08 12:03:04 +01:00