From b0745e115ff496fd5e11b435ea0822904bd5b022 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Friedrich=20Dreyer?= Date: Thu, 24 Mar 2022 09:58:08 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c729b766c5..674619ecbf7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ The following sections list the changes for unreleased. * Bugfix - Network configuration in individiual_services example: [#3238](https://github.com/owncloud/ocis/pull/3238) * Bugfix - Improve gif thumbnails: [#3305](https://github.com/owncloud/ocis/pull/3305) * Bugfix - Fix error handling in GraphAPI GetUsers call: [#3357](https://github.com/owncloud/ocis/pull/3357) +* Bugfix - Replace public mountpoint fileid with grant fileid: [#3349](https://github.com/owncloud/ocis/pull/3349) * Change - Settings service now stores its data via metadata service: [#3232](https://github.com/owncloud/ocis/pull/3232) * Enhancement - Audit logger will now log file events: [#3332](https://github.com/owncloud/ocis/pull/3332) * Enhancement - Add password reset link to login page: [#3329](https://github.com/owncloud/ocis/pull/3329) @@ -41,6 +42,14 @@ The following sections list the changes for unreleased. https://github.com/owncloud/ocis/pull/3357 +* Bugfix - Replace public mountpoint fileid with grant fileid: [#3349](https://github.com/owncloud/ocis/pull/3349) + + We now show the same resoucre id for resources when accessing them via a public links as when + using a logged in user. This allows the web ui to start a WOPI session with the correct resource + id. + + https://github.com/owncloud/ocis/pull/3349 + * Change - Settings service now stores its data via metadata service: [#3232](https://github.com/owncloud/ocis/pull/3232) Instead of writing files to disk it will use metadata service to do so