Skip to content

Releases: systemli/userli

3.7.0

20 May 13:43
3.7.0
d05ceb2
Compare
Choose a tag to compare
  • 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

15 Apr 14:41
3.6.0
81f28f1
Compare
Choose a tag to compare
  • 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

28 Mar 11:10
3.5.2
316a08d
Compare
Choose a tag to compare
  • Add fallback route for /recovery

3.5.1

24 Mar 19:47
3.5.1
612299b
Compare
Choose a tag to compare
  • Migrate from deprecated $defaultName to name annotation
  • Update docs how to test checkpassword command

3.5.0

24 Mar 17:51
3.5.0
4cbb1fd
Compare
Choose a tag to compare
  • 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

05 Jan 21:59
3.4.0
978b61d
Compare
Choose a tag to compare
  • 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

12 Nov 21:49
@t2d t2d
3.3.1
Compare
Choose a tag to compare
  • Update dependencies

3.3.0

08 Nov 09:27
3.3.0
77d478a
Compare
Choose a tag to compare
  • Add command to delete a user alias.
  • Fix setting last_login_time on authentication through checkpassword command.

3.2.3

31 Oct 17:47
@t2d t2d
3.2.3
Compare
Choose a tag to compare
  • Update dependencies

3.2.2

10 Oct 19:02
@t2d t2d
3.2.2
Compare
Choose a tag to compare
  • Update dependencies