From 864ab57e9bce8ff4953bcddf5ada735337b42dcb Mon Sep 17 00:00:00 2001 From: Willy Kloucek <34452982+wkloucek@users.noreply.github.com> Date: Fri, 4 Dec 2020 07:51:19 +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 7104d9f23f..c973451cb4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -42,6 +42,7 @@ * Change - Account management permissions for Admin role: [#124](https://github.com/owncloud/product/issues/124) * Change - Update phoenix to v0.18.0: [#651](https://github.com/owncloud/ocis/pull/651) * Change - Default apps in ownCloud Web: [#688](https://github.com/owncloud/ocis/pull/688) +* Change - Proxy allow insecure upstreams: [#1007](https://github.com/owncloud/ocis/pull/1007) * Change - Make ocis-settings available: [#287](https://github.com/owncloud/ocis/pull/287) * Change - Start ocis-proxy with the ocis server command: [#119](https://github.com/owncloud/ocis/issues/119) * Change - Theme welcome and choose account pages: [#887](https://github.com/owncloud/ocis/pull/887) @@ -482,6 +483,15 @@ https://github.com/owncloud/ocis/pull/688 +* Change - Proxy allow insecure upstreams: [#1007](https://github.com/owncloud/ocis/pull/1007) + + Tags: proxy + + We can now configure the proxy if insecure upstream servers are allowed. This was added since + you need to disable certificate checks fore some situations like testing. + + https://github.com/owncloud/ocis/pull/1007 + * Change - Make ocis-settings available: [#287](https://github.com/owncloud/ocis/pull/287) Tags: settings