From b7d4f2b3314d118ffaa302c37f0c7722abd54d4e Mon Sep 17 00:00:00 2001 From: Willy Kloucek <34452982+wkloucek@users.noreply.github.com> Date: Tue, 7 Dec 2021 12:19:55 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4094acfe47..3514a787a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ The following sections list the changes for unreleased. * Bugfix - Fix claim selector based routing for basic auth: [#2779](https://github.com/owncloud/ocis/pull/2779) * Bugfix - Disallow creation of a group with empty name via the OCS api: [#2825](https://github.com/owncloud/ocis/pull/2825) * Bugfix - Fix using s3ng as the metadata storage backend: [#2807](https://github.com/owncloud/ocis/pull/2807) +* Bugfix - Use the CS3api up- and download workflow for the accounts service: [#2837](https://github.com/owncloud/ocis/pull/2837) * Change - Rename `APP_PROVIDER_BASIC_*` environment variables: [#2812](https://github.com/owncloud/ocis/pull/2812) * Change - Restructure Configuration Parsing: [#2708](https://github.com/owncloud/ocis/pull/2708) * Change - OIDC: fallback if IDP doesn't provide "preferred_username" claim: [#2644](https://github.com/owncloud/ocis/issues/2644) @@ -46,6 +47,15 @@ The following sections list the changes for unreleased. https://github.com/owncloud/ocis/issues/2668 https://github.com/owncloud/ocis/pull/2807 +* Bugfix - Use the CS3api up- and download workflow for the accounts service: [#2837](https://github.com/owncloud/ocis/pull/2837) + + We've fixed the interaction of the accounts service with the metadata storage after bypassing + the InitiateUpload and InitiateDownload have been removed from various storage drivers. The + accounts service now uses the proper CS3apis workflow for up- and downloads. + + https://github.com/owncloud/ocis/pull/2837 + https://github.com/cs3org/reva/pull/2309 + * Change - Rename `APP_PROVIDER_BASIC_*` environment variables: [#2812](https://github.com/owncloud/ocis/pull/2812) We've renamed the `APP_PROVIDER_BASIC_*` to `APP_PROVIDER_*` since the `_BASIC_` part is a @@ -89,6 +99,7 @@ The following sections list the changes for unreleased. * #TODO: update this changelog before the next oCIS release https://github.com/owncloud/ocis/pull/2835 + https://github.com/owncloud/ocis/pull/2837 # Changelog for [1.15.0] (2021-11-19) The following sections list the changes for 1.15.0.