From 034856721ecf80f5ea05f4ab6d0c08e43b54db79 Mon Sep 17 00:00:00 2001 From: Jannik Stehle <50302941+JammingBen@users.noreply.github.com> Date: Mon, 29 Apr 2024 08:05:52 +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 e56e74ca2..c68b2a81a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -94,6 +94,7 @@ The following sections list the changes for unreleased. * Enhancement - Add FileTouched SSE Event: [#8778](https://github.com/owncloud/ocis/pull/8778) * Enhancement - Sharing SSEs: [#8854](https://github.com/owncloud/ocis/pull/8854) * Enhancement - Update web to v9.0.0-alpha.5: [#8868](https://github.com/owncloud/ocis/pull/8868) +* Enhancement - Secure viewer share role: [#8907](https://github.com/owncloud/ocis/pull/8907) * Enhancement - Add Link SSEs: [#8908](https://github.com/owncloud/ocis/pull/8908) * Enhancement - ShareeIDs in SSEs: [#8915](https://github.com/owncloud/ocis/pull/8915) * Enhancement - Bump Reva: [#8917](https://github.com/owncloud/ocis/pull/8917) @@ -556,6 +557,13 @@ The following sections list the changes for unreleased. https://github.com/owncloud/ocis/pull/8868 https://github.com/owncloud/web/releases/tag/v9.0.0-alpha.5 +* Enhancement - Secure viewer share role: [#8907](https://github.com/owncloud/ocis/pull/8907) + + A new share role "Secure viewer" has been added. This role is applicable for + files, folders and spaces and only allows viewing them (and their content). + + https://github.com/owncloud/ocis/pull/8907 + * Enhancement - Add Link SSEs: [#8908](https://github.com/owncloud/ocis/pull/8908) Add sses for link created/updated/removed.