re-enable editorconfig

This commit is contained in:
A.Unger
2020-01-20 16:34:59 +01:00
parent 91e2402e1c
commit e8b4d4a366
3 changed files with 3 additions and 3 deletions

View File

@@ -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
https://github.com/owncloud/ocis-pkg/pull/14

View File

@@ -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
https://github.com/owncloud/ocis-pkg/issues/8

View File

@@ -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
https://github.com/owncloud/ocis-pkg/issues/19