github.com/cs3org/reva/v2@v2.27.7/changelog/1.12.0_2021-08-24/restore-readonly.md (about) 1 Bugfix: Logic to restore files to readonly nodes 2 3 This impacts solely the DecomposedFS. Prior to these changes there was no validation when a user tried to restore a file from the trashbin to a share location (i.e any folder under `/Shares`). 4 5 With this patch if the user restoring the resource has write permissions on the share, restore is possible. 6 7 https://github.com/cs3org/reva/pull/1913