Add missing changelog entries

This commit is contained in:
Vincent Petry
2020-06-25 14:28:44 +02:00
parent 5f4fc9e00d
commit 1ef5f14562
5 changed files with 17 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
Enhancement: Retrieve Account UUID From User Claims
OIDC Middleware can make use of uuidFromClaims to trade claims.Email for an account's UUID. For this, a general purpose cache was added that caches on a per-request basis, meaning whenever the request parameters match a set of keys, the cached value is returned, saving a round trip to the accounts service that otherwise would happen in every single request.
https://github.com/owncloud/ocis-proxy/pull/36

View File

@@ -4,3 +4,4 @@ The accounts_uuid middleware tries to get the account from ocis-accounts.
If it doens't exist there yet the proxy creates the account using the ocis-account api.
https://github.com/owncloud/ocis-proxy/issues/55
https://github.com/owncloud/ocis-proxy/issues/58

View File

@@ -0,0 +1,5 @@
Change: Send autocreate home request to reva gateway
Send autocreate home request to reva gateway
https://github.com/owncloud/ocis-proxy/pull/51

View File

@@ -3,3 +3,4 @@ Bugfix: Fix x-access-token in header
We fixed setting the x-access-token in the request header, which was broken before.
https://github.com/owncloud/ocis-proxy/pull/41
https://github.com/owncloud/ocis-proxy/pull/46

View File

@@ -0,0 +1,5 @@
Change: Update to new accounts API
Update to new accounts API
https://github.com/owncloud/ocis-proxy/issues/39