forked from cs3org/reva
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
157 additions
and
99 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 @@ | ||
2.19.8 | ||
2.19.9 |
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,41 +1,30 @@ | ||
Changelog for reva 2.19.8 (2024-09-23) | ||
Changelog for reva 2.19.9 (2024-09-23) | ||
======================================= | ||
|
||
The following sections list the changes in reva 2.19.8 relevant to | ||
The following sections list the changes in reva 2.19.9 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 | ||
* Fix #4842: Fix micro ocdav service init and registration | ||
* Fix #4862: Fix nats encoding | ||
|
||
Details | ||
------- | ||
|
||
* Bugfix #4761: Quotes in dav Content-Disposition header | ||
* Bugfix #4842: Fix micro ocdav service init and registration | ||
|
||
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. | ||
We no longer call Init to configure default options because it was replacing the existing | ||
options. | ||
|
||
https://github.com/owncloud/web/issues/11031 | ||
https://github.com/owncloud/web/issues/11169 | ||
https://github.com/cs3org/reva/pull/4761 | ||
https://github.com/cs3org/reva/pull/4842 | ||
https://github.com/cs3org/reva/pull/4774 | ||
|
||
* Bugfix #4853: Write upload session info atomically | ||
* Bugfix #4862: Fix nats encoding | ||
|
||
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. | ||
Encode nats-js-kv keys. This got lost by a dependency bump. | ||
|
||
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 | ||
https://github.com/cs3org/reva/pull/4862 | ||
https://github.com/cs3org/reva/pull/4678 | ||
|
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,39 @@ | ||
|
||
--- | ||
title: "v2.19.9" | ||
linkTitle: "v2.19.9" | ||
weight: 40 | ||
description: > | ||
Changelog for Reva v2.19.9 (2024-09-23) | ||
--- | ||
|
||
Changelog for reva 2.19.9 (2024-09-23) | ||
======================================= | ||
|
||
The following sections list the changes in reva 2.19.9 relevant to | ||
reva users. The changes are ordered by importance. | ||
|
||
Summary | ||
------- | ||
|
||
* Fix #4842: Fix micro ocdav service init and registration | ||
* Fix #4862: Fix nats encoding | ||
|
||
Details | ||
------- | ||
|
||
* Bugfix #4842: Fix micro ocdav service init and registration | ||
|
||
We no longer call Init to configure default options because it was replacing the existing | ||
options. | ||
|
||
https://github.com/cs3org/reva/pull/4842 | ||
https://github.com/cs3org/reva/pull/4774 | ||
|
||
* Bugfix #4862: Fix nats encoding | ||
|
||
Encode nats-js-kv keys. This got lost by a dependency bump. | ||
|
||
https://github.com/cs3org/reva/pull/4862 | ||
https://github.com/cs3org/reva/pull/4678 | ||
|
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