diff --git a/changelog/unreleased/fix-system-scope-values.md b/changelog/unreleased/fix-system-scope-values.md new file mode 100644 index 000000000..a85309904 --- /dev/null +++ b/changelog/unreleased/fix-system-scope-values.md @@ -0,0 +1,7 @@ +Bugfix: Fix loading and saving system scoped values + +We fixed loading and saving system scoped values. Those are now saved without an account uuid, so that the value +can be loaded by other accounts as well. + +https://github.com/owncloud/ocis-settings/pull/66 + diff --git a/changelog/unreleased/input-validation.md b/changelog/unreleased/input-validation.md new file mode 100644 index 000000000..28801b9bf --- /dev/null +++ b/changelog/unreleased/input-validation.md @@ -0,0 +1,6 @@ +Bugfix: Complete input validation + +There was one handler function without input validation. We implemented the input validation for `ValueService.ReadValueByUniqueIdentifiers`. + +https://github.com/owncloud/ocis-settings/pull/66 +