-
Notifications
You must be signed in to change notification settings - Fork 113
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4679 from cs3org/release-2.19.7
[full-ci] chore: prepare release, bump version
- Loading branch information
Showing
6 changed files
with
78 additions
and
66 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
2024-04-29 | ||
2024-05-13 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
2.19.6 | ||
2.19.7 |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,57 +1,20 @@ | ||
Changelog for reva 2.19.6 (2024-04-29) | ||
Changelog for reva 2.19.7 (2024-05-13) | ||
======================================= | ||
|
||
The following sections list the changes in reva 2.19.6 relevant to | ||
The following sections list the changes in reva 2.19.7 relevant to | ||
reva users. The changes are ordered by importance. | ||
|
||
Summary | ||
------- | ||
|
||
* Fix #4654: Write blob based on session id | ||
* Fix #4666: Fix uploading via a public link | ||
* Fix #4665: Fix creating documents in nested folders of public shares | ||
* Enh #4655: Bump mockery to v2.40.2 | ||
* Enh #4664: Add ScanData to Uploadsession | ||
* Enh #4673: Add virus filter to list uploads sessions | ||
|
||
Details | ||
------- | ||
|
||
* Bugfix #4654: Write blob based on session id | ||
* Enhancement #4673: Add virus filter to list uploads sessions | ||
|
||
Decomposedfs now uses the session id and size when moving an uplode to the blobstore. This fixes | ||
a cornercase that prevents an upload session from correctly being finished when another | ||
upload session to the file was started and already finished. | ||
Adds a filter for filtering for infected uploads | ||
|
||
https://github.com/cs3org/reva/pull/4654 | ||
https://github.com/cs3org/reva/pull/4615 | ||
|
||
* Bugfix #4666: Fix uploading via a public link | ||
|
||
Fix http error when uploading via a public link | ||
|
||
https://github.com/owncloud/ocis/issues/8699 | ||
https://github.com/cs3org/reva/pull/4666 | ||
https://github.com/cs3org/reva/pull/4589 | ||
|
||
* Bugfix #4665: Fix creating documents in nested folders of public shares | ||
|
||
We fixed a bug that prevented creating new documented in a nested folder of a public share. | ||
|
||
https://github.com/owncloud/ocis/issues/8957 | ||
https://github.com/cs3org/reva/pull/4665 | ||
https://github.com/cs3org/reva/pull/4660 | ||
|
||
* Enhancement #4655: Bump mockery to v2.40.2 | ||
|
||
We switched to the latest mockery and changed to .mockery.yaml based mock generation. | ||
|
||
https://github.com/cs3org/reva/pull/4655 | ||
https://github.com/cs3org/reva/pull/4614 | ||
|
||
* Enhancement #4664: Add ScanData to Uploadsession | ||
|
||
Adds virus scan results to the upload session. | ||
|
||
https://github.com/cs3org/reva/pull/4664 | ||
https://github.com/cs3org/reva/pull/4657 | ||
https://github.com/cs3org/reva/pull/4673 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
|
||
--- | ||
title: "v2.19.7" | ||
linkTitle: "v2.19.7" | ||
weight: 40 | ||
description: > | ||
Changelog for Reva v2.19.7 (2024-05-13) | ||
--- | ||
|
||
Changelog for reva 2.19.7 (2024-05-13) | ||
======================================= | ||
|
||
The following sections list the changes in reva 2.19.7 relevant to | ||
reva users. The changes are ordered by importance. | ||
|
||
Summary | ||
------- | ||
|
||
* Enh #4673: Add virus filter to list uploads sessions | ||
|
||
Details | ||
------- | ||
|
||
* Enhancement #4673: Add virus filter to list uploads sessions | ||
|
||
Adds a filter for filtering for infected uploads | ||
|
||
https://github.com/cs3org/reva/pull/4673 | ||
|