Files
QSfera/CHANGELOG.md
T

2.6 KiB

Changelog for unreleased (UNRELEASED)

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

Summary

  • Change - Remove timezone setting: #33
  • Enhancement - Update accounts API: #30

Details

  • Change - Remove timezone setting: #33

    We had a timezone setting in our profile settings bundle. As we're not dealing with a timezone yet it would be confusing for the user to have a timezone setting available. We removed it, until we have a timezone implementation available in ocis-web.

    https://github.com/owncloud/ocis-accounts/pull/33

  • Enhancement - Update accounts API: #30

    We updated the api to allow fetching users not onyl by UUID, but also by identity (OpenID issuer and subject) email, username and optionally a password.

    https://github.com/owncloud/ocis-accounts/pull/30

Changelog for 0.1.1 (2020-04-29)

The following sections list the changes in ocis-accounts 0.1.1.

Summary

  • Enhancement - Logging is configurable: #24

Details

Changelog for 0.1.0 (2020-03-18)

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

Summary

  • Change - Initial release of basic version: #1
  • Enhancement - Configuration: #15

Details