From 34a15b7c25a648d2b3aa7d262a2f423bdce85c50 Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Tue, 24 May 2022 10:41:05 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 30 +++++++++++++++++++++++++++--- 1 file changed, 27 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d27a6c7eb5..837322f5a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,7 +24,7 @@ The following sections list the changes for unreleased. * Enhancement - Add descriptions for graph-explorer config: [#3759](https://github.com/owncloud/ocis/pull/3759) * Enhancement - Add /me/changePassword endpoint to GraphAPI: [#3063](https://github.com/owncloud/ocis/issues/3063) * Enhancement - Add description tags to the thumbnails config structs: [#3752](https://github.com/owncloud/ocis/pull/3752) -* Enhancement - Update reva: [#3746](https://github.com/owncloud/ocis/pull/3746) +* Enhancement - Update reva to version 2.4.0: [#3746](https://github.com/owncloud/ocis/pull/3746) * Enhancement - Update ownCloud Web to v5.5.0-rc.7: [#6854](https://github.com/owncloud/web/pull/6854) * Enhancement - Add descriptions to webdav configuration: [#3755](https://github.com/owncloud/ocis/pull/3755) @@ -176,15 +176,39 @@ The following sections list the changes for unreleased. https://github.com/owncloud/ocis/pull/3752 -* Enhancement - Update reva: [#3746](https://github.com/owncloud/ocis/pull/3746) +* Enhancement - Update reva to version 2.4.0: [#3746](https://github.com/owncloud/ocis/pull/3746) - Bumps reva version + Changelog for reva 2.4.0 (2022-05-24) ======================================= + + The following sections list the changes in reva 2.4.0 relevant to reva users. The changes are + ordered by importance. + + Summary ------- + + * Bugfix [cs3org/reva#2854](https://github.com/cs3org/reva/pull/2854): Handle non uuid space and nodeid in decomposedfs + * Bugfix [cs3org/reva#2853](https://github.com/cs3org/reva/pull/2853): Filter CS3 share manager listing + * Bugfix [cs3org/reva#2868](https://github.com/cs3org/reva/pull/2868): Actually remove blobs when purging + * Bugfix [cs3org/reva#2882](https://github.com/cs3org/reva/pull/2882): Fix FileUploaded event being emitted too early + * Bugfix [cs3org/reva#2848](https://github.com/cs3org/reva/pull/2848): Fix storage id in the references in the ItemTrashed events + * Bugfix [cs3org/reva#2852](https://github.com/cs3org/reva/pull/2852): Fix rcbox dependency on reva 1.18 + * Bugfix [cs3org/reva#3505](https://github.com/cs3org/reva/pull/3505): Fix creating a new file with wopi + * Bugfix [cs3org/reva#2885](https://github.com/cs3org/reva/pull/2885): Move stat out of usershareprovider + * Bugfix [cs3org/reva#2883](https://github.com/cs3org/reva/pull/2883): Fix role consideration when updating a share + * Bugfix [cs3org/reva#2864](https://github.com/cs3org/reva/pull/2864): Fix Grant Space IDs + * Bugfix [cs3org/reva#2870](https://github.com/cs3org/reva/pull/2870): Update quota calculation + * Bugfix [cs3org/reva#2876](https://github.com/cs3org/reva/pull/2876): Fix version number in status page + * Bugfix [cs3org/reva#2829](https://github.com/cs3org/reva/pull/2829): Don't include versions in quota + * Change [cs3org/reva#2856](https://github.com/cs3org/reva/pull/2856): Do not allow to edit disabled spaces + * Enhancement [cs3org/reva#3741](https://github.com/cs3org/reva/pull/3741): Add download endpoint to ocdav versions API + * Enhancement [cs3org/reva#2884](https://github.com/cs3org/reva/pull/2884): Show mounted shares in virtual share jail root + * Enhancement [cs3org/reva#2792](https://github.com/cs3org/reva/pull/2792): Use storageproviderid for spaces routing https://github.com/owncloud/ocis/pull/3746 https://github.com/owncloud/ocis/pull/3771 https://github.com/owncloud/ocis/pull/3778 https://github.com/owncloud/ocis/pull/3842 https://github.com/owncloud/ocis/pull/3854 + https://github.com/owncloud/ocis/pull/3858 * Enhancement - Update ownCloud Web to v5.5.0-rc.7: [#6854](https://github.com/owncloud/web/pull/6854)