Automated changelog update [skip ci]

This commit is contained in:
Ralf Haferkamp
2022-06-30 12:17:59 +00:00
parent 8578f4e4b0
commit aa066c4cd4

View File

@@ -8,6 +8,7 @@ The following sections list the changes for unreleased.
* Bugfix - CSP rules for silent token refresh in iframe: [#4031](https://github.com/owncloud/ocis/pull/4031)
* Bugfix - Remove unused configuration options: [#3973](https://github.com/owncloud/ocis/pull/3973)
* Bugfix - Store user passwords hashed in idm: [#3778](https://github.com/owncloud/ocis/issues/3778)
* Enhancement - Add capability for alias links: [#3983](https://github.com/owncloud/ocis/issues/3983)
* Enhancement - Refactor extensions to services: [#3980](https://github.com/owncloud/ocis/pull/3980)
@@ -35,6 +36,15 @@ The following sections list the changes for unreleased.
https://github.com/owncloud/ocis/pull/3973
* Bugfix - Store user passwords hashed in idm: [#3778](https://github.com/owncloud/ocis/issues/3778)
Support for hashing user passwords was added to libregraph/idm. The graph API will now set
userpasswords using the LDAP Modify Extended Operation (RFC3062). In the default
configuration passwords will be hashed using the argon2id algorithm.
https://github.com/owncloud/ocis/issues/3778
https://github.com/owncloud/ocis/pull/4053
* Enhancement - Add capability for alias links: [#3983](https://github.com/owncloud/ocis/issues/3983)
For better UX clients need a way to discover if alias links are supported by the server. We added a