From e8b4d4a366cbd7927143eaa632300d11d343937a Mon Sep 17 00:00:00 2001 From: "A.Unger" Date: Mon, 20 Jan 2020 16:34:59 +0100 Subject: [PATCH] re-enable editorconfig --- changelog/1.3.0_2020-01-20/fix-serving-static-issues.md | 2 +- changelog/1.3.0_2020-01-20/issue-8.md | 2 +- changelog/1.3.0_2020-01-20/tls-support-for-http-services.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/changelog/1.3.0_2020-01-20/fix-serving-static-issues.md b/changelog/1.3.0_2020-01-20/fix-serving-static-issues.md index 2ad9fea9db..e90ca0a25b 100644 --- a/changelog/1.3.0_2020-01-20/fix-serving-static-issues.md +++ b/changelog/1.3.0_2020-01-20/fix-serving-static-issues.md @@ -3,4 +3,4 @@ Bugfix: Fix serving static assets ocis-hello used "/" as root. adding another / caused the static middleware to always fail stripping that prefix. All requests will return 404. setting root to "" in the `ocis-hello` flag does not work because chi reports that routes need to start with a /. `path.Clean(root+"/")` would yield "" for root="/" -https://github.com/owncloud/ocis-pkg/pull/14 \ No newline at end of file +https://github.com/owncloud/ocis-pkg/pull/14 diff --git a/changelog/1.3.0_2020-01-20/issue-8.md b/changelog/1.3.0_2020-01-20/issue-8.md index 69d64fde86..7b7c43c559 100644 --- a/changelog/1.3.0_2020-01-20/issue-8.md +++ b/changelog/1.3.0_2020-01-20/issue-8.md @@ -3,4 +3,4 @@ Enhancement: Introduce OpenID Connect middleware Added an openid connect middleware that will try to authenticate users using OpenID Connect. The claims will be added to the context of the request. -https://github.com/owncloud/ocis-pkg/issues/8 \ No newline at end of file +https://github.com/owncloud/ocis-pkg/issues/8 diff --git a/changelog/1.3.0_2020-01-20/tls-support-for-http-services.md b/changelog/1.3.0_2020-01-20/tls-support-for-http-services.md index 26041c2106..b6d7441869 100644 --- a/changelog/1.3.0_2020-01-20/tls-support-for-http-services.md +++ b/changelog/1.3.0_2020-01-20/tls-support-for-http-services.md @@ -2,4 +2,4 @@ Change: Add TLS support for http services `ocis-pkg` http services support TLS. The idea behind is setting the issuer on phoenix's `config.json` to `https`. Or in other words, use https to access the Kopano extension, and authenticate using an SSL certificate. -https://github.com/owncloud/ocis-pkg/issues/19 \ No newline at end of file +https://github.com/owncloud/ocis-pkg/issues/19