Skip to content

Commit e1931d8

Browse files
committed
[full-ci] release-2.19.2
1 parent 16d783d commit e1931d8

File tree

15 files changed

+255
-30
lines changed

15 files changed

+255
-30
lines changed

CHANGELOG.md

Lines changed: 82 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,85 @@
1+
Changelog for reva 2.19.2 (2024-03-13)
2+
=======================================
3+
4+
The following sections list the changes in reva 2.19.2 relevant to
5+
reva users. The changes are ordered by importance.
6+
7+
Summary
8+
-------
9+
10+
* Fix #4557: Fix ceph build
11+
* Fix #4570: Fix sharing invite on virtual drive
12+
* Fix #4559: Fix graph drive invite
13+
* Fix #4518: Fix an error when lock/unlock a file
14+
* Fix #4566: Fix public link previews
15+
* Fix #4561: Fix Stat() by Path on re-created resource
16+
* Enh #4556: Allow tracing requests by giving util functions a context
17+
* Enh #4545: Extend service account permissions
18+
* Enh #4564: Send file locked/unlocked events
19+
20+
Details
21+
-------
22+
23+
* Bugfix #4557: Fix ceph build
24+
25+
https://github.com/cs3org/reva/pull/4557
26+
27+
* Bugfix #4570: Fix sharing invite on virtual drive
28+
29+
We fixed the issue when sharing of virtual drive with other users was allowed
30+
31+
https://github.com/owncloud/ocis/issues/8495
32+
https://github.com/cs3org/reva/pull/4570
33+
34+
* Bugfix #4559: Fix graph drive invite
35+
36+
We fixed the issue when sharing of personal drive is allowed via graph
37+
38+
https://github.com/owncloud/ocis/issues/8494
39+
https://github.com/cs3org/reva/pull/4559
40+
41+
* Bugfix #4518: Fix an error when lock/unlock a file
42+
43+
We fixed a bug when anonymous user with viewer role in public link of a folder can lock/unlock a
44+
file inside it
45+
46+
https://github.com/owncloud/ocis/issues/7785
47+
https://github.com/cs3org/reva/pull/4518
48+
49+
* Bugfix #4566: Fix public link previews
50+
51+
Fixes previews for public links
52+
53+
https://github.com/cs3org/reva/pull/4566
54+
55+
* Bugfix #4561: Fix Stat() by Path on re-created resource
56+
57+
We fixed bug that caused Stat Requests using a Path reference to a mount point in the sharejail to
58+
not resolve correctly, when a share using the same mount point to an already deleted resource
59+
was still existing.
60+
61+
https://github.com/owncloud/ocis/issues/7895
62+
https://github.com/cs3org/reva/pull/4561
63+
64+
* Enhancement #4556: Allow tracing requests by giving util functions a context
65+
66+
We deprecated GetServiceUserContext with GetServiceUserContextWithContext and GetUser
67+
with GetUserWithContext to allow passing in a trace context.
68+
69+
https://github.com/cs3org/reva/pull/4556
70+
71+
* Enhancement #4545: Extend service account permissions
72+
73+
Adds CreateContainer permisson and improves cs3 storage pkg
74+
75+
https://github.com/cs3org/reva/pull/4545
76+
77+
* Enhancement #4564: Send file locked/unlocked events
78+
79+
Emit an event when a file is locked or unlocked
80+
81+
https://github.com/cs3org/reva/pull/4564
82+
183
Changelog for reva 2.19.1 (2024-02-29)
284
=======================================
385

RELEASE_DATE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2024-02-29
1+
2024-03-13

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.19.1
1+
2.19.2
File renamed without changes.

changelog/unreleased/extend-service-account-permissions.md renamed to changelog/2.19.2_2024-03-13/extend-service-account-permissions.md

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)