You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 15, 2022. It is now read-only.
Probably two implementations, one that maintains locks in MongoDB (on the file metadata), and a more lightweight version that keeps track of locks in-memory.
For now, you can set up "fake" locking, which does not do anything, but just pretends that locking is implemented. That seems to be enough to make Mac OS X Finder mount a WebDAV share in read-write-mode (without locking, it will be read-only).
#locking.provider = fake
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
One day, there should be proper WebDAV locking.
Probably two implementations, one that maintains locks in MongoDB (on the file metadata), and a more lightweight version that keeps track of locks in-memory.
For now, you can set up "fake" locking, which does not do anything, but just pretends that locking is implemented. That seems to be enough to make Mac OS X Finder mount a WebDAV share in read-write-mode (without locking, it will be read-only).
The text was updated successfully, but these errors were encountered: