Skip to content

v2.5.1

Compare
Choose a tag to compare
@cs3org-bot cs3org-bot released this 08 Jun 12:27
· 615 commits to master since this release
f56e59c

Changelog for reva 2.5.1 (2022-06-08)

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

Summary

  • Fix #2931: Allow listing share jail space
  • Fix #3704: Fix propfinds with depth 0

Details

  • Bugfix #2931: Allow listing share jail space

    Clients can now list the share jail content via PROPFIND /dav/spaces/{sharejailid}

    #2931

  • Bugfix #3704: Fix propfinds with depth 0

    Fixed the response for propfinds with depth 0. The response now doesn't contain the shares jail
    anymore.

    owncloud/ocis#3704
    #2918