mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-07 12:50:21 -06:00
Automated changelog update [skip ci]
This commit is contained in:
10
CHANGELOG.md
10
CHANGELOG.md
@@ -16,6 +16,7 @@ The following sections list the changes for unreleased.
|
||||
* Change - Drop json config file support: [#3366](https://github.com/owncloud/ocis/pull/3366)
|
||||
* Change - Settings service now stores its data via metadata service: [#3232](https://github.com/owncloud/ocis/pull/3232)
|
||||
* Enhancement - Audit logger will now log file events: [#3332](https://github.com/owncloud/ocis/pull/3332)
|
||||
* Enhancement - Add sorting to GraphAPI users and groups: [#3360](https://github.com/owncloud/ocis/issues/3360)
|
||||
* Enhancement - Add password reset link to login page: [#3329](https://github.com/owncloud/ocis/pull/3329)
|
||||
* Enhancement - Log sharing events in audit service: [#3301](https://github.com/owncloud/ocis/pull/3301)
|
||||
* Enhancement - Add space aliases: [#3283](https://github.com/owncloud/ocis/pull/3283)
|
||||
@@ -95,6 +96,15 @@ The following sections list the changes for unreleased.
|
||||
|
||||
https://github.com/owncloud/ocis/pull/3332
|
||||
|
||||
* Enhancement - Add sorting to GraphAPI users and groups: [#3360](https://github.com/owncloud/ocis/issues/3360)
|
||||
|
||||
The GraphAPI endpoints for users and groups support ordering now. User can be ordered by
|
||||
displayName, onPremisesSamAccountName and mail. Groups can be ordered by displayName.
|
||||
|
||||
Example: https://localhost:9200/graph/v1.0/groups?$orderby=displayName asc
|
||||
|
||||
https://github.com/owncloud/ocis/issues/3360
|
||||
|
||||
* Enhancement - Add password reset link to login page: [#3329](https://github.com/owncloud/ocis/pull/3329)
|
||||
|
||||
Added a configurable passwort reset link to the login page. It can be set via
|
||||
|
||||
Reference in New Issue
Block a user