Automated changelog update [skip ci]

This commit is contained in:
kobergj
2024-06-27 13:17:49 +00:00
parent 9b426b57b7
commit 66e1548173

View File

@@ -50,6 +50,7 @@ The following sections list the changes for unreleased.
* Bugfix - Fix sharing-ng permission listings for personal and virtual drive items: [#9438](https://github.com/owncloud/ocis/pull/9438)
* Bugfix - Add inotify-tools and bash packages to docker files: [#9440](https://github.com/owncloud/ocis/pull/9440)
* Bugfix - Allow all uploads to restart: [#9465](https://github.com/owncloud/ocis/pull/9465)
* Bugfix - Fix Password Reset: [#9479](https://github.com/owncloud/ocis/pull/9479)
* Enhancement - Activitylog API: [#9361](https://github.com/owncloud/ocis/pull/9361)
* Enhancement - Add the backchannel logout event: [#9447](https://github.com/owncloud/ocis/pull/9447)
* Enhancement - Add fail flag to consistency check: [#9447](https://github.com/owncloud/ocis/pull/9447)
@@ -80,6 +81,13 @@ The following sections list the changes for unreleased.
https://github.com/owncloud/ocis/pull/9465
* Bugfix - Fix Password Reset: [#9479](https://github.com/owncloud/ocis/pull/9479)
The `ocis idm resetpassword` always used the hardcoded `admin` name for the
user. Now user name can be specified via the `--user-name` (`-u`) flag.
https://github.com/owncloud/ocis/pull/9479
* Enhancement - Activitylog API: [#9361](https://github.com/owncloud/ocis/pull/9361)
Adds an api to the `activitylog` service which allows retrieving data by clients