Skip to content

Commit

Permalink
Merge pull request #4609 from cs3org/backport-stable-2.19.3
Browse files Browse the repository at this point in the history
Release 2.19.3
  • Loading branch information
micbar committed Apr 4, 2024
2 parents 0958a58 + a925722 commit b60e3bd
Show file tree
Hide file tree
Showing 6 changed files with 87 additions and 91 deletions.
65 changes: 44 additions & 21 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
Changelog for reva 2.19.3 (2024-04-04)
=======================================

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

Summary
-------

* Fix #4607: Mask user email in output

Details
-------

* Bugfix #4607: Mask user email in output

We have fixed a bug where the user email was not masked in the output and the user emails could be
enumerated through the sharee search.

https://github.com/owncloud/ocis/issues/8726
https://github.com/cs3org/reva/pull/4607
https://github.com/cs3org/reva/pull/4603

Changelog for reva 2.19.2 (2024-03-13)
=======================================

Expand Down Expand Up @@ -4331,6 +4354,27 @@ 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 @@ -4474,27 +4518,6 @@ 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-03-13
2024-04-04
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.19.2
2.19.3
77 changes: 9 additions & 68 deletions changelog/NOTE.md
Original file line number Diff line number Diff line change
@@ -1,82 +1,23 @@
Changelog for reva 2.19.2 (2024-03-13)
Changelog for reva 2.19.3 (2024-04-04)
=======================================

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

Summary
-------

* Fix #4557: Fix ceph build
* Fix #4570: Fix sharing invite on virtual drive
* Fix #4559: Fix graph drive invite
* Fix #4518: Fix an error when lock/unlock a file
* Fix #4566: Fix public link previews
* Fix #4561: Fix Stat() by Path on re-created resource
* Enh #4556: Allow tracing requests by giving util functions a context
* Enh #4545: Extend service account permissions
* Enh #4564: Send file locked/unlocked events
* Fix #4607: Mask user email in output

Details
-------

* Bugfix #4557: Fix ceph build
* Bugfix #4607: Mask user email in output

https://github.com/cs3org/reva/pull/4557
We have fixed a bug where the user email was not masked in the output and the user emails could be
enumerated through the sharee search.

* Bugfix #4570: Fix sharing invite on virtual drive

We fixed the issue when sharing of virtual drive with other users was allowed

https://github.com/owncloud/ocis/issues/8495
https://github.com/cs3org/reva/pull/4570

* Bugfix #4559: Fix graph drive invite

We fixed the issue when sharing of personal drive is allowed via graph

https://github.com/owncloud/ocis/issues/8494
https://github.com/cs3org/reva/pull/4559

* Bugfix #4518: Fix an error when lock/unlock a file

We fixed a bug when anonymous user with viewer role in public link of a folder can lock/unlock a
file inside it

https://github.com/owncloud/ocis/issues/7785
https://github.com/cs3org/reva/pull/4518

* Bugfix #4566: Fix public link previews

Fixes previews for public links

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

* Bugfix #4561: Fix Stat() by Path on re-created resource

We fixed bug that caused Stat Requests using a Path reference to a mount point in the sharejail to
not resolve correctly, when a share using the same mount point to an already deleted resource
was still existing.

https://github.com/owncloud/ocis/issues/7895
https://github.com/cs3org/reva/pull/4561

* Enhancement #4556: Allow tracing requests by giving util functions a context

We deprecated GetServiceUserContext with GetServiceUserContextWithContext and GetUser
with GetUserWithContext to allow passing in a trace context.

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

* Enhancement #4545: Extend service account permissions

Adds CreateContainer permisson and improves cs3 storage pkg

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

* Enhancement #4564: Send file locked/unlocked events

Emit an event when a file is locked or unlocked

https://github.com/cs3org/reva/pull/4564
https://github.com/owncloud/ocis/issues/8726
https://github.com/cs3org/reva/pull/4607
https://github.com/cs3org/reva/pull/4603

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

---
title: "v2.19.3"
linkTitle: "v2.19.3"
weight: 40
description: >
Changelog for Reva v2.19.3 (2024-04-04)
---

Changelog for reva 2.19.3 (2024-04-04)
=======================================

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

Summary
-------

* Fix #4607: Mask user email in output

Details
-------

* Bugfix #4607: Mask user email in output

We have fixed a bug where the user email was not masked in the output and the user emails could be
enumerated through the sharee search.

https://github.com/owncloud/ocis/issues/8726
https://github.com/cs3org/reva/pull/4607
https://github.com/cs3org/reva/pull/4603

0 comments on commit b60e3bd

Please sign in to comment.