From b859d085cb8176929617db0c64814246adca2e3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Friedrich=20Dreyer?= Date: Thu, 5 Sep 2024 16:09:25 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0152f0510..ab4227808 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -69,6 +69,7 @@ The following sections list the changes for unreleased. * Enhancement - Allow setting default locale of activitylog: [#9892](https://github.com/owncloud/ocis/pull/9892) * Enhancement - Graph translation path: [#9902](https://github.com/owncloud/ocis/pull/9902) * Enhancement - Added a new roles viewer/editor with ListGrants: [#9943](https://github.com/owncloud/ocis/pull/9943) +* Enhancement - Handle OCM invite generated event: [#9966](https://github.com/owncloud/ocis/pull/9966) * Enhancement - Bump reva: [#9981](https://github.com/owncloud/ocis/pull/9981) ## Details @@ -227,6 +228,18 @@ The following sections list the changes for unreleased. https://github.com/owncloud/ocis/issues/9701 https://github.com/owncloud/ocis/pull/9943 +* Enhancement - Handle OCM invite generated event: [#9966](https://github.com/owncloud/ocis/pull/9966) + + Both the notification and audit services now handle the OCM invite generated + event. + + - The notification service is responsible for sending an email to the invited + user. - The audit service is responsible for logging the event. + + https://github.com/owncloud/ocis/issues/9583 + https://github.com/owncloud/ocis/pull/9966 + https://github.com/cs3org/reva/pull/4832 + * Enhancement - Bump reva: [#9981](https://github.com/owncloud/ocis/pull/9981) Bumps reva version