-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Comparing changes
Open a pull request
base repository: rclone/rclone
base: v1.61.0
head repository: rclone/rclone
compare: v1.61.1
- 12 commits
- 48 files changed
- 4 contributors
Commits on Dec 23, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 577693e - Browse repository at this point
Copy the full SHA 577693eView commit details -
Configuration menu - View commit details
-
Copy full SHA for cce4340 - Browse repository at this point
Copy the full SHA cce4340View commit details -
rc: set url to the first value of rc-addr since it has been converted…
… to an array of strings now -- fixes #6641 Signed-off-by: Anagh Kumar Baranwal <6824881+darthShadow@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 5a9706a - Browse repository at this point
Copy the full SHA 5a9706aView commit details -
Storj switched to a single global s3 endpoint backed by a BGP routing. We want to stop advertizing the former regional endpoints and have the global one as the only option.
Configuration menu - View commit details
-
Copy full SHA for d3e09d8 - Browse repository at this point
Copy the full SHA d3e09d8View commit details -
azureblob: fix "409 Public access is not permitted on this storage ac…
…count" This error was caused by rclone supplying an empty `x-ms-blob-public-access:` header when creating a container for private access, rather than omitting it completely. This is a valid way of specifying containers should be private, but if the storage account has the flag "Blob public access" unset then it gives "409 Public access is not permitted on this storage account". This patch fixes the problem by only supplying the header if the access is set. Fixes #6645
Configuration menu - View commit details
-
Copy full SHA for bc21429 - Browse repository at this point
Copy the full SHA bc21429View commit details -
serve webdav: fix --baseurl handling after lib/http refactor
The webdav library was confused by the Path manipulation done by lib/http when stripping the prefix. This patch adds the prefix back before calling it. Fixes #6650
Configuration menu - View commit details
-
Copy full SHA for 0ce5e57 - Browse repository at this point
Copy the full SHA 0ce5e57View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6be0644 - Browse repository at this point
Copy the full SHA 6be0644View commit details -
serve restic: don't serve via http if serving via --stdio
Before this change, we started the http listener even if --stdio was supplied. This also moves the log message so the user won't see the serving via HTTP message unless they are really using that. Fixes #6646
Configuration menu - View commit details
-
Copy full SHA for 176af2b - Browse repository at this point
Copy the full SHA 176af2bView commit details -
serve webdav: fix running duplicate Serve call
Before this change we were starting the server twice for webdav which is inefficient and causes problems at exit.
Configuration menu - View commit details
-
Copy full SHA for b03ee4e - Browse repository at this point
Copy the full SHA b03ee4eView commit details -
lib/http: shutdown all servers on exit to remove unix socket
Before this change only serve http was Shutting down its server which was causing other servers such as serve restic to leave behind their unix sockets. This change moves the finalisation to lib/http so all servers have it and removes it from serve http. Fixes #6648
Configuration menu - View commit details
-
Copy full SHA for 639b61d - Browse repository at this point
Copy the full SHA 639b61dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 46e9691 - Browse repository at this point
Copy the full SHA 46e9691View commit details -
Configuration menu - View commit details
-
Copy full SHA for 486e713 - Browse repository at this point
Copy the full SHA 486e713View 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.61.0...v1.61.1