|
| 1 | +Changelog for reva 2.19.1 (2024-02-29) |
| 2 | +======================================= |
| 3 | + |
| 4 | +The following sections list the changes in reva 2.19.1 relevant to |
| 5 | +reva users. The changes are ordered by importance. |
| 6 | + |
| 7 | +Summary |
| 8 | +------- |
| 9 | + |
| 10 | +* Fix #4534: Fix remove/update share permissions |
| 11 | +* Fix #4539: Fix a typo |
| 12 | + |
| 13 | +Details |
| 14 | +------- |
| 15 | + |
| 16 | +* Bugfix #4534: Fix remove/update share permissions |
| 17 | + |
| 18 | + This is a workaround that should prevent removing or changing the share permissions when the |
| 19 | + file is locked. These limitations have to be removed after the wopi server will be able to unlock |
| 20 | + the file properly. These limitations are not spread on the files inside the shared folder. |
| 21 | + |
| 22 | + https://github.com/owncloud/ocis/issues/8273 |
| 23 | + https://github.com/cs3org/reva/pull/4534 |
| 24 | + |
| 25 | +* Bugfix #4539: Fix a typo |
| 26 | + |
| 27 | + We fixed a typo |
| 28 | + |
| 29 | + https://github.com/cs3org/reva/pull/4539 |
| 30 | + |
1 | 31 | Changelog for reva 2.19.0 (2024-02-22)
|
2 | 32 | =======================================
|
3 | 33 |
|
@@ -4219,27 +4249,6 @@ Details
|
4219 | 4249 |
|
4220 | 4250 | https://github.com/cs3org/reva/pull/2922
|
4221 | 4251 |
|
4222 |
| -Changelog for reva 2.4.1 (2022-05-24) |
4223 |
| -======================================= |
4224 |
| - |
4225 |
| -The following sections list the changes in reva 2.4.1 relevant to |
4226 |
| -reva users. The changes are ordered by importance. |
4227 |
| - |
4228 |
| -Summary |
4229 |
| -------- |
4230 |
| - |
4231 |
| -* Fix #2891: Add missing http status code |
4232 |
| - |
4233 |
| -Details |
4234 |
| -------- |
4235 |
| - |
4236 |
| -* Bugfix #2891: Add missing http status code |
4237 |
| - |
4238 |
| - This Fix adds a missing status code to the InsufficientStorage error in reva, to allow tus to |
4239 |
| - pass it through. |
4240 |
| - |
4241 |
| - https://github.com/cs3org/reva/pull/2891 |
4242 |
| - |
4243 | 4252 | Changelog for reva 2.4.0 (2022-05-24)
|
4244 | 4253 | =======================================
|
4245 | 4254 |
|
@@ -4383,6 +4392,27 @@ Details
|
4383 | 4392 |
|
4384 | 4393 | https://github.com/cs3org/reva/pull/2792
|
4385 | 4394 |
|
| 4395 | +Changelog for reva 2.4.1 (2022-05-24) |
| 4396 | +======================================= |
| 4397 | + |
| 4398 | +The following sections list the changes in reva 2.4.1 relevant to |
| 4399 | +reva users. The changes are ordered by importance. |
| 4400 | + |
| 4401 | +Summary |
| 4402 | +------- |
| 4403 | + |
| 4404 | +* Fix #2891: Add missing http status code |
| 4405 | + |
| 4406 | +Details |
| 4407 | +------- |
| 4408 | + |
| 4409 | +* Bugfix #2891: Add missing http status code |
| 4410 | + |
| 4411 | + This Fix adds a missing status code to the InsufficientStorage error in reva, to allow tus to |
| 4412 | + pass it through. |
| 4413 | + |
| 4414 | + https://github.com/cs3org/reva/pull/2891 |
| 4415 | + |
4386 | 4416 | Changelog for reva 2.3.1 (2022-05-08)
|
4387 | 4417 | =======================================
|
4388 | 4418 |
|
|
0 commit comments