Automated changelog update [skip ci]

This commit is contained in:
Jörn Friedrich Dreyer
2020-08-26 15:35:41 +00:00
parent c9aff93ce3
commit 7832e97cbc

View File

@@ -6,11 +6,19 @@ The following sections list the changes in ocis-ocs unreleased.
## Summary
* Bugfix - Mimic oc10 user enabled as string in provisioning api: [#39](https://github.com/owncloud/ocis-ocs/pull/39)
* 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)
## Details
* Bugfix - Mimic oc10 user enabled as string in provisioning api: [#39](https://github.com/owncloud/ocis-ocs/pull/39)
The oc10 user provisioning API uses a string for the boolean `enabled` flag. 😭
https://github.com/owncloud/ocis-ocs/pull/39
* 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