Skip to content

Commit

Permalink
Merge pull request #4844 from 2403905/release-2.24.1
Browse files Browse the repository at this point in the history
release-2.24.1
  • Loading branch information
2403905 committed Sep 11, 2024
2 parents de8cea1 + 83015e8 commit 9ff45ed
Show file tree
Hide file tree
Showing 6 changed files with 112 additions and 135 deletions.
120 changes: 71 additions & 49 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
Changelog for reva 2.24.1 (2024-09-11)
=======================================

The following sections list the changes in reva 2.24.1 relevant to
reva users. The changes are ordered by importance.

Summary
-------

* Fix #4843: Allow update of ocm shares

Details
-------

* Bugfix #4843: Allow update of ocm shares

We fixed a bug that prevented ocm shares to be updated or removed.

https://github.com/owncloud/ocis/issues/9926
https://github.com/cs3org/reva/pull/4843/
https://github.com/cs3org/reva/pull/4840/

Changelog for reva 2.24.0 (2024-09-09)
=======================================

Expand Down Expand Up @@ -4634,34 +4656,6 @@ Details

https://github.com/cs3org/reva/pull/3083

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

The following sections list the changes in reva 2.7.1 relevant to
reva users. The changes are ordered by importance.

Summary
-------

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

Details
-------

* Bugfix #3080: Make dataproviders return more headers

Instead of ocdav doing an additional Stat request we now rely on the dataprovider to return the
necessary metadata information as headers.

https://github.com/owncloud/reva/issues/3080

* Enhancement #3046: Add user filter

This PR adds the ability to filter spaces by user-id

https://github.com/cs3org/reva/pull/3046

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

Expand Down Expand Up @@ -4794,6 +4788,34 @@ Details
https://github.com/owncloud/ocis/issues/3073
https://github.com/cs3org/reva/pull/2977

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

The following sections list the changes in reva 2.7.1 relevant to
reva users. The changes are ordered by importance.

Summary
-------

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

Details
-------

* Bugfix #3080: Make dataproviders return more headers

Instead of ocdav doing an additional Stat request we now rely on the dataprovider to return the
necessary metadata information as headers.

https://github.com/owncloud/reva/issues/3080

* Enhancement #3046: Add user filter

This PR adds the ability to filter spaces by user-id

https://github.com/cs3org/reva/pull/3046

Changelog for reva 2.6.1 (2022-06-27)
=======================================

Expand Down Expand Up @@ -5161,27 +5183,6 @@ Details

https://github.com/cs3org/reva/pull/2922

Changelog for reva 2.4.1 (2022-05-24)
=======================================

The following sections list the changes in reva 2.4.1 relevant to
reva users. The changes are ordered by importance.

Summary
-------

* Fix #2891: Add missing http status code

Details
-------

* Bugfix #2891: Add missing http status code

This Fix adds a missing status code to the InsufficientStorage error in reva, to allow tus to
pass it through.

https://github.com/cs3org/reva/pull/2891

Changelog for reva 2.4.0 (2022-05-24)
=======================================

Expand Down Expand Up @@ -5325,6 +5326,27 @@ Details

https://github.com/cs3org/reva/pull/2792

Changelog for reva 2.4.1 (2022-05-24)
=======================================

The following sections list the changes in reva 2.4.1 relevant to
reva users. The changes are ordered by importance.

Summary
-------

* Fix #2891: Add missing http status code

Details
-------

* Bugfix #2891: Add missing http status code

This Fix adds a missing status code to the InsufficientStorage error in reva, to allow tus to
pass it through.

https://github.com/cs3org/reva/pull/2891

Changelog for reva 2.3.1 (2022-05-08)
=======================================

Expand Down
2 changes: 1 addition & 1 deletion RELEASE_DATE
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2024-09-09
2024-09-11
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.24.0
2.24.1
92 changes: 8 additions & 84 deletions changelog/NOTE.md
Original file line number Diff line number Diff line change
@@ -1,98 +1,22 @@
Changelog for reva 2.24.0 (2024-09-09)
Changelog for reva 2.24.1 (2024-09-11)
=======================================

The following sections list the changes in reva 2.24.0 relevant to
The following sections list the changes in reva 2.24.1 relevant to
reva users. The changes are ordered by importance.

