Skip to content

Commit 21213de

Browse files
committed
chore: bump version, prepare changelog
1 parent 871d855 commit 21213de

14 files changed

+262
-510
lines changed

CHANGELOG.md

+78
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,81 @@
1+
Changelog for reva 2.21.0 (2024-07-08)
2+
=======================================
3+
4+
The following sections list the changes in reva 2.21.0 relevant to
5+
reva users. The changes are ordered by importance.
6+
7+
Summary
8+
-------
9+
10+
* Fix #4740: Disallow reserved filenames
11+
* Fix #4748: Quotes in dav Content-Disposition header
12+
* Fix #4750: Validate a space path
13+
* Enh #4737: Add the backchannel logout event
14+
* Enh #4749: DAV error codes
15+
* Enh #4742: Expose disable-versioning configuration option
16+
* Enh #4739: Improve posixfs storage driver
17+
* Enh #4738: Add GetServiceUserToken() method to utils pkg
18+
19+
Details
20+
-------
21+
22+
* Bugfix #4740: Disallow reserved filenames
23+
24+
We now disallow the reserved `..` and `.` filenames. They are only allowed as destinations of
25+
move or copy operations.
26+
27+
https://github.com/cs3org/reva/pull/4740
28+
29+
* Bugfix #4748: Quotes in dav Content-Disposition header
30+
31+
We've fixed the the quotes in the dav `Content-Disposition` header. They caused an issue where
32+
certain browsers would decode the quotes and falsely prepend them to the filename.
33+
34+
https://github.com/owncloud/web/issues/11031
35+
https://github.com/cs3org/reva/pull/4748
36+
37+
* Bugfix #4750: Validate a space path
38+
39+
We've fixed the issue when validating a space path
40+
41+
https://github.com/cs3org/reva/pull/4750
42+
https://github.com/cs3org/reva/pull/4753
43+
44+
* Enhancement #4737: Add the backchannel logout event
45+
46+
We've added the backchannel logout event
47+
48+
https://github.com/owncloud/ocis/issues/9355
49+
https://github.com/cs3org/reva/pull/4737
50+
51+
* Enhancement #4749: DAV error codes
52+
53+
DAV error responses now include an error code for clients to use if they need to check for a
54+
specific error type.
55+
56+
https://github.com/owncloud/ocis/issues/9533
57+
https://github.com/cs3org/reva/pull/4749
58+
59+
* Enhancement #4742: Expose disable-versioning configuration option
60+
61+
This PR exposes the disable-versioning configuration option to the user. This option allows
62+
the user to disable versioning for the storage-providers.
63+
64+
https://github.com/cs3org/reva/pull/4742
65+
66+
* Enhancement #4739: Improve posixfs storage driver
67+
68+
Improve the posixfs storage driver by fixing several issues and adding missing features.
69+
70+
https://github.com/cs3org/reva/pull/4739
71+
72+
* Enhancement #4738: Add GetServiceUserToken() method to utils pkg
73+
74+
Added GetServiceUserToken() function to the utils pkg to easily get a reva token for a service
75+
account.
76+
77+
https://github.com/cs3org/reva/pull/4738
78+
179
Changelog for reva 2.20.0 (2024-06-19)
280
=======================================
381

RELEASE_DATE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2024-06-19
1+
2024-07-08

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.20.0
1+
2.21.0

0 commit comments

Comments
 (0)