Merge pull request #8756 from dragonchaser/filter-user-email-in-results

Filter user email in results
This commit is contained in:
Christian Richter
2024-03-28 12:36:29 +01:00
committed by GitHub
7 changed files with 31 additions and 5 deletions
@@ -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