From 0c939a0de4518dc96fef385b8c97bd886dfd51b2 Mon Sep 17 00:00:00 2001 From: Michael Barz Date: Fri, 8 Dec 2023 14:21:26 +0100 Subject: [PATCH] docs: add missing changelog for v4.0.1 --- changelog/4.0.1_2023-09-01/fix-search.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changelog/4.0.1_2023-09-01/fix-search.md diff --git a/changelog/4.0.1_2023-09-01/fix-search.md b/changelog/4.0.1_2023-09-01/fix-search.md new file mode 100644 index 0000000000..875248fa3a --- /dev/null +++ b/changelog/4.0.1_2023-09-01/fix-search.md @@ -0,0 +1,5 @@ +Fix: Disallow sharee to search sharer files outside the share + +When a file was shared with user(sharee) and the sharee searched the shared file the response contained unshared resources as well. + +https://github.com/owncloud/ocis/pull/7184