Skip to content

Commit 1d127fe

Browse files
committed
Release 2.19.6
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
1 parent 410cae6 commit 1d127fe

File tree

10 files changed

+214
-67
lines changed

10 files changed

+214
-67
lines changed

CHANGELOG.md

Lines changed: 106 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,60 @@
1+
Changelog for reva 2.19.6 (2024-04-29)
2+
=======================================
3+
4+
The following sections list the changes in reva 2.19.6 relevant to
5+
reva users. The changes are ordered by importance.
6+
7+
Summary
8+
-------
9+
10+
* Fix #4654: Write blob based on session id
11+
* Fix #4666: Fix uploading via a public link
12+
* Fix #4665: Fix creating documents in nested folders of public shares
13+
* Enh #4655: Bump mockery to v2.40.2
14+
* Enh #4664: Add ScanData to Uploadsession
15+
16+
Details
17+
-------
18+
19+
* Bugfix #4654: Write blob based on session id
20+
21+
Decomposedfs now uses the session id and size when moving an uplode to the blobstore. This fixes
22+
a cornercase that prevents an upload session from correctly being finished when another
23+
upload session to the file was started and already finished.
24+
25+
https://github.com/cs3org/reva/pull/4654
26+
https://github.com/cs3org/reva/pull/4615
27+
28+
* Bugfix #4666: Fix uploading via a public link
29+
30+
Fix http error when uploading via a public link
31+
32+
https://github.com/owncloud/ocis/issues/8699
33+
https://github.com/cs3org/reva/pull/4666
34+
https://github.com/cs3org/reva/pull/4589
35+
36+
* Bugfix #4665: Fix creating documents in nested folders of public shares
37+
38+
We fixed a bug that prevented creating new documented in a nested folder of a public share.
39+
40+
https://github.com/owncloud/ocis/issues/8957
41+
https://github.com/cs3org/reva/pull/4665
42+
https://github.com/cs3org/reva/pull/4660
43+
44+
* Enhancement #4655: Bump mockery to v2.40.2
45+
46+
We switched to the latest mockery and changed to .mockery.yaml based mock generation.
47+
48+
https://github.com/cs3org/reva/pull/4655
49+
https://github.com/cs3org/reva/pull/4614
50+
51+
* Enhancement #4664: Add ScanData to Uploadsession
52+
53+
Adds virus scan results to the upload session.
54+
55+
https://github.com/cs3org/reva/pull/4664
56+
https://github.com/cs3org/reva/pull/4657
57+
158
Changelog for reva 2.19.5 (2024-04-17)
259
=======================================
360

@@ -3881,34 +3938,6 @@ Details
38813938

38823939
https://github.com/cs3org/reva/pull/3083
38833940

3884-
Changelog for reva 2.7.1 (2022-07-15)
3885-
=======================================
3886-
3887-
The following sections list the changes in reva 2.7.1 relevant to
3888-
reva users. The changes are ordered by importance.
3889-
3890-
Summary
3891-
-------
3892-
3893-
* Fix #3080: Make dataproviders return more headers
3894-
* Enh #3046: Add user filter
3895-
3896-
Details
3897-
-------
3898-
3899-
* Bugfix #3080: Make dataproviders return more headers
3900-
3901-
Instead of ocdav doing an additional Stat request we now rely on the dataprovider to return the
3902-
necessary metadata information as headers.
3903-
3904-
https://github.com/owncloud/reva/issues/3080
3905-
3906-
* Enhancement #3046: Add user filter
3907-
3908-
This PR adds the ability to filter spaces by user-id
3909-
3910-
https://github.com/cs3org/reva/pull/3046
3911-
39123941
Changelog for reva 2.7.0 (2022-07-15)
39133942
=======================================
39143943

@@ -4041,6 +4070,34 @@ Details
40414070
https://github.com/owncloud/ocis/issues/3073
40424071
https://github.com/cs3org/reva/pull/2977
40434072

