Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHannah von Reth <hannah.vonreth@owncloud.com>2021-08-04 16:07:43 +0300
committerHannah von Reth <vonreth@kde.org>2021-08-05 11:23:18 +0300
commita19c0764d907e694acf5104130fb0300916edc23 (patch)
tree57d623abaa493ec2c9461254e7491bfb1935e574 /changelog/unreleased
parent55b034898564eff97eaca17e778873f7a0363d2d (diff)
Accept all ignored deletes
If the local permissions are not correct we perform a prohibited move The move fails with 403 and creates a blacklist entry, but we might get the correct permissions for that file. In the next sync the we don't retry the move as we have the correct permissions now so we want to restore the original file. The original file however is now on the blacklist we mark the restoration as ignore and end up in findAndCancelDeletedJob Fixes: #8837
Diffstat (limited to 'changelog/unreleased')
-rw-r--r--changelog/unreleased/88373
1 files changed, 3 insertions, 0 deletions
diff --git a/changelog/unreleased/8837 b/changelog/unreleased/8837
new file mode 100644
index 000000000..3bb14f575
--- /dev/null
+++ b/changelog/unreleased/8837
@@ -0,0 +1,3 @@
+Bugfix: Don't crash if a certain move is undone
+
+https://github.com/owncloud/client/issues/8837