-
Notifications
You must be signed in to change notification settings - Fork 113
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Jörn Friedrich Dreyer <[email protected]>
- Loading branch information
Showing
6 changed files
with
81 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
2024-04-04 | ||
2024-04-05 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
2.19.3 | ||
2.19.4 |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,21 @@ | ||
Changelog for reva 2.19.3 (2024-04-04) | ||
Changelog for reva 2.19.4 (2024-04-05) | ||
======================================= | ||
|
||
The following sections list the changes in reva 2.19.3 relevant to | ||
The following sections list the changes in reva 2.19.4 relevant to | ||
reva users. The changes are ordered by importance. | ||
|
||
Summary | ||
------- | ||
|
||
* Fix #4607: Mask user email in output | ||
* Fix #4612: Use gateway selector in jsoncs3 | ||
|
||
Details | ||
------- | ||
|
||
* Bugfix #4607: Mask user email in output | ||
* Bugfix #4612: Use gateway selector in jsoncs3 | ||
|
||
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. | ||
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. | ||
|
||
https://github.com/owncloud/ocis/issues/8726 | ||
https://github.com/cs3org/reva/pull/4607 | ||
https://github.com/cs3org/reva/pull/4603 | ||
https://github.com/cs3org/reva/pull/4612 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
|
||
--- | ||
title: "v2.19.4" | ||
linkTitle: "v2.19.4" | ||
weight: 40 | ||
description: > | ||
Changelog for Reva v2.19.4 (2024-04-05) | ||
--- | ||
|
||
Changelog for reva 2.19.4 (2024-04-05) | ||
======================================= | ||
|
||
The following sections list the changes in reva 2.19.4 relevant to | ||
reva users. The changes are ordered by importance. | ||
|
||
Summary | ||
------- | ||
|
||
* Fix #4612: Use gateway selector in jsoncs3 | ||
|
||
Details | ||
------- | ||
|
||
* Bugfix #4612: Use gateway selector in jsoncs3 | ||
|
||
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. | ||
|
||
https://github.com/cs3org/reva/pull/4612 | ||
|