From d0d9d20a56775b84292974630fb1a9e0779ea5d4 Mon Sep 17 00:00:00 2001 From: Ralf Haferkamp Date: Tue, 17 May 2022 12:24:08 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 35e4c8a78..a11e70aab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ The following sections list the changes for unreleased. * Change - The `glauth` and `accounts` services are removed: [#3685](https://github.com/owncloud/ocis/pull/3685) * Change - Prevent access to disabled space: [#3779](https://github.com/owncloud/ocis/pull/3779) * Enhancement - Add descriptions for graph-explorer config: [#3759](https://github.com/owncloud/ocis/pull/3759) +* Enhancement - Add /me/changePassword endpoint to GraphAPI: [#3063](https://github.com/owncloud/ocis/issues/3063) * Enhancement - Add description tags to the thumbnails config structs: [#3752](https://github.com/owncloud/ocis/pull/3752) * Enhancement - Update reva: [#3746](https://github.com/owncloud/ocis/pull/3746) * Enhancement - Add descriptions to webdav configuration: [#3755](https://github.com/owncloud/ocis/pull/3755) @@ -93,6 +94,14 @@ The following sections list the changes for unreleased. https://github.com/owncloud/ocis/pull/3759 +* Enhancement - Add /me/changePassword endpoint to GraphAPI: [#3063](https://github.com/owncloud/ocis/issues/3063) + + When using the builtin user management, allow users to update their own password via the + graph/v1.0/me/changePassword endpoint. + + https://github.com/owncloud/ocis/issues/3063 + https://github.com/owncloud/ocis/pull/3705 + * Enhancement - Add description tags to the thumbnails config structs: [#3752](https://github.com/owncloud/ocis/pull/3752) Added description tags to the config structs in the thumbnails service so they will be included