files_lock icon indicating copy to clipboard operation
files_lock copied to clipboard

feat: Implement handling for lock managers who can unlock files

Open juliushaertl opened this issue 6 months ago • 1 comments

Fixes https://github.com/nextcloud/files_lock/issues/52

  • Allow unlock for
    • The file owner
    • Users who have permissions to manage ACL on groupfolders
      • [ ] Needs upstream fix and testing as groupfolders on master branch currently does not fetch the webdav properties
    • A allow list for a dedicated group of users who are considered to be allowed to manually remove a lock
      • [ ] Needs a UI to set this

juliushaertl avatar Jan 03 '24 13:01 juliushaertl