mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-03-13 04:37:46 -04:00
Automated changelog update [skip ci]
This commit is contained in:
10
CHANGELOG.md
10
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
|
||||
|
||||
Reference in New Issue
Block a user