Skip to content

Releases: systemli/userli

2.3.0

16 Jul 08:29
@t2d t2d
2.3.0
65bfd57
Compare
Choose a tag to compare
  • 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

24 Jun 16:20
2.2.3
01302fc
Compare
Choose a tag to compare
  • 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

14 Jun 08:38
@t2d t2d
2.2.2
7461b9c
Compare
Choose a tag to compare
  • 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

06 Jun 09:48
@t2d t2d
2.2.1
4ac4282
Compare
Choose a tag to compare
  • 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

22 May 12:11
@t2d t2d
2.2.0
7dbae54
Compare
Choose a tag to compare
  • 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

18 Apr 10:29
@t2d t2d
2.1.2
cb99deb
Compare
Choose a tag to compare
  • Create release tarball in subdirectory
  • Add optional link to webmail (Fixes: #146)
  • Update to symfony 4.2.7

2.1.1

17 Mar 00:37
2.1.1
a637c8f
Compare
Choose a tag to compare
  • Change default locale setting to 'en'
  • Don't resolve symlinks to not break sudo in checkpassword

2.1.0

16 Mar 23:51
2.1.0
099f5b7
Compare
Choose a tag to compare
  • 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

06 Mar 13:21
@t2d t2d
2.0.2
59fc655
Compare
Choose a tag to compare
  • 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

04 Mar 15:36
2.0.1
a8e6700
Compare
Choose a tag to compare
  • We adobted the code of conduct from Contributor Covenant
  • Fix bug in CryptoSecretHandler::decrypt() that broke recovery token recreation.