Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[build-deps] prepare changelog, bump version #3085

Merged
merged 1 commit into from
Jul 18, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 40 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,42 @@
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


Changelog for reva 2.7.0 (2022-07-15)
=======================================

Expand Down Expand Up @@ -141,7 +180,7 @@ Summary
-------

* Fix #3080: Make dataproviders return more headers
* Enh #4072: Add user filter
* Enh #3046: Add user filter

Details
-------
Expand Down
2 changes: 1 addition & 1 deletion RELEASE_DATE
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2022-07-15
2022-07-18
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.7.1
2.7.2
32 changes: 21 additions & 11 deletions changelog/NOTE.md
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


48 changes: 48 additions & 0 deletions docs/content/en/docs/changelog/2.7.2/_index.md
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