Releases: systemli/userli
Releases · systemli/userli
2.3.0
- Add manual language switcher (Fixes: #172)
- Add Norwegian Bokmål as available translation
- Block Spammers from authenticating via checkpassword (Fixes: #177)
- Test passwords againt haveibeenpwned database (Fixes: #161)
- Upgrade to symfony 4.3.2
- Improve speed of Vagrant box
2.2.3
- Repair js copying of invite codes (Fixes: #165)
- Several minor language fixes (Thanks to ssantos)
- Start Norwegian translation (Thanks to Allan Nordhøy)
- Switch to PHP-only checkpassword script for security reasons. This
eliminates the requirement to setup sudo. See the updated docs for
details.
2.2.2
- Delete aliases when deleting user (Fixes: #121)
- Fix error when trying to register deleted username (Fixes: #176)
- Remove link to registration from right navbar
- Update PHP and JS dependecies
2.2.1
- Add org/organisation/... to reserved names
- Update to symfony 4.2.9
- Update PHP and JS dependecies
- Rename ROLE_SUPPORT to ROLE_MULTIPLIER
2.2.0
- Add initial Spanish translation
- Add initial Portuguese translation (Thanks to Bruno Gama)
- Add plural forms of many reserved names
- Update to symfony 4.2.8
- Fix mailcrypt-encrypt-maildir script for paths with whitespaces
- Fix release tarball creation, don't use tar option --transform
2.1.2
- Create release tarball in subdirectory
- Add optional link to webmail (Fixes: #146)
- Update to symfony 4.2.7
2.1.1
- Change default locale setting to 'en'
- Don't resolve symlinks to not break sudo in checkpassword
2.1.0
- New shell script
bin/mailcrypt-encrypt-maildir
to encrypt legacy mailboxes
- Update to symfony 4.2.4
- Add sudo support to checkpassword script (Fixes: #127)
- Update SecurityController to use AuthenticationUtils
- Add CSRF protection to login forms (Fixes: #95)
2.0.2
- Add column and filter for
hasRecoveryToken
property on user in admin list (Fixes: #144)
- Export number of users with Recovery Tokens to Munin
- Recovery also works now with email localpart (Fixes: #148)
- Fix release tar balls (Fixes: #150)
2.0.1
- We adobted the code of conduct from Contributor Covenant
- Fix bug in
CryptoSecretHandler::decrypt()
that broke recovery token recreation.