|
| 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 | + |
1 | 60 | Changelog for reva 2.27.4 (2025-02-03)
|
2 | 61 | =======================================
|
3 | 62 |
|
@@ -5435,6 +5494,34 @@ Details
|
5435 | 5494 |
|
5436 | 5495 | https://github.com/cs3org/reva/pull/3083
|
5437 | 5496 |
|
| 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 | + |
5438 | 5525 | Changelog for reva 2.7.0 (2022-07-15)
|
5439 | 5526 | =======================================
|
5440 | 5527 |
|
@@ -5567,34 +5654,6 @@ Details
|
5567 | 5654 | https://github.com/owncloud/ocis/issues/3073
|
5568 | 5655 | https://github.com/cs3org/reva/pull/2977
|
5569 | 5656 |
|
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 |
| - |
5598 | 5657 | Changelog for reva 2.6.1 (2022-06-27)
|
5599 | 5658 | =======================================
|
5600 | 5659 |
|
@@ -5962,6 +6021,27 @@ Details
|
5962 | 6021 |
|
5963 | 6022 | https://github.com/cs3org/reva/pull/2922
|
5964 | 6023 |
|
| 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 | + |
5965 | 6045 | Changelog for reva 2.4.0 (2022-05-24)
|
5966 | 6046 | =======================================
|
5967 | 6047 |
|
@@ -6105,27 +6185,6 @@ Details
|
6105 | 6185 |
|
6106 | 6186 | https://github.com/cs3org/reva/pull/2792
|
6107 | 6187 |
|
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 |
| - |
6129 | 6188 | Changelog for reva 2.3.1 (2022-05-08)
|
6130 | 6189 | =======================================
|
6131 | 6190 |
|
|
0 commit comments