From 834ef6fb4df5059784fe2e564a489345af683c15 Mon Sep 17 00:00:00 2001 From: Michael Barz Date: Fri, 25 Oct 2024 07:53:32 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 50aae8842..65be72224 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -58,6 +58,7 @@ The following sections list the changes for unreleased. ## Summary * Bugfix - Generate short tokens to be used as access tokens for WOPI: [#10391](https://github.com/owncloud/ocis/pull/10391) +* Bugfix - Fix put relative wopi operation for microsoft: [#10403](https://github.com/owncloud/ocis/pull/10403) * Bugfix - Make SSE keepalive interval configurable: [#10411](https://github.com/owncloud/ocis/pull/10411) * Enhancement - Add web extensions to the ocis_full example: [#10399](https://github.com/owncloud/ocis/pull/10399) @@ -71,6 +72,13 @@ The following sections list the changes for unreleased. https://github.com/owncloud/ocis/pull/10391 +* Bugfix - Fix put relative wopi operation for microsoft: [#10403](https://github.com/owncloud/ocis/pull/10403) + + We fixed a bug in the put relative wopi operation for microsoft. The response + now contains the correct properties. + + https://github.com/owncloud/ocis/pull/10403 + * Bugfix - Make SSE keepalive interval configurable: [#10411](https://github.com/owncloud/ocis/pull/10411) To prevent intermediate proxies from closing the SSE connection admins can now