|
| 1 | +Changelog for reva 2.19.8 (2024-09-23) |
| 2 | +======================================= |
| 3 | + |
| 4 | +The following sections list the changes in reva 2.19.8 relevant to |
| 5 | +reva users. The changes are ordered by importance. |
| 6 | + |
| 7 | +Summary |
| 8 | +------- |
| 9 | + |
| 10 | +* Fix #4761: Quotes in dav Content-Disposition header |
| 11 | +* Fix #4853: Write upload session info atomically |
| 12 | +* Enh #4701: Extend service account permissions |
| 13 | + |
| 14 | +Details |
| 15 | +------- |
| 16 | + |
| 17 | +* Bugfix #4761: Quotes in dav Content-Disposition header |
| 18 | + |
| 19 | + We've fixed the the quotes in the dav `Content-Disposition` header. They caused an issue where |
| 20 | + certain browsers would decode the quotes and falsely prepend them to the filename. |
| 21 | + |
| 22 | + https://github.com/owncloud/web/issues/11031 |
| 23 | + https://github.com/owncloud/web/issues/11169 |
| 24 | + https://github.com/cs3org/reva/pull/4761 |
| 25 | + |
| 26 | +* Bugfix #4853: Write upload session info atomically |
| 27 | + |
| 28 | + We now use a lock and atomic write on upload session metadata to prevent empty reads. A virus scan |
| 29 | + event might cause the file to be truncated and then a finished event might try to read the file, |
| 30 | + just getting an empty string. |
| 31 | + |
| 32 | + Backport of https://github.com/cs3org/reva/pull/4850 |
| 33 | + |
| 34 | + https://github.com/cs3org/reva/pull/4853 |
| 35 | + |
| 36 | +* Enhancement #4701: Extend service account permissions |
| 37 | + |
| 38 | + Adds AddGrant permisson |
| 39 | + |
| 40 | + https://github.com/cs3org/reva/pull/4701 |
| 41 | + |
1 | 42 | Changelog for reva 2.19.7 (2024-05-13)
|
2 | 43 | =======================================
|
3 | 44 |
|
@@ -3958,6 +3999,34 @@ Details
|
3958 | 3999 |
|
3959 | 4000 | https://github.com/cs3org/reva/pull/3083
|
3960 | 4001 |
|
| 4002 | +Changelog for reva 2.7.1 (2022-07-15) |
| 4003 | +======================================= |
| 4004 | + |
| 4005 | +The following sections list the changes in reva 2.7.1 relevant to |
| 4006 | +reva users. The changes are ordered by importance. |
| 4007 | + |
| 4008 | +Summary |
| 4009 | +------- |
| 4010 | + |
| 4011 | +* Fix #3080: Make dataproviders return more headers |
| 4012 | +* Enh #3046: Add user filter |
| 4013 | + |
| 4014 | +Details |
| 4015 | +------- |
| 4016 | + |
| 4017 | +* Bugfix #3080: Make dataproviders return more headers |
| 4018 | + |
| 4019 | + Instead of ocdav doing an additional Stat request we now rely on the dataprovider to return the |
| 4020 | + necessary metadata information as headers. |
| 4021 | + |
| 4022 | + https://github.com/owncloud/reva/issues/3080 |
| 4023 | + |
| 4024 | +* Enhancement #3046: Add user filter |
| 4025 | + |
| 4026 | + This PR adds the ability to filter spaces by user-id |
| 4027 | + |
| 4028 | + https://github.com/cs3org/reva/pull/3046 |
| 4029 | + |
3961 | 4030 | Changelog for reva 2.7.0 (2022-07-15)
|
3962 | 4031 | =======================================
|
3963 | 4032 |
|
@@ -4090,34 +4159,6 @@ Details
|
4090 | 4159 | https://github.com/owncloud/ocis/issues/3073
|
4091 | 4160 | https://github.com/cs3org/reva/pull/2977
|
4092 | 4161 |
|
4093 |
| -Changelog for reva 2.7.1 (2022-07-15) |
4094 |
| -======================================= |
4095 |
| - |
4096 |
| -The following sections list the changes in reva 2.7.1 relevant to |
4097 |
| -reva users. The changes are ordered by importance. |
4098 |
| - |
4099 |
| -Summary |
4100 |
| -------- |
4101 |
| - |
4102 |
| -* Fix #3080: Make dataproviders return more headers |
4103 |
| -* Enh #3046: Add user filter |
4104 |
| - |
4105 |
| -Details |
4106 |
| -------- |
4107 |
| - |
4108 |
| -* Bugfix #3080: Make dataproviders return more headers |
4109 |
| - |
4110 |
| - Instead of ocdav doing an additional Stat request we now rely on the dataprovider to return the |
4111 |
| - necessary metadata information as headers. |
4112 |
| - |
4113 |
| - https://github.com/owncloud/reva/issues/3080 |
4114 |
| - |
4115 |
| -* Enhancement #3046: Add user filter |
4116 |
| - |
4117 |
| - This PR adds the ability to filter spaces by user-id |
4118 |
| - |
4119 |
| - https://github.com/cs3org/reva/pull/3046 |
4120 |
| - |
4121 | 4162 | Changelog for reva 2.6.1 (2022-06-27)
|
4122 | 4163 | =======================================
|
4123 | 4164 |
|
|
0 commit comments