From 2b883012c94547c16a4ed02c49ae48e84f25bb98 Mon Sep 17 00:00:00 2001 From: Martin Date: Thu, 24 Oct 2024 14:00:25 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 04b7c67a6..806245557 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -63,6 +63,7 @@ The following sections list the changes for unreleased. * Bugfix - Make antivirus workers configurable: [#10383](https://github.com/owncloud/ocis/pull/10383) * Bugfix - Increase event processing workers: [#10385](https://github.com/owncloud/ocis/pull/10385) * Bugfix - Fix envvar deprecations for next production release: [#10386](https://github.com/owncloud/ocis/pull/10386) +* Bugfix - Generate short tokens to be used as access tokens for WOPI: [#10391](https://github.com/owncloud/ocis/pull/10391) * Enhancement - Add web extensions to the ocis_full example: [#10399](https://github.com/owncloud/ocis/pull/10399) ## Details @@ -119,6 +120,14 @@ The following sections list the changes for unreleased. https://github.com/owncloud/ocis/pull/10386 +* Bugfix - Generate short tokens to be used as access tokens for WOPI: [#10391](https://github.com/owncloud/ocis/pull/10391) + + Currently, the access tokens being used might be too long. In particular, + Microsoft Office Online complains about the URL (which contains the access + token) is too long and refuses to work. + + https://github.com/owncloud/ocis/pull/10391 + * Enhancement - Add web extensions to the ocis_full example: [#10399](https://github.com/owncloud/ocis/pull/10399) We added some of the web extensions from ownCloud to the ocis_full docker