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