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. -
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. -
Bugfix - Skip fetching members: #10701
We now skip fetching group members when they are not needed.
-
Bugfix - Fix FileInfo BreadcrumbFolderURL: #10718
We fixed the FileInfo.BreadcrumbFolderURL in a collaboration api"
-
Bugfix - Bump Reva: #10735
Bumps reva version to 2.26.8
- Fix cs3org/reva#4983: Delete stale shares in the jsoncs3 share manager
- Fix cs3org/reva#4963: Fix name and displayName in an ocm
- Fix cs3org/reva#4968: Jsoncs3 cache fixes
- Fix cs3org/reva#4928: Propagate lock in PROPPATCH
- Fix cs3org/reva#4971: Use manager to list shares
- Fix cs3org/reva#4978: We added more trace spans in decomposedfs
- Fix cs3org/reva#4921: Polish propagation related code
-
Enhancement - Fetch shared resource metadata concurrently in graph: #10683
We now concurrently stat shared resources when listing shares