|
| 1 | +Changelog for reva 2.26.2 (2024-10-28) |
| 2 | +======================================= |
| 3 | + |
| 4 | +The following sections list the changes in reva 2.26.2 relevant to |
| 5 | +reva users. The changes are ordered by importance. |
| 6 | + |
| 7 | +Summary |
| 8 | +------- |
| 9 | + |
| 10 | +* Fix #4902: Fix quota calculation |
| 11 | + |
| 12 | +Details |
| 13 | +------- |
| 14 | + |
| 15 | +* Bugfix #4902: Fix quota calculation |
| 16 | + |
| 17 | + Quota would show "exceeded" when remaining quota was 0 because total was 0. |
| 18 | + |
| 19 | + https://github.com/cs3org/reva/pull/4902 |
| 20 | + |
1 | 21 | Changelog for reva 2.26.1 (2024-10-25)
|
2 | 22 | =======================================
|
3 | 23 |
|
@@ -4934,34 +4954,6 @@ Details
|
4934 | 4954 |
|
4935 | 4955 | https://github.com/cs3org/reva/pull/3083
|
4936 | 4956 |
|
4937 |
| -Changelog for reva 2.7.1 (2022-07-15) |
4938 |
| -======================================= |
4939 |
| - |
4940 |
| -The following sections list the changes in reva 2.7.1 relevant to |
4941 |
| -reva users. The changes are ordered by importance. |
4942 |
| - |
4943 |
| -Summary |
4944 |
| -------- |
4945 |
| - |
4946 |
| -* Fix #3080: Make dataproviders return more headers |
4947 |
| -* Enh #3046: Add user filter |
4948 |
| - |
4949 |
| -Details |
4950 |
| -------- |
4951 |
| - |
4952 |
| -* Bugfix #3080: Make dataproviders return more headers |
4953 |
| - |
4954 |
| - Instead of ocdav doing an additional Stat request we now rely on the dataprovider to return the |
4955 |
| - necessary metadata information as headers. |
4956 |
| - |
4957 |
| - https://github.com/owncloud/reva/issues/3080 |
4958 |
| - |
4959 |
| -* Enhancement #3046: Add user filter |
4960 |
| - |
4961 |
| - This PR adds the ability to filter spaces by user-id |
4962 |
| - |
4963 |
| - https://github.com/cs3org/reva/pull/3046 |
4964 |
| - |
4965 | 4957 | Changelog for reva 2.7.0 (2022-07-15)
|
4966 | 4958 | =======================================
|
4967 | 4959 |
|
@@ -5094,6 +5086,34 @@ Details
|
5094 | 5086 | https://github.com/owncloud/ocis/issues/3073
|
5095 | 5087 | https://github.com/cs3org/reva/pull/2977
|
5096 | 5088 |
|
| 5089 | +Changelog for reva 2.7.1 (2022-07-15) |
| 5090 | +======================================= |
| 5091 | + |
| 5092 | +The following sections list the changes in reva 2.7.1 relevant to |
| 5093 | +reva users. The changes are ordered by importance. |
| 5094 | + |
| 5095 | +Summary |
| 5096 | +------- |
| 5097 | + |
| 5098 | +* Fix #3080: Make dataproviders return more headers |
| 5099 | +* Enh #3046: Add user filter |
| 5100 | + |
| 5101 | +Details |
| 5102 | +------- |
| 5103 | + |
| 5104 | +* Bugfix #3080: Make dataproviders return more headers |
| 5105 | + |
| 5106 | + Instead of ocdav doing an additional Stat request we now rely on the dataprovider to return the |
| 5107 | + necessary metadata information as headers. |
| 5108 | + |
| 5109 | + https://github.com/owncloud/reva/issues/3080 |
| 5110 | + |
| 5111 | +* Enhancement #3046: Add user filter |
| 5112 | + |
| 5113 | + This PR adds the ability to filter spaces by user-id |
| 5114 | + |
| 5115 | + https://github.com/cs3org/reva/pull/3046 |
| 5116 | + |
5097 | 5117 | Changelog for reva 2.6.1 (2022-06-27)
|
5098 | 5118 | =======================================
|
5099 | 5119 |
|
@@ -5461,27 +5481,6 @@ Details
|
5461 | 5481 |
|
5462 | 5482 | https://github.com/cs3org/reva/pull/2922
|
5463 | 5483 |
|
5464 |
| -Changelog for reva 2.4.1 (2022-05-24) |
5465 |
| -======================================= |
5466 |
| - |
5467 |
| -The following sections list the changes in reva 2.4.1 relevant to |
5468 |
| -reva users. The changes are ordered by importance. |
5469 |
| - |
5470 |
| -Summary |
5471 |
| -------- |
5472 |
| - |
5473 |
| -* Fix #2891: Add missing http status code |
5474 |
| - |
5475 |
| -Details |
5476 |
| -------- |
5477 |
| - |
5478 |
| -* Bugfix #2891: Add missing http status code |
5479 |
| - |
5480 |
| - This Fix adds a missing status code to the InsufficientStorage error in reva, to allow tus to |
5481 |
| - pass it through. |
5482 |
| - |
5483 |
| - https://github.com/cs3org/reva/pull/2891 |
5484 |
| - |
5485 | 5484 | Changelog for reva 2.4.0 (2022-05-24)
|
5486 | 5485 | =======================================
|
5487 | 5486 |
|
@@ -5625,6 +5624,27 @@ Details
|
5625 | 5624 |
|
5626 | 5625 | https://github.com/cs3org/reva/pull/2792
|
5627 | 5626 |
|
| 5627 | +Changelog for reva 2.4.1 (2022-05-24) |
| 5628 | +======================================= |
| 5629 | + |
| 5630 | +The following sections list the changes in reva 2.4.1 relevant to |
| 5631 | +reva users. The changes are ordered by importance. |
| 5632 | + |
| 5633 | +Summary |
| 5634 | +------- |
| 5635 | + |
| 5636 | +* Fix #2891: Add missing http status code |
| 5637 | + |
| 5638 | +Details |
| 5639 | +------- |
| 5640 | + |
| 5641 | +* Bugfix #2891: Add missing http status code |
| 5642 | + |
| 5643 | + This Fix adds a missing status code to the InsufficientStorage error in reva, to allow tus to |
| 5644 | + pass it through. |
| 5645 | + |
| 5646 | + https://github.com/cs3org/reva/pull/2891 |
| 5647 | + |
5628 | 5648 | Changelog for reva 2.3.1 (2022-05-08)
|
5629 | 5649 | =======================================
|
5630 | 5650 |
|
|
0 commit comments