Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rclone/rclone
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.61.0
Choose a base ref
...
head repository: rclone/rclone
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.61.1
Choose a head ref
  • 12 commits
  • 48 files changed
  • 4 contributors

Commits on Dec 23, 2022

  1. Start v1.61.1-DEV development

    ncw committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    577693e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cce4340 View commit details
    Browse the repository at this point in the history
  3. 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>
    darthShadow authored and ncw committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    5a9706a View commit details
    Browse the repository at this point in the history
  4. s3/storj: update endpoints

    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.
    kaloyan-raev authored and ncw committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    d3e09d8 View commit details
    Browse the repository at this point in the history
  5. 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
    ncw committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    bc21429 View commit details
    Browse the repository at this point in the history
  6. 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
    ncw committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    0ce5e57 View commit details
    Browse the repository at this point in the history
  7. serve restic: fix immediate exit when not using stdio

    In the lib/http refactor
    
        52443c2 restic: refactor to use lib/http
    
    We forgot to serve the data and wait for the server to finish. This is
    not tested in the unit tests as it is part of the command line
    handler.
    
    Fixes #6644 Fixes #6647
    ncw committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    6be0644 View commit details
    Browse the repository at this point in the history
  8. 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
    ncw committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    176af2b View commit details
    Browse the repository at this point in the history
  9. 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.
    ncw committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    b03ee4e View commit details
    Browse the repository at this point in the history
  10. 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
    ncw committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    639b61d View commit details
    Browse the repository at this point in the history
  11. docs: fix unescaped HTML

    ncw committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    46e9691 View commit details
    Browse the repository at this point in the history
  12. Version v1.61.1

    ncw committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    486e713 View commit details
    Browse the repository at this point in the history
Loading