From 613c14d6e78e1992c5142fe4304cb382d7887d7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Friedrich=20Dreyer?= Date: Fri, 5 Apr 2024 09:46:15 +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 bc59a2868..8fc8e3bfa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -74,6 +74,7 @@ The following sections list the changes for unreleased. * Enhancement - Update web to v9.0.0-alpha.3: [#8736](https://github.com/owncloud/ocis/pull/8736) * Enhancement - Sharing NG role names and descriptions: [#8743](https://github.com/owncloud/ocis/pull/8743) * Enhancement - Enable web extension drawio by default: [#8760](https://github.com/owncloud/ocis/pull/8760) +* Enhancement - Remove resharing: [#8762](https://github.com/owncloud/ocis/pull/8762) * Enhancement - Add FileTouched SSE Event: [#8778](https://github.com/owncloud/ocis/pull/8778) ## Details @@ -388,6 +389,12 @@ The following sections list the changes for unreleased. https://github.com/owncloud/ocis/pull/8760 +* Enhancement - Remove resharing: [#8762](https://github.com/owncloud/ocis/pull/8762) + + Removed resharing feature from codebase + + https://github.com/owncloud/ocis/pull/8762 + * Enhancement - Add FileTouched SSE Event: [#8778](https://github.com/owncloud/ocis/pull/8778) Send an sse when a file is touched (aka 0 byte upload)