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-16 16:45:35 +0300
committerHannah von Reth <vonreth@kde.org>2021-12-17 12:52:11 +0300
commit492a7e4b479f293edae2e11289a759cf7b47c397 (patch)
tree05e747acb1ed5ca09c521bb06f74114c09161ba4 /changelog
parent4dcace6b4cd04e2bd7f3683d69846fa9a03a306b (diff)
Only check whether a file is locked before we start the upload
Fixes: #9194
Diffstat (limited to 'changelog')
-rw-r--r--changelog/unreleased/91942
1 files changed, 2 insertions, 0 deletions
diff --git a/changelog/unreleased/9194 b/changelog/unreleased/9194
index 5482b2e4a..cdb04b1fe 100644
--- a/changelog/unreleased/9194
+++ b/changelog/unreleased/9194
@@ -5,3 +5,5 @@ 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
+https://github.com/owncloud/client/pull/9264
+https://github.com/owncloud/client/pull/9296