From 3d1ddbcfa4e5aa02aa7c66f7a0cf40304bb2b8cd Mon Sep 17 00:00:00 2001 From: Julius Knorr Date: Mon, 16 Dec 2024 16:04:09 +0100 Subject: [PATCH] docs: Extend basic app explanation Signed-off-by: Julius Knorr --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ebce6bf..c71ecff 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,10 @@ ![](screenshots/0.7.0.png) -**Files Lock** allows your users to temporary lock a file to avoid other users' edits. +**Files Lock** allows your users to temporary lock a file to avoid other users' edits. The app also supports automatic locking of files when they are opened in collaborative editing like Nextcloud Text or Nextcloud Office and automatic locking by the desktop client. + +Since some locks may become stale by design (e.g. when a user forgets to unlock or a desktop client is left offline and no automatic unlock is happening), the owner of a file can always unlock any existing locks. In addition admins can unlock any file using the `occ files:lock -u ` command. + By default, files locked using this app will be locked indefinitely. ### Settings