From 34ec22cf735360808c50377735e9e68af7d2211c Mon Sep 17 00:00:00 2001 From: Benedikt Kulmann Date: Mon, 26 Oct 2020 13:34:36 +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 8bd3ff4da..0963d2b59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,7 @@ * Change - Initial release of basic version: [#2](https://github.com/owncloud/ocis/issues/2) * Change - Add cli-commands to manage accounts: [#115](https://github.com/owncloud/product/issues/115) * Change - Start ocis-accounts with the ocis server command: [#25](https://github.com/owncloud/product/issues/25) +* Change - Properly style konnectd consent page: [#754](https://github.com/owncloud/ocis/pull/754) * Change - Switch over to a new custom-built runtime: [#287](https://github.com/owncloud/ocis/pull/287) * Change - Remove username field in OCS: [#709](https://github.com/owncloud/ocis/pull/709) * Change - Account management permissions for Admin role: [#124](https://github.com/owncloud/product/issues/124) @@ -251,6 +252,15 @@ https://github.com/owncloud/product/issues/25 https://github.com/owncloud/ocis/pull/239/files +* Change - Properly style konnectd consent page: [#754](https://github.com/owncloud/ocis/pull/754) + + Tags: konnectd + + After bringing our theme into konnectd, we've had to adjust the styles of the consent page so the + text is visible and button reflects our theme. + + https://github.com/owncloud/ocis/pull/754 + * Change - Switch over to a new custom-built runtime: [#287](https://github.com/owncloud/ocis/pull/287) We moved away from using the go-micro runtime and are now using [our own