Skip to content

v2.19.5

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Apr 10:11
· 696 commits to master since this release

Changelog for reva 2.19.5 (2024-04-17)

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

Summary

  • Fix #4626: Fix public share update
  • Fix #4634: Fix access to files withing a public link targeting a space root

Details

  • Bugfix #4626: Fix public share update

We fixed the permission check for updating public shares. When updating the permissions of a
public share while not providing a password, the check must be against the new permissions to
take into account that users can opt out only for view permissions.

#4626
#4622

  • Bugfix #4634: Fix access to files withing a public link targeting a space root

We fixed an issue that prevented users from opening documents within a public share that
targets a space root.

owncloud/ocis#8691
#4634
#4632