github owncloud/ocis v7.0.0-rc.4
7.0.0-rc.4

latest releases: v7.0.0, v7.0.0-rc.5
pre-release11 days ago

Table of Contents

  • Changelog for 7.0.0-rc.4

Changes in 7.0.0-rc.4

Summary

  • Bugfix - Fix deny access for graph roles: #10627
  • Bugfix - Fix possible race condition when a thumbnails is stored in the FS: #10693
  • Bugfix - Skip fetching members: #10701
  • Bugfix - Fix FileInfo BreadcrumbFolderURL: #10718
  • Bugfix - Bump Reva: #10735
  • Enhancement - Fetch shared resource metadata concurrently in graph: #10683

Details

  • Bugfix - Fix deny access for graph roles: #10627

    We added a unified role "Cannot access" to prevent a regression when switching
    the share implementation to the graph API. This role is now used to deny access
    to a resource.The new role is not enabled by default. The whole deny feature is
    still experimental.

    #10627

  • Bugfix - Fix possible race condition when a thumbnails is stored in the FS: #10693

    A race condition could cause the thumbnail service to return a thumbnail with 0
    bytes or with partial content. In order to fix this, the service will create a
    temporary file with the contents and then rename that file to its final
    location.

    #10693

  • Bugfix - Skip fetching members: #10701

    We now skip fetching group members when they are not needed.

    #10701

  • Bugfix - Fix FileInfo BreadcrumbFolderURL: #10718

    We fixed the FileInfo.BreadcrumbFolderURL in a collaboration api"

    #10718

  • Bugfix - Bump Reva: #10735

    Bumps reva version to 2.26.8

    #10735

  • Enhancement - Fetch shared resource metadata concurrently in graph: #10683

    We now concurrently stat shared resources when listing shares

    #10683

Don't miss a new ocis release

NewReleases is sending notifications on new releases.