From be7c7a75ff86a1ba786ddc13678a7011aaa2cdcd Mon Sep 17 00:00:00 2001 From: Roman Perekhod Date: Tue, 22 Oct 2024 10:05:21 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 821a604de..5dfd7580b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -56,10 +56,19 @@ The following sections list the changes for unreleased. ## Summary +* Bugfix - Fix Activitylog issues: [#10376](https://github.com/owncloud/ocis/pull/10376) * Bugfix - Security fixes: [#10376](https://github.com/owncloud/ocis/pull/10376) ## Details +* Bugfix - Fix Activitylog issues: [#10376](https://github.com/owncloud/ocis/pull/10376) + + Fixes multiple activititylog issues. There was an error about `max payload + exceeded` when there were too many activities on one folder. Listing would take + very long even with a limit activated. All of these issues are now fixed. + + https://github.com/owncloud/ocis/pull/10376 + * Bugfix - Security fixes: [#10376](https://github.com/owncloud/ocis/pull/10376) We polished some of the sonarcloud issues.