From 9f89a2bfcaf88b94522f6fdf89c7f92289ae4026 Mon Sep 17 00:00:00 2001 From: Roman Perekhod <2403905@gmail.com> Date: Wed, 31 May 2023 14:38:35 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a355a11914..d5f77d327a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ The following sections list the changes for unreleased. ## Summary +* Bugfix - Empty exact list while searching for a sharee: [#6398](https://github.com/owncloud/ocis/pull/6398) * Bugfix - Trace proxy middlewares: [#6313](https://github.com/owncloud/ocis/pull/6313) * Enhancement - Bump Reva: [#6381](https://github.com/owncloud/ocis/pull/6381) * Enhancement - Default LDAP write to true: [#6362](https://github.com/owncloud/ocis/pull/6362) @@ -21,6 +22,15 @@ The following sections list the changes for unreleased. ## Details +* Bugfix - Empty exact list while searching for a sharee: [#6398](https://github.com/owncloud/ocis/pull/6398) + + We fixed a bug in the sharing api, it always returns an empty exact list while searching for a + sharee + + https://github.com/owncloud/ocis/issues/4265 + https://github.com/owncloud/ocis/pull/6398 + https://github.com/cs3org/reva/pull/3877 + * Bugfix - Trace proxy middlewares: [#6313](https://github.com/owncloud/ocis/pull/6313) We moved trace initialization to an early middleware to also trace requests made by other proxy