|
1 | | -Changelog for reva 3.3.0 (2025-10-20) |
| 1 | +Changelog for reva 3.3.1 (2025-10-21) |
2 | 2 | ======================================= |
3 | 3 |
|
4 | | -The following sections list the changes in reva 3.3.0 relevant to |
| 4 | +The following sections list the changes in reva 3.3.1 relevant to |
5 | 5 | reva users. The changes are ordered by importance. |
6 | 6 |
|
7 | 7 | Summary |
8 | 8 | ------- |
9 | 9 |
|
10 | | - * Fix #5338: Fix OCM legacy access |
11 | | - * Fix #5364: Remove trash and versions from OCS role |
12 | | - * Fix #5366: Add support for Deny Role |
13 | | - * Fix #5365: Skip spaces that are not available |
14 | | - * Enh #5367: Proper support of Range requests |
| 10 | + * Fix #5376: Deny access shares should not be returned in SharedWithMe call |
| 11 | + * Fix #5375: Fix parsing of OCM Address in case of more than one "@" present |
15 | 12 |
|
16 | 13 | Details |
17 | 14 | ------- |
18 | 15 |
|
19 | | - * Bugfix #5338: Fix OCM legacy access |
| 16 | + * Bugfix #5376: Deny access shares should not be returned in SharedWithMe call |
20 | 17 |
|
21 | | - This PR introduces a test to access a remote OCM endpoint via basic auth (OCM v1.0) and the |
22 | | - corresponding implementation in the DAV client and server to deal with such accesses. Several |
23 | | - log lines on all OCM interactions have been added. |
| 18 | + - SharedWithMe no longer returns deny access shares |
24 | 19 |
|
25 | | - https://github.com/cs3org/reva/pull/5338 |
| 20 | + https://github.com/cs3org/reva/pull/5376 |
26 | 21 |
|
27 | | - * Bugfix #5364: Remove trash and versions from OCS role |
| 22 | + * Bugfix #5375: Fix parsing of OCM Address in case of more than one "@" present |
28 | 23 |
|
29 | | - Remove trashbin and version-related permissions from conversion to OCS role, as some space |
30 | | - types do not support these, leading to invalid roles |
| 24 | + I've fixed the behavior for parsing a long-standing annoyance for users who had OCM Address |
| 25 | + like "mahdi-baghbani@[email protected]". |
31 | 26 |
|
32 | | - https://github.com/cs3org/reva/pull/5364 |
33 | | - |
34 | | - * Bugfix #5366: Add support for Deny Role |
35 | | - |
36 | | - In OCS, we had a `RoleDenied`, which denied all permissions to a user. We now also ported this to |
37 | | - libregraph. |
38 | | - |
39 | | - https://github.com/cs3org/reva/pull/5366 |
40 | | - |
41 | | - * Bugfix #5365: Skip spaces that are not available |
42 | | - |
43 | | - Skip spaces that are not available when listing them. This avoids WebUI hanging when one of them |
44 | | - is not reachable. |
45 | | - |
46 | | - https://github.com/cs3org/reva/pull/5365 |
47 | | - |
48 | | - * Enhancement #5367: Proper support of Range requests |
49 | | - |
50 | | - Up to now, Reva supported Range requests only when the requested content was copied into Reva's |
51 | | - memory. This has now been improved: the ranges can be propagated upto the storage provider, |
52 | | - which only returns the requested content, instead of first copying everything into memory and |
53 | | - then only returning the requested ranges |
54 | | - |
55 | | - https://github.com/cs3org/reva/pull/5367 |
| 27 | + https://github.com/cs3org/reva/pull/5375 |
56 | 28 |
|
57 | 29 |
|
0 commit comments