Skip to content

Commit

Permalink
Merge pull request #3085 from cs3org/release-2.7.2
Browse files Browse the repository at this point in the history
[build-deps] prepare changelog, bump version
  • Loading branch information
micbar committed Jul 18, 2022
2 parents 6b31c62 + 26024f6 commit 08f504f
Show file tree
Hide file tree
Showing 8 changed files with 111 additions and 14 deletions.
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


0 comments on commit 08f504f

Please sign in to comment.