-
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.
- Loading branch information
Showing
8 changed files
with
111 additions
and
14 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 @@ | ||
2022-07-15 | ||
2022-07-18 |
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.7.1 | ||
2.7.2 |
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,29 +1,39 @@ | ||
Changelog for reva 2.7.1 (2022-07-15) | ||
Changelog for reva 2.7.2 (2022-07-18) | ||
======================================= | ||
|
||
The following sections list the changes in reva 2.7.1 relevant to | ||
The following sections list the changes in reva 2.7.2 relevant to | ||
reva users. The changes are ordered by importance. | ||
|
||
Summary | ||
------- | ||
|
||
* Fix #3080: Make dataproviders return more headers | ||
* Enh #4072: Add user filter | ||
* Fix #3079: Allow empty permissions | ||
* Fix #3084: Spaces relatated permissions and providerid cleanup | ||
* Fix #3083: Add space id to ItemTrashed event | ||
|
||
Details | ||
------- | ||
|
||
* Bugfix #3080: Make dataproviders return more headers | ||
* Bugfix #3079: Allow empty permissions | ||
|
||
Instead of ocdav doing an additional Stat request we now rely on the dataprovider to return the | ||
necessary metadata information as headers. | ||
For alias link we need the ability to set no permission on an link. The permissions will then come | ||
from the natural permissions the receiving user has on that file/folder | ||
|
||
https://github.com/owncloud/reva/issues/3080 | ||
https://github.com/cs3org/reva/pull/3079 | ||
|
||
* Enhancement #3046: Add user filter | ||
* Bugfix #3084: Spaces relatated permissions and providerid cleanup | ||
|
||
This PR adds the ability to filter spaces by user-id | ||
Following the CS3 resource id refactoring we reverted a logic check when checking the list all | ||
spaces permission, fixed some typos and made the storageprovider fill in a missing storage | ||
provider id. | ||
|
||
https://github.com/cs3org/reva/pull/3046 | ||
https://github.com/cs3org/reva/pull/3084 | ||
|
||
* Bugfix #3083: Add space id to ItemTrashed event | ||
|
||
We fixed the resource IDs in the ItemTrashed events which were missing the recently introduced | ||
space ID in the resource ID. | ||
|
||
https://github.com/cs3org/reva/pull/3083 | ||
|
||
|
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,48 @@ | ||
|
||
--- | ||
title: "v2.7.2" | ||
linkTitle: "v2.7.2" | ||
weight: 40 | ||
description: > | ||
Changelog for Reva v2.7.2 (2022-07-18) | ||
--- | ||
|
||
Changelog for reva 2.7.2 (2022-07-18) | ||
======================================= | ||
|
||
The following sections list the changes in reva 2.7.2 relevant to | ||
reva users. The changes are ordered by importance. | ||
|
||
Summary | ||
------- | ||
|
||
* Fix #3079: Allow empty permissions | ||
* Fix #3084: Spaces relatated permissions and providerid cleanup | ||
* Fix #3083: Add space id to ItemTrashed event | ||
|
||
Details | ||
------- | ||
|
||
* Bugfix #3079: Allow empty permissions | ||
|
||
For alias link we need the ability to set no permission on an link. The permissions will then come | ||
from the natural permissions the receiving user has on that file/folder | ||
|
||
https://github.com/cs3org/reva/pull/3079 | ||
|
||
* Bugfix #3084: Spaces relatated permissions and providerid cleanup | ||
|
||
Following the CS3 resource id refactoring we reverted a logic check when checking the list all | ||
spaces permission, fixed some typos and made the storageprovider fill in a missing storage | ||
provider id. | ||
|
||
https://github.com/cs3org/reva/pull/3084 | ||
|
||
* Bugfix #3083: Add space id to ItemTrashed event | ||
|
||
We fixed the resource IDs in the ItemTrashed events which were missing the recently introduced | ||
space ID in the resource ID. | ||
|
||
https://github.com/cs3org/reva/pull/3083 | ||
|
||
|