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:
Diffstat (limited to 'changelog/2.10.0_2022-01-17/9293')
-rw-r--r--changelog/2.10.0_2022-01-17/92939
1 files changed, 9 insertions, 0 deletions
diff --git a/changelog/2.10.0_2022-01-17/9293 b/changelog/2.10.0_2022-01-17/9293
new file mode 100644
index 000000000..515f55ba2
--- /dev/null
+++ b/changelog/2.10.0_2022-01-17/9293
@@ -0,0 +1,9 @@
+Bugfix: Handle file locks for delete jobs
+
+We no longer report an error when the client tries to delete a locked file
+but wait for the lock to be removed.
+
+This only works when a file is deleted not on folders.
+
+https://github.com/owncloud/client/issues/9293
+https://github.com/owncloud/client/pull/9295