From 061c18056aa6b76f38e3980559d6cec09e83d085 Mon Sep 17 00:00:00 2001 From: Florian Schade Date: Thu, 17 Oct 2024 13:24:37 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d4ab0fb7e..01279d8bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -60,6 +60,7 @@ The following sections list the changes for unreleased. * Bugfix - Fix delete share panic: [#10219](https://github.com/owncloud/ocis/pull/10219) * Bugfix - Continue listing shares on error: [#10243](https://github.com/owncloud/ocis/pull/10243) * Bugfix - Avoid re-creating thumbnails: [#10251](https://github.com/owncloud/ocis/pull/10251) +* Bugfix - Fix panic when sharing with groups: [#10279](https://github.com/owncloud/ocis/pull/10279) * Bugfix - Thumbnail request limit: [#10280](https://github.com/owncloud/ocis/pull/10280) * Bugfix - Forbid the ocm space sharing: [#10287](https://github.com/owncloud/ocis/pull/10287) * Bugfix - Use secure config defaults for OCM: [#10307](https://github.com/owncloud/ocis/pull/10307) @@ -117,6 +118,15 @@ The following sections list the changes for unreleased. https://github.com/owncloud/ocis/pull/10251 +* Bugfix - Fix panic when sharing with groups: [#10279](https://github.com/owncloud/ocis/pull/10279) + + We fixed a bug which caused a panic when sharing with groups, this only happened + under a heavy load. Besides the bugfix, we also reduced the number of share auto + accept log messages to avoid flooding the logs. + + https://github.com/owncloud/ocis/issues/10258 + https://github.com/owncloud/ocis/pull/10279 + * Bugfix - Thumbnail request limit: [#10280](https://github.com/owncloud/ocis/pull/10280) The `THUMBNAILS_MAX_CONCURRENT_REQUESTS` setting was not working correctly.