mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-05-19 14:13:17 -04:00
re-enable editorconfig
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user