rclone:fix-7103-nextcloud-chunked

Last commit made on 2023-07-01
Get this branch:
git clone -b fix-7103-nextcloud-chunked https://git.launchpad.net/rclone

Branch merges

Branch information

Name:
fix-7103-nextcloud-chunked
Repository:
lp:rclone

Recent commits

705572d... by Nick Craig-Wood

webdav: nextcloud: fix must use /dav/files/USER endpoint not /webdav error

Before this change the regexp validating the endpoint URL was a bit
too strict allowing only /dav/files/USER.

This patch relaxes it allowing /dav/files/USER/dir/subdir etc.

00512e1... by Nick Craig-Wood

Start v1.64.0-DEV development

fcfbd31... by Nick Craig-Wood

docs: website: replace google analytics with plausible analytics

9a8075b... by Nick Craig-Wood

docs: rename donate page to sponsor page and rework

996037b... by Sawada Tsunayoshi <email address hidden>

docs: fixed typo in exclude example in filtering docs (#7097)

The exclude flag instructions had "without" written as "with" which changes the whole meaning of how the exclude flag works.

e90537b... by Nick Craig-Wood

Version v1.63.0

42c211c... by Nick Craig-Wood

Revert sponsors back to organization

3d4f127... by Nick Craig-Wood

Revert "union: disable PartialUploads on integration tests failures"

This reverts commit 9065e921c139c417ad8ebc19b367dc774ed5d8a6.

It turns out the problem for the failing fs/sync tests was the
policies being different for search and create which meant that the
file was being created in one union branch but a diferent one was
found in another branch.

ff966b3... by Misty <email address hidden>

dropbox: fix result chans not taken care by defer fun

3b6effa... by Nick Craig-Wood

uptobox: fix rmdir declaring that directories weren't empty

The API seems to have changed and the `totalFileCount` item no longer
tracks the number of files in the directory so is useless for seeing
if the directory is empty.

This patch fixes the problem by seeing whether there are any files or
directories in the folder instead.

This problem was detected by the integration tests.