From 3e2e494e570c216dc3c87cbc49df58e1dda24195 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Friedrich=20Dreyer?= Date: Tue, 11 Aug 2020 14:36:38 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a10ebba455..73b5c00bcc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ The following sections list the changes in ocis-ocs unreleased. ## Summary * Bugfix - Fix file descriptor leak: [#79](https://github.com/owncloud/ocis-accounts/issues/79) +* Bugfix - Use opaque ID of a user for signing keys: [#436](https://github.com/owncloud/ocis/issues/436) * Enhancement - Add option to create user with uidnumber and gidnumber: [#34](https://github.com/owncloud/ocis-ocs/pull/34) * Enhancement - Add Group management for OCS Povisioning API: [#25](https://github.com/owncloud/ocis-ocs/pull/25) * Enhancement - Basic Support for the User Provisioning API: [#23](https://github.com/owncloud/ocis-ocs/pull/23) @@ -22,6 +23,15 @@ The following sections list the changes in ocis-ocs unreleased. https://github.com/owncloud/ocis-ocs/pull/29 +* Bugfix - Use opaque ID of a user for signing keys: [#436](https://github.com/owncloud/ocis/issues/436) + + OCIS switched from user the user's opaque ID (UUID) everywhere, so to keep compatible we have + adjusted the signing keys endpoint to also use the UUID when storing and generating the keys. + + https://github.com/owncloud/ocis/issues/436 + https://github.com/owncloud/ocis-ocs/pull/32 + + * Enhancement - Add option to create user with uidnumber and gidnumber: [#34](https://github.com/owncloud/ocis-ocs/pull/34) We have added an option to pass uidnumber and gidnumber to the ocis api while creating a new user