Releases: systemli/userli
Releases · systemli/userli
4.0.0
- Remove UsersCheckPasswordCommand (breaking change)
- Call webhook URLS on user created/deleted evens
- Update README
- Document how to test Dovecot integration
- Userli-dovecot-adapter: Improve error logging
- docker-compose: fix env vars
- Move docker files into own directory
- Add YAML, Markdown & Makefile to editorconfig
- Remove obsolete ansible requirements.yml
- Refactor: move user restore logic into its own handler
- refactor: Add abstract UsersBaseCommand class
- Don't allow to reset a deleted user
- Add command to restore a deleted user
- Rename MailCrypt trait to MailCryptEnabled
- Update Makefile and documentation
- Reset two-factor authentication with recovery process
- Change booleans in docker compose env vars to integers
- chore(deps): bump sonarsource/sonarqube-scan-action from 5.0.0 to 5.1.0
- Add editorconfig
- chore(deps-dev): bump the npm-dependencies group across 1 directory with 3 updates
- VoucherCountCommand: Show both used and unused vouchers per default
- fix: Enable mail_crypt for new users via admin backend
- Dockerfile: Install gpg
- Update and restructure documentation
- Suppress deprecation warnings in 'fingers_crossed' log handler
- Monolog: Fix config
- Monolog: Log to syslog in prod env
- Update GHA Runner to Ubuntu 24.04 (#736)
- Makefile: Revert change done in #727
- Docs: Fix broken links
- Docs: How to docker/podman with SELinux
- Docker compose: fix paths
- Update dependencies
- Fix typo in yarn package name on Debian/Ubuntu
- Update to symfony 6.4.19
- chore(deps-dev): bump the npm-dependencies group across 1 directory with 4 updates
- Reintroduce make integration
- Replace deprecated sonarcloud action
- fix: Link to correct installation page
- fix: Point to correct index.md
- fix: Install correct Debian packages
3.12.1
3.12.0
- Release Userli-Dovecot-Adapter as own tarball
- Remove container variable in Dovecot Dockerfile
- Say goodbye to Vagrant
- Lua script: fix typo
- Simplify Command and Repository Method
- Deprecate Munin
- Add command to get voucher count for User
- Upgrade Symfony
- Update npm dependencies
- Use sqlite DB in release process to not depend on MySQL
- Various improvements to documentation
3.11.1
- Fix displaying QR code when configuring 2FA
- Dovecot lua auth: Fix encoding of payload
- Dovecot lua auth: Fix quota attribute
- Add docker image for human testing
- Unify API access token handlers
- Simplify apache config example
- Improve documentation
- Update dependencies
3.11.0
- Add retention API to update last login time for users
- Add retention API to list deleted users
- Do not filter displayed aliases in /alias
- Support trusted proxies for userli behind reverse proxy
- Fix postfix controller
- Fix userdb attributes in dovecot lua auth script
- Migrate large parts of release process to Makefile
- Add Deprecation for UsersCheckPasswordCommand
- Update dependencies
3.10.0
3.9.1
- Fix adding Users in Admin
- Show email and domain filters per default in admin user list
3.9.0
3.8.0
- Add Support for TOTP in KeyCloak API
- Update dependencies