|
| 1 | +Changelog for reva 2.27.3 (2025-01-27) |
| 2 | +======================================= |
| 3 | + |
| 4 | +The following sections list the changes in reva 2.27.3 relevant to |
| 5 | +reva users. The changes are ordered by importance. |
| 6 | + |
| 7 | +Summary |
| 8 | +------- |
| 9 | + |
| 10 | +* Fix #5042: Fix ocis dependency |
| 11 | +* Enh #5051: Emit SpaceMembershipExpired event |
| 12 | + |
| 13 | +Details |
| 14 | +------- |
| 15 | + |
| 16 | +* Bugfix #5042: Fix ocis dependency |
| 17 | + |
| 18 | + Fix the ocm gateway connection pool. Fix ocis dependency in the reva go.mod file. Bump the ocis |
| 19 | + version accordingly to the major version. |
| 20 | + |
| 21 | + https://github.com/owncloud/ocis/issues/10846 |
| 22 | + https://github.com/owncloud/ocis/issues/10878 |
| 23 | + https://github.com/cs3org/reva/pull/5042 |
| 24 | + |
| 25 | +* Enhancement #5051: Emit SpaceMembershipExpired event |
| 26 | + |
| 27 | + https://github.com/owncloud/ocis/issues/10919 |
| 28 | + https://github.com/cs3org/reva/pull/5051 |
| 29 | + |
1 | 30 | Changelog for reva 2.27.2 (2025-01-17)
|
2 | 31 | =======================================
|
3 | 32 |
|
@@ -5378,6 +5407,34 @@ Details
|
5378 | 5407 |
|
5379 | 5408 | https://github.com/cs3org/reva/pull/3083
|
5380 | 5409 |
|
| 5410 | +Changelog for reva 2.7.1 (2022-07-15) |
| 5411 | +======================================= |
| 5412 | + |
| 5413 | +The following sections list the changes in reva 2.7.1 relevant to |
| 5414 | +reva users. The changes are ordered by importance. |
| 5415 | + |
| 5416 | +Summary |
| 5417 | +------- |
| 5418 | + |
| 5419 | +* Fix #3080: Make dataproviders return more headers |
| 5420 | +* Enh #3046: Add user filter |
| 5421 | + |
| 5422 | +Details |
| 5423 | +------- |
| 5424 | + |
| 5425 | +* Bugfix #3080: Make dataproviders return more headers |
| 5426 | + |
| 5427 | + Instead of ocdav doing an additional Stat request we now rely on the dataprovider to return the |
| 5428 | + necessary metadata information as headers. |
| 5429 | + |
| 5430 | + https://github.com/owncloud/reva/issues/3080 |
| 5431 | + |
| 5432 | +* Enhancement #3046: Add user filter |
| 5433 | + |
| 5434 | + This PR adds the ability to filter spaces by user-id |
| 5435 | + |
| 5436 | + https://github.com/cs3org/reva/pull/3046 |
| 5437 | + |
5381 | 5438 | Changelog for reva 2.7.0 (2022-07-15)
|
5382 | 5439 | =======================================
|
5383 | 5440 |
|
@@ -5510,34 +5567,6 @@ Details
|
5510 | 5567 | https://github.com/owncloud/ocis/issues/3073
|
5511 | 5568 | https://github.com/cs3org/reva/pull/2977
|
5512 | 5569 |
|
5513 |
| -Changelog for reva 2.7.1 (2022-07-15) |
5514 |
| -======================================= |
5515 |
| - |
5516 |
| -The following sections list the changes in reva 2.7.1 relevant to |
5517 |
| -reva users. The changes are ordered by importance. |
5518 |
| - |
5519 |
| -Summary |
5520 |
| -------- |
5521 |
| - |
5522 |
| -* Fix #3080: Make dataproviders return more headers |
5523 |
| -* Enh #3046: Add user filter |
5524 |
| - |
5525 |
| -Details |
5526 |
| -------- |
5527 |
| - |
5528 |
| -* Bugfix #3080: Make dataproviders return more headers |
5529 |
| - |
5530 |
| - Instead of ocdav doing an additional Stat request we now rely on the dataprovider to return the |
5531 |
| - necessary metadata information as headers. |
5532 |
| - |
5533 |
| - https://github.com/owncloud/reva/issues/3080 |
5534 |
| - |
5535 |
| -* Enhancement #3046: Add user filter |
5536 |
| - |
5537 |
| - This PR adds the ability to filter spaces by user-id |
5538 |
| - |
5539 |
| - https://github.com/cs3org/reva/pull/3046 |
5540 |
| - |
5541 | 5570 | Changelog for reva 2.6.1 (2022-06-27)
|
5542 | 5571 | =======================================
|
5543 | 5572 |
|
@@ -5905,27 +5934,6 @@ Details
|
5905 | 5934 |
|
5906 | 5935 | https://github.com/cs3org/reva/pull/2922
|
5907 | 5936 |
|
5908 |
| -Changelog for reva 2.4.1 (2022-05-24) |
5909 |
| -======================================= |
5910 |
| - |
5911 |
| -The following sections list the changes in reva 2.4.1 relevant to |
5912 |
| -reva users. The changes are ordered by importance. |
5913 |
| - |
5914 |
| -Summary |
5915 |
| -------- |
5916 |
| - |
5917 |
| -* Fix #2891: Add missing http status code |
5918 |
| - |
5919 |
| -Details |
5920 |
| -------- |
5921 |
| - |
5922 |
| -* Bugfix #2891: Add missing http status code |
5923 |
| - |
5924 |
| - This Fix adds a missing status code to the InsufficientStorage error in reva, to allow tus to |
5925 |
| - pass it through. |
5926 |
| - |
5927 |
| - https://github.com/cs3org/reva/pull/2891 |
5928 |
| - |
5929 | 5937 | Changelog for reva 2.4.0 (2022-05-24)
|
5930 | 5938 | =======================================
|
5931 | 5939 |
|
@@ -6069,6 +6077,27 @@ Details
|
6069 | 6077 |
|
6070 | 6078 | https://github.com/cs3org/reva/pull/2792
|
6071 | 6079 |
|
| 6080 | +Changelog for reva 2.4.1 (2022-05-24) |
| 6081 | +======================================= |
| 6082 | + |
| 6083 | +The following sections list the changes in reva 2.4.1 relevant to |
| 6084 | +reva users. The changes are ordered by importance. |
| 6085 | + |
| 6086 | +Summary |
| 6087 | +------- |
| 6088 | + |
| 6089 | +* Fix #2891: Add missing http status code |
| 6090 | + |
| 6091 | +Details |
| 6092 | +------- |
| 6093 | + |
| 6094 | +* Bugfix #2891: Add missing http status code |
| 6095 | + |
| 6096 | + This Fix adds a missing status code to the InsufficientStorage error in reva, to allow tus to |
| 6097 | + pass it through. |
| 6098 | + |
| 6099 | + https://github.com/cs3org/reva/pull/2891 |
| 6100 | + |
6072 | 6101 | Changelog for reva 2.3.1 (2022-05-08)
|
6073 | 6102 | =======================================
|
6074 | 6103 |
|
|
0 commit comments