Summary
-------

* Fix #4820: Fix response code when upload a file over locked
* Fix #4837: Fix OCM userid encoding
* Fix #4823: Return etag for ocm shares
* Fix #4822: Allow listing directory trash items by key
* Enh #4816: Ignore resharing requests
* Enh #4817: Added a new role space editor without versions
* Enh #4829: Added a new roles viewer/editor with ListGrants
* Enh #4828: New event: UserSignedIn
* Enh #4836: Publish an event when an OCM invite is generated
* Fix #4843: Allow update of ocm shares

Details
-------

* Bugfix #4820: Fix response code when upload a file over locked
* Bugfix #4843: Allow update of ocm shares

We fixed a bug where the response code was incorrect when uploading a file over a locked file.
We fixed a bug that prevented ocm shares to be updated or removed.

https://github.com/owncloud/ocis/issues/7638
https://github.com/cs3org/reva/pull/4820

* Bugfix #4837: Fix OCM userid encoding

We now base64 encode the remote userid and provider as the local federated user id. This allows
us to always differentiate them from local users and unpack the encoded user id and provider
when making requests to the remote ocm provider.

https://github.com/owncloud/ocis/issues/9927
https://github.com/cs3org/reva/pull/4837
https://github.com/cs3org/reva/pull/4833

* Bugfix #4823: Return etag for ocm shares

The ocm remote storage now passes on the etag returned in the PROPFIND response.

https://github.com/owncloud/ocis/issues/9534
https://github.com/cs3org/reva/pull/4823

* Bugfix #4822: Allow listing directory trash items by key

The storageprovider now passes on the key without inventing a `/` as the relative path when it
was not present at the end of the key. This allows differentiating requests that want to get the
trash item of a folder itself (where the relative path is empty) or listing the children of a
folder in the trash (where the relative path at least starts with a `/`).

We also fixed the `/dav/spaces` endpoint to not invent a `/` at the end of URLs to allow clients to
actually make these different requests.

As a byproduct we now return the size of trashed items.

https://github.com/cs3org/reva/pull/4822
https://github.com/cs3org/reva/pull/4818

* Enhancement #4816: Ignore resharing requests

We now ignore resharing permissions. Instead of returning BadRequest we just reduce the
permissions.

https://github.com/cs3org/reva/pull/4816

* Enhancement #4817: Added a new role space editor without versions

We add a new role space editor without list and restore version permissions.

https://github.com/owncloud/ocis/issues/9699
https://github.com/cs3org/reva/pull/4817

* Enhancement #4829: Added a new roles viewer/editor with ListGrants

We add a new roles space viewer/editor with ListGrants permissions.

https://github.com/owncloud/ocis/issues/9701
https://github.com/cs3org/reva/pull/4829

* Enhancement #4828: New event: UserSignedIn

There is a new Event that cam be triggered when a user signs in

https://github.com/cs3org/reva/pull/4828

* Enhancement #4836: Publish an event when an OCM invite is generated

The ocm generate-invite endpoint now publishes an event whenever an invitation is requested
and generated. This event can be subscribed to by other services to react to the generated
invitation.

https://github.com/owncloud/ocis/issues/9583
https://github.com/cs3org/reva/pull/4836
https://github.com/cs3org/reva/pull/4832
https://github.com/owncloud/ocis/issues/9926
https://github.com/cs3org/reva/pull/4843/
https://github.com/cs3org/reva/pull/4840/

31 changes: 31 additions & 0 deletions docs/content/en/docs/changelog/2.24.1/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@

---
title: "v2.24.1"
linkTitle: "v2.24.1"
weight: 40
description: >
Changelog for Reva v2.24.1 (2024-09-11)
---

Changelog for reva 2.24.1 (2024-09-11)
=======================================

The following sections list the changes in reva 2.24.1 relevant to
reva users. The changes are ordered by importance.

Summary
-------

* Fix #4843: Allow update of ocm shares

Details
-------

* Bugfix #4843: Allow update of ocm shares

We fixed a bug that prevented ocm shares to be updated or removed.

https://github.com/owncloud/ocis/issues/9926
https://github.com/cs3org/reva/pull/4843/
https://github.com/cs3org/reva/pull/4840/

0 comments on commit 9ff45ed

Please sign in to comment.