From dd26937d69f9a825223bf7e1a5ae9e5e73534efd Mon Sep 17 00:00:00 2001 From: David Christofas Date: Fri, 12 Feb 2021 13:31:04 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f45bab74e..4250198561 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ The following sections list the changes for unreleased. * Bugfix - Check if roles are present in user object before looking those up: [#1388](https://github.com/owncloud/ocis/pull/1388) * Bugfix - Fix etcd address configuration: [#1546](https://github.com/owncloud/ocis/pull/1546) +* Bugfix - Fix thumbnail generation when using different idp: [#1624](https://github.com/owncloud/ocis/issues/1624) * Change - Move runtime code on refs/pman over to owncloud/ocis/ocis: [#1483](https://github.com/owncloud/ocis/pull/1483) * Enhancement - Use a default protocol parameter instead of explicitly disabling tus: [#1331](https://github.com/cs3org/reva/pull/1331) * Enhancement - Functionality to map home directory to different storage providers: [#1186](https://github.com/owncloud/ocis/pull/1186) @@ -30,6 +31,14 @@ The following sections list the changes for unreleased. https://github.com/owncloud/ocis/pull/1546 +* Bugfix - Fix thumbnail generation when using different idp: [#1624](https://github.com/owncloud/ocis/issues/1624) + + The thumbnail service was relying on a konnectd specific field in the access token. This logic + was now replaced by a service parameter for the username. + + https://github.com/owncloud/ocis/issues/1624 + https://github.com/owncloud/ocis/pull/1628 + * Change - Move runtime code on refs/pman over to owncloud/ocis/ocis: [#1483](https://github.com/owncloud/ocis/pull/1483) Tags: ocis, runtime