From d85650673886332f762686e654f007647274c7e2 Mon Sep 17 00:00:00 2001 From: Benedikt Kulmann Date: Wed, 17 Feb 2021 10:42:30 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d891e6843..5362426e72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,8 @@ The following sections list the changes for unreleased. * Bugfix - Fix thumbnail generation when using different idp: [#1624](https://github.com/owncloud/ocis/issues/1624) * Change - Initial release of graph and graph explorer: [#1594](https://github.com/owncloud/ocis/pull/1594) * Change - Move runtime code on refs/pman over to owncloud/ocis/ocis: [#1483](https://github.com/owncloud/ocis/pull/1483) +* Change - Update ownCloud Web to v2.0.0: [#1661](https://github.com/owncloud/ocis/pull/1661) +* Enhancement - Make use of new design-system oc-table: [#1597](https://github.com/owncloud/ocis/pull/1597) * 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) * Enhancement - Introduce ADR: [#1042](https://github.com/owncloud/ocis/pull/1042) @@ -67,6 +69,25 @@ The following sections list the changes for unreleased. https://github.com/owncloud/ocis/pull/1483 +* Change - Update ownCloud Web to v2.0.0: [#1661](https://github.com/owncloud/ocis/pull/1661) + + Tags: web + + We updated ownCloud Web to v2.0.0. Please refer to the changelog (linked) for details on the web + release. + + https://github.com/owncloud/ocis/pull/1661 + https://github.com/owncloud/web/releases/tag/v2.0.0 + +* Enhancement - Make use of new design-system oc-table: [#1597](https://github.com/owncloud/ocis/pull/1597) + + Tags: ui, accounts + + The design-system table component has changed the way it's used. We updated accounts-ui to use + the new 'oc-table-simple' component. + + https://github.com/owncloud/ocis/pull/1597 + * Enhancement - Use a default protocol parameter instead of explicitly disabling tus: [#1331](https://github.com/cs3org/reva/pull/1331) https://github.com/cs3org/reva/pull/1331