From 09f85c987ea1cd60a60822ab85421d13c41e323e Mon Sep 17 00:00:00 2001 From: kobergj Date: Mon, 23 Sep 2024 16:15:55 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ae1b4e25..36f53fee6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -65,6 +65,7 @@ The following sections list the changes for unreleased. * Bugfix - Added ShareUpdate activity: [#10104](https://github.com/owncloud/ocis/pull/10104) * Bugfix - CheckFileInfo will return a 404 error if the target file isn't found: [#10112](https://github.com/owncloud/ocis/pull/10112) * 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) * 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) @@ -146,6 +147,12 @@ The following sections list the changes for unreleased. https://github.com/owncloud/ocis/pull/10133 +* Bugfix - Forbid Activities for Sharees: [#10136](https://github.com/owncloud/ocis/pull/10136) + + Sharees may not see item activities. We now bind it to ListGrants permission. + + https://github.com/owncloud/ocis/pull/10136 + * Enhancement - Bump reva: [#9817](https://github.com/owncloud/ocis/pull/9817) Bumps reva version