Add changelog for filtering settings

This commit is contained in:
Benedikt Kulmann
2020-08-26 16:17:56 +02:00
parent b131ce9ed8
commit 7f73501ada
@@ -0,0 +1,6 @@
Change: Filter settings by permissions
`BundleService.GetBundle` and `BundleService.ListBundles` are now filtered by READ permissions in the role of the authenticated user. This prevents settings from being visible to the user when their role doesn't have appropriate permissions.
https://github.com/owncloud/product/issues/99
https://github.com/owncloud/ocis-settings/pull/48