From 405f547b55f5fb7385228a988e319826689deda3 Mon Sep 17 00:00:00 2001 From: kobergj Date: Thu, 5 Oct 2023 07:20:53 +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 8e306f07b4..6f82616cbb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ The following sections list the changes for unreleased. ## Summary +* Bugfix - Delete outdated userlog events: [#7410](https://github.com/owncloud/ocis/pull/7410) * Bugfix - Don't reload web config: [#7369](https://github.com/owncloud/ocis/pull/7369) * Bugfix - Fix the kql-bleve search: [#7290](https://github.com/owncloud/ocis/pull/7290) * Bugfix - Check school number for duplicates before adding a school: [#7351](https://github.com/owncloud/ocis/pull/7351) @@ -30,6 +31,12 @@ The following sections list the changes for unreleased. ## Details +* Bugfix - Delete outdated userlog events: [#7410](https://github.com/owncloud/ocis/pull/7410) + + Userlog will now delete events when the user has no longer access to the underlying resource + + https://github.com/owncloud/ocis/pull/7410 + * Bugfix - Don't reload web config: [#7369](https://github.com/owncloud/ocis/pull/7369) When requesting `config.json` file from the server, web service would reload the file if a path @@ -112,6 +119,7 @@ The following sections list the changes for unreleased. https://github.com/owncloud/ocis/pull/6427 https://github.com/owncloud/ocis/pull/7178 https://github.com/owncloud/ocis/pull/7217 + https://github.com/owncloud/ocis/pull/7410 * Enhancement - Introduce clientlog service: [#7217](https://github.com/owncloud/ocis/pull/7217)