-
Arie Peterson authoreda4a17f59
To find the state of this project's repository at the time of any of these versions, check out the tags.
CHANGELOG.md 6.28 KiB
Changelog
[0.10.2]
- Fine-tune logging levels, and introduce a new environment variable
LOG_LEVEL
to set the log level at runtime. - Track when a user's full name has been changed, and only include the name in the SCIM provisioning call when it has changed, or for newly provisioned users.
[0.10.1]
- Watch dashboard configmaps with lists of apps and oauthclients, and reload config on changes. This also makes sure that we always load the config at dashboard start-up, even when there are no (SCIM-supporting) apps installed.
[0.10.0]
- Include new "System resources" module with basic stats.
- Implement basic (manual/static) SCIM functionality for automatic user provisioning.
- Implement dynamic (i.e., arbitrary apps) SCIM functionality, tested and tailored for Nextcloud and Zulip.
- Upgrade to tailwind v3, and update several other javascript dependencies.
- Make info modals slightly wider, to make sure you can see the full contents also for slightly larger fonts. In particular, this fixes a partially invisible reset link.
- Add a CLI command for deleting older unused accounts.
- Add logo for Gitea.
[0.9.2]
- Fix saving user properties, which was broken because of the partial tags implementation.