mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-26 06:50:36 -05:00
Add missing changelog entries
This commit is contained in:
5
changelog/unreleased/account-uuid
Normal file
5
changelog/unreleased/account-uuid
Normal 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
|
||||
@@ -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
|
||||
|
||||
5
changelog/unreleased/send-autocreate-home
Normal file
5
changelog/unreleased/send-autocreate-home
Normal 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
|
||||
@@ -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
|
||||
|
||||
5
changelog/unreleased/update-to-new-accounts-api
Normal file
5
changelog/unreleased/update-to-new-accounts-api
Normal file
@@ -0,0 +1,5 @@
|
||||
Change: Update to new accounts API
|
||||
|
||||
Update to new accounts API
|
||||
|
||||
https://github.com/owncloud/ocis-proxy/issues/39
|
||||
Reference in New Issue
Block a user