From e33d551579cbd5c54edb844b1944a7c0e2fa1f68 Mon Sep 17 00:00:00 2001 From: Roman Perekhod <2403905@gmail.com> Date: Thu, 7 Mar 2024 10:48:54 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e56da9f69a..f56b58950d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -44,6 +44,7 @@ The following sections list the changes for unreleased. * Bugfix - Fix remove/update share permissions: [#8529](https://github.com/owncloud/ocis/pull/8529) * Bugfix - Correct the default mapping of roles: [#8534](https://github.com/owncloud/ocis/pull/8534) +* Bugfix - Fix graph drive invite: [#8538](https://github.com/owncloud/ocis/pull/8538) * Bugfix - We now always select the next clients when autoaccepting shares: [#8570](https://github.com/owncloud/ocis/pull/8570) * Change - Change the default store for presigned keys to nats-js-kv: [#8419](https://github.com/owncloud/ocis/pull/8419) * Enhancement - Graphs endpoint for mounting and unmounting shares: [#7885](https://github.com/owncloud/ocis/pull/7885) @@ -72,6 +73,13 @@ The following sections list the changes for unreleased. https://github.com/owncloud/ocis/pull/8534 +* Bugfix - Fix graph drive invite: [#8538](https://github.com/owncloud/ocis/pull/8538) + + We fixed the issue when sharing of personal drive is allowed via graph + + https://github.com/owncloud/ocis/issues/8494 + https://github.com/owncloud/ocis/pull/8538 + * Bugfix - We now always select the next clients when autoaccepting shares: [#8570](https://github.com/owncloud/ocis/pull/8570) https://github.com/owncloud/ocis/pull/8570