Skip to content

Commit

Permalink
Automated changelog update [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
David Christofas committed Jul 5, 2022
1 parent a9b66d4 commit d75b4ad
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ The following sections list the changes for unreleased.
* Bugfix - Remove unused configuration options: [#3973](https://github.com/owncloud/ocis/pull/3973)
* Bugfix - Remove static ocs user backend config: [#4077](https://github.com/owncloud/ocis/pull/4077)
* Bugfix - Fix make sensitive config values in the proxy's debug server: [#4086](https://github.com/owncloud/ocis/pull/4086)
* Bugfix - Fix startup error logging: [#4093](https://github.com/owncloud/ocis/pull/4093)
* 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 - Update IdP UI: [#3493](https://github.com/owncloud/ocis/issues/3493)
Expand Down Expand Up @@ -54,6 +55,14 @@ The following sections list the changes for unreleased.

https://github.com/owncloud/ocis/pull/4086

* Bugfix - Fix startup error logging: [#4093](https://github.com/owncloud/ocis/pull/4093)

We've fixed the startup error logging, so that users will the reason for a failed startup even on
"error" log level. Previously they would only see it on "info" log level. Also in a lot of cases
the reason for the failed shutdown was omitted.

https://github.com/owncloud/ocis/pull/4093

* 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
Expand Down

0 comments on commit d75b4ad

Please sign in to comment.