4073+
Changelog for reva 2.7.1 (2022-07-15)
4074+
=======================================
4075+
4076+
The following sections list the changes in reva 2.7.1 relevant to
4077+
reva users. The changes are ordered by importance.
4078+
4079+
Summary
4080+
-------
4081+
4082+
* Fix #3080: Make dataproviders return more headers
4083+
* Enh #3046: Add user filter
4084+
4085+
Details
4086+
-------
4087+
4088+
* Bugfix #3080: Make dataproviders return more headers
4089+
4090+
Instead of ocdav doing an additional Stat request we now rely on the dataprovider to return the
4091+
necessary metadata information as headers.
4092+
4093+
https://github.com/owncloud/reva/issues/3080
4094+
4095+
* Enhancement #3046: Add user filter
4096+
4097+
This PR adds the ability to filter spaces by user-id
4098+
4099+
https://github.com/cs3org/reva/pull/3046
4100+
40444101
Changelog for reva 2.6.1 (2022-06-27)
40454102
=======================================
40464103

@@ -4408,27 +4465,6 @@ Details
44084465

44094466
https://github.com/cs3org/reva/pull/2922
44104467

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-
44324468
Changelog for reva 2.4.0 (2022-05-24)
44334469
=======================================
44344470

@@ -4572,6 +4608,27 @@ Details
45724608

45734609
https://github.com/cs3org/reva/pull/2792
45744610

4611+
Changelog for reva 2.4.1 (2022-05-24)
4612+
=======================================
4613+
4614+
The following sections list the changes in reva 2.4.1 relevant to
4615+
reva users. The changes are ordered by importance.
4616+
4617+
Summary
4618+
-------
4619+
4620+
* Fix #2891: Add missing http status code
4621+
4622+
Details
4623+
-------
4624+
4625+
* Bugfix #2891: Add missing http status code
4626+
4627+
This Fix adds a missing status code to the InsufficientStorage error in reva, to allow tus to
4628+
pass it through.
4629+
4630+
https://github.com/cs3org/reva/pull/2891
4631+
45754632
Changelog for reva 2.3.1 (2022-05-08)
45764633
=======================================
45774634

RELEASE_DATE

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

VERSION

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

changelog/unreleased/fix-publicshare-nested-appnew.md renamed to changelog/2.19.6_2024-04-29/fix-publicshare-nested-appnew.md

File renamed without changes.
File renamed without changes.

changelog/NOTE.md

Lines changed: 40 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,57 @@
1-
Changelog for reva 2.19.5 (2024-04-17)
1+
Changelog for reva 2.19.6 (2024-04-29)
22
=======================================
33

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

77
Summary
88
-------
99

10-
* Fix #4626: Fix public share update
11-
* Fix #4634: Fix access to files withing a public link targeting a space root
10+
* Fix #4654: Write blob based on session id
11+
* Fix #4666: Fix uploading via a public link
12+
* Fix #4665: Fix creating documents in nested folders of public shares
13+
* Enh #4655: Bump mockery to v2.40.2
14+
* Enh #4664: Add ScanData to Uploadsession
1215

1316
Details
1417
-------
1518

16-
* Bugfix #4626: Fix public share update
19+
* Bugfix #4654: Write blob based on session id
1720

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+
Decomposedfs now uses the session id and size when moving an uplode to the blobstore. This fixes
22+
a cornercase that prevents an upload session from correctly being finished when another
23+
upload session to the file was started and already finished.
2124

22-
https://github.com/cs3org/reva/pull/4626
23-
https://github.com/cs3org/reva/pull/4622
25+
https://github.com/cs3org/reva/pull/4654
26+
https://github.com/cs3org/reva/pull/4615
2427

25-
* Bugfix #4634: Fix access to files withing a public link targeting a space root
28+
* Bugfix #4666: Fix uploading via a public link
2629

