add changelog

This commit is contained in:
Martin Mattel
2024-10-24 15:17:43 +02:00
parent af178155e4
commit 69402542a8

View File

@@ -0,0 +1,7 @@
Bugfix: Generate short tokens to be used as access tokens for WOPI
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