From c973b97eb97d8633209b54d26fb77be15e511be3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Friedrich=20Dreyer?= Date: Fri, 31 May 2024 06:16:27 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d22372a24..16973ee3e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -121,7 +121,7 @@ The following sections list the changes for unreleased. * Enhancement - The storage-users doc updated: [#9228](https://github.com/owncloud/ocis/pull/9228) * Enhancement - Docker compose example for ClamAV: [#9229](https://github.com/owncloud/ocis/pull/9229) * Enhancement - Bump Reva: [#9269](https://github.com/owncloud/ocis/pull/9269) -* Enhancement - Add secureview flag when listing apps via http: [#9277](https://github.com/owncloud/ocis/pull/9277) +* Enhancement - Add secureview flag when listing apps via http: [#9280](https://github.com/owncloud/ocis/pull/9280) ## Details @@ -771,13 +771,14 @@ The following sections list the changes for unreleased. https://github.com/owncloud/ocis/pull/8606 https://github.com/owncloud/ocis/pull/8937 -* Enhancement - Add secureview flag when listing apps via http: [#9277](https://github.com/owncloud/ocis/pull/9277) +* Enhancement - Add secureview flag when listing apps via http: [#9280](https://github.com/owncloud/ocis/pull/9280) To allow clients to see which application supports secure view we add a flag to the http response when the app name matches a configured secure view app. The app can be configured by setting `FRONTEND_APP_HANDLER_SECURE_VIEW_APP` to the name of the app registered as a CS3 app provider. + https://github.com/owncloud/ocis/pull/9280 https://github.com/owncloud/ocis/pull/9277 # Changelog for [5.0.3] (2024-05-02)