From 9fc64e54792bb46fc348bd93b33d39f47476047a Mon Sep 17 00:00:00 2001 From: Michael Barz Date: Thu, 3 Nov 2022 14:58:37 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c9464b52..f532f28dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,6 +28,7 @@ The following sections list the changes for unreleased. * Bugfix - Make tokeninfo endpoint unprotected: [#4715](https://github.com/owncloud/ocis/pull/4715) * Bugfix - Fix wopi access to public shares: [#4631](https://github.com/owncloud/ocis/pull/4631) * Change - Build service frontends with pnpm instead of yarn: [#4878](https://github.com/owncloud/ocis/pull/4878) +* Change - Enable privatelinks by default: [#4599](https://github.com/owncloud/ocis/pull/4599/) * Enhancement - Add curl to the oCIS OCI image: [#4751](https://github.com/owncloud/ocis/pull/4751) * Enhancement - Add Email templating: [#4564](https://github.com/owncloud/ocis/pull/4564) * Enhancement - We added e-mail subject templating: [#4799](https://github.com/owncloud/ocis/pull/4799) @@ -220,6 +221,12 @@ The following sections list the changes for unreleased. https://github.com/owncloud/ocis/pull/4878 https://github.com/owncloud/web/pull/7835 +* Change - Enable privatelinks by default: [#4599](https://github.com/owncloud/ocis/pull/4599/) + + Enable privatelinks by default in the capabilities. + + https://github.com/owncloud/ocis/pull/4599/ + * Enhancement - Add curl to the oCIS OCI image: [#4751](https://github.com/owncloud/ocis/pull/4751) We've added curl to the oCIS OCI image published on Dockerhub. This can be used for eg.