-
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.
Merge pull request #5062 from kobergj/release-2.27.4
Release 2.27.4
- Loading branch information
Showing
8 changed files
with
160 additions
and
96 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 @@ | ||
2025-01-27 | ||
2025-02-03 |
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.27.3 | ||
2.27.4 |
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,29 +1,28 @@ | ||
Changelog for reva 2.27.3 (2025-01-27) | ||
Changelog for reva 2.27.4 (2025-02-03) | ||
======================================= | ||
|
||
The following sections list the changes in reva 2.27.3 relevant to | ||
The following sections list the changes in reva 2.27.4 relevant to | ||
reva users. The changes are ordered by importance. | ||
|
||
Summary | ||
------- | ||
|
||
* Fix #5042: Fix ocis dependency | ||
* Enh #5051: Emit SpaceMembershipExpired event | ||
* Fix #5061: OCM Wildcards | ||
* Fix #5055: Fix view&download permission issue | ||
|
||
Details | ||
------- | ||
|
||
* Bugfix #5042: Fix ocis dependency | ||
* Bugfix #5061: OCM Wildcards | ||
|
||
Fix the ocm gateway connection pool. Fix ocis dependency in the reva go.mod file. Bump the ocis | ||
version accordingly to the major version. | ||
Fix using ocm wildcards. Do not overwrite cached provider with actual value | ||
|
||
https://github.com/owncloud/ocis/issues/10846 | ||
https://github.com/owncloud/ocis/issues/10878 | ||
https://github.com/cs3org/reva/pull/5042 | ||
https://github.com/cs3org/reva/pull/5061 | ||
|
||
* Enhancement #5051: Emit SpaceMembershipExpired event | ||
* Bugfix #5055: Fix view&download permission issue | ||
|
||
https://github.com/owncloud/ocis/issues/10919 | ||
https://github.com/cs3org/reva/pull/5051 | ||
When opening files with view&download permission (aka read), the appprovider would falsely | ||
issue a secureview token. This is fixed now. | ||
|
||
https://github.com/cs3org/reva/pull/5055 | ||
|
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,37 @@ | ||
|
||
--- | ||
title: "v2.27.4" | ||
linkTitle: "v2.27.4" | ||
weight: 40 | ||
description: > | ||
Changelog for Reva v2.27.4 (2025-02-03) | ||
--- | ||
|
||
Changelog for reva 2.27.4 (2025-02-03) | ||
======================================= | ||
|
||
The following sections list the changes in reva 2.27.4 relevant to | ||
reva users. The changes are ordered by importance. | ||
|
||
Summary | ||
------- | ||
|
||
* Fix #5061: OCM Wildcards | ||
* Fix #5055: Fix view&download permission issue | ||
|
||
Details | ||
------- | ||
|
||
* Bugfix #5061: OCM Wildcards | ||
|
||
Fix using ocm wildcards. Do not overwrite cached provider with actual value | ||
|
||
https://github.com/cs3org/reva/pull/5061 | ||
|
||
* Bugfix #5055: Fix view&download permission issue | ||
|
||
When opening files with view&download permission (aka read), the appprovider would falsely | ||
issue a secureview token. This is fixed now. | ||
|
||
https://github.com/cs3org/reva/pull/5055 | ||
|
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