Skip to content

Commit 5caf980

Browse files
authored
Merge pull request #5095 from 2403905/release-2.27.5
release-2.27.5
2 parents d2e98d3 + a7ab106 commit 5caf980

11 files changed

+220
-62
lines changed

CHANGELOG.md

+108-49
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,62 @@
1+
Changelog for reva 2.27.5 (2025-02-24)
2+
=======================================
3+
4+
The following sections list the changes in reva 2.27.5 relevant to
5+
reva users. The changes are ordered by importance.
6+
7+
Summary
8+
-------
9+
10+
* Fix #5093: Fix OCM create share
11+
* Fix #5077: Deny Users invite themselves to their own federated connection
12+
* Fix #5071: Role conversion
13+
* Enh #5075: Add the ocm notification handler
14+
* Enh #5083: Add the ocm notification ShareChangePermission
15+
* Enh #5063: Add roles
16+
17+
Details
18+
-------
19+
20+
* Bugfix #5093: Fix OCM create share
21+
22+
We fixed the OCM share fails on share creating if the federated instance is not reachable.
23+
24+
https://github.com/owncloud/ocis/issues/11046
25+
https://github.com/cs3org/reva/pull/5093
26+
27+
* Bugfix #5077: Deny Users invite themselves to their own federated connection
28+
29+
Deny Users invite themselves to their own federated connection
30+
31+
https://github.com/cs3org/reva/pull/5077
32+
33+
* Bugfix #5071: Role conversion
34+
35+
Fix role from resource permission conversion
36+
37+
https://github.com/cs3org/reva/pull/5071
38+
39+
* Enhancement #5075: Add the ocm notification handler
40+
41+
Added the ocm notification handler that allows receiving a notification from a remote party
42+
about changes to a previously known entity.
43+
44+
https://github.com/cs3org/reva/pull/5075
45+
46+
* Enhancement #5083: Add the ocm notification ShareChangePermission
47+
48+
Added the ocm notification ShareChangePermission that allows to synchronize the
49+
permissions of a share between the federated instances.
50+
51+
https://github.com/cs3org/reva/pull/5083
52+
53+
* Enhancement #5063: Add roles
54+
55+
Add EditorListGrantsWithVersions and FileEditorListGrantsWithVersions roles.
56+
57+
https://github.com/owncloud/ocis/issues/10747
58+
https://github.com/cs3org/reva/pull/5063
59+
160
Changelog for reva 2.27.4 (2025-02-03)
261
=======================================
362

@@ -5435,6 +5494,34 @@ Details
54355494

54365495
https://github.com/cs3org/reva/pull/3083
54375496

5497+
Changelog for reva 2.7.1 (2022-07-15)
5498+
=======================================
5499+
5500+
The following sections list the changes in reva 2.7.1 relevant to
5501+
reva users. The changes are ordered by importance.
5502+
5503+
Summary
5504+
-------
5505+
5506+
* Fix #3080: Make dataproviders return more headers
5507+
* Enh #3046: Add user filter
5508+
5509+
Details
5510+
-------
5511+
5512+
* Bugfix #3080: Make dataproviders return more headers
5513+
5514+
Instead of ocdav doing an additional Stat request we now rely on the dataprovider to return the
5515+
necessary metadata information as headers.
5516+
5517+
https://github.com/owncloud/reva/issues/3080
5518+
5519+
* Enhancement #3046: Add user filter
5520+
5521+
This PR adds the ability to filter spaces by user-id
5522+
5523+
https://github.com/cs3org/reva/pull/3046
5524+
54385525
Changelog for reva 2.7.0 (2022-07-15)
54395526
=======================================
54405527

@@ -5567,34 +5654,6 @@ Details
55675654
https://github.com/owncloud/ocis/issues/3073
55685655
https://github.com/cs3org/reva/pull/2977
55695656

