Add changelog

This commit is contained in:
Benedikt Kulmann
2020-09-01 11:26:45 +02:00
parent ec89de9130
commit 45ec870948

View File

@@ -0,0 +1,6 @@
Change: Reuse roleIDs from the metadata context
The roleIDs of the authenticated user are coming in from the metadata context. Since we decided to move the role assignments over to the accounts service we need to start trusting those roleIDs from the metadata context instead of reloading them from disk on each request.
https://github.com/owncloud/ocis-settings/pull/69