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

9293 « 2.10.0_2022-01-17 « changelog - github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 515f55ba276c0b06391dbf7f3086ad1183d1c9c0 (plain)
1
2
3
4
5
6
7
8
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