From 72e7e0daed91c352f7efd7c7d3d2fd0ec1ed64c9 Mon Sep 17 00:00:00 2001 From: Ralf Haferkamp Date: Wed, 17 Apr 2024 11:33:45 +0200 Subject: [PATCH] Release 2.19.5 --- CHANGELOG.md | 75 +++++++++++++------ RELEASE_DATE | 2 +- VERSION | 2 +- .../fix-public-share-update.md | 0 .../fix_public_share_space_root.md | 0 changelog/NOTE.md | 26 +++++-- .../en/docs/changelog/2.19.5/_index.md | 42 +++++++++++ 7 files changed, 117 insertions(+), 30 deletions(-) rename changelog/{unreleased => 2.19.5_2024-04-17}/fix-public-share-update.md (100%) rename changelog/{unreleased => 2.19.5_2024-04-17}/fix_public_share_space_root.md (100%) create mode 100644 docs/content/en/docs/changelog/2.19.5/_index.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 334c4006a7..85b0d053da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,36 @@ +Changelog for reva 2.19.5 (2024-04-17) +======================================= + +The following sections list the changes in reva 2.19.5 relevant to +reva users. The changes are ordered by importance. + +Summary +------- + +* Fix #4626: Fix public share update +* Fix #4634: Fix access to files withing a public link targeting a space root + +Details +------- + +* Bugfix #4626: Fix public share update + + We fixed the permission check for updating public shares. When updating the permissions of a + public share while not providing a password, the check must be against the new permissions to + take into account that users can opt out only for view permissions. + + https://github.com/cs3org/reva/pull/4626 + https://github.com/cs3org/reva/pull/4622 + +* Bugfix #4634: Fix access to files withing a public link targeting a space root + + We fixed an issue that prevented users from opening documents within a public share that + targets a space root. + + https://github.com/owncloud/ocis/issues/8691 + https://github.com/cs3org/reva/pull/4634/ + https://github.com/cs3org/reva/pull/4632/ + Changelog for reva 2.19.4 (2024-04-05) ======================================= @@ -4375,6 +4408,27 @@ Details https://github.com/cs3org/reva/pull/2922 +Changelog for reva 2.4.1 (2022-05-24) +======================================= + +The following sections list the changes in reva 2.4.1 relevant to +reva users. The changes are ordered by importance. + +Summary +------- + +* Fix #2891: Add missing http status code + +Details +------- + +* Bugfix #2891: Add missing http status code + + This Fix adds a missing status code to the InsufficientStorage error in reva, to allow tus to + pass it through. + + https://github.com/cs3org/reva/pull/2891 + Changelog for reva 2.4.0 (2022-05-24) ======================================= @@ -4518,27 +4572,6 @@ Details https://github.com/cs3org/reva/pull/2792 -Changelog for reva 2.4.1 (2022-05-24) -======================================= - -The following sections list the changes in reva 2.4.1 relevant to -reva users. The changes are ordered by importance. - -Summary -------- - -* Fix #2891: Add missing http status code - -Details -------- - -* Bugfix #2891: Add missing http status code - - This Fix adds a missing status code to the InsufficientStorage error in reva, to allow tus to - pass it through. - - https://github.com/cs3org/reva/pull/2891 - Changelog for reva 2.3.1 (2022-05-08) ======================================= diff --git a/RELEASE_DATE b/RELEASE_DATE index c2ed851936..4080a50efd 100644 --- a/RELEASE_DATE +++ b/RELEASE_DATE @@ -1 +1 @@ -2024-04-05 \ No newline at end of file +2024-04-17 \ No newline at end of file diff --git a/VERSION b/VERSION index 8088c908ba..da1330c2ba 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.19.4 \ No newline at end of file +2.19.5 \ No newline at end of file diff --git a/changelog/unreleased/fix-public-share-update.md b/changelog/2.19.5_2024-04-17/fix-public-share-update.md similarity index 100% rename from changelog/unreleased/fix-public-share-update.md rename to changelog/2.19.5_2024-04-17/fix-public-share-update.md diff --git a/changelog/unreleased/fix_public_share_space_root.md b/changelog/2.19.5_2024-04-17/fix_public_share_space_root.md similarity index 100% rename from changelog/unreleased/fix_public_share_space_root.md rename to changelog/2.19.5_2024-04-17/fix_public_share_space_root.md diff --git a/changelog/NOTE.md b/changelog/NOTE.md index 5a8c7ccc16..8c542bbc86 100644 --- a/changelog/NOTE.md +++ b/changelog/NOTE.md @@ -1,21 +1,33 @@ -Changelog for reva 2.19.4 (2024-04-05) +Changelog for reva 2.19.5 (2024-04-17) ======================================= -The following sections list the changes in reva 2.19.4 relevant to +The following sections list the changes in reva 2.19.5 relevant to reva users. The changes are ordered by importance. Summary ------- -* Fix #4612: Use gateway selector in jsoncs3 +* Fix #4626: Fix public share update +* Fix #4634: Fix access to files withing a public link targeting a space root Details ------- -* Bugfix #4612: Use gateway selector in jsoncs3 +* Bugfix #4626: Fix public share update - The jsoncs3 user share manager now uses the gateway selector to get a fresh client before making - requests and uses the configured logger from the context. + We fixed the permission check for updating public shares. When updating the permissions of a + public share while not providing a password, the check must be against the new permissions to + take into account that users can opt out only for view permissions. - https://github.com/cs3org/reva/pull/4612 + https://github.com/cs3org/reva/pull/4626 + https://github.com/cs3org/reva/pull/4622 + +* Bugfix #4634: Fix access to files withing a public link targeting a space root + + We fixed an issue that prevented users from opening documents within a public share that + targets a space root. + + https://github.com/owncloud/ocis/issues/8691 + https://github.com/cs3org/reva/pull/4634/ + https://github.com/cs3org/reva/pull/4632/ diff --git a/docs/content/en/docs/changelog/2.19.5/_index.md b/docs/content/en/docs/changelog/2.19.5/_index.md new file mode 100644 index 0000000000..0cedc5b050 --- /dev/null +++ b/docs/content/en/docs/changelog/2.19.5/_index.md @@ -0,0 +1,42 @@ + +--- +title: "v2.19.5" +linkTitle: "v2.19.5" +weight: 40 +description: > + Changelog for Reva v2.19.5 (2024-04-17) +--- + +Changelog for reva 2.19.5 (2024-04-17) +======================================= + +The following sections list the changes in reva 2.19.5 relevant to +reva users. The changes are ordered by importance. + +Summary +------- + +* Fix #4626: Fix public share update +* Fix #4634: Fix access to files withing a public link targeting a space root + +Details +------- + +* Bugfix #4626: Fix public share update + + We fixed the permission check for updating public shares. When updating the permissions of a + public share while not providing a password, the check must be against the new permissions to + take into account that users can opt out only for view permissions. + + https://github.com/cs3org/reva/pull/4626 + https://github.com/cs3org/reva/pull/4622 + +* Bugfix #4634: Fix access to files withing a public link targeting a space root + + We fixed an issue that prevented users from opening documents within a public share that + targets a space root. + + https://github.com/owncloud/ocis/issues/8691 + https://github.com/cs3org/reva/pull/4634/ + https://github.com/cs3org/reva/pull/4632/ +