From fe8586643f48bb6baabbbe73795428bc30f78f78 Mon Sep 17 00:00:00 2001 From: David Christofas Date: Wed, 18 Nov 2020 17:27:12 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a9d51a97e..1d8ec30926 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -67,6 +67,7 @@ * Enhancement - Add a command to list the versions of running instances: [#226](https://github.com/owncloud/product/issues/226) * Enhancement - Add the webdav service: [#244](https://github.com/owncloud/product/issues/244) * Enhancement - Better adopt Go-Micro: [#840](https://github.com/owncloud/ocis/pull/840) +* Enhancement - Add permission check when assigning and removing roles: [#879](https://github.com/owncloud/ocis/issues/879) * Enhancement - Show basic-auth warning only once: [#886](https://github.com/owncloud/ocis/pull/886) * Enhancement - Add glauth fallback backend: [#649](https://github.com/owncloud/ocis/pull/649) * Enhancement - Tidy dependencies: [#845](https://github.com/owncloud/ocis/pull/845) @@ -1558,6 +1559,13 @@ https://github.com/owncloud/ocis/pull/840 +* Enhancement - Add permission check when assigning and removing roles: [#879](https://github.com/owncloud/ocis/issues/879) + + Everyone could add and remove roles from users. Added a new permission and a check so that only + users with the role management permissions can assign and unassign roles. + + https://github.com/owncloud/ocis/issues/879 + * Enhancement - Show basic-auth warning only once: [#886](https://github.com/owncloud/ocis/pull/886) Show basic-auth warning only on startup instead on every request.