mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2025-12-31 01:10:20 -06:00
Automated changelog update [skip ci]
This commit is contained in:
14
CHANGELOG.md
14
CHANGELOG.md
@@ -38,6 +38,7 @@ The following sections list the changes for unreleased.
|
||||
|
||||
* Enhancement - Add validation to public share provider: [#7877](https://github.com/owncloud/ocis/pull/7877)
|
||||
* Enhancement - Store and index metadata: [#7886](https://github.com/owncloud/ocis/pull/7886)
|
||||
* Enhancement - Allow regular users to list other users: [#7887](https://github.com/owncloud/ocis/pull/7887)
|
||||
|
||||
## Details
|
||||
|
||||
@@ -57,6 +58,19 @@ The following sections list the changes for unreleased.
|
||||
|
||||
https://github.com/owncloud/ocis/pull/7886
|
||||
|
||||
* Enhancement - Allow regular users to list other users: [#7887](https://github.com/owncloud/ocis/pull/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`
|
||||
|
||||
https://github.com/owncloud/ocis/issues/7782
|
||||
https://github.com/owncloud/ocis/pull/7887
|
||||
|
||||
# Changelog for [5.0.0-alpha.5] (2023-12-05)
|
||||
|
||||
The following sections list the changes for 5.0.0-alpha.5.
|
||||
|
||||
Reference in New Issue
Block a user