13 Commits

Author SHA1 Message Date
nuxsmin
47639e3cf1 * [FIX] Minor bugfixes
* [ADD] Added temp master password counter (mas 100 attempts)
2016-06-15 12:22:22 +02:00
nuxsmin
024aaac889 * [FIX] Fixes #178. Update accounts' history master password hash when upgrading from previous versions. Thanks to @TitovLab
* [MOD] Modified account history select box behavior when account id matches history id.
2015-12-13 11:05:22 +01:00
nuxsmin
6e2c461d72 * [FIX] Fixed issue with master pass hash after upgrading from 1.1. WARNING: the accounts encryption have not changed, only the master pass hash that is used to verify the correct password. 2015-10-10 14:00:37 +02:00
nuxsmin
8538ba3dfc * [ADD] New classes to improve performance and code readability.
* [ADD] Security enhancement for master password in session.
* [MOD] Minor UI tweaks.
* [MOD] Improved config handling.
* [MOD] Code cleaning.
* [FIX] Accounts' main group were not set when the user hadn't enough privileges.
* [FIX] Accounts restoration didn't restore the account's main group.
2015-10-06 19:27:49 +02:00
nuxsmin
0f18a82494 * [FIX] Fixed issue that custom fields data were not encrypted again when master password is changed.
* [ADD] Back button on some modules.
* [ADD] Link to add category from new account form
* [MOD] Disable debugging search queries
2015-10-03 02:51:12 +02:00
nuxsmin
cac63e82a0 * [ADD] Switched to BCRYPT for hashing passwords and key derivation. WARNING: Master password should be reentered by users (you can use a temporary password)
* [MOD] Some tweaks on forms passwords decryption
* [FIX] Fixed issue when blank custom fields are retrieved for an item.
2015-09-30 03:20:56 +02:00
nuxsmin
9cafb219c5 * [ADD] New custom fields feature.
* [MOD] Minor UI tweaks
* [MOD] Updated English translation
* [FIX] Minor bugfixes
2015-08-17 19:38:39 +02:00
nuxsmin
55db818630 * [MOD] CSV import rewritten. More accurate errors and custom field delimiter. 2015-07-19 10:25:19 +02:00
nuxsmin
8907976c86 * [MOD] XML import (work in progress) 2015-07-15 15:19:37 +02:00
nuxsmin
0c03f7de52 * [ADD] New XML export feature with encryption support (still beta). 2015-07-14 02:05:41 +02:00
nuxsmin
7ba7c7e667 * [ADD] Profiles are stored as objects in DB, so it makes more flexible adding new modules without modifying the DB structure. DB upgrade required.
* [ADD] New log class for better action events handling.
* [ADD] New email class which uses Log class attributes for message composing.
* [ADD] New Request class for managing POST/GET requests.
* [MOD] Almost whole session vars are managed through Session class.
* [MOD] Minor fixes on templates
2015-06-29 00:31:50 +02:00
nuxsmin
399e579f9c * [ADD] Fully MVC.
* [ADD] Abstract classes and interfaces for better code structure.
* [MOD] Actions handled as integers not strings and are consistent accross app modules.
* [MOD] Classes' names where modified. Namespaces where added for better handling.
* [ADD] Common exception class for the whole app.
* [ADD] New base file for app initialization.
* [MOD] Speed improvements.
2015-06-21 04:45:55 +02:00
nuxsmin
5f59455eed * [MOD] Change classes' filenames and autoloader.
* [ADD] Detect if zlib compression output is enabled.
2015-05-23 10:43:54 +02:00