From ede5f0fece6743e7e68649ac79d45bd94f146d61 Mon Sep 17 00:00:00 2001 From: Michael Barz Date: Fri, 15 Nov 2024 11:37:03 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d61c5068a3..1f2dfadcc0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -63,7 +63,9 @@ The following sections list the changes for unreleased. ## Summary * Bugfix - Fix impersonated request user mismatch: [#10548](https://github.com/owncloud/ocis/pull/10548) +* Bugfix - We now limit the number of workers of the jsoncs3 share manager: [#10552](https://github.com/owncloud/ocis/pull/10552) * Bugfix - Set MaxConcurrency to 1: [#10557](https://github.com/owncloud/ocis/pull/10557) +* Bugfix - Fix federated sharing when using an external IDP: [#10567](https://github.com/owncloud/ocis/pull/10567) * Enhancement - Update web to v11.0.3: [#10569](https://github.com/owncloud/ocis/pull/10569) ## Details @@ -75,6 +77,13 @@ The following sections list the changes for unreleased. https://github.com/owncloud/ocis/issues/10292 https://github.com/owncloud/ocis/pull/10548 +* Bugfix - We now limit the number of workers of the jsoncs3 share manager: [#10552](https://github.com/owncloud/ocis/pull/10552) + + We now restrict the number of workers that look up shares to 5. The number can + be changed with `SHARING_USER_JSONCS3_MAX_CONCURRENCY`. + + https://github.com/owncloud/ocis/pull/10552 + * Bugfix - Set MaxConcurrency to 1: [#10557](https://github.com/owncloud/ocis/pull/10557) Set MaxConcurrency for frontend and userlog services to 1. Too many workers will @@ -82,6 +91,14 @@ The following sections list the changes for unreleased. https://github.com/owncloud/ocis/pull/10557 +* Bugfix - Fix federated sharing when using an external IDP: [#10567](https://github.com/owncloud/ocis/pull/10567) + + We fixed a bug that caused federated sharing to fail, when the federated oCIS + instances where sharing the same external IDP. + + https://github.com/owncloud/ocis/pull/10567 + https://github.com/cs3org/reva/pull/4933 + * Enhancement - Update web to v11.0.3: [#10569](https://github.com/owncloud/ocis/pull/10569) Tags: web