5570-
Changelog for reva 2.7.1 (2022-07-15)
5571-
=======================================
5572-
5573-
The following sections list the changes in reva 2.7.1 relevant to
5574-
reva users. The changes are ordered by importance.
5575-
5576-
Summary
5577-
-------
5578-
5579-
* Fix #3080: Make dataproviders return more headers
5580-
* Enh #3046: Add user filter
5581-
5582-
Details
5583-
-------
5584-
5585-
* Bugfix #3080: Make dataproviders return more headers
5586-
5587-
Instead of ocdav doing an additional Stat request we now rely on the dataprovider to return the
5588-
necessary metadata information as headers.
5589-
5590-
https://github.com/owncloud/reva/issues/3080
5591-
5592-
* Enhancement #3046: Add user filter
5593-
5594-
This PR adds the ability to filter spaces by user-id
5595-
5596-
https://github.com/cs3org/reva/pull/3046
5597-
55985657
Changelog for reva 2.6.1 (2022-06-27)
55995658
=======================================
56005659

@@ -5962,6 +6021,27 @@ Details
59626021

59636022
https://github.com/cs3org/reva/pull/2922
59646023

6024+
Changelog for reva 2.4.1 (2022-05-24)
6025+
=======================================
6026+
6027+
The following sections list the changes in reva 2.4.1 relevant to
6028+
reva users. The changes are ordered by importance.
6029+
6030+
Summary
6031+
-------
6032+
6033+
* Fix #2891: Add missing http status code
6034+
6035+
Details
6036+
-------
6037+
6038+
* Bugfix #2891: Add missing http status code
6039+
6040+
This Fix adds a missing status code to the InsufficientStorage error in reva, to allow tus to
6041+
pass it through.
6042+
6043+
https://github.com/cs3org/reva/pull/2891
6044+
59656045
Changelog for reva 2.4.0 (2022-05-24)
59666046
=======================================
59676047

@@ -6105,27 +6185,6 @@ Details
61056185

61066186
https://github.com/cs3org/reva/pull/2792
61076187

6108-
Changelog for reva 2.4.1 (2022-05-24)
6109-
=======================================
6110-
6111-
The following sections list the changes in reva 2.4.1 relevant to
6112-
reva users. The changes are ordered by importance.
6113-
6114-
Summary
6115-
-------
6116-
6117-
* Fix #2891: Add missing http status code
6118-
6119-
Details
6120-
-------
6121-
6122-
* Bugfix #2891: Add missing http status code
6123-
6124-
This Fix adds a missing status code to the InsufficientStorage error in reva, to allow tus to
6125-
pass it through.
6126-
6127-
https://github.com/cs3org/reva/pull/2891
6128-
61296188
Changelog for reva 2.3.1 (2022-05-08)
61306189
=======================================
61316190

RELEASE_DATE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2025-02-03
1+
2025-02-24

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.27.4
1+
2.27.5

changelog/NOTE.md

+42-11
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,59 @@
1-
Changelog for reva 2.27.4 (2025-02-03)
1+
Changelog for reva 2.27.5 (2025-02-24)
22
=======================================
33

4-
The following sections list the changes in reva 2.27.4 relevant to
4+
The following sections list the changes in reva 2.27.5 relevant to
55
reva users. The changes are ordered by importance.
66

77
Summary
88
-------
99

10-
* Fix #5061: OCM Wildcards
11-
* Fix #5055: Fix view&download permission issue
10+
* Fix #5093: Fix OCM create share
11+
* Fix #5077: Deny Users invite themselves to their own federated connection
12+
* Fix #5071: Role conversion
13+
* Enh #5075: Add the ocm notification handler
14+
* Enh #5083: Add the ocm notification ShareChangePermission
15+
* Enh #5063: Add roles
1216

1317
Details
1418
-------
1519

16-
* Bugfix #5061: OCM Wildcards
20+
* Bugfix #5093: Fix OCM create share
1721

18-
Fix using ocm wildcards. Do not overwrite cached provider with actual value
22+
We fixed the OCM share fails on share creating if the federated instance is not reachable.
1923

