ownCloud Infinite Scale
The new cloud-native file sync and share platform from ownCloud
Alternative to: dropbox, google drive, box
v5.0.0-alpha.6
2023-12-08Table 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.
https://github.com/owncloud/ocis/issues/7821 https://github.com/owncloud/ocis/pull/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.
https://github.com/owncloud/ocis/issues/6993 https://github.com/owncloud/ocis/pull/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.
-
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=termquery parameter) - The search term needs to have at least 3 characters
- for user searches the result set only contains the attributes
displayName,userType,mailandid - for group searches the result set only contains the attributes
displayName,groupTypesandid
https://github.com/owncloud/ocis/issues/7782 https://github.com/owncloud/ocis/pull/7887
- 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
https://github.com/owncloud/ocis/pull/7918 https://github.com/owncloud/web/releases/tag/v8.0.0-alpha.13