Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add note for file locking limitation Dropbox #421

Merged
merged 1 commit into from
Sep 29, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions mountainduck/locking.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ File locking is natively supported for the following protocols:
- [WebDAV](../protocols/webdav/index.md)

```{note}
Some WebDAV implementations including [NextCloud & ownCloud](../protocols/webdav/nextcloud.md) may not support locking documents. Make sure to select *Nextcloud & ownCloud* in the bookmark configuration to make use of pseudo locking.
Some WebDAV implementations may not support locking documents.
```

Files opened from one of the supported protocols are locked for editing by other users. Mountain Duck locks files on the server when opened in an editor. This prevents other users from modifying the document until the file is closed by the user.
Expand Down Expand Up @@ -112,4 +112,9 @@ If you get a warning that the document is *Read-Only*, ask other users to close

## Preferences

Locking is disabled by default. Refer to [Preferences](preferences.md) to enable it in *Sync → Locking → Lock Files*.
Locking is disabled by default. Refer to [Preferences](preferences.md) to enable it in *Sync → Locking → Lock Files*.

## Limitations

- Due to Dropbox file restrictions lock files are forbidden files and can't be uploaded. Therefore, pseudo file locking is not available using Dropbox.
- [NextCloud & ownCloud via WebDAV](../protocols/webdav/nextcloud.md) don't support locking documents. Make sure to select *Nextcloud & ownCloud* in the bookmark configuration to make use of pseudo locking.
Loading