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

9194 « unreleased « changelog - github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5482b2e4a32493d6f6fbe6d35a849be2c58556f5 (plain)
1
2
3
4
5
6
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