Releases: systemli/userli
Releases · systemli/userli
3.7.0
- Move validation config from yaml to attributes
- Adjust Validator Signatures
- Add Types to Properties
- Split StartController into specific Controllers
- Vagrant provisioning: Install php-sqlite3
- PasswordChange: Use builtin validators
- Gather Coverage from Behat Tests
- Add TestCase for DomainCreator
- Make password not optional in PasswordUpdater
- Add keycloak API endpoints
- Update dependencies
3.6.0
- Remove URL-based localized routes, store locale in session
- Check for invited by
ROLE_SUSPICIOUS
when assigning the role - Don't accept invite codes of suspicious users on registration
- Add missing use to RecoveryController
- Add missing default value for roles column
- Require Node v18.x
- Check whether user is suspicious before creating voucher
- Bring back old logic of
findOneBySource()
in AliasRepository - Update dependencies
3.5.2
- Add fallback route for
/recovery
3.5.1
- Migrate from deprecated
$defaultName
to name annotation - Update docs how to test
checkpassword
command
3.5.0
- Fix CSP Settings for Sonata Admin
- Fix malformed expiry date for PGP key
- Use mkdocs instead of hugo
- Improve documentation
- Migrate Doctrine mappings to PHP annotations
- Make Project PHP 8 ready
- Move routing configuration to annotations
- Modernize form login
- Fix regression in CRUD controllers
- Modernize authentication and repositories
- Fix malformed date for recovery page
- Fix login for deleted user in UsersCheckPasswordCommand
- Update dependencies
- Upgrade to Symfony 6
- Split index route in public (index) and authenticated (start)
3.4.0
- Adjust Admin List Order
- Add __toString methods to Entities
- Improve fixture loading while increasing the number of fixtures
- Fix Filters in User Admin
- Fix Filters in Alias Admin
- Improve Performance for Alias and Voucher Admin
- Use Autocomplete for loading Users in Alias and Voucher Admin
3.3.1
3.3.0
- Add command to delete a user alias.
- Fix setting last_login_time on authentication through checkpassword command.