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
ownCloud 10.5 introduced file locking which basically allows users to lock a file while working on it. It would be nice if Collabora supports this as it's one of the main collaboration tools for ownCloud.
We have supported this for quite a while in the Collabora Online core - somehow horribly; we didn't get back to updating this bug. Essentially we function much as the WOPI protocol in this regard so:
We have this in loolwsd.xml - which you should prolly crank right down to debug & test this:
<locking desc="Locking settings">
<refresh desc="How frequently we should re-acquire a lock with the storage server, in seconds (default 15 mins) or 0 for no refresh" type="int" default="900">900</refresh>
</locking>
ownCloud 10.5 introduced file locking which basically allows users to lock a file while working on it. It would be nice if Collabora supports this as it's one of the main collaboration tools for ownCloud.
Steps
occ config:app:set files enable_lock_file_action --value yes
.Expected result
The file is being opened in view only mode because it is currently locked by another user.
Actual result
The file is being opened in edit mode despite being locked by another user.
The text was updated successfully, but these errors were encountered: