Skip to content

Commit c486f05

Browse files
authored
Merge pull request #4966 from 2403905/release-2.26.7
release-2.26.7
2 parents 931da98 + 30600cf commit c486f05

File tree

7 files changed

+156
-175
lines changed

7 files changed

+156
-175
lines changed

CHANGELOG.md

+64-42
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
Changelog for reva 2.26.7 (2024-11-20)
2+
=======================================
3+
4+
The following sections list the changes in reva 2.26.7 relevant to
5+
reva users. The changes are ordered by importance.
6+
7+
Summary
8+
-------
9+
10+
* Fix #4964: Fix a wrong error code when approvider creates a new file
11+
12+
Details
13+
-------
14+
15+
* Bugfix #4964: Fix a wrong error code when approvider creates a new file
16+
17+
We fixed a problem where the approvider would return a 500 error instead of 403 when trying to
18+
create a new file in a read-only share.
19+
20+
https://github.com/cs3org/reva/pull/4964
21+
122
Changelog for reva 2.26.6 (2024-11-19)
223
=======================================
324

@@ -12,11 +33,11 @@ Summary
1233
* Fix #4953: Avoid gateway panics
1334
* Fix #4959: Fix missing file touched event
1435
* Fix #4933: Fix federated sharing when using an external identity provider
36+
* Fix #4956: Improve posixfs error handling and logging
1537
* Fix #4935: Enable datatx log
1638
* Fix #4936: Do not delete mlock files
17-
* Fix #4954: Prevent a panic when logging an error
18-
* Fix #4956: Improve posixfs error handling and logging
1939
* Fix #4951: Pass the initialized logger down the stack
40+
* Fix #4954: Prevent a panic when logging an error
2041

2142
Details
2243
-------
@@ -57,6 +78,12 @@ Details
5778

5879
https://github.com/cs3org/reva/pull/4933
5980

81+
* Bugfix #4956: Improve posixfs error handling and logging
82+
83+
We improved error handling and logging in the posixfs storage driver.
84+
85+
https://github.com/cs3org/reva/pull/4956
86+
6087
* Bugfix #4935: Enable datatx log
6188

6289
We now pass a properly initialized logger to the datatx implementations, allowing the tus
@@ -72,25 +99,19 @@ Details
7299
https://github.com/cs3org/reva/pull/4936
73100
https://github.com/cs3org/reva/pull/4924
74101

75-
* Bugfix #4954: Prevent a panic when logging an error
76-
77-
We fixed a panic when constructing a path failed to get the parent for a node.
78-
79-
https://github.com/cs3org/reva/pull/4954
80-
81-
* Bugfix #4956: Improve posixfs error handling and logging
82-
83-
We improved error handling and logging in the posixfs storage driver.
84-
85-
https://github.com/cs3org/reva/pull/4956
86-
87102
* Bugfix #4951: Pass the initialized logger down the stack
88103

89104
We now make the initialized logger available to grpc services and storage drivers, which
90105
allows for easier and more uniform logging.
91106

92107
https://github.com/cs3org/reva/pull/4951
93108

109+
* Bugfix #4954: Prevent a panic when logging an error
110+
111+
We fixed a panic when constructing a path failed to get the parent for a node.
112+
113+
https://github.com/cs3org/reva/pull/4954
114+
94115
Changelog for reva 2.26.5 (2024-11-12)
95116
=======================================
96117

@@ -5159,6 +5180,34 @@ Details
51595180

51605181
https://github.com/cs3org/reva/pull/3083
51615182

5183+
Changelog for reva 2.7.1 (2022-07-15)
5184+
=======================================
5185+
5186+
The following sections list the changes in reva 2.7.1 relevant to
5187+
reva users. The changes are ordered by importance.
5188+
5189+
Summary
5190+
-------
5191+
5192+
* Fix #3080: Make dataproviders return more headers
5193+
* Enh #3046: Add user filter
5194+
5195+
Details
5196+
-------
5197+
5198+
* Bugfix #3080: Make dataproviders return more headers
5199+
5200+
Instead of ocdav doing an additional Stat request we now rely on the dataprovider to return the
5201+
necessary metadata information as headers.
5202+
5203+
https://github.com/owncloud/reva/issues/3080
5204+
5205+
* Enhancement #3046: Add user filter
5206+
5207+
This PR adds the ability to filter spaces by user-id
5208+
5209+
https://github.com/cs3org/reva/pull/3046
5210+
51625211
Changelog for reva 2.7.0 (2022-07-15)
51635212
=======================================
51645213

@@ -5291,34 +5340,6 @@ Details
52915340
https://github.com/owncloud/ocis/issues/3073
52925341
https://github.com/cs3org/reva/pull/2977
52935342

5294-
Changelog for reva 2.7.1 (2022-07-15)
5295-
=======================================
5296-
5297-
The following sections list the changes in reva 2.7.1 relevant to
5298-
reva users. The changes are ordered by importance.
5299-
5300-
Summary
5301-
-------
5302-
5303-
* Fix #3080: Make dataproviders return more headers
5304-
* Enh #3046: Add user filter
5305-
5306-
Details
5307-
-------
5308-
5309-
* Bugfix #3080: Make dataproviders return more headers
5310-
5311-
Instead of ocdav doing an additional Stat request we now rely on the dataprovider to return the
5312-
necessary metadata information as headers.
5313-
5314-
https://github.com/owncloud/reva/issues/3080
5315-
5316-
* Enhancement #3046: Add user filter
5317-
5318-
This PR adds the ability to filter spaces by user-id
5319-
5320-
https://github.com/cs3org/reva/pull/3046
5321-
53225343
Changelog for reva 2.6.1 (2022-06-27)
53235344
=======================================
53245345

