From 505870879a56aa798f77deb37dd37032c8d6ba6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Friedrich=20Dreyer?= Date: Thu, 26 Sep 2024 15:20:40 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 18bda3881..958540b90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -65,8 +65,8 @@ The following sections list the changes for unreleased. * Bugfix - Added ShareUpdate activity: [#10104](https://github.com/owncloud/ocis/pull/10104) * Bugfix - Fixed the collaboration service registration: [#10107](https://github.com/owncloud/ocis/pull/10107) * Bugfix - CheckFileInfo will return a 404 error if the target file isn't found: [#10112](https://github.com/owncloud/ocis/pull/10112) -* Bugfix - Always select next gateway client: [#10133](https://github.com/owncloud/ocis/pull/10133) * Bugfix - Forbid Activities for Sharees: [#10136](https://github.com/owncloud/ocis/pull/10136) +* Bugfix - Always select next gateway client: [#10141](https://github.com/owncloud/ocis/pull/10141) * Bugfix - Remove duplicate CSP header from responses: [#10146](https://github.com/owncloud/ocis/pull/10146) * Bugfix - Fixed the missing folder variable: [#10150](https://github.com/owncloud/ocis/pull/10150) * Bugfix - Fix activity limit: [#10165](https://github.com/owncloud/ocis/pull/10165) @@ -153,19 +153,20 @@ The following sections list the changes for unreleased. https://github.com/owncloud/ocis/pull/10112 -* Bugfix - Always select next gateway client: [#10133](https://github.com/owncloud/ocis/pull/10133) - - We now use the gateway selector to always select the next gateway client. This - ensures that we can always connect to the gateway during up- and downscaling. - - https://github.com/owncloud/ocis/pull/10133 - * Bugfix - Forbid Activities for Sharees: [#10136](https://github.com/owncloud/ocis/pull/10136) Sharees may not see item activities. We now bind it to ListGrants permission. https://github.com/owncloud/ocis/pull/10136 +* Bugfix - Always select next gateway client: [#10141](https://github.com/owncloud/ocis/pull/10141) + + We now use the gateway selector to always select the next gateway client. This + ensures that we can always connect to the gateway during up- and downscaling. + + https://github.com/owncloud/ocis/pull/10141 + https://github.com/owncloud/ocis/pull/10133 + * Bugfix - Remove duplicate CSP header from responses: [#10146](https://github.com/owncloud/ocis/pull/10146) The web service was adding a CSP on its own, and that one has been removed. The