Table of Contents
- Changelog for 5.0.0-alpha.6
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. -
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. -
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. -
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
andid
- for group searches the result set only contains the attributes
displayName
,groupTypes
andid
- Only search queries are allowed (using the
-
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