-
Notifications
You must be signed in to change notification settings - Fork 112
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 #5046 from 2403905/release-2.27.2
[full-ci] release-2.27.2
- Loading branch information
Showing
6 changed files
with
78 additions
and
75 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-09 | ||
2025-01-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.27.1 | ||
2.27.2 |
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,66 +1,20 @@ | ||
Changelog for reva 2.27.1 (2025-01-09) | ||
Changelog for reva 2.27.2 (2025-01-17) | ||
======================================= | ||
|
||
The following sections list the changes in reva 2.27.1 relevant to | ||
The following sections list the changes in reva 2.27.2 relevant to | ||
reva users. The changes are ordered by importance. | ||
|
||
Summary | ||
------- | ||
|
||
* Fix #5033: Fix ocm wildcards | ||
* Fix #5031: Allow to accepted invite after it was once deleted | ||
* Fix #5026: Delete Blobs when Space is deleted | ||
* Enh #5025: Allow wildcards in OCM domains | ||
* Enh #5023: Notification feature toggle | ||
* Enh #4990: Allow locking via ocm | ||
* Enh #5032: Add SendEmailsEvent | ||
* Fix #5043: Fix SpaceMembershipExpired unmarshal | ||
|
||
Details | ||
------- | ||
|
||
* Bugfix #5033: Fix ocm wildcards | ||
* Bugfix #5043: Fix SpaceMembershipExpired unmarshal | ||
|
||
Ocm wildcards were not working properly. We now overwrite the wildcard values with the actual | ||
domain. | ||
SpaceMembershipExpired events can now be unmarshalled correctly | ||
|
||
https://github.com/cs3org/reva/pull/5033 | ||
|
||
* Bugfix #5031: Allow to accepted invite after it was once deleted | ||
|
||
Allowed to accepted invite even after it was once deleted on the invite receiver or invite | ||
creation side. | ||
|
||
https://github.com/owncloud/ocis/issues/10813 | ||
https://github.com/cs3org/reva/pull/5031 | ||
|
||
* Bugfix #5026: Delete Blobs when Space is deleted | ||
|
||
Delete all blobs of a space when the space is deleted. | ||
|
||
https://github.com/cs3org/reva/pull/5026 | ||
|
||
* Enhancement #5025: Allow wildcards in OCM domains | ||
|
||
When verifiying domains, allow wildcards in the domain name. This will not work when using | ||
`verify-request-hostname` | ||
|
||
https://github.com/cs3org/reva/pull/5025 | ||
|
||
* Enhancement #5023: Notification feature toggle | ||
|
||
Adds a feature toggle for the notification settings. | ||
|
||
https://github.com/cs3org/reva/pull/5023 | ||
|
||
* Enhancement #4990: Allow locking via ocm | ||
|
||
Implement locking endpoints so files can be locked and unlocked via ocm. | ||
|
||
https://github.com/cs3org/reva/pull/4990 | ||
|
||
* Enhancement #5032: Add SendEmailsEvent | ||
|
||
Adds SendEmailsEvent that is used to trigger the sending of group emails. | ||
|
||
https://github.com/cs3org/reva/pull/5032 | ||
https://github.com/cs3org/reva/pull/5043 | ||
|
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,29 @@ | ||
|
||
--- | ||
title: "v2.27.2" | ||
linkTitle: "v2.27.2" | ||
weight: 40 | ||
description: > | ||
Changelog for Reva v2.27.2 (2025-01-17) | ||
--- | ||
|
||
Changelog for reva 2.27.2 (2025-01-17) | ||
======================================= | ||
|
||
The following sections list the changes in reva 2.27.2 relevant to | ||
reva users. The changes are ordered by importance. | ||
|
||
Summary | ||
------- | ||
|
||
* Fix #5043: Fix SpaceMembershipExpired unmarshal | ||
|
||
Details | ||
------- | ||
|
||
* Bugfix #5043: Fix SpaceMembershipExpired unmarshal | ||
|
||
SpaceMembershipExpired events can now be unmarshalled correctly | ||
|
||
https://github.com/cs3org/reva/pull/5043 | ||
|