-
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 #5095 from 2403905/release-2.27.5
release-2.27.5
- Loading branch information
Showing
11 changed files
with
220 additions
and
62 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-02-03 | ||
2025-02-24 |
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.4 | ||
2.27.5 |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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,28 +1,59 @@ | ||
Changelog for reva 2.27.4 (2025-02-03) | ||
Changelog for reva 2.27.5 (2025-02-24) | ||
======================================= | ||
|
||
The following sections list the changes in reva 2.27.4 relevant to | ||
The following sections list the changes in reva 2.27.5 relevant to | ||
reva users. The changes are ordered by importance. | ||
|
||
Summary | ||
------- | ||
|
||
* Fix #5061: OCM Wildcards | ||
* Fix #5055: Fix view&download permission issue | ||
* Fix #5093: Fix OCM create share | ||
* Fix #5077: Deny Users invite themselves to their own federated connection | ||
* Fix #5071: Role conversion | ||
* Enh #5075: Add the ocm notification handler | ||
* Enh #5083: Add the ocm notification ShareChangePermission | ||
* Enh #5063: Add roles | ||
|
||
Details | ||
------- | ||
|
||
* Bugfix #5061: OCM Wildcards | ||
* Bugfix #5093: Fix OCM create share | ||
|
||
Fix using ocm wildcards. Do not overwrite cached provider with actual value | ||
We fixed the OCM share fails on share creating if the federated instance is not reachable. | ||
|
||
https://github.com/cs3org/reva/pull/5061 | ||
https://github.com/owncloud/ocis/issues/11046 | ||
https://github.com/cs3org/reva/pull/5093 | ||
|
||
* Bugfix #5055: Fix view&download permission issue | ||
* Bugfix #5077: Deny Users invite themselves to their own federated connection | ||
|
||
When opening files with view&download permission (aka read), the appprovider would falsely | ||
issue a secureview token. This is fixed now. | ||
Deny Users invite themselves to their own federated connection | ||
|
||
https://github.com/cs3org/reva/pull/5055 | ||
https://github.com/cs3org/reva/pull/5077 | ||
|
||
* Bugfix #5071: Role conversion | ||
|
||
Fix role from resource permission conversion | ||
|
||
https://github.com/cs3org/reva/pull/5071 | ||
|
||
* Enhancement #5075: Add the ocm notification handler | ||
|
||
Added the ocm notification handler that allows receiving a notification from a remote party | ||
about changes to a previously known entity. | ||
|
||
https://github.com/cs3org/reva/pull/5075 | ||
|
||
* Enhancement #5083: Add the ocm notification ShareChangePermission | ||
|
||
Added the ocm notification ShareChangePermission that allows to synchronize the | ||
permissions of a share between the federated instances. | ||
|
||
https://github.com/cs3org/reva/pull/5083 | ||
|
||
* Enhancement #5063: Add roles | ||
|
||
Add EditorListGrantsWithVersions and FileEditorListGrantsWithVersions roles. | ||
|
||
https://github.com/owncloud/ocis/issues/10747 | ||
https://github.com/cs3org/reva/pull/5063 | ||
|
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,68 @@ | ||
|
||
--- | ||
title: "v2.27.5" | ||
linkTitle: "v2.27.5" | ||
weight: 40 | ||
description: > | ||
Changelog for Reva v2.27.5 (2025-02-24) | ||
--- | ||
|
||
Changelog for reva 2.27.5 (2025-02-24) | ||
======================================= | ||
|
||
The following sections list the changes in reva 2.27.5 relevant to | ||
reva users. The changes are ordered by importance. | ||
|
||
Summary | ||
------- | ||
|
||
* Fix #5093: Fix OCM create share | ||
* Fix #5077: Deny Users invite themselves to their own federated connection | ||
* Fix #5071: Role conversion | ||
* Enh #5075: Add the ocm notification handler | ||
* Enh #5083: Add the ocm notification ShareChangePermission | ||
* Enh #5063: Add roles | ||
|
||
Details | ||
------- | ||
|
||
* Bugfix #5093: Fix OCM create share | ||
|
||
We fixed the OCM share fails on share creating if the federated instance is not reachable. | ||
|
||
https://github.com/owncloud/ocis/issues/11046 | ||
https://github.com/cs3org/reva/pull/5093 | ||
|
||
* Bugfix #5077: Deny Users invite themselves to their own federated connection | ||
|
||
Deny Users invite themselves to their own federated connection | ||
|
||
https://github.com/cs3org/reva/pull/5077 | ||
|
||
* Bugfix #5071: Role conversion | ||
|
||
Fix role from resource permission conversion | ||
|
||
https://github.com/cs3org/reva/pull/5071 | ||
|
||
* Enhancement #5075: Add the ocm notification handler | ||
|
||
Added the ocm notification handler that allows receiving a notification from a remote party | ||
about changes to a previously known entity. | ||
|
||
https://github.com/cs3org/reva/pull/5075 | ||
|
||
* Enhancement #5083: Add the ocm notification ShareChangePermission | ||
|
||
Added the ocm notification ShareChangePermission that allows to synchronize the | ||
permissions of a share between the federated instances. | ||
|
||
https://github.com/cs3org/reva/pull/5083 | ||
|
||
* Enhancement #5063: Add roles | ||
|
||
Add EditorListGrantsWithVersions and FileEditorListGrantsWithVersions roles. | ||
|
||
https://github.com/owncloud/ocis/issues/10747 | ||
https://github.com/cs3org/reva/pull/5063 | ||
|