Merge pull request #60 from owncloud/release-0.3.0

Prepare release 0.3.0
This commit is contained in:
Benedikt Kulmann
2020-08-26 16:30:14 +02:00
committed by GitHub

View File

@@ -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