Files
opencloud/CHANGELOG.md
T
2020-09-02 09:46:47 +00:00

11 KiB

Changelog for unreleased (UNRELEASED)

The following sections list the changes in ocis-settings unreleased.

Summary

  • Bugfix - Fix loading and saving system scoped values: #66
  • Bugfix - Complete input validation: #66
  • Change - Add filter option for bundle ids in ListBundles and ListRoles: #59
  • Change - Reuse roleIDs from the metadata context: #69

Details

  • Bugfix - Fix loading and saving system scoped values: #66

    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

  • Bugfix - Complete input validation: #66

    There was one handler function without input validation. We implemented the input validation for ValueService.ReadValueByUniqueIdentifiers.

    https://github.com/owncloud/ocis-settings/pull/66

  • Change - Add filter option for bundle ids in ListBundles and ListRoles: #59

    We added bundle ids as filter option for ListBundles and ListRoles and a new endpoint for fetching a permission by ID.

    https://github.com/owncloud/ocis-settings/pull/59

  • Change - Reuse roleIDs from the metadata context: #69

    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

Changelog for 0.3.1 (2020-08-27)

The following sections list the changes in ocis-settings 0.3.1.

Summary

  • Bugfix - Fix fetching bundles in settings UI: #61

Details

Changelog for 0.3.0 (2020-08-26)

The following sections list the changes in ocis-settings 0.3.0.

Summary

  • Change - Filter settings by permissions: #99

Details

Changelog for 0.2.0 (2020-08-20)

The following sections list the changes in ocis-settings 0.2.0.

Summary

  • Change - Add role service: #110
  • Change - Rename endpoints and message types: #36
  • Change - Use UUIDs instead of alphanumeric identifiers: #46

Details

Changelog for 0.1.0 (2020-08-17)

The following sections list the changes in ocis-settings 0.1.0.

Summary

  • Bugfix - Adjust UUID validation to be more tolerant: #41
  • Bugfix - Fix runtime error when type asserting on nil value: #38
  • Bugfix - Fix multiple submits on string and number form elements: #745
  • Bugfix - Build docker images with alpine:latest instead of alpine:edge: #39
  • Change - Dynamically add navItems for extensions with settings bundles: #25
  • Change - Introduce input validation: #22
  • Change - Use account uuid from x-access-token: #14
  • Change - Use server config variable from ocis-web: #34
  • Enhancement - Remove paths from Makefile: #33
  • Enhancement - Extend the docs: #11
  • Enhancement - Update ocis-pkg/v2: #42

Details