From 3305bbd043bd592daf6634610a2bf294d2f04282 Mon Sep 17 00:00:00 2001 From: kobergj Date: Wed, 25 Sep 2024 13:41:42 +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 22993c848..205a9d11d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -68,6 +68,7 @@ The following sections list the changes for unreleased. * 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 - Remove duplicate CSP header from responses: [#10146](https://github.com/owncloud/ocis/pull/10146) +* Bugfix - Fix activity limit: [#10165](https://github.com/owncloud/ocis/pull/10165) * Enhancement - Bump reva: [#9817](https://github.com/owncloud/ocis/pull/9817) * Enhancement - Allow to maintain the last sign-in timestamp of a user: [#9942](https://github.com/owncloud/ocis/pull/9942) * Enhancement - Add an Activity for FileUpdated: [#10072](https://github.com/owncloud/ocis/pull/10072) @@ -171,6 +172,13 @@ The following sections list the changes for unreleased. https://github.com/owncloud/ocis/pull/10146 +* Bugfix - Fix activity limit: [#10165](https://github.com/owncloud/ocis/pull/10165) + + When requesting a limit on activities, ocis would limit first, then filter and + sort. Now it filters and sorts first, then limits. + + https://github.com/owncloud/ocis/pull/10165 + * Enhancement - Bump reva: [#9817](https://github.com/owncloud/ocis/pull/9817) Bumps reva version