github.com/cs3org/reva/v2@v2.27.7/changelog/2.19.0_2024-02-22/fix-create-share-precheck.md (about) 1 Bugfix: Prevent setting container specific permissions on files 2 3 It was possible to set the 'CreateContainer', 'Move' or 'Delete' permissions on 4 file resources with a CreateShare request. These permissions are meant to be only 5 set on container resources. The UpdateShare request already has a similar check. 6 7 https://github.com/cs3org/reva/pull/4462 8 https://github.com/owncloud/ocis/issues/8131