Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 2.19.3 #4609

Merged
merged 1 commit into from
Apr 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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

Loading