Commit Graph

151 Commits

Author SHA1 Message Date
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
nuxsmin
509978c766 * [FIX] Fixed issue when deleting some kind of items if there is only one selected. Solves #385. Thanks to @MAndretti for the feedback. 2017-01-26 11:06:21 +01:00
nuxsmin
60aa38bd47 * [FIX] Fixed broken component when showing complexity dialog
* [MOD] Updated PHPMailer
* [MOD] Improved LDAP username detection
* [MOD] Improved email messages when generating temporary master pass
2017-01-25 18:03:46 +01:00
nuxsmin
71d0382d99 * [ADD] Added DB transactions usage to perform critical tasks like changing the master password 2017-01-25 14:08:18 +01:00
nuxsmin
5a44efafe1 * [ADD] New feature to send an email when a temporary master password is generated. 2017-01-25 13:16:35 +01:00
nuxsmin
45365a9599 * [MOD] Improved master password change handling by locking the app during the process.
* [MOD] Minor UI tweaks
2017-01-24 15:22:03 +01:00
nuxsmin
f397c4016a * [MOD] Improved config upgrade function 2017-01-24 12:00:39 +01:00
nuxsmin
60668cc5bd * [ADD] New notifications can now be added
* [MOD] Improved notifications handling
2017-01-23 18:03:00 +01:00
nuxsmin
1b778d66a3 * [ADD] New user preference to show accounts search results as cards.
* [MOD] UI tweaks to display search results as cards.
* [FIX] Fixed issue when account link was set.
2017-01-23 15:47:17 +01:00
nuxsmin
522220a716 * [ADD] New user preference to show accounts search results as cards.
* [MOD] UI tweaks to display search results as cards.
* [FIX] Fixed issue when account link was set.
2017-01-23 15:30:20 +01:00
nuxsmin
834e567598 * [ADD] New user preference to show accounts search results as cards.
* [MOD] UI tweaks to display search results as cards.
* [FIX] Fixed issue when account link was set.
2017-01-23 15:26:28 +01:00
nuxsmin
165ab90470 * [MOD] Return translated messages on some responses 2017-01-23 12:12:06 +01:00
nuxsmin
e0b5d39a68 * [MOD] Improved XML import from KeePass
* [MOD] Improved error handling
* [MOD] Improved batch item actions handling
* [MOD] Improved actions behavior
2017-01-23 03:45:45 +01:00
nuxsmin
82d80b5483 * [MOD] Undo promises because they aren't fully supported for some browsers 2017-01-19 08:27:38 +01:00
nuxsmin
5146c01fa2 * [MOD] Improved requests handling.
* [MOD] Improved security on backup tab. App Admin role is needed for download files
2017-01-18 14:50:04 +01:00
nuxsmin
e6a4400880 * [MOD] Catch exception message from CSV import and show it. Related #372
* [MOD] Improved critical error messages handling.
2017-01-18 13:44:32 +01:00
nuxsmin
cf844157d3 * [MOD] Improved master password changing process.
* [MOD] Improved backup process.
* [FIX] Fixed bug on DB structure export file.
* [MOD] Improved init errors handling.
* [MOD] Improved Ajax request detection.
2017-01-18 12:38:19 +01:00
nuxsmin
bf5a26f2f3 * [MOD] Code cleanup 2017-01-18 01:25:32 +01:00
nuxsmin
721355b03b * [ADD] New account private group feature. 2017-01-17 18:36:28 +01:00
nuxsmin
4a53280496 * [MOD] Improved linked account list retrieving by using Ajax
* [MOD] Minor tweaks
2017-01-17 18:07:15 +01:00