github.com/cs3org/reva/v2@v2.27.7/changelog/2.1.0_2022-03-29/fix-locking.md (about) 1 Bugfix: Fix locking on publik links and the decomposed filesystem 2 3 We've fixed the behavior of locking on the decomposed filesystem, so that now 4 app based locks can be modified user independently (needed for WOPI integration). 5 Also we added a check, if a lock is already expired and if so, we lazily delete the lock. 6 The InitiateUploadRequest now adds the Lock to the upload metadata so that an upload to an 7 locked file is possible. 8 9 We'v added the locking api requests to the public link scope checks, so that locking 10 also can be used on public links (needed for WOPI integration). 11 12 https://github.com/cs3org/reva/pull/2625