mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-04 11:19:39 -06:00
Automated changelog update [skip ci]
This commit is contained in:
10
CHANGELOG.md
10
CHANGELOG.md
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user