From b0ef0b9d0a12b46c8a08c4cd9e013739435425ee Mon Sep 17 00:00:00 2001 From: kobergj Date: Fri, 4 Feb 2022 12:46:32 +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 6d23c3c433..01dc1841f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ The following sections list the changes for unreleased. * Change - Change log level default from debug to error: [#3071](https://github.com/owncloud/ocis/pull/3071) * Change - Remove the ownCloud storage driver: [#3072](https://github.com/owncloud/ocis/pull/3072) * Change - Unify configuration and commands: [#2818](https://github.com/owncloud/ocis/pull/2818) +* Change - Functionality to restore spaces: [#3092](https://github.com/owncloud/ocis/pull/3092) * Change - Update the graph api: [#2885](https://github.com/owncloud/ocis/pull/2885) * Change - Update libre-graph-api to v0.3.0: [#2858](https://github.com/owncloud/ocis/pull/2858) * Change - Return not found when updating non existent space: [#2869](https://github.com/cs3org/reva/pull/2869) @@ -107,6 +108,13 @@ The following sections list the changes for unreleased. https://github.com/owncloud/ocis/pull/2818 +* Change - Functionality to restore spaces: [#3092](https://github.com/owncloud/ocis/pull/3092) + + Disabled spaces can now be restored via the graph api. An information was added to the root item + of each space when it is deleted + + https://github.com/owncloud/ocis/pull/3092 + * Change - Update the graph api: [#2885](https://github.com/owncloud/ocis/pull/2885) GraphApi has been updated to version 0.4.1 and the existing dependency was removed