Skip to content

v2.19.2

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Mar 11:31
· 696 commits to master since this release
v2.19.2

Changelog for reva 2.19.2 (2024-03-13)

The following sections list the changes in reva 2.19.2 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

Details

  • Bugfix #4557: Fix ceph build

#4557

  • Bugfix #4570: Fix sharing invite on virtual drive

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

owncloud/ocis#8495
#4570

  • Bugfix #4559: Fix graph drive invite

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

owncloud/ocis#8494
#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

owncloud/ocis#7785
#4518

  • Bugfix #4566: Fix public link previews

Fixes previews for public links

#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.

owncloud/ocis#7895
#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.

#4556

  • Enhancement #4545: Extend service account permissions

Adds CreateContainer permisson and improves cs3 storage pkg

#4545

  • Enhancement #4564: Send file locked/unlocked events

Emit an event when a file is locked or unlocked

#4564