From 8b70f6f288164be7697bbfb60c452343f39b46ec Mon Sep 17 00:00:00 2001 From: Michael Barz Date: Wed, 24 Jul 2024 21:20:30 +0200 Subject: [PATCH] docs: add changelog --- changelog/unreleased/collaboration-msoo-locking.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 changelog/unreleased/collaboration-msoo-locking.md diff --git a/changelog/unreleased/collaboration-msoo-locking.md b/changelog/unreleased/collaboration-msoo-locking.md new file mode 100644 index 0000000000..cc00bcbd16 --- /dev/null +++ b/changelog/unreleased/collaboration-msoo-locking.md @@ -0,0 +1,6 @@ +Enhancement: Add locking support for MS Office Online Server + +We added support for the special kind of lock tokens that MS Office Online Server uses to lock files via the Wopi protocol. +It will only be active if you set the `COLLABORATION_APP_NAME` environment variable to `MicrosoftOfficeOnline`. + +https://github.com/owncloud/ocis/pull/9685