Skip to content

Commit

Permalink
Release 2.19.5
Browse files Browse the repository at this point in the history
  • Loading branch information
rhafer committed Apr 17, 2024
1 parent 12692ac commit 72e7e0d
Show file tree
Hide file tree
Showing 7 changed files with 117 additions and 30 deletions.
75 changes: 54 additions & 21 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
=======================================

Expand Down Expand Up @@ -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)
=======================================

Expand Down Expand Up @@ -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)
=======================================

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

42 changes: 42 additions & 0 deletions docs/content/en/docs/changelog/2.19.5/_index.md
Original file line number Diff line number Diff line change
@@ -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/

0 comments on commit 72e7e0d

Please sign in to comment.