From a9257229748f631f49c94d620ac1c9be5c7d7a4b Mon Sep 17 00:00:00 2001 From: Christian Richter Date: Thu, 4 Apr 2024 12:16:00 +0200 Subject: [PATCH] Release 2.19.3 Signed-off-by: Christian Richter --- CHANGELOG.md | 65 +++++++++++----- RELEASE_DATE | 2 +- VERSION | 2 +- .../mask-user-email-in-output.md | 0 changelog/NOTE.md | 77 +++---------------- .../en/docs/changelog/2.19.3/_index.md | 32 ++++++++ 6 files changed, 87 insertions(+), 91 deletions(-) rename changelog/{unreleased => 2.19.3_2024-04-04}/mask-user-email-in-output.md (100%) create mode 100644 docs/content/en/docs/changelog/2.19.3/_index.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d65edae9c..c007d57b64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,26 @@ +Changelog for reva 2.19.3 (2024-04-04) +======================================= + +The following sections list the changes in reva 2.19.3 relevant to +reva users. The changes are ordered by importance. + +Summary +------- + +* Fix #4607: Mask user email in output + +Details +------- + +* Bugfix #4607: Mask user email in output + + We have fixed a bug where the user email was not masked in the output and the user emails could be + enumerated through the sharee search. + + https://github.com/owncloud/ocis/issues/8726 + https://github.com/cs3org/reva/pull/4607 + https://github.com/cs3org/reva/pull/4603 + Changelog for reva 2.19.2 (2024-03-13) ======================================= @@ -4331,6 +4354,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) ======================================= @@ -4474,27 +4518,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 05204cff1a..6213939b6e 100644 --- a/RELEASE_DATE +++ b/RELEASE_DATE @@ -1 +1 @@ -2024-03-13 \ No newline at end of file +2024-04-04 \ No newline at end of file diff --git a/VERSION b/VERSION index b87b08b5b0..ff0a62a01a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.19.2 \ No newline at end of file +2.19.3 \ No newline at end of file diff --git a/changelog/unreleased/mask-user-email-in-output.md b/changelog/2.19.3_2024-04-04/mask-user-email-in-output.md similarity index 100% rename from changelog/unreleased/mask-user-email-in-output.md rename to changelog/2.19.3_2024-04-04/mask-user-email-in-output.md diff --git a/changelog/NOTE.md b/changelog/NOTE.md index b821253ea5..474fdc2b82 100644 --- a/changelog/NOTE.md +++ b/changelog/NOTE.md @@ -1,82 +1,23 @@ -Changelog for reva 2.19.2 (2024-03-13) +Changelog for reva 2.19.3 (2024-04-04) ======================================= -The following sections list the changes in reva 2.19.2 relevant to +The following sections list the changes in reva 2.19.3 relevant to reva users. The changes are ordered by importance. Summary ------- -* Fix #4557: Fix ceph build -* Fix #4570: Fix sharing invite on virtual drive -* Fix #4559: Fix graph drive invite -* Fix #4518: Fix an error when lock/unlock a file -* Fix #4566: Fix public link previews -* Fix #4561: Fix Stat() by Path on re-created resource -* Enh #4556: Allow tracing requests by giving util functions a context -* Enh #4545: Extend service account permissions -* Enh #4564: Send file locked/unlocked events +* Fix #4607: Mask user email in output Details ------- -* Bugfix #4557: Fix ceph build +* Bugfix #4607: Mask user email in output - https://github.com/cs3org/reva/pull/4557 + We have fixed a bug where the user email was not masked in the output and the user emails could be + enumerated through the sharee search. -* Bugfix #4570: Fix sharing invite on virtual drive - - We fixed the issue when sharing of virtual drive with other users was allowed - - https://github.com/owncloud/ocis/issues/8495 - https://github.com/cs3org/reva/pull/4570 - -* Bugfix #4559: Fix graph drive invite - - We fixed the issue when sharing of personal drive is allowed via graph - - https://github.com/owncloud/ocis/issues/8494 - https://github.com/cs3org/reva/pull/4559 - -* Bugfix #4518: Fix an error when lock/unlock a file - - We fixed a bug when anonymous user with viewer role in public link of a folder can lock/unlock a - file inside it - - https://github.com/owncloud/ocis/issues/7785 - https://github.com/cs3org/reva/pull/4518 - -* Bugfix #4566: Fix public link previews - - Fixes previews for public links - - https://github.com/cs3org/reva/pull/4566 - -* Bugfix #4561: Fix Stat() by Path on re-created resource - - We fixed bug that caused Stat Requests using a Path reference to a mount point in the sharejail to - not resolve correctly, when a share using the same mount point to an already deleted resource - was still existing. - - https://github.com/owncloud/ocis/issues/7895 - https://github.com/cs3org/reva/pull/4561 - -* Enhancement #4556: Allow tracing requests by giving util functions a context - - We deprecated GetServiceUserContext with GetServiceUserContextWithContext and GetUser - with GetUserWithContext to allow passing in a trace context. - - https://github.com/cs3org/reva/pull/4556 - -* Enhancement #4545: Extend service account permissions - - Adds CreateContainer permisson and improves cs3 storage pkg - - https://github.com/cs3org/reva/pull/4545 - -* Enhancement #4564: Send file locked/unlocked events - - Emit an event when a file is locked or unlocked - - https://github.com/cs3org/reva/pull/4564 + https://github.com/owncloud/ocis/issues/8726 + https://github.com/cs3org/reva/pull/4607 + https://github.com/cs3org/reva/pull/4603 diff --git a/docs/content/en/docs/changelog/2.19.3/_index.md b/docs/content/en/docs/changelog/2.19.3/_index.md new file mode 100644 index 0000000000..a376f7c749 --- /dev/null +++ b/docs/content/en/docs/changelog/2.19.3/_index.md @@ -0,0 +1,32 @@ + +--- +title: "v2.19.3" +linkTitle: "v2.19.3" +weight: 40 +description: > + Changelog for Reva v2.19.3 (2024-04-04) +--- + +Changelog for reva 2.19.3 (2024-04-04) +======================================= + +The following sections list the changes in reva 2.19.3 relevant to +reva users. The changes are ordered by importance. + +Summary +------- + +* Fix #4607: Mask user email in output + +Details +------- + +* Bugfix #4607: Mask user email in output + + We have fixed a bug where the user email was not masked in the output and the user emails could be + enumerated through the sharee search. + + https://github.com/owncloud/ocis/issues/8726 + https://github.com/cs3org/reva/pull/4607 + https://github.com/cs3org/reva/pull/4603 +