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
+
1
22
Changelog for reva 2.26.6 (2024-11-19)
2
23
=======================================
3
24
@@ -12,11 +33,11 @@ Summary
12
33
* Fix #4953 : Avoid gateway panics
13
34
* Fix #4959 : Fix missing file touched event
14
35
* Fix #4933 : Fix federated sharing when using an external identity provider
36
+ * Fix #4956 : Improve posixfs error handling and logging
15
37
* Fix #4935 : Enable datatx log
16
38
* 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
39
* Fix #4951 : Pass the initialized logger down the stack
40
+ * Fix #4954 : Prevent a panic when logging an error
20
41
21
42
Details
22
43
-------
@@ -57,6 +78,12 @@ Details
57
78
58
79
https://github.com/cs3org/reva/pull/4933
59
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
+
60
87
* Bugfix #4935 : Enable datatx log
61
88
62
89
We now pass a properly initialized logger to the datatx implementations, allowing the tus
@@ -72,25 +99,19 @@ Details
72
99
https://github.com/cs3org/reva/pull/4936
73
100
https://github.com/cs3org/reva/pull/4924
74
101
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
102
* Bugfix #4951 : Pass the initialized logger down the stack
88
103
89
104
We now make the initialized logger available to grpc services and storage drivers, which
90
105
allows for easier and more uniform logging.
91
106
92
107
https://github.com/cs3org/reva/pull/4951
93
108
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
+
94
115
Changelog for reva 2.26.5 (2024-11-12)
95
116
=======================================
96
117
@@ -5159,6 +5180,34 @@ Details
5159
5180
5160
5181
https://github.com/cs3org/reva/pull/3083
5161
5182
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
+
5162
5211
Changelog for reva 2.7.0 (2022-07-15)
5163
5212
=======================================
5164
5213
@@ -5291,34 +5340,6 @@ Details
5291
5340
https://github.com/owncloud/ocis/issues/3073
5292
5341
https://github.com/cs3org/reva/pull/2977
5293
5342
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
-
5322
5343
Changelog for reva 2.6.1 (2022-06-27)
5323
5344
=======================================
5324
5345
@@ -11571,3 +11592,4 @@ Details
11571
11592
from Drone into Github pages.
11572
11593
11573
11594
https://github.com/cs3org/reva/pull/334
11595
+
0 commit comments