-
Notifications
You must be signed in to change notification settings - Fork 112
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 #4860 from 2403905/release-2.19.8
release-2.19.8
- Loading branch information
Showing
9 changed files
with
201 additions
and
89 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-05-13 | ||
2024-09-23 |
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.7 | ||
2.19.8 |
File renamed without changes.
File renamed without changes.
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,20 +1,41 @@ | ||
Changelog for reva 2.19.7 (2024-05-13) | ||
Changelog for reva 2.19.8 (2024-09-23) | ||
======================================= | ||
|
||
The following sections list the changes in reva 2.19.7 relevant to | ||
The following sections list the changes in reva 2.19.8 relevant to | ||
reva users. The changes are ordered by importance. | ||
|
||
Summary | ||
------- | ||
|
||
* Enh #4673: Add virus filter to list uploads sessions | ||
* Fix #4761: Quotes in dav Content-Disposition header | ||
* Fix #4853: Write upload session info atomically | ||
* Enh #4701: Extend service account permissions | ||
|
||
Details | ||
------- | ||
|
||
* Enhancement #4673: Add virus filter to list uploads sessions | ||
* Bugfix #4761: Quotes in dav Content-Disposition header | ||
|
||
Adds a filter for filtering for infected uploads | ||
We've fixed the the quotes in the dav `Content-Disposition` header. They caused an issue where | ||
certain browsers would decode the quotes and falsely prepend them to the filename. | ||
|
||
https://github.com/cs3org/reva/pull/4673 | ||
https://github.com/owncloud/web/issues/11031 | ||
https://github.com/owncloud/web/issues/11169 | ||
https://github.com/cs3org/reva/pull/4761 | ||
|
||
* Bugfix #4853: Write upload session info atomically | ||
|
||
We now use a lock and atomic write on upload session metadata to prevent empty reads. A virus scan | ||
event might cause the file to be truncated and then a finished event might try to read the file, | ||
just getting an empty string. | ||
|
||
Backport of https://github.com/cs3org/reva/pull/4850 | ||
|
||
https://github.com/cs3org/reva/pull/4853 | ||
|
||
* Enhancement #4701: Extend service account permissions | ||
|
||
Adds AddGrant permisson | ||
|
||
https://github.com/cs3org/reva/pull/4701 | ||
|
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,50 @@ | ||
|
||
--- | ||
title: "v2.19.8" | ||
linkTitle: "v2.19.8" | ||
weight: 40 | ||
description: > | ||
Changelog for Reva v2.19.8 (2024-09-23) | ||
--- | ||
|
||
Changelog for reva 2.19.8 (2024-09-23) | ||
======================================= | ||
|
||
The following sections list the changes in reva 2.19.8 relevant to | ||
reva users. The changes are ordered by importance. | ||
|
||
Summary | ||
------- | ||
|
||
* Fix #4761: Quotes in dav Content-Disposition header | ||
* Fix #4853: Write upload session info atomically | ||
* Enh #4701: Extend service account permissions | ||
|
||
Details | ||
------- | ||
|
||
* Bugfix #4761: Quotes in dav Content-Disposition header | ||
|
||
We've fixed the the quotes in the dav `Content-Disposition` header. They caused an issue where | ||
certain browsers would decode the quotes and falsely prepend them to the filename. | ||
|
||
https://github.com/owncloud/web/issues/11031 | ||
https://github.com/owncloud/web/issues/11169 | ||
https://github.com/cs3org/reva/pull/4761 | ||
|
||
* Bugfix #4853: Write upload session info atomically | ||
|
||
We now use a lock and atomic write on upload session metadata to prevent empty reads. A virus scan | ||
event might cause the file to be truncated and then a finished event might try to read the file, | ||
just getting an empty string. | ||
|
||
Backport of https://github.com/cs3org/reva/pull/4850 | ||
|
||
https://github.com/cs3org/reva/pull/4853 | ||
|
||
* Enhancement #4701: Extend service account permissions | ||
|
||
Adds AddGrant permisson | ||
|
||
https://github.com/cs3org/reva/pull/4701 | ||
|
Oops, something went wrong.