Automated changelog update [skip ci]

This commit is contained in:
Vincent Petry
2020-09-08 14:25:03 +00:00
parent 404383ba1e
commit 8700b63e2a

View File

@@ -6,6 +6,7 @@ The following sections list the changes in ocis-accounts unreleased.
## Summary
* Bugfix - Initialize roleService client in GRPC server: [#114](https://github.com/owncloud/ocis-accounts/pull/114)
* Change - Set user role on builtin users: [#102](https://github.com/owncloud/ocis-accounts/pull/102)
* Change - Add new builtin admin user: [#102](https://github.com/owncloud/ocis-accounts/pull/102)
* Change - We make use of the roles cache to enforce permission checks: [#100](https://github.com/owncloud/ocis-accounts/pull/100)
@@ -14,6 +15,14 @@ The following sections list the changes in ocis-accounts unreleased.
## Details
* Bugfix - Initialize roleService client in GRPC server: [#114](https://github.com/owncloud/ocis-accounts/pull/114)
We fixed the initialization of the GRPC server by also providing a roleService client and a
roleManager instance.
https://github.com/owncloud/ocis-accounts/pull/114
* Change - Set user role on builtin users: [#102](https://github.com/owncloud/ocis-accounts/pull/102)
We now set the default `user` role on our builtin users.