d174b97af7
errors: add WSAECONNREFUSED and more to the list of retriable Windows errors
...
This adds the missing WSAECONNREFUSED error to the list of errors we
can retry under Windows.
> Connection refused. No connection could be made because the target
> computer actively refused it.
It also adds any relevant errors I could see in the error code list.
See: https://forum.rclone.org/t/failing-to-upload-large-file-to-b2/17085
2020-06-17 10:46:22 +01:00
fff8822239
Add jtagcat to contributors
2020-06-17 10:46:22 +01:00
7cfe3760f4
Add Matteo Pietro Dazzi to contributors
2020-06-17 10:46:22 +01:00
298bd640f3
build: fix custom timezone in Docker image
...
Added the tzdata package to fix this ref.
See: https://forum.rclone.org/t/rclone-in-docker-uses-tz-as-utc-not-as-provided/17173
2020-06-17 10:43:03 +01:00
945a37d0d2
docs/jottacloud: add some info about the setup for whitelabel version
2020-06-16 18:15:49 +02:00
68afa28b27
rc: Add mount to list if mount point was successfully created
2020-06-16 15:17:55 +01:00
d6a9017298
fs: fix formatting of errInvalidCharacters error message
...
errInvalidCharacters: 'and space .' -> 'and space.' Remove a space between the word, space, and period.
Co-authored-by: jtagcat <gitlab@c7.ee >
2020-06-16 15:08:09 +01:00
da862f82cf
docs: add how to squash to contributing
...
Co-authored-by: jtagcat <gitlab@c7.ee >
2020-06-16 15:06:03 +01:00
f8b6727190
docs: document valid remote names
2020-06-16 15:02:15 +01:00
2d88d24881
config: reject remote names starting with a dash. ( #4261 )
2020-06-16 15:00:34 +01:00
62650a3eb3
serve dlna: Fix file list on Samsung Series 6+ TVs
...
This fixes the command "serve dlna" in order correctly show the list
of files on Samsung TV models starting from Series 6.
2020-06-16 14:56:02 +01:00
2c4f7b61c1
jottacloud: switch to new api root - fixes #4295
...
- also implement a very ugly workaround for the DirMove failures
2020-06-16 15:44:34 +02:00
a3f6fe5287
dedupe: fix logging to be easier to understand #4321
2020-06-16 11:41:56 +01:00
8d85c51a28
Add Heiko Bornholdt to contributors
2020-06-16 11:41:56 +01:00
17d5a72416
ftp: add explicit tls support
...
Add support for explicit FTP over TLS.
Fixes #4100
2020-06-16 09:13:50 +01:00
c4ce260b49
vendor: update jlaffaye/ftp
2020-06-16 09:13:50 +01:00
4808958f93
mount2,cmount: skip unreliable tests #4171
2020-06-15 21:34:37 +01:00
b58bb03e95
test: Don't run unreliable tests on CI #4171
2020-06-15 21:34:37 +01:00
ba7fbfa8a7
testy: test utility functions
2020-06-15 21:34:37 +01:00
117ff1d781
serve sftp: fix race in the tests #4171
2020-06-15 21:34:33 +01:00
160c97da13
build: re-add accidentally deleted ci_upload
2020-06-15 20:21:20 +01:00
0760bc09aa
build: fix Windows exe info insertion
...
The goversioninfo tool wasn't being installed in the correct place.
This also gets rid of the old Travis and Appveyor stuff from the
Makefile
2020-06-15 19:29:43 +01:00
5ca82e2f05
Add Vincent Feltz to contributors
2020-06-14 10:11:13 +01:00
746a6ef8d3
Add Zac Rubin to contributors
2020-06-14 10:11:13 +01:00
763944f673
rcd: fix incorrect prometheus metrics - fixes #4341
...
This was caused by using the stats group from the context passed in by the rcd
rather than the global stats group.
Signed-off-by: Gary Kim <gary@garykim.dev >
2020-06-14 10:09:24 +01:00
f4d7e41f24
s3: add Scaleway provider - fixes #4338
2020-06-13 11:55:37 +01:00
f9306218f8
sftp: Fix SSH key PEM loading
...
For SSH authentication, `key_pem` should both override `key_file`
and not require other SSH authentication methods to be set.
Prior to this fix, rclone would attempt to use an ssh-agent
when `key_pem` was the only SSH authentication method set.
Fixes #4240
2020-06-12 22:46:33 +01:00
fb06427c69
sync: fix --track-renames-strategy modtime
...
Before this change `--track-renames-strategy` was broken. The hashing
method it used could declare times that were very close together to be
different.
The time hash was discarded and instead we check the modification time
window on every hash match.
Provided that the user doesn't use `--track-renames-strategy` on a
huge number of identically sized files this will perform just fine.
See: https://forum.rclone.org/t/track-renames-strategy-modtime-doesnt-work/16992/5
2020-06-12 15:38:35 +01:00
93bd601149
touch: add ability to set nanosecond resolution times
2020-06-12 15:38:35 +01:00
848c5b78e1
drive: fix not being able to delete a directory with a trashed shortcut
...
When we resolve the shortcut we now propagate the trashed status of
the shortcut into the resolved item which fixes the issue.
2020-06-12 15:10:35 +01:00
84d5df3c84
jottacloud: bring back legacy authentification for use with whitelabel versions - fixes #4299
2020-06-12 12:08:27 +02:00
63e6d9d2d1
serve webdav,serve restic: Fix flags so they use environment variables
...
See: https://forum.rclone.org/t/serve-restic-append-only-environment-variable/17050
2020-06-11 19:28:51 +01:00
6a2b7b97d7
build: Add file properties and icon to Windows executable ( fixes #4304 )
2020-06-11 09:26:14 +01:00
d8d19072c5
mount: Add call for unmount all
...
mount: handle locking through single mutex.
2020-06-10 22:19:34 +01:00
830ab37371
rc: Add mount list option for listing current mounts
2020-06-10 22:19:34 +01:00
7e48ee8758
cache: fix dedupe on caches wrapping drives - fixes #4320
...
This implements the MergeDirs optional method.
2020-06-10 21:52:52 +01:00
d55053098f
check: make check do --checkers files concurrently - fixes #4318
2020-06-10 17:20:54 +01:00
63cf0b1cdd
check: make check command obey --dry-run/-i/--interactive - fixes #4325
2020-06-10 17:20:54 +01:00
5866b1b017
bin: test-repeat.sh - script to run tests many times with individual logs
2020-06-10 17:08:31 +01:00
8493f3939c
bin: not-in-stable.go - script to help with merging fixes to the stable branch
2020-06-10 17:07:43 +01:00
095f4e9b9d
build: fix docker release build action
2020-06-10 17:00:33 +01:00
a1382a03aa
Start v1.52.1-DEV development
2020-06-10 16:49:55 +01:00
844b903595
docs: promote the use of -i/--interactive and "rclone sync -i" everywhere #1574
2020-06-10 12:33:53 +01:00
a3b3e1f646
tree: remove -i shorthand for --noindent as it conflicts with -i/--interactive
2020-06-10 12:33:53 +01:00
b23cf58a41
operations: Add skip all, do all, quit operations to --interactive - fixes #3886
...
This also adds SkipDestructive into all the remaing places --dry-run
was used and adds documentation.
2020-06-10 12:33:53 +01:00
ba5eb230fb
operations: interactive mode -i/--interactive for destructive operations #3886
2020-06-10 12:33:53 +01:00
2ea15a72bc
s3: fix --header-upload - Fixes #4303
...
Before this change we were setting the headers on the PUT
request for normal and multipart uploads. For normal uploads this caused the error
403 Forbidden: There were headers present in the request which were not signed
After this fix we set the headers in the object upload request itself
as the s3 SDK expects.
This means that we only support a limited range of headers
- Cache-Control
- Content-Disposition
- Content-Encoding
- Content-Language
- Content-Type
- X-Amz-Tagging
- X-Amz-Meta-
Note for the last of those are for setting custom metadata in the form
"X-Amz-Meta-Key: value".
This now works for multipart uploads and single part uploads
See also #59
2020-06-10 12:28:48 +01:00
b5c654a100
lib/structs: factor reflection based structure manipulation into a library
2020-06-10 12:28:48 +01:00
6807b0e42f
Add Kamil Trzciński to contributors
2020-06-10 12:16:27 +01:00
16422a6b78
putio: fix panic on Object.Open #4315
2020-06-10 12:16:09 +01:00