From 96a163af9d65c470a0735a217b1eee5b3cf17d22 Mon Sep 17 00:00:00 2001 From: Benedikt Kulmann Date: Wed, 26 Aug 2020 14:40:14 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 12c9435d9..04ed30b83 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,24 @@ +# Changelog for [0.3.0] (2020-08-26) + +The following sections list the changes in ocis-settings 0.3.0. + +[0.3.0]: https://github.com/owncloud/ocis-settings/compare/v0.2.0...v0.3.0 + +## Summary + +* Change - Filter settings by permissions: [#99](https://github.com/owncloud/product/issues/99) + +## Details + +* Change - Filter settings by permissions: [#99](https://github.com/owncloud/product/issues/99) + + `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 + # Changelog for [0.2.0] (2020-08-20) The following sections list the changes in ocis-settings 0.2.0.