Skip to content

Commit 72e7e0d

Browse files
committed
Release 2.19.5
1 parent 12692ac commit 72e7e0d

File tree

7 files changed

+117
-30
lines changed

7 files changed

+117
-30
lines changed

CHANGELOG.md

Lines changed: 54 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,36 @@
1+
Changelog for reva 2.19.5 (2024-04-17)
2+
=======================================
3+
4+
The following sections list the changes in reva 2.19.5 relevant to
5+
reva users. The changes are ordered by importance.
6+
7+
Summary
8+
-------
9+
10+
* Fix #4626: Fix public share update
11+
* Fix #4634: Fix access to files withing a public link targeting a space root
12+
13+
Details
14+
-------
15+
16+
* Bugfix #4626: Fix public share update
17+
18+
We fixed the permission check for updating public shares. When updating the permissions of a
19+
public share while not providing a password, the check must be against the new permissions to
20+
take into account that users can opt out only for view permissions.
21+
22+
https://github.com/cs3org/reva/pull/4626
23+
https://github.com/cs3org/reva/pull/4622
24+
25+
* Bugfix #4634: Fix access to files withing a public link targeting a space root
26+
27+
We fixed an issue that prevented users from opening documents within a public share that
28+
targets a space root.
29+
30+
https://github.com/owncloud/ocis/issues/8691
31+
https://github.com/cs3org/reva/pull/4634/
32+
https://github.com/cs3org/reva/pull/4632/
33+
134
Changelog for reva 2.19.4 (2024-04-05)
235
=======================================
336

@@ -4375,6 +4408,27 @@ Details
43754408

43764409
https://github.com/cs3org/reva/pull/2922
43774410

4411+
Changelog for reva 2.4.1 (2022-05-24)
4412+
=======================================
4413+
4414+
The following sections list the changes in reva 2.4.1 relevant to
4415+
reva users. The changes are ordered by importance.
4416+
4417+
Summary
4418+
-------
4419+
4420+
* Fix #2891: Add missing http status code
4421+
4422+
Details
4423+
-------
4424+
4425+
* Bugfix #2891: Add missing http status code
4426+
4427+
This Fix adds a missing status code to the InsufficientStorage error in reva, to allow tus to
4428+
pass it through.
4429+
4430+
https://github.com/cs3org/reva/pull/2891
4431+
43784432
Changelog for reva 2.4.0 (2022-05-24)
43794433
=======================================
43804434

@@ -4518,27 +4572,6 @@ Details
45184572

45194573
https://github.com/cs3org/reva/pull/2792
45204574

4521-
Changelog for reva 2.4.1 (2022-05-24)
4522-
=======================================
4523-
4524-
The following sections list the changes in reva 2.4.1 relevant to
4525-
reva users. The changes are ordered by importance.
4526-
4527-
Summary
4528-
-------
4529-
4530-
* Fix #2891: Add missing http status code
4531-
4532-
Details
4533-
-------
4534-
4535-
* Bugfix #2891: Add missing http status code
4536-
4537-
This Fix adds a missing status code to the InsufficientStorage error in reva, to allow tus to
4538-
pass it through.
4539-
4540-
https://github.com/cs3org/reva/pull/2891
4541-
45424575
Changelog for reva 2.3.1 (2022-05-08)
45434576
=======================================
45444577

RELEASE_DATE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2024-04-05
1+
2024-04-17

VERSION

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

changelog/unreleased/fix_public_share_space_root.md renamed to changelog/2.19.5_2024-04-17/fix_public_share_space_root.md

File renamed without changes.

changelog/NOTE.md

Lines changed: 19 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,33 @@
1-
Changelog for reva 2.19.4 (2024-04-05)
1+
Changelog for reva 2.19.5 (2024-04-17)
22
=======================================
33

4-
The following sections list the changes in reva 2.19.4 relevant to
4+
The following sections list the changes in reva 2.19.5 relevant to
55
reva users. The changes are ordered by importance.
66

77
Summary
88
-------
99

10-
* Fix #4612: Use gateway selector in jsoncs3
10+
* Fix #4626: Fix public share update
11+
* Fix #4634: Fix access to files withing a public link targeting a space root
1112

1213
Details
1314
-------
1415

15-
* Bugfix #4612: Use gateway selector in jsoncs3
16+
* Bugfix #4626: Fix public share update
1617

17-
The jsoncs3 user share manager now uses the gateway selector to get a fresh client before making
18-
requests and uses the configured logger from the context.
18+
We fixed the permission check for updating public shares. When updating the permissions of a
19+
public share while not providing a password, the check must be against the new permissions to
20+
take into account that users can opt out only for view permissions.
1921

20-
https://github.com/cs3org/reva/pull/4612
22+
https://github.com/cs3org/reva/pull/4626
23+
https://github.com/cs3org/reva/pull/4622
24+
25+
* Bugfix #4634: Fix access to files withing a public link targeting a space root
26+
27+
We fixed an issue that prevented users from opening documents within a public share that
28+
targets a space root.
29+
30+
https://github.com/owncloud/ocis/issues/8691
31+
https://github.com/cs3org/reva/pull/4634/
32+
https://github.com/cs3org/reva/pull/4632/
2133

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
2+
---
3+
title: "v2.19.5"
4+
linkTitle: "v2.19.5"
5+
weight: 40
6+
description: >
7+
Changelog for Reva v2.19.5 (2024-04-17)
8+
---
9+
10+
Changelog for reva 2.19.5 (2024-04-17)
11+
=======================================
12+
13+
The following sections list the changes in reva 2.19.5 relevant to
14+
reva users. The changes are ordered by importance.
15+
16+
Summary
17+
-------
18+
19+
* Fix #4626: Fix public share update
20+
* Fix #4634: Fix access to files withing a public link targeting a space root
21+
22+
Details
23+
-------
24+
25+
* Bugfix #4626: Fix public share update
26+
27+
We fixed the permission check for updating public shares. When updating the permissions of a
28+
public share while not providing a password, the check must be against the new permissions to
29+
take into account that users can opt out only for view permissions.
30+
31+
https://github.com/cs3org/reva/pull/4626
32+
https://github.com/cs3org/reva/pull/4622
33+
34+
* Bugfix #4634: Fix access to files withing a public link targeting a space root
35+
36+
We fixed an issue that prevented users from opening documents within a public share that
37+
targets a space root.
38+
39+
https://github.com/owncloud/ocis/issues/8691
40+
https://github.com/cs3org/reva/pull/4634/
41+
https://github.com/cs3org/reva/pull/4632/
42+

0 commit comments

Comments
 (0)