Commit Graph

49 Commits

Author SHA1 Message Date
nuxsmin
4eae489280 * [MOD] UI tweaks and set user preferences precedence over global settings. Closes #528 2017-04-26 11:40:33 +02:00
nuxsmin
7bfdb1f45e * [FIX] Solves #533. Fixed capitalized multibyte characters that weren't encoded properly. Thanks to @NickWoo33 for the feedback. 2017-04-26 11:40:32 +02:00
nuxsmin
07e62d4fba * [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
2017-03-14 00:42:43 +01:00
nuxsmin
0339013b47 * [FIX] Parse forwarded IP addresses when getting client IP address. Related #498 2017-03-13 12:01:08 +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
71ed889da3 * [ADD] Added live update for master key changing process. 2017-03-01 01:22:26 +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
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
6ee88bff04 * [ADD] New encryption schema by using Defuse/php-encryption library. WARNING: work in progress 2017-02-19 23:31:04 +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
4ce79a089b * [MOD] Checks for PHP version lower than 7.1
* [MOD] Minor tweaks
2017-02-01 23:39:51 +01:00
nuxsmin
409f17152c * [MOD] Minor tweaks 2017-02-01 10:50:49 +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
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
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
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
4a53280496 * [MOD] Improved linked account list retrieving by using Ajax
* [MOD] Minor tweaks
2017-01-17 18:07:15 +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
47181be2cf * [FIX] Fixed bug on publick link availability detection
* [FIX] Fixed bug on viewing files for account from history
* [FIX] Fixed bug shen showing account request modification data
* [MOD] UI Tweaks
2017-01-13 12:06:56 +01:00
nuxsmin
75e6be4940 * [ADD] Add Public Link notifications 2017-01-12 23:30:19 +01:00
nuxsmin
87cb3c6f6c * [DEV] Bump to 2.0-beta 2017-01-12 02:54:45 +01:00
nuxsmin
f4679c6cd5 * [DEV] Upgrading bugfixes
* [DEV] Updated translations
* [DEV] Minor tweaks
2017-01-11 01:28:34 +01:00
nuxsmin
5c0c57fb3e * [DEV] Preparing for upgrade procedure 2017-01-10 01:36:48 +01:00
nuxsmin
687781a557 * [DEV] Config actions refactoring & code cleanup 2017-01-06 12:06:23 +01:00
nuxsmin
dd0167b28d * [DEV] Import improvements 2017-01-05 13:23:43 +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
f6d9471fc8 * [DEV] UI tweaks. 2016-12-21 21:09:08 +01:00
nuxsmin
cd3dd55446 * [DEV] Minor improvements 2016-11-30 22:23:00 +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
2fabc93f49 * [DEV] UI tweaks 2016-11-24 18:08:48 +01:00
nuxsmin
64eb635baf * [DEV] UI tweaks
* [DEV] Fixed account ACL bug
2016-11-23 02:21:30 +01:00
nuxsmin
de2ee212ab * [DEV] UI tweaks 2016-11-22 02:23:01 +01:00
nuxsmin
e7d1f0b752 * [DEV] New layout based on MDL 2016-11-21 02:28:08 +01:00
nuxsmin
ac27ce91bf * [DEV] LDAP improvements 2016-11-15 18:29:34 +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
5ac0061ab3 * [DEV] Fixes 2016-11-10 18:21:01 +01:00
nuxsmin
29a4897da3 * [DEV] Items actions refactoring
* [DEV] Minor UI tweaks
2016-11-09 01:46:36 +01:00
nuxsmin
3979d28e2d * [DEV] Improved account search handling
* [DEV] Fixed some UI issues
2016-11-02 03:26:21 +01: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