Skip to content

Commit 83015e8

Browse files
committed
release-2.24.1
1 parent de8cea1 commit 83015e8

File tree

6 files changed

+112
-135
lines changed

6 files changed

+112
-135
lines changed

CHANGELOG.md

+71-49
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
Changelog for reva 2.24.1 (2024-09-11)
2+
=======================================
3+
4+
The following sections list the changes in reva 2.24.1 relevant to
5+
reva users. The changes are ordered by importance.
6+
7+
Summary
8+
-------
9+
10+
* Fix #4843: Allow update of ocm shares
11+
12+
Details
13+
-------
14+
15+
* Bugfix #4843: Allow update of ocm shares
16+
17+
We fixed a bug that prevented ocm shares to be updated or removed.
18+
19+
https://github.com/owncloud/ocis/issues/9926
20+
https://github.com/cs3org/reva/pull/4843/
21+
https://github.com/cs3org/reva/pull/4840/
22+
123
Changelog for reva 2.24.0 (2024-09-09)
224
=======================================
325

@@ -4634,34 +4656,6 @@ Details
46344656

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

4637-
Changelog for reva 2.7.1 (2022-07-15)
4638-
=======================================
4639-
4640-
The following sections list the changes in reva 2.7.1 relevant to
4641-
reva users. The changes are ordered by importance.
4642-
4643-
Summary
4644-
-------
4645-
4646-
* Fix #3080: Make dataproviders return more headers
4647-
* Enh #3046: Add user filter
4648-
4649-
Details
4650-
-------
4651-
4652-
* Bugfix #3080: Make dataproviders return more headers
4653-
4654-
Instead of ocdav doing an additional Stat request we now rely on the dataprovider to return the
4655-
necessary metadata information as headers.
4656-
4657-
https://github.com/owncloud/reva/issues/3080
4658-
4659-
* Enhancement #3046: Add user filter
4660-
4661-
This PR adds the ability to filter spaces by user-id
4662-
4663-
https://github.com/cs3org/reva/pull/3046
4664-
46654659
Changelog for reva 2.7.0 (2022-07-15)
46664660
=======================================
46674661

@@ -4794,6 +4788,34 @@ Details
47944788
https://github.com/owncloud/ocis/issues/3073
47954789
https://github.com/cs3org/reva/pull/2977
47964790

4791+
Changelog for reva 2.7.1 (2022-07-15)
4792+
=======================================
4793+
4794+
The following sections list the changes in reva 2.7.1 relevant to
4795+
reva users. The changes are ordered by importance.
4796+
4797+
Summary
4798+
-------
4799+
4800+
* Fix #3080: Make dataproviders return more headers
4801+
* Enh #3046: Add user filter
4802+
4803+
Details
4804+
-------
4805+
4806+
* Bugfix #3080: Make dataproviders return more headers
4807+
4808+
Instead of ocdav doing an additional Stat request we now rely on the dataprovider to return the
4809+
necessary metadata information as headers.
4810+
4811+
https://github.com/owncloud/reva/issues/3080
4812+
4813+
* Enhancement #3046: Add user filter
4814+
4815+
This PR adds the ability to filter spaces by user-id
4816+
4817+
https://github.com/cs3org/reva/pull/3046
4818+
47974819
Changelog for reva 2.6.1 (2022-06-27)
47984820
=======================================
47994821

@@ -5161,27 +5183,6 @@ Details
51615183

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

5164-
Changelog for reva 2.4.1 (2022-05-24)
5165-
=======================================
5166-
5167-
The following sections list the changes in reva 2.4.1 relevant to
5168-
reva users. The changes are ordered by importance.
5169-
5170-
Summary
5171-
-------
5172-
5173-
* Fix #2891: Add missing http status code
5174-
5175-
Details
5176-
-------
5177-
5178-
* Bugfix #2891: Add missing http status code
5179-
5180-
This Fix adds a missing status code to the InsufficientStorage error in reva, to allow tus to
5181-
pass it through.
5182-
5183-
https://github.com/cs3org/reva/pull/2891
5184-
51855186
Changelog for reva 2.4.0 (2022-05-24)
51865187
=======================================
51875188

@@ -5325,6 +5326,27 @@ Details
53255326

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

5329+
Changelog for reva 2.4.1 (2022-05-24)
5330+
=======================================
5331+
5332+
The following sections list the changes in reva 2.4.1 relevant to
5333+
reva users. The changes are ordered by importance.
5334+
5335+
Summary
5336+
-------
5337+
5338+
* Fix #2891: Add missing http status code
5339+
5340+
Details
5341+
-------
5342+
5343+
* Bugfix #2891: Add missing http status code
5344+
5345+
This Fix adds a missing status code to the InsufficientStorage error in reva, to allow tus to
5346+
pass it through.
5347+
5348+
https://github.com/cs3org/reva/pull/2891
5349+
53285350
Changelog for reva 2.3.1 (2022-05-08)
53295351
=======================================
53305352