27-
We fixed an issue that prevented users from opening documents within a public share that
28-
targets a space root.
30+
Fix http error when uploading via a public link
2931

30-
https://github.com/owncloud/ocis/issues/8691
31-
https://github.com/cs3org/reva/pull/4634/
32-
https://github.com/cs3org/reva/pull/4632/
32+
https://github.com/owncloud/ocis/issues/8699
33+
https://github.com/cs3org/reva/pull/4666
34+
https://github.com/cs3org/reva/pull/4589
35+
36+
* Bugfix #4665: Fix creating documents in nested folders of public shares
37+
38+
We fixed a bug that prevented creating new documented in a nested folder of a public share.
39+
40+
https://github.com/owncloud/ocis/issues/8957
41+
https://github.com/cs3org/reva/pull/4665
42+
https://github.com/cs3org/reva/pull/4660
43+
44+
* Enhancement #4655: Bump mockery to v2.40.2
45+
46+
We switched to the latest mockery and changed to .mockery.yaml based mock generation.
47+
48+
https://github.com/cs3org/reva/pull/4655
49+
https://github.com/cs3org/reva/pull/4614
50+
51+
* Enhancement #4664: Add ScanData to Uploadsession
52+
53+
Adds virus scan results to the upload session.
54+
55+
https://github.com/cs3org/reva/pull/4664
56+
https://github.com/cs3org/reva/pull/4657
3357

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
2+
---
3+
title: "v2.19.6"
4+
linkTitle: "v2.19.6"
5+
weight: 40
6+
description: >
7+
Changelog for Reva v2.19.6 (2024-04-29)
8+
---
9+
10+
Changelog for reva 2.19.6 (2024-04-29)
11+
=======================================
12+
13+
The following sections list the changes in reva 2.19.6 relevant to
14+
reva users. The changes are ordered by importance.
15+
16+
Summary
17+
-------
18+
19+
* Fix #4654: Write blob based on session id
20+
* Fix #4666: Fix uploading via a public link
21+
* Fix #4665: Fix creating documents in nested folders of public shares
22+
* Enh #4655: Bump mockery to v2.40.2
23+
* Enh #4664: Add ScanData to Uploadsession
24+
25+
Details
26+
-------
27+
28+
* Bugfix #4654: Write blob based on session id
29+
30+
Decomposedfs now uses the session id and size when moving an uplode to the blobstore. This fixes
31+
a cornercase that prevents an upload session from correctly being finished when another
32+
upload session to the file was started and already finished.
33+
34+
https://github.com/cs3org/reva/pull/4654
35+
https://github.com/cs3org/reva/pull/4615
36+
37+
* Bugfix #4666: Fix uploading via a public link
38+
39+
Fix http error when uploading via a public link
40+
41+
https://github.com/owncloud/ocis/issues/8699
42+
https://github.com/cs3org/reva/pull/4666
43+
https://github.com/cs3org/reva/pull/4589
44+
45+
* Bugfix #4665: Fix creating documents in nested folders of public shares
46+
47+
We fixed a bug that prevented creating new documented in a nested folder of a public share.
48+
49+
https://github.com/owncloud/ocis/issues/8957
50+
https://github.com/cs3org/reva/pull/4665
51+
https://github.com/cs3org/reva/pull/4660
52+
53+
* Enhancement #4655: Bump mockery to v2.40.2
54+
55+
We switched to the latest mockery and changed to .mockery.yaml based mock generation.
56+
57+
https://github.com/cs3org/reva/pull/4655
58+
https://github.com/cs3org/reva/pull/4614
59+
60+
* Enhancement #4664: Add ScanData to Uploadsession
61+
62+
Adds virus scan results to the upload session.
63+
64+
https://github.com/cs3org/reva/pull/4664
65+
https://github.com/cs3org/reva/pull/4657
66+

0 commit comments

Comments
 (0)