files_lock
files_lock copied to clipboard
Hide options if file is locked
- share a file to user test
- as test click on three dots menu
- see "unlock file", "rename", "move or copy"
None of this (maybe copy) should be allowed/visible
We might be able to just set the file permissions to read only in that case in the files app.
A read-only file can still be copied, but do we want to allow this on a locked one?
I think that should still be possible, yes. From my perspective a lock in other solutions is always just a write lock, so copying the current state of the file would also work and not lead to any conflict situation that locks are supposed to avoid.