@@ -11571,3 +11592,4 @@ Details
1157111592
from Drone into Github pages.
1157211593
1157311594
https://github.com/cs3org/reva/pull/334
11595+

RELEASE_DATE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2024-11-19
1+
2024-11-20

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.26.6
1+
2.26.7

changelog/NOTE.md

+7-78
Original file line numberDiff line numberDiff line change
@@ -1,92 +1,21 @@
1-
Changelog for reva 2.26.6 (2024-11-19)
1+
Changelog for reva 2.26.7 (2024-11-20)
22
=======================================
33

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

77
Summary
88
-------
99

10-
* Fix #4955: Allow small clock skew in reva token validation
11-
* Fix #4929: Fix flaky posixfs integration tests
12-
* Fix #4953: Avoid gateway panics
13-
* Fix #4959: Fix missing file touched event
14-
* Fix #4933: Fix federated sharing when using an external identity provider
15-
* Fix #4935: Enable datatx log
16-
* Fix #4936: Do not delete mlock files
17-
* Fix #4954: Prevent a panic when logging an error
18-
* Fix #4956: Improve posixfs error handling and logging
19-
* Fix #4951: Pass the initialized logger down the stack
10+
* Fix #4964: Fix a wrong error code when approvider creates a new file
2011

2112
Details
2213
-------
2314

24-
* Bugfix #4955: Allow small clock skew in reva token validation
15+
* Bugfix #4964: Fix a wrong error code when approvider creates a new file
2516

26-
Allow for a small clock skew (3 seconds by default) when validating reva tokens as the different
27-
services might be running on different machines.
17+
We fixed a problem where the approvider would return a 500 error instead of 403 when trying to
18+
create a new file in a read-only share.
2819

29-
https://github.com/cs3org/reva/issues/4952
30-
https://github.com/cs3org/reva/pull/4955
20+
https://github.com/cs3org/reva/pull/4964
3121

32-
* Bugfix #4929: Fix flaky posixfs integration tests
33-
34-
We fixed a problem with the posixfs integration tests where the in-memory id cache sometimes
35-
hadn't caught up with the cleanup between test runs leading to flaky failures.
36-
37-
https://github.com/cs3org/reva/pull/4929
38-
39-
* Bugfix #4953: Avoid gateway panics
40-
41-
The gateway would panic if there is a missing user in the context. Now it errors instead.
42-
43-
https://github.com/cs3org/reva/issues/4953
44-
45-
* Bugfix #4959: Fix missing file touched event
46-
47-
We have fixed an issue where the `file touched` event was not being triggered when an office
48-
document was created.
49-
50-
https://github.com/owncloud/ocis/issues/8950
51-
https://github.com/cs3org/reva/pull/4959
52-
53-
* Bugfix #4933: Fix federated sharing when using an external identity provider
54-
55-
We fixes and issue that caused federated sharing to fail when the identity provider url did not
56-
match the federation provider url.
57-
58-
https://github.com/cs3org/reva/pull/4933
59-
60-
* Bugfix #4935: Enable datatx log
61-
62-
We now pass a properly initialized logger to the datatx implementations, allowing the tus
63-
handler to log with the same level as the rest of reva.
64-
65-
https://github.com/cs3org/reva/pull/4935
66-
67-
* Bugfix #4936: Do not delete mlock files
68-
69-
To prevent stale NFS file handles we no longer delete empty mlock files after updating the
70-
metadata.
71-
72-
https://github.com/cs3org/reva/pull/4936
73-
https://github.com/cs3org/reva/pull/4924
74-
75-
* Bugfix #4954: Prevent a panic when logging an error
76-
77-
We fixed a panic when constructing a path failed to get the parent for a node.
78-
79-
https://github.com/cs3org/reva/pull/4954
80-
81-
* Bugfix #4956: Improve posixfs error handling and logging
82-
83-
We improved error handling and logging in the posixfs storage driver.
84-
85-
https://github.com/cs3org/reva/pull/4956
86-
87-
* Bugfix #4951: Pass the initialized logger down the stack
88-
89-
We now make the initialized logger available to grpc services and storage drivers, which
90-
allows for easier and more uniform logging.
91-
92-
https://github.com/cs3org/reva/pull/4951
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
2+
---
3+
title: "v2.26.7"
4+
linkTitle: "v2.26.7"
5+
weight: 40
6+
description: >
7+
Changelog for Reva v2.26.7 (2024-11-20)
8+
---
9+
10+
Changelog for reva 2.26.7 (2024-11-20)
11+
=======================================
12+
13+
The following sections list the changes in reva 2.26.7 relevant to
14+
reva users. The changes are ordered by importance.
15+
16+
Summary
17+
-------
18+
19+
* Fix #4964: Fix a wrong error code when approvider creates a new file
20+
21+
Details
22+
-------
23+
24+
* Bugfix #4964: Fix a wrong error code when approvider creates a new file
25+
26+
We fixed a problem where the approvider would return a 500 error instead of 403 when trying to
27+
create a new file in a read-only share.
28+
29+
https://github.com/cs3org/reva/pull/4964
30+

0 commit comments

Comments
 (0)