Skip to content

Commit

Permalink
Release 2.19.4
Browse files Browse the repository at this point in the history
Signed-off-by: Jörn Friedrich Dreyer <[email protected]>
  • Loading branch information
butonic committed Apr 5, 2024
1 parent c6db4c6 commit 576e2c0
Show file tree
Hide file tree
Showing 6 changed files with 81 additions and 32 deletions.
63 changes: 42 additions & 21 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
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

Changelog for reva 2.19.3 (2024-04-04)
=======================================

Expand Down Expand Up @@ -4354,27 +4375,6 @@ 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)
=======================================

Expand Down Expand Up @@ -4518,6 +4518,27 @@ 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)
=======================================

Expand Down
2 changes: 1 addition & 1 deletion RELEASE_DATE
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2024-04-04
2024-04-05
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.19.3
2.19.4
16 changes: 7 additions & 9 deletions changelog/NOTE.md
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

30 changes: 30 additions & 0 deletions docs/content/en/docs/changelog/2.19.4/_index.md
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

0 comments on commit 576e2c0

Please sign in to comment.