From 4e7d06a3fec604edf04a8be5b970adf569dda2d7 Mon Sep 17 00:00:00 2001 From: Michael Barz Date: Wed, 14 Jun 2023 12:31:53 +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 3e6469cdb..52290bec0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ The following sections list the changes for unreleased. ## Summary * Bugfix - Add missing timestamps: [#6515](https://github.com/owncloud/ocis/pull/6515) +* Enhancement - Add more metadata to the remote item: [#6300](https://github.com/owncloud/ocis/pull/6300) * Enhancement - Make the app provider service name configurable: [#6482](https://github.com/owncloud/ocis/pull/6482) * Enhancement - Update reva: [#6507](https://github.com/owncloud/ocis/pull/6507) * Enhancement - Use reva client selectors: [#6452](https://github.com/owncloud/ocis/pull/6452) @@ -28,6 +29,13 @@ The following sections list the changes for unreleased. https://github.com/owncloud/ocis/issues/3753 https://github.com/owncloud/ocis/pull/6515 +* Enhancement - Add more metadata to the remote item: [#6300](https://github.com/owncloud/ocis/pull/6300) + + We added the drive alias, the space name and the relative path to the remote item. This is needed + to resolve shared files directly on the source space. + + https://github.com/owncloud/ocis/pull/6300 + * Enhancement - Make the app provider service name configurable: [#6482](https://github.com/owncloud/ocis/pull/6482) We needed to make the service name of the app provider configurable. This needs to be changed