Commit Graph

59 Commits

Author SHA1 Message Date
nuxsmin
8f10347cae * [MOD] Improved initialization for detecting wrong PHP version.
* [ADD] A message will be shown when the browser does not support clipboard actions.
2017-03-20 23:38:13 +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
6f821c2337 * [ADD] Added session data encryption. 2017-03-04 13:16:21 +01:00
nuxsmin
71ed889da3 * [ADD] Added live update for master key changing process. 2017-03-01 01:22:26 +01:00
nuxsmin
29ef10f946 * [ADD] Added live update for master key changing process. 2017-02-27 03:48:58 +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
28afca032d * [ADD] New encryption schema by using Defuse/php-encryption library. WARNING: work in progress 2017-02-20 18:40:51 +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
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
7d64b83655 * [MOD] Show translated messages when some errors are thrown 2017-02-14 17:53:47 +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
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
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
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
03ed3ea1f7 * [MOD] Improved logging messages handling. 2017-01-16 01:53:42 +01:00
nuxsmin
931e3e75d5 * [MOD] Event logs are now logged in app lagnguage instead of user language.
* [MOD] Improved actions handling.
* [FIX] Minor bugfixes.
2017-01-15 22:33:11 +01:00
nuxsmin
28b315755f * [FIX] Fixed DB structure
* [MOD] Improved config upgrade
2017-01-12 14:29:10 +01:00
nuxsmin
87cb3c6f6c * [DEV] Bump to 2.0-beta 2017-01-12 02:54:45 +01:00
nuxsmin
69fee2b6b8 * [DEV] Upgrading bugfixes 2017-01-11 18:20:45 +01:00
nuxsmin
6b54b6fbbc * [DEV] Preparing for upgrade 2017-01-10 19:26:32 +01:00
nuxsmin
5c0c57fb3e * [DEV] Preparing for upgrade procedure 2017-01-10 01:36:48 +01:00
nuxsmin
bf34797301 * [DEV] Plugin bugfix
* [DEV] UI tweaks
2017-01-09 16:54:44 +01:00
nuxsmin
a5ae9182fa * [DEV] New Plugin achitecture (work in progress).
* [DEV] New Notifications feature (work in progress).
* [DEV] Code cleanup
2017-01-05 02:36:13 +01:00
nuxsmin
b33619c296 * [DEV] New Plugin infraestructure (work in progress). 2017-01-04 14:02:22 +01:00
nuxsmin
35f38265c2 * [DEV] New Plugin achitecture (work in progress) 2017-01-03 00:02:42 +01:00
nuxsmin
4280b9ec2f * [DEV] Fixed DB structure & UI tweaks 2016-12-31 12:52:01 +01:00
nuxsmin
0dbbdca9c3 * [DEV] New API methods and improvements (work in progress) 2016-12-26 13:56:15 +01:00
nuxsmin
1f2195d585 * [DEV] Plugins interface (work in progress) 2016-11-30 00:54:58 +01:00
nuxsmin
d470e07b9e * [DEV] Plugins interface (work in progress) 2016-11-29 18:29:54 +01:00
nuxsmin
3e699debf2 * [DEV] UI tweaks
* [DEV] Fixed eventlog pager issue
2016-11-27 19:45:57 +01:00
nuxsmin
7c14083cce * [DEV] Fixed installer UI
* [DEV] Fixed installer issue when saving database password
* [DEV] Added language setting on installer
2016-11-26 14:55:50 +01:00
nuxsmin
8823d682ee * [DEV] Auth process refactoring.
* [DEV] Fixed 2FA issue
* [DEV] Fixed user preferences issue
2016-11-17 00:48:38 +01:00
nuxsmin
5884a410a6 * [DEV] Session methods refactoring.
* [DEV] Items controllers refactoring.
* [DEV] Date picker improvements: language and timezone
* [DEV] Improved internal session user's data handling.
* [DEV] Improved internal account data handling.
* [DEV] Fixed account updating.
* [DEV] Fixed account password view.
2016-11-14 02:33:16 +01:00
nuxsmin
63dfbcab4d * [DEV] Installer fixes
* [DEV] DB structure and update fixes
* [DEV] Enabled PDO:ATTR_EMULATE_PREPARES
2016-11-05 20:17:31 +01:00
nuxsmin
2eb72d0893 * [DEV] Improved account search handling 2016-11-02 23:35:32 +01:00
nuxsmin
3979d28e2d * [DEV] Improved account search handling
* [DEV] Fixed some UI issues
2016-11-02 03:26:21 +01:00
nuxsmin
3d0063acf9 * [DEV] Fixed duplicated XML tags when saving config 2016-10-28 13:55:57 +02:00
nuxsmin
6caa4a02f4 * [DEV] Improved installer by using AJAX
* [DEV] Bugfixes
2016-10-27 23:27:35 +02:00
nuxsmin
50f466ec44 * [DEV] WORK IN PROGRESS: Fixed installer 2016-10-27 17:18:58 +02:00
nuxsmin
186b1eb991 * [DEV] WORK IN PROGRESS: JavaScript rewritten. 2016-10-27 01:04:00 +02:00
nuxsmin
e41bbd5dab * [ADD] Added singleton factory to improve classes instances handling.
* [MOD] (Work in progress) Reallocating classes and new data model to access items data.
* [MOD] Improved installer internal handling.
* [FIX] Minor bugfixes.
2016-05-02 13:04:46 +02:00
nuxsmin
2ba46ddd10 * [MOD] (Work in progress) Reallocating classes and new data model to access items data. 2016-03-14 22:30:42 +01:00
nuxsmin
c9243cdd48 * [ADD] New accounts tags feature. You can now add and perform searches filtering by tags.
* [MOD] Changed select boxes behavior (work in progress). jQuery chosen plugin has been replaced by selectize.js
2016-03-01 00:54:54 +01:00
nuxsmin
7d3e58b089 * [MOD] Improved API access rights.
* [MOD] Improved accounts search methods.
* [MOD] Improved Json responses meanagement.
* [FIX] Fixed 2FA login issue. Thanks to @ManuDominguez
2016-02-07 13:30:14 +01:00