3.4 KiB
Changelog for unreleased (UNRELEASED)
The following sections list the changes in ocis-accounts unreleased.
Summary
- Change - Enable accounts on creation: #43
- Change - Pass around the correct logger throughout the code: #41
- Change - Remove timezone setting: #33
- Enhancement - Update accounts API: #30
Details
-
Change - Enable accounts on creation: #43
Accounts have been created with the account_enabled flag set to false. Now when they are created accounts will be enabled per default.
-
Change - Pass around the correct logger throughout the code: #41
Pass around the logger to have consistent log formatting, log level, etc.
https://github.com/owncloud/ocis-accounts/issues/41 https://github.com/owncloud/ocis-accounts/pull/48
-
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.
-
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.
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
-
Enhancement - Logging is configurable: #24
ACCOUNTS_LOG_* env-vars or cli-flags can be used for logging configuration. See --help for more details.
Changelog for 0.1.0 (2020-03-18)
The following sections list the changes in ocis-accounts 0.1.0.