From 97f7271e7d29774d8d6c5b898d299cfcf26d51d0 Mon Sep 17 00:00:00 2001 From: Christian Richter Date: Thu, 28 Mar 2024 11:21:25 +0100 Subject: [PATCH] add changelog Signed-off-by: Christian Richter --- changelog/unreleased/mask-user-email-in-output.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 changelog/unreleased/mask-user-email-in-output.md diff --git a/changelog/unreleased/mask-user-email-in-output.md b/changelog/unreleased/mask-user-email-in-output.md new file mode 100644 index 0000000000..9f0b0c20ae --- /dev/null +++ b/changelog/unreleased/mask-user-email-in-output.md @@ -0,0 +1,7 @@ +Bugfix: Mask user email in output + +We have fixed a bug where the user email was not masked in the output and the user emails could be enumerated through +the sharee search. This is the ocis side which adds an suiting config option to mask user emails in the output. + +https://github.com/owncloud/ocis/issues/8726 +https://github.com/cs3org/reva/pull/4603