Skip to content

5.0.0-alpha.6

Pre-release
Pre-release
Compare
Choose a tag to compare
@JammingBen JammingBen released this 08 Dec 14:10

Table of Contents

Changes in 5.0.0-alpha.6

Summary

  • Bugfix - Fix the public link update: #7862
  • Enhancement - Add validation to public share provider: #7877
  • Enhancement - Store and index metadata: #7886
  • Enhancement - Allow regular users to list other users: #7887
  • Enhancement - Update web to v8.0.0-alpha.13: #7918

Details

  • Bugfix - Fix the public link update: #7862

    We fixed a bug when normal users can update the public link to delete its
    password if permission is not sent in data.

    #7821
    #7862

  • Enhancement - Add validation to public share provider: #7877

    We changed the implementation of the public share provider in reva to do the
    validation on the CS3 Api side. This makes the implementation on the graph side
    smaller.

    #6993
    #7877

  • Enhancement - Store and index metadata: #7886

    Location metadata is now extracted and stored by the search service. It is
    available for driveItems in a folder listing using the Graph API.

    #7886

  • Enhancement - Allow regular users to list other users: #7887

    Regular users can search for other users and groups. The following limitations
    apply:

    • Only search queries are allowed (using the $search=term query parameter)
    • The search term needs to have at least 3 characters
    • for user searches the result set only contains the attributes displayName, userType, mail and id
    • for group searches the result set only contains the attributes displayName, groupTypes and id

    #7782
    #7887

  • Enhancement - Update web to v8.0.0-alpha.13: #7918

    Tags: web

    We updated ownCloud Web to v8.0.0-alpha.13. Please refer to the changelog
    (linked) for details on the web release.

    Summary * Enhancement

    owncloud/web#10104: Create link
    modal

    #7918
    https://github.com/owncloud/web/releases/tag/v8.0.0-alpha.13