diff --git a/CHANGELOG.md b/CHANGELOG.md index 89a390b8a4..b837e8966e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,42 @@ +Changelog for reva 2.7.2 (2022-07-18) +======================================= + +The following sections list the changes in reva 2.7.2 relevant to +reva users. The changes are ordered by importance. + +Summary +------- + + * Fix #3079: Allow empty permissions + * Fix #3084: Spaces relatated permissions and providerid cleanup + * Fix #3083: Add space id to ItemTrashed event + +Details +------- + + * Bugfix #3079: Allow empty permissions + + For alias link we need the ability to set no permission on an link. The permissions will then come + from the natural permissions the receiving user has on that file/folder + + https://github.com/cs3org/reva/pull/3079 + + * Bugfix #3084: Spaces relatated permissions and providerid cleanup + + Following the CS3 resource id refactoring we reverted a logic check when checking the list all + spaces permission, fixed some typos and made the storageprovider fill in a missing storage + provider id. + + https://github.com/cs3org/reva/pull/3084 + + * Bugfix #3083: Add space id to ItemTrashed event + + We fixed the resource IDs in the ItemTrashed events which were missing the recently introduced + space ID in the resource ID. + + https://github.com/cs3org/reva/pull/3083 + + Changelog for reva 2.7.0 (2022-07-15) ======================================= @@ -141,7 +180,7 @@ Summary ------- * Fix #3080: Make dataproviders return more headers - * Enh #4072: Add user filter + * Enh #3046: Add user filter Details ------- diff --git a/RELEASE_DATE b/RELEASE_DATE index 1494777acc..947a82ff14 100644 --- a/RELEASE_DATE +++ b/RELEASE_DATE @@ -1 +1 @@ -2022-07-15 \ No newline at end of file +2022-07-18 \ No newline at end of file diff --git a/VERSION b/VERSION index 5588ae8270..fbafd6b600 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.7.1 \ No newline at end of file +2.7.2 \ No newline at end of file diff --git a/changelog/unreleased/allow-empty-permissions.md b/changelog/2.7.2_2022-07-18/allow-empty-permissions.md similarity index 100% rename from changelog/unreleased/allow-empty-permissions.md rename to changelog/2.7.2_2022-07-18/allow-empty-permissions.md diff --git a/changelog/unreleased/fix-can-list-all-spaces-permission.md b/changelog/2.7.2_2022-07-18/fix-can-list-all-spaces-permission.md similarity index 100% rename from changelog/unreleased/fix-can-list-all-spaces-permission.md rename to changelog/2.7.2_2022-07-18/fix-can-list-all-spaces-permission.md diff --git a/changelog/unreleased/fix-item-trashed-event.md b/changelog/2.7.2_2022-07-18/fix-item-trashed-event.md similarity index 100% rename from changelog/unreleased/fix-item-trashed-event.md rename to changelog/2.7.2_2022-07-18/fix-item-trashed-event.md diff --git a/changelog/NOTE.md b/changelog/NOTE.md index 992af6e0b3..fc8d608130 100644 --- a/changelog/NOTE.md +++ b/changelog/NOTE.md @@ -1,29 +1,39 @@ -Changelog for reva 2.7.1 (2022-07-15) +Changelog for reva 2.7.2 (2022-07-18) ======================================= -The following sections list the changes in reva 2.7.1 relevant to +The following sections list the changes in reva 2.7.2 relevant to reva users. The changes are ordered by importance. Summary ------- - * Fix #3080: Make dataproviders return more headers - * Enh #4072: Add user filter + * Fix #3079: Allow empty permissions + * Fix #3084: Spaces relatated permissions and providerid cleanup + * Fix #3083: Add space id to ItemTrashed event Details ------- - * Bugfix #3080: Make dataproviders return more headers + * Bugfix #3079: Allow empty permissions - Instead of ocdav doing an additional Stat request we now rely on the dataprovider to return the - necessary metadata information as headers. + For alias link we need the ability to set no permission on an link. The permissions will then come + from the natural permissions the receiving user has on that file/folder - https://github.com/owncloud/reva/issues/3080 + https://github.com/cs3org/reva/pull/3079 - * Enhancement #3046: Add user filter + * Bugfix #3084: Spaces relatated permissions and providerid cleanup - This PR adds the ability to filter spaces by user-id + Following the CS3 resource id refactoring we reverted a logic check when checking the list all + spaces permission, fixed some typos and made the storageprovider fill in a missing storage + provider id. - https://github.com/cs3org/reva/pull/3046 + https://github.com/cs3org/reva/pull/3084 + + * Bugfix #3083: Add space id to ItemTrashed event + + We fixed the resource IDs in the ItemTrashed events which were missing the recently introduced + space ID in the resource ID. + + https://github.com/cs3org/reva/pull/3083 diff --git a/docs/content/en/docs/changelog/2.7.2/_index.md b/docs/content/en/docs/changelog/2.7.2/_index.md new file mode 100644 index 0000000000..8ddbeaa863 --- /dev/null +++ b/docs/content/en/docs/changelog/2.7.2/_index.md @@ -0,0 +1,48 @@ + +--- +title: "v2.7.2" +linkTitle: "v2.7.2" +weight: 40 +description: > + Changelog for Reva v2.7.2 (2022-07-18) +--- + +Changelog for reva 2.7.2 (2022-07-18) +======================================= + +The following sections list the changes in reva 2.7.2 relevant to +reva users. The changes are ordered by importance. + +Summary +------- + + * Fix #3079: Allow empty permissions + * Fix #3084: Spaces relatated permissions and providerid cleanup + * Fix #3083: Add space id to ItemTrashed event + +Details +------- + + * Bugfix #3079: Allow empty permissions + + For alias link we need the ability to set no permission on an link. The permissions will then come + from the natural permissions the receiving user has on that file/folder + + https://github.com/cs3org/reva/pull/3079 + + * Bugfix #3084: Spaces relatated permissions and providerid cleanup + + Following the CS3 resource id refactoring we reverted a logic check when checking the list all + spaces permission, fixed some typos and made the storageprovider fill in a missing storage + provider id. + + https://github.com/cs3org/reva/pull/3084 + + * Bugfix #3083: Add space id to ItemTrashed event + + We fixed the resource IDs in the ItemTrashed events which were missing the recently introduced + space ID in the resource ID. + + https://github.com/cs3org/reva/pull/3083 + +