-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Labels
0. Needs triagePending approval or rejection. This issue is pending approval.Pending approval or rejection. This issue is pending approval.enhancementNew feature or requestNew feature or request
Description
Implement file locking support on:
- Android (Implement file locking android#10012)
- Desktop (Implement file locking desktop#4382)
- iOS (Implement File Locking ios#1888)
- special case (2 types of lock?)
- open file in web (e.g.) collabora online
- automatically lock file for all clients
- clients then only offer editing online
- Desktop
- lock/unlock the document from the right-click menu of the desktop file manager
- indicate to the user that the file is locked, some ideas:
- overlay icon on the file
- remove the write permission on the filesystem on lock and add it again on unlock
- Notifications which pops up if a file was locked, might be useful if the user has the document already open but forgot to lock it, so that they know than now someone else claimed the document
- Android/iOS:
- lock/unlock the document from context menu
- when locked, show icon, read-only actions are possible
- lock/unlock the document from context menu
- special case: open file in e.g. collabora online: lock file on clients, only allow editing online
Server issue: nextcloud/server#21914
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
0. Needs triagePending approval or rejection. This issue is pending approval.Pending approval or rejection. This issue is pending approval.enhancementNew feature or requestNew feature or request