cs3org / wopiserver

A vendor-neutral application gateway compatible with the WOPI specifications.
Apache License 2.0
52 stars 27 forks source link

Added config flag to disable detection of external changes #117

Closed glpatcern closed 1 year ago

glpatcern commented 1 year ago

This feature allows to run the wopiserver in a less "conservative" mode as detailed in the wopiserver.conf comments.

The lastmodificationtime xattr is still stored in all cases as it is actually used for a particular lock check implemented for CodiMD. But the validation on PutFile is skipped when the detection flag is set to false.