nuxsmin
|
a8040ce03b
|
* [FIX] Fixed hashing issue on user's password reset. Related #474
|
2017-03-06 22:40:14 +01:00 |
|
nuxsmin
|
d9cb088de6
|
* [ADD] Added the ability to generate random password with only numbers. Solves #472.
* [FIX] Fixed issues when importing/exporting data in sysPass XML format.
|
2017-03-06 20:53:59 +01:00 |
|
nuxsmin
|
19e8b4dc0e
|
* [ADD] Added session data encryption.
* [MOD] Improved version control. Related #276
|
2017-03-06 00:57:33 +01:00 |
|
nuxsmin
|
2a1a22a75f
|
* [ADD] Added session data encryption.
|
2017-03-05 08:35:36 +01:00 |
|
nuxsmin
|
27189e6cc5
|
* [FIX] Fixed blank account name when deleted
|
2017-03-02 22:46:58 +01:00 |
|
nuxsmin
|
e97a9c5b16
|
* [FIX] Fixed duplicated user login when adding/updating an LDAP user record during log in. Solves #468. Thanks to @zulink
|
2017-03-02 13:46:54 +01:00 |
|
nuxsmin
|
e76c819273
|
* [FIX] Fixed issue when user changes its password
* [FIX] Fixed issue when using temporary master password
* [MOD] Updated translations
|
2017-03-01 03:25:19 +01:00 |
|
nuxsmin
|
71ed889da3
|
* [ADD] Added live update for master key changing process.
|
2017-03-01 01:22:26 +01:00 |
|
nuxsmin
|
167fb6e1a1
|
* [MOD] Improved upgrading process.
|
2017-02-27 18:12:26 +01:00 |
|
nuxsmin
|
29ef10f946
|
* [ADD] Added live update for master key changing process.
|
2017-02-27 03:48:58 +01:00 |
|
nuxsmin
|
ea241cd3b3
|
* [ADD] Added wrong logins tracking to deny access when max number of attempts are reached. It has been implemented for log in and API requests. DB upgrade needed
* [MOD] Updated translations.
|
2017-02-26 13:50:13 +01:00 |
|
nuxsmin
|
adb891687d
|
* [MOD] Improved API auth security. There is no need to provide the user's password, it will ask for a token password when generating it.
|
2017-02-23 11:26:44 +01:00 |
|
nuxsmin
|
526ca3c9e9
|
* [MOD] Improved API auth security. There is no need to provide the user's password, it will ask for a token password when generating it.
|
2017-02-23 01:46:51 +01:00 |
|
nuxsmin
|
49ba3d8bfb
|
* [MOD] Improved public links security by encrypting the whole account data
|
2017-02-22 21:36:42 +01:00 |
|
nuxsmin
|
508fd7c2b2
|
* [ADD] New encryption schema by using Defuse/php-encryption library. WARNING: work in progress
* [ADD] Improved upgrading process. Now it uses AJAX.
|
2017-02-22 17:52:06 +01:00 |
|
nuxsmin
|
b982f00008
|
* [ADD] New encryption schema by using Defuse/php-encryption library. WARNING: work in progress
|
2017-02-22 01:37:51 +01:00 |
|
nuxsmin
|
69f8614c7b
|
* [ADD] New encryption schema by using Defuse/php-encryption library. WARNING: work in progress
|
2017-02-22 01:14:08 +01:00 |
|
nuxsmin
|
29700924c8
|
* [ADD] New encryption schema by using Defuse/php-encryption library. WARNING: work in progress
* [ADD] Improved upgrading process. Now it uses AJAX.
|
2017-02-21 18:51:24 +01:00 |
|
nuxsmin
|
07c8a2b1f1
|
* [ADD] New encryption schema by using Defuse/php-encryption library. WARNING: work in progress
|
2017-02-21 00:46:30 +01:00 |
|
nuxsmin
|
f173ea262b
|
* [ADD] New encryption schema by using Defuse/php-encryption library. WARNING: work in progress
|
2017-02-20 12:48:29 +01:00 |
|
nuxsmin
|
7acc5a84b5
|
* [ADD] New encryption schema by using Defuse/php-encryption library. WARNING: work in progress
|
2017-02-20 12:48:11 +01:00 |
|
nuxsmin
|
23f3717db8
|
* [FIX] Fixed wrong user/group when importing items. Thanks to @wernerreuser and @davidkast for the feedback. Solves #436
* [MOD] Updated build number
|
2017-02-20 02:30:46 +01:00 |
|
nuxsmin
|
6ee88bff04
|
* [ADD] New encryption schema by using Defuse/php-encryption library. WARNING: work in progress
|
2017-02-19 23:31:04 +01:00 |
|
nuxsmin
|
2f01390c5f
|
* [ADD] New encryption schema by using Defuse/php-encryption library. WARNING: work in progress
|
2017-02-17 13:12:41 +01:00 |
|
nuxsmin
|
fd25415e3b
|
* [ADD] New encryption schema by using Defuse/php-encryption library. WARNING: work in progress
|
2017-02-17 09:06:41 +01:00 |
|
nuxsmin
|
96ba94bb69
|
* [FIX] Solves #428. Forced password change didn't redirect to the password change page. Thanks to @k-s-dean for the feedback.
|
2017-02-16 01:48:33 +01:00 |
|
nuxsmin
|
b175350429
|
* [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
|
2017-02-15 18:04:46 +01:00 |
|
nuxsmin
|
e01319c5e0
|
* [FIX] Solves #428. Forced user's password change should not rely on sending email.
|
2017-02-14 23:29:56 +01:00 |
|
nuxsmin
|
b46b8aefe2
|
* [MOD] Log&email translated message when displaying auth token
|
2017-02-14 18:07:29 +01:00 |
|
nuxsmin
|
8b601efda0
|
* [FIX] Show password as image on public link page when it's globally set
* [MOD] Bump build number
|
2017-02-12 23:53:49 +01:00 |
|
nuxsmin
|
ebe15c40ec
|
* [MOD] Show date when listing accounts history
* [MOD] Minor tweaks for demo mode
|
2017-02-09 13:54:20 +01:00 |
|
nuxsmin
|
836ac59eb8
|
* [ADD] Added copy-to-clipboard to passwords on custom fields. Solves #404
* [ADD] Added a textarea custom field type.
|
2017-02-07 20:19:19 +01:00 |
|
nuxsmin
|
578d6d616c
|
* [FIX] Fixed issue when showing password type custom field. Thanks to @lukasp2. Solves #404
|
2017-02-05 21:22:37 +01:00 |
|
nuxsmin
|
6c6b5fc034
|
* [ADD] Added a tab to manage accounts' history.
|
2017-02-02 13:20:17 +01:00 |
|
nuxsmin
|
3a195d4b0d
|
* [ADD] Added a tab to manage accounts' history.
|
2017-02-02 13:16:39 +01:00 |
|
nuxsmin
|
7a1596893c
|
* [ADD] Added copy account button
* [ADD] Show icon when viewing linked account password
* [MOD] Minor UI tweaks
|
2017-02-02 00:47:53 +01:00 |
|
nuxsmin
|
51d441eb98
|
* [ADD] Added copy account button
* [ADD] Show icon when viewing linked account password
* [MOD] Minor UI tweaks
|
2017-02-02 00:42:32 +01:00 |
|
nuxsmin
|
4ce79a089b
|
* [MOD] Checks for PHP version lower than 7.1
* [MOD] Minor tweaks
|
2017-02-01 23:39:51 +01:00 |
|
nuxsmin
|
1deaeaeb2a
|
* [FIX] Fixed wrong behavior when searching after a page navigation.
|
2017-02-01 16:59:05 +01:00 |
|
nuxsmin
|
3515d23f71
|
* [FIX] Fixed bug when retrieving account ACL to show accesses box.
* [FIX] Fixed bug on API token deletion.
* [MOD] Improved event log management.
|
2017-02-01 15:39:48 +01:00 |
|
nuxsmin
|
409f17152c
|
* [MOD] Minor tweaks
|
2017-02-01 10:50:49 +01:00 |
|
nuxsmin
|
f52563f7fb
|
* [FIX] Closes #397. Fixed untranslated string in email subject. Thanks to @lukasp2 for the feedback.
|
2017-01-31 23:32:59 +01:00 |
|
nuxsmin
|
17942b8368
|
* [FIX] Make backguard compatible the master password hash check. Related #394
|
2017-01-31 23:26:13 +01:00 |
|
nuxsmin
|
1aa1f12f6d
|
* [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
|
2017-01-31 00:51:33 +01:00 |
|
nuxsmin
|
e319165cf5
|
* [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
|
2017-01-30 15:45:22 +01:00 |
|
nuxsmin
|
2f5dd91110
|
* [MOD] Improved account searching by caching ACL, users adn groups.
* [FIX] Minor bugfixes
|
2017-01-30 02:25:11 +01:00 |
|
nuxsmin
|
a685b8901e
|
* [MOD] Improved account searching by caching ACL, users and groups.
* [MOD] Code cleanup.
* [FIX] Minor bugfixes
|
2017-01-30 02:16:20 +01:00 |
|
nuxsmin
|
456dcf0495
|
* [MOD] UI tweaks for mobile friendly.
|
2017-01-28 11:17:07 +01:00 |
|
nuxsmin
|
202c7bc094
|
* [FIX] Fixed issue when deleting some kind of items if there is only one selected. Solves #389. Thanks to @MAndretti for the feedback.
|
2017-01-26 15:45:26 +01:00 |
|
nuxsmin
|
3f2ad7b5d7
|
* [FIX] Fixed issue when a session is expired and an item view request is performed.
|
2017-01-26 12:29:43 +01:00 |
|