Skip to content

sysPass 2.1.7

Choose a tag to compare

@nuxsmin nuxsmin released this 21 Apr 07:12
· 764 commits to master since this release
  • [FIX] Enforced readonly user login for LDAP users
  • [FIX] Fixes #543. Fix missing accounts Id when upgrading in group accesses table. Thanks to @Goatmaster for the feedback.
  • [FIX] Solves #533. Fixed capitalized multibyte characters that weren't encoded properly. Thanks to @NickWoo33 for the feedback.
  • [FIX] Related #540. Set the LDAP server port when it's set within the hostname. Thanks to @bitking for the feedback.
  • [MOD] Improved ldap import process by adding the username attribute to get from the LDAP server. Solves #544. Thanks to @jdanielcano for the feedback
  • [MOD] Updated translations.
  • [MOD] Improve item actions filtering. Actions can be filtered out by several source values.
  • [MOD] Improve elapsed time calc and code refactoring.
  • [MOD] UI&Code tweaks
  • [MOD] UI tweaks and set user preferences precedence over global settings. Closes #528
  • [MOD] Try to fix search form behavior when submitting. A listener has been added to catch the "enter" key. Related #525, #502, #493