Skip to content

Commit cd30ad1

Browse files
committed
v3.3.1
1 parent 4d7f1ef commit cd30ad1

File tree

7 files changed

+80
-41
lines changed

7 files changed

+80
-41
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
Changelog for reva 3.3.1 (2025-10-21)
2+
=======================================
3+
4+
The following sections list the changes in reva 3.3.1 relevant to
5+
reva users. The changes are ordered by importance.
6+
7+
Summary
8+
-------
9+
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
12+
13+
Details
14+
-------
15+
16+
* Bugfix #5376: Deny access shares should not be returned in SharedWithMe call
17+
18+
- SharedWithMe no longer returns deny access shares
19+
20+
https://github.com/cs3org/reva/pull/5376
21+
22+
* Bugfix #5375: Fix parsing of OCM Address in case of more than one "@" present
23+
24+
I've fixed the behavior for parsing a long-standing annoyance for users who had OCM Address
25+
like "mahdi-baghbani@[email protected]".
26+
27+
https://github.com/cs3org/reva/pull/5375
28+
29+
130
Changelog for reva 3.3.0 (2025-10-20)
231
=======================================
332

RELEASE_DATE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2025-10-20
1+
2025-10-21

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.3.0
1+
3.3.1
File renamed without changes.
File renamed without changes.

changelog/NOTE.md

Lines changed: 11 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,57 +1,29 @@
1-
Changelog for reva 3.3.0 (2025-10-20)
1+
Changelog for reva 3.3.1 (2025-10-21)
22
=======================================
33

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
55
reva users. The changes are ordered by importance.
66

77
Summary
88
-------
99

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
1512

1613
Details
1714
-------
1815

19-
* Bugfix #5338: Fix OCM legacy access
16+
* Bugfix #5376: Deny access shares should not be returned in SharedWithMe call
2017

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
2419

25-
https://github.com/cs3org/reva/pull/5338
20+
https://github.com/cs3org/reva/pull/5376
2621

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
2823

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]".
3126

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
5628

5729

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
2+
---
3+
title: "v3.3.1"
4+
linkTitle: "v3.3.1"
5+
weight: 40
6+
description: >
7+
Changelog for Reva v3.3.1 (2025-10-21)
8+
---
9+
10+
Changelog for reva 3.3.1 (2025-10-21)
11+
=======================================
12+
13+
The following sections list the changes in reva 3.3.1 relevant to
14+
reva users. The changes are ordered by importance.
15+
16+
Summary
17+
-------
18+
19+
* Fix #5376: Deny access shares should not be returned in SharedWithMe call
20+
* Fix #5375: Fix parsing of OCM Address in case of more than one "@" present
21+
22+
Details
23+
-------
24+
25+
* Bugfix #5376: Deny access shares should not be returned in SharedWithMe call
26+
27+
- SharedWithMe no longer returns deny access shares
28+
29+
https://github.com/cs3org/reva/pull/5376
30+
31+
* Bugfix #5375: Fix parsing of OCM Address in case of more than one "@" present
32+
33+
I've fixed the behavior for parsing a long-standing annoyance for users who had OCM Address
34+
like "mahdi-baghbani@[email protected]".
35+
36+
https://github.com/cs3org/reva/pull/5375
37+
38+

0 commit comments

Comments
 (0)