-
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.
- Loading branch information
Showing
7 changed files
with
117 additions
and
30 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-05 | ||
2024-04-17 |
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.4 | ||
2.19.5 |
File renamed without changes.
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,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/ | ||
|
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,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/ | ||
|