Skip to content

Commit 8f0bcdd

Browse files
authored
Merge pull request #4540 from 2403905/release-2.19.1
[full-ci] release-2.19.1
2 parents 3197f32 + 3d87c0f commit 8f0bcdd

File tree

7 files changed

+105
-356
lines changed

7 files changed

+105
-356
lines changed

CHANGELOG.md

+51-21
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1+
Changelog for reva 2.19.1 (2024-02-29)
2+
=======================================
3+
4+
The following sections list the changes in reva 2.19.1 relevant to
5+
reva users. The changes are ordered by importance.
6+
7+
Summary
8+
-------
9+
10+
* Fix #4534: Fix remove/update share permissions
11+
* Fix #4539: Fix a typo
12+
13+
Details
14+
-------
15+
16+
* Bugfix #4534: Fix remove/update share permissions
17+
18+
This is a workaround that should prevent removing or changing the share permissions when the
19+
file is locked. These limitations have to be removed after the wopi server will be able to unlock
20+
the file properly. These limitations are not spread on the files inside the shared folder.
21+
22+
https://github.com/owncloud/ocis/issues/8273
23+
https://github.com/cs3org/reva/pull/4534
24+
25+
* Bugfix #4539: Fix a typo
26+
27+
We fixed a typo
28+
29+
https://github.com/cs3org/reva/pull/4539
30+
131
Changelog for reva 2.19.0 (2024-02-22)
232
=======================================
333

@@ -4219,27 +4249,6 @@ Details
42194249

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

4222-
Changelog for reva 2.4.1 (2022-05-24)
4223-
=======================================
4224-
4225-
The following sections list the changes in reva 2.4.1 relevant to
4226-
reva users. The changes are ordered by importance.
4227-
4228-
Summary
4229-
-------
4230-
4231-
* Fix #2891: Add missing http status code
4232-
4233-
Details
4234-
-------
4235-
4236-
* Bugfix #2891: Add missing http status code
4237-
4238-
This Fix adds a missing status code to the InsufficientStorage error in reva, to allow tus to
4239-
pass it through.
4240-
4241-
https://github.com/cs3org/reva/pull/2891
4242-
42434252
Changelog for reva 2.4.0 (2022-05-24)
42444253
=======================================
42454254

@@ -4383,6 +4392,27 @@ Details
43834392

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

4395+
Changelog for reva 2.4.1 (2022-05-24)
4396+
=======================================
4397+
4398+
The following sections list the changes in reva 2.4.1 relevant to
4399+
reva users. The changes are ordered by importance.
4400+
4401+
Summary
4402+
-------
4403+
4404+
* Fix #2891: Add missing http status code
4405+
4406+
Details
4407+
-------
4408+
4409+
* Bugfix #2891: Add missing http status code
4410+
4411+
This Fix adds a missing status code to the InsufficientStorage error in reva, to allow tus to
4412+
pass it through.
4413+
4414+
https://github.com/cs3org/reva/pull/2891
4415+
43864416
Changelog for reva 2.3.1 (2022-05-08)
43874417
=======================================
43884418

RELEASE_DATE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2024-02-22
1+
2024-02-29

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.19.0
1+
2.19.1
File renamed without changes.

0 commit comments

Comments
 (0)