Releases: nuxsmin/sysPass
sysPass 2.1.3
- [FIX] Fixed DB password field length for accounts history data.
- [FIX] Fixes #504. Added an option to select which attribute should be used for user's login when importing from LDAP. Thanks to @maxdie for the feedback
- [FIX] Related #500. Try to fix an issue when copying to clipboard. Updated Clipboard.js plugin
- [FIX] Fixed issue when evaluating ACL for showing request icon.
- [FIX] Related #503. Fixed issue when clearing search data. Favorite icon was not reset. Thanks to @k-s-dean for the feedback
- [FIX] Fixed issue when saving user's password when login through LDAP
sysPass 2.1.2
Minor bugfixes and some improvements:
- [FIX] Related #493. Try to fix issue when setting cookies in Safari on iOS. Thanks to @basil-twisleton for the feedback.
- [FIX] Fixes #484. LDAP logins will be case-insensitive. Thanks to @basil-twisleton
- [FIX] Should fix random installation error when accessing to the DB. Related #495
- [FIX] Parse forwarded IP addresses when getting client IP address. Related #498
- [FIX] Fixed issue when showing modal dialog
- [ADD] Added warning about cookies if disabled
- [MOD] Closes #492. Increased switches margin to avoid click overlapping. Thanks to @basil-twisleton for the feedback.
- [MOD] Code refactoring for better response times
- [MOD] Log invalid IP address. Related #498
- [MOD] Updated translations
- [MOD] Layout drawer is now closed when clicking on action. Closes #483. Thanks to @basil-twisleton for the feedback
- [MOD] Changed layout distribution by placing session buttons on top within a menu. Related #453. Thanks to @basil-twisleton for the feedback
- [MOD] UI tweaks
- [MOD] Code cleanup
sysPass 2.1.1 - More secure
Hello again!
This is a maintenance release that implements new features and some bug fixes:
- [ADD] Added session data encryption.
- [ADD] Added the ability to generate random passwords with only numbers. Solves #472.
- [FIX] Fixed hashing issue on user's password reset. Related #474
- [FIX] Fixed issues when importing/exporting data in sysPass XML format.
- [MOD] Improved version control. Related #276
Minor fixes
- [FIX] Accounts history was not checked for missing groups Id when upgrading. Related #466. Thanks to @Yotouille for the feedback
- [FIX] Ajax requests were not detected in some environments. Related #466. Thanks to @lukasp2 for the feedback
- [MOD] Modified tab behavior when tabbing through account form fields.
- [FIX] Fixed duplicated user login when adding/updating an LDAP user record during log in. Solves #468. Thanks to @zulink
- [MOD] Increased account notes field char length . Thanks to @davidkast for the feedback.
- [FIX] Fixed issue when retrieveing Authenticator plugin data for the current user. Closes #442. Thanks to @fellsho, @st3reo and @HellChords for the feedback
- [FIX] Fixed blank account name when deleted
sysPass 2.1
Because of the major security improvements on the encryption schema, I decided to bump to the 2.1 version.
This version is focused on security as a suggestion from some contributors and my concerns on bring out a more secure app. The changes made are well (I think so) documented on the documentation site (https://doc.syspass.org), but there are a few key points worth to mention:
- Encryption schema using Defuse\php-encryption library which relies on OpenSSL
- Connection throttling for wrong log in attempts
- More secure public links by taking account data snapshot
- Improved upgrade process using tasks progress status notifications
This release needs to re-encrypt all the encrypted data, so a backup is a MUST
Please, read the docs before upgrading
Upgrading and minor fixes
This release would solve some upgrading issues and minor fixes.
- [FIX] Solves #428. Forced password change didn't redirect to the password change page. Thanks to @k-s-dean for the feedback.
- [FIX] Solves #435. Wrong returning code when updating a record and data is the same stored. Thanks to @wernerreuser for the feedback.
- [MOD] Added paginated results for LDAP searching. Solves #439. Thanks to @zulink for the feedback
- [MOD] Removed index removal from DB upgrade.
- [FIX] Related #441. Fixed issue when performing an upgrade to 2.0 version, because some item constraints becomes invalid. It will require alternative IDs for those items that doesn't exist.
- [FIX] Fixed language issue when an error is thrown when performing config checks. Solves #434
- [FIX] Solves #428. Forced user's password change should not rely on sending email.
- [FIX] Fixed wrong measure for upload size. Thanks to @vilure
- [MOD] Log&email translated message when displaying auth token
- [MOD] Show translated messages when some errors are thrown
- [FIX] Constant BASE_DIR already defined
- [FIX] Fixed issue when filtering by customer/category. The select component didn't show the filtered item when returning from another view.
- [MOD] Updated German translation. Thanks to @lukasp2. Solves #418
- [ADD] Added Polish translation for Authenticator plugin. Thanks to @wojtek
sysPass 2.0
I'm proudly to announce that sysPass has reached its 2.0 version.
This release is a turn in the sysPass development, because a bunch of code improvements, including refactoring, standards compliance, performance, etc. Besides those low level changes, there are many new features and visual improvements:
- Material Design Lite is adopted as default only theme (I haven't enough time to maintain both themes).
- Account tags
- Favorite accounts
- Public Links
- Linked accounts
- Private accounts
- Improved items management
- Increased configurable profile levels
- In-App notifications
- Plugin architecture
- DokuWiki integration
- New JSON-RPC v2 API features
Please, take a look to the new features at https://demo.syspass.org or download from this site.
Many thanks to all those contributors and donors that helped to solve issues, gave any feedback and appreciate this piece of software.
Rubén D.
UPDATE: added missing directories and removed some unused files. Please see commit log for a full list of changes.
sysPass 2.0-RC4
- [ADD] Added copy account button
- [ADD] Show icon when viewing linked account password
- [MOD] Minor UI tweaks
- [MOD] Checks for PHP version lower than 7.1
- [MOD] Allows to select user's group in the account's main group select.
- [FIX] Fixed wrong behavior when searching after a page navigation.
- [FIX] Fixed bug when saving an edited notice.
- [FIX] Fixed bug when retrieving account ACL to show accesses box.
- [FIX] Fixed bug on API token deletion.
- [MOD] Improved event log management
- [FIX] Fixed hidden accesses box when account creation view is shown.
- [FIX] Fixed account creation when copying from another one.
- [FIX] Skip views data from backup.
- [MOD] Minor tweaks
sysPass 2.0-RC3
- [MOD] Updated translations.
- [FIX] Closes #397. Fixed untranslated string in email subject. Thanks to @lukasp2 for the feedback.
- [FIX] Make backguard compatible the master password hash check. Related #394
- [FIX] Enforced salt length to 22 chars long.
- [FIX] Fixed issue when Blowfish salt length is lower than 22 chars long.
- [FIX] Solves #392. Fixed issue when deleting multiple users. Thanks to @Mandretti for the feedback.
- [MOD] Improved some forms changes handling by hashing their data (already done in other forms).
- [MOD] Minor UI tweaks & code cleanup
- [MOD] Updated exception message
- [MOD] Solves #393. The auth chain wasn't stopped on auth module success exit. Thanks to @Mandretti for the feedback.
- [ADD] Notifications can now be edited
- [MOD] UI tweaks
- [MOD] Disable some logging stuff
sysPass 2.0-RC2
- [MOD] UI tweaks for mobile friendly
- [MOD] Updated Russian translation. Thanks to Titov and Alex for their contribution
- [MOD] Improved account searching by caching ACL, users and groups
- [MOD] Code cleanup
- [FIX] Minor bugfixes