Automated changelog update [skip ci]

This commit is contained in:
David Christofas
2022-03-18 08:13:27 +00:00
parent e0a35d37c3
commit 4cc088d0ea

View File

@@ -9,6 +9,7 @@ The following sections list the changes for unreleased.
* Bugfix - Network configuration in individiual_services example: [#3238](https://github.com/owncloud/ocis/pull/3238)
* Bugfix - Improve gif thumbnails: [#3305](https://github.com/owncloud/ocis/pull/3305)
* Change - Settings service now stores its data via metadata service: [#3232](https://github.com/owncloud/ocis/pull/3232)
* 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)
* Enhancement - Include etags in drives listing: [#3267](https://github.com/owncloud/ocis/pull/3267)
@@ -37,6 +38,13 @@ The following sections list the changes for unreleased.
https://github.com/owncloud/ocis/pull/3232
* 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
`IDP_PASSWORD_RESET_URI`. If the option is not set the link will not be shown.
https://github.com/owncloud/ocis/pull/3329
* Enhancement - Log sharing events in audit service: [#3301](https://github.com/owncloud/ocis/pull/3301)
Contains sharing related events. See full list in audit/pkg/types/events.go