20-
https://github.com/cs3org/reva/pull/5061
24+
https://github.com/owncloud/ocis/issues/11046
25+
https://github.com/cs3org/reva/pull/5093
2126

22-
* Bugfix #5055: Fix view&download permission issue
27+
* Bugfix #5077: Deny Users invite themselves to their own federated connection
2328

24-
When opening files with view&download permission (aka read), the appprovider would falsely
25-
issue a secureview token. This is fixed now.
29+
Deny Users invite themselves to their own federated connection
2630

27-
https://github.com/cs3org/reva/pull/5055
31+
https://github.com/cs3org/reva/pull/5077
32+
33+
* Bugfix #5071: Role conversion
34+
35+
Fix role from resource permission conversion
36+
37+
https://github.com/cs3org/reva/pull/5071
38+
39+
* Enhancement #5075: Add the ocm notification handler
40+
41+
Added the ocm notification handler that allows receiving a notification from a remote party
42+
about changes to a previously known entity.
43+
44+
https://github.com/cs3org/reva/pull/5075
45+
46+
* Enhancement #5083: Add the ocm notification ShareChangePermission
47+
48+
Added the ocm notification ShareChangePermission that allows to synchronize the
49+
permissions of a share between the federated instances.
50+
51+
https://github.com/cs3org/reva/pull/5083
52+
53+
* Enhancement #5063: Add roles
54+
55+
Add EditorListGrantsWithVersions and FileEditorListGrantsWithVersions roles.
56+
57+
https://github.com/owncloud/ocis/issues/10747
58+
https://github.com/cs3org/reva/pull/5063
2859

Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
2+
---
3+
title: "v2.27.5"
4+
linkTitle: "v2.27.5"
5+
weight: 40
6+
description: >
7+
Changelog for Reva v2.27.5 (2025-02-24)
8+
---
9+
10+
Changelog for reva 2.27.5 (2025-02-24)
11+
=======================================
12+
13+
The following sections list the changes in reva 2.27.5 relevant to
14+
reva users. The changes are ordered by importance.
15+
16+
Summary
17+
-------
18+
19+
* Fix #5093: Fix OCM create share
20+
* Fix #5077: Deny Users invite themselves to their own federated connection
21+
* Fix #5071: Role conversion
22+
* Enh #5075: Add the ocm notification handler
23+
* Enh #5083: Add the ocm notification ShareChangePermission
24+
* Enh #5063: Add roles
25+
26+
Details
27+
-------
28+
29+
* Bugfix #5093: Fix OCM create share
30+
31+
We fixed the OCM share fails on share creating if the federated instance is not reachable.
32+
33+
https://github.com/owncloud/ocis/issues/11046
34+
https://github.com/cs3org/reva/pull/5093
35+
36+
* Bugfix #5077: Deny Users invite themselves to their own federated connection
37+
38+
Deny Users invite themselves to their own federated connection
39+
40+
https://github.com/cs3org/reva/pull/5077
41+
42+
* Bugfix #5071: Role conversion
43+
44+
Fix role from resource permission conversion
45+
46+
https://github.com/cs3org/reva/pull/5071
47+
48+
* Enhancement #5075: Add the ocm notification handler
49+
50+
Added the ocm notification handler that allows receiving a notification from a remote party
51+
about changes to a previously known entity.
52+
53+
https://github.com/cs3org/reva/pull/5075
54+
55+
* Enhancement #5083: Add the ocm notification ShareChangePermission
56+
57+
Added the ocm notification ShareChangePermission that allows to synchronize the
58+
permissions of a share between the federated instances.
59+
60+
https://github.com/cs3org/reva/pull/5083
61+
62+
* Enhancement #5063: Add roles
63+
64+
Add EditorListGrantsWithVersions and FileEditorListGrantsWithVersions roles.
65+
66+
https://github.com/owncloud/ocis/issues/10747
67+
https://github.com/cs3org/reva/pull/5063
68+

0 commit comments

Comments
 (0)