RELEASE_DATE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2024-09-09
1+
2024-09-11

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.24.0
1+
2.24.1

changelog/NOTE.md

+8-84
Original file line numberDiff line numberDiff line change
@@ -1,98 +1,22 @@
1-
Changelog for reva 2.24.0 (2024-09-09)
1+
Changelog for reva 2.24.1 (2024-09-11)
22
=======================================
33

4-
The following sections list the changes in reva 2.24.0 relevant to
4+
The following sections list the changes in reva 2.24.1 relevant to
55
reva users. The changes are ordered by importance.
66

77
Summary
88
-------
99

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

2012
Details
2113
-------
2214

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

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

27-
https://github.com/owncloud/ocis/issues/7638
28-
https://github.com/cs3org/reva/pull/4820
29-
30-
* Bugfix #4837: Fix OCM userid encoding
31-
32-
We now base64 encode the remote userid and provider as the local federated user id. This allows
33-
us to always differentiate them from local users and unpack the encoded user id and provider
34-
when making requests to the remote ocm provider.
35-
36-
https://github.com/owncloud/ocis/issues/9927
37-
https://github.com/cs3org/reva/pull/4837
38-
https://github.com/cs3org/reva/pull/4833
39-
40-
* Bugfix #4823: Return etag for ocm shares
41-
42-
The ocm remote storage now passes on the etag returned in the PROPFIND response.
43-
44-
https://github.com/owncloud/ocis/issues/9534
45-
https://github.com/cs3org/reva/pull/4823
46-
47-
* Bugfix #4822: Allow listing directory trash items by key
48-
49-
The storageprovider now passes on the key without inventing a `/` as the relative path when it
50-
was not present at the end of the key. This allows differentiating requests that want to get the
51-
trash item of a folder itself (where the relative path is empty) or listing the children of a
52-
folder in the trash (where the relative path at least starts with a `/`).
53-
54-
We also fixed the `/dav/spaces` endpoint to not invent a `/` at the end of URLs to allow clients to
55-
actually make these different requests.
56-
57-
As a byproduct we now return the size of trashed items.
58-
59-
https://github.com/cs3org/reva/pull/4822
60-
https://github.com/cs3org/reva/pull/4818
61-
62-
* Enhancement #4816: Ignore resharing requests
63-
64-
We now ignore resharing permissions. Instead of returning BadRequest we just reduce the
65-
permissions.
66-
67-
https://github.com/cs3org/reva/pull/4816
68-
69-
* Enhancement #4817: Added a new role space editor without versions
70-
71-
We add a new role space editor without list and restore version permissions.
72-
73-
https://github.com/owncloud/ocis/issues/9699
74-
https://github.com/cs3org/reva/pull/4817
75-
76-
* Enhancement #4829: Added a new roles viewer/editor with ListGrants
77-
78-
We add a new roles space viewer/editor with ListGrants permissions.
79-
80-
https://github.com/owncloud/ocis/issues/9701
81-
https://github.com/cs3org/reva/pull/4829
82-
83-
* Enhancement #4828: New event: UserSignedIn
84-
85-
There is a new Event that cam be triggered when a user signs in
86-
87-
https://github.com/cs3org/reva/pull/4828
88-
89-
* Enhancement #4836: Publish an event when an OCM invite is generated
90-
91-
The ocm generate-invite endpoint now publishes an event whenever an invitation is requested
92-
and generated. This event can be subscribed to by other services to react to the generated
93-
invitation.
94-
95-
https://github.com/owncloud/ocis/issues/9583
96-
https://github.com/cs3org/reva/pull/4836
97-
https://github.com/cs3org/reva/pull/4832
19+
https://github.com/owncloud/ocis/issues/9926
20+
https://github.com/cs3org/reva/pull/4843/
21+
https://github.com/cs3org/reva/pull/4840/
9822

Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
2+
---
3+
title: "v2.24.1"
4+
linkTitle: "v2.24.1"
5+
weight: 40
6+
description: >
7+
Changelog for Reva v2.24.1 (2024-09-11)
8+
---
9+
10+
Changelog for reva 2.24.1 (2024-09-11)
11+
=======================================
12+
13+
The following sections list the changes in reva 2.24.1 relevant to
14+
reva users. The changes are ordered by importance.
15+
16+
Summary
17+
-------
18+
19+
* Fix #4843: Allow update of ocm shares
20+
21+
Details
22+
-------
23+
24+
* Bugfix #4843: Allow update of ocm shares
25+
26+
We fixed a bug that prevented ocm shares to be updated or removed.
27+
28+
https://github.com/owncloud/ocis/issues/9926
29+
https://github.com/cs3org/reva/pull/4843/
30+
https://github.com/cs3org/reva/pull/4840/
31+

0 commit comments

Comments
 (0)