mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-05-19 06:00:40 -04:00
changelog files with 80 lines width
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
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="/"
|
||||
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 `/`. `path.Clean(root+"/")` would yield `""` for `root="/"`.
|
||||
|
||||
https://github.com/owncloud/ocis-pkg/pull/14
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
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.
|
||||
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
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
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.
|
||||
`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
|
||||
|
||||
@@ -5,4 +5,6 @@ changelog before we are tagging a new release. To get an idea how this could
|
||||
look like <https://github.com/restic/restic/tree/master/changelog> would be the
|
||||
best reference.
|
||||
|
||||
We're using kebab case for naming the changelog files: `kebab-case-looks-like-this`
|
||||
We're using kebab case for naming the changelog files:
|
||||
|
||||
`kebab-case-looks-like-this`
|
||||
|
||||
Reference in New Issue
Block a user