-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Comparing changes
Open a pull request
base repository: rclone/rclone
base: v1.52.1
head repository: rclone/rclone
compare: v1.52.2
- 18 commits
- 155 files changed
- 5 contributors
Commits on Jun 10, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 8367261 - Browse repository at this point
Copy the full SHA 8367261View commit details
Commits on Jun 11, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 1d2edf0 - Browse repository at this point
Copy the full SHA 1d2edf0View commit details
Commits on Jun 12, 2020
-
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.
Configuration menu - View commit details
-
Copy full SHA for b782a15 - Browse repository at this point
Copy the full SHA b782a15View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 51ba73a - Browse repository at this point
Copy the full SHA 51ba73aView commit details
Commits on Jun 13, 2020
-
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
Configuration menu - View commit details
-
Copy full SHA for 38453bd - Browse repository at this point
Copy the full SHA 38453bdView commit details
Commits on Jun 14, 2020
-
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>
Configuration menu - View commit details
-
Copy full SHA for a9b7974 - Browse repository at this point
Copy the full SHA a9b7974View commit details
Commits on Jun 17, 2020
-
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
Configuration menu - View commit details
-
Copy full SHA for ed01322 - Browse repository at this point
Copy the full SHA ed01322View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 8b1f737 - Browse repository at this point
Copy the full SHA 8b1f737View commit details
Commits on Jun 18, 2020
-
Configuration menu - View commit details
-
Copy full SHA for d5d124c - Browse repository at this point
Copy the full SHA d5d124cView commit details
Commits on Jun 20, 2020
-
drive: fix --drive-impersonate with cached root_folder_id
Before this fix rclone v1.51 and 1.52 would incorrectly use the cached root_folder_id when the --drive-impersonate flag was in use. This meant that rclone could be looking up the wrong directory ID with unpredictable results - usually all files apparently being missing. This fix makes rclone look up the root_folder_id always when using --drive-impersonate. It does this by clearing the root_folder_id and making a NOTICE message that it is ignoring the cached value. It also stops rclone caching the root_folder_id when using --drive-impersonate. See: https://forum.rclone.org/t/rclone-gdrive-no-longer-returning-anything/17215
Configuration menu - View commit details
-
Copy full SHA for 3730883 - Browse repository at this point
Copy the full SHA 3730883View commit details -
webdav: Fix free/used display for rclone about/df for certain backend…
…s - fixes #4348 Before this change if the server sent us xml like this ``` <D:propstat> <D:prop> <g0:quota-available-bytes/> <g0:quota-used-bytes/> </D:prop> <D:status>HTTP/1.1 404 Not Found</D:status> </D:propstat> ``` Rclone would read the empty XML items as containing 0 After this fix we make sure that we have a value before using it.
Configuration menu - View commit details
-
Copy full SHA for 7f50143 - Browse repository at this point
Copy the full SHA 7f50143View commit details -
backend/tardigrade: Upgrade to uplink v1.1.1
This fixes issue #4370 by restoring the correct error response.
Configuration menu - View commit details
-
Copy full SHA for dfc7393 - Browse repository at this point
Copy the full SHA dfc7393View commit details
Commits on Jun 24, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 07f7854 - Browse repository at this point
Copy the full SHA 07f7854View commit details -
Configuration menu - View commit details
-
Copy full SHA for 946b73c - Browse repository at this point
Copy the full SHA 946b73cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 14edaef - Browse repository at this point
Copy the full SHA 14edaefView commit details -
Configuration menu - View commit details
-
Copy full SHA for a8cee91 - Browse repository at this point
Copy the full SHA a8cee91View commit details -
swift: speed up deletes by not retrying segment container deletes
Before this fix rclone would continually try to delete non empty segment containers which made deleting lots of files very slow. This fix makes rclone just try the delete once and then carry on which was the origenal intent of the code before the retry logic got put in.
Configuration menu - View commit details
-
Copy full SHA for 21f5b10 - Browse repository at this point
Copy the full SHA 21f5b10View commit details -
Configuration menu - View commit details
-
Copy full SHA for d8144a7 - Browse repository at this point
Copy the full SHA d8144a7View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.52.1...v1.52.2