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-12-08 16:40:59 +0300
committerHannah von Reth <vonreth@kde.org>2021-12-09 18:15:44 +0300
commit4b117b68115677955c0e9927e6e18f781cfb198f (patch)
treedb6d87faadd4cd24b9bcb93bf360ea481e828e73 /changelog
parent108fcadce3a87dbf26abdb0126ed21298d2bdd69 (diff)
Only check for locked files before we start the upload
Fixes: #9194
Diffstat (limited to 'changelog')
-rw-r--r--changelog/unreleased/91947
1 files changed, 7 insertions, 0 deletions
diff --git a/changelog/unreleased/9194 b/changelog/unreleased/9194
new file mode 100644
index 000000000..5482b2e4a
--- /dev/null
+++ b/changelog/unreleased/9194
@@ -0,0 +1,7 @@
+Bugfix: Don't abort upload if chunk is locked
+
+Since 2.9 we know that we need exclusive file access to a file to properly handle it with Windows virtual files.
+Therefore we checked for the locked state before we start the upload.
+Due to a bug we checked that for each file chunk, now we only check when the upload starts and when it finished completely.
+
+https://github.com/owncloud/client/issues/9194