54 Commits

Author SHA1 Message Date
nuxsmin
f3f6f1bb89 * [FIX] Fixed issue with timezone conversion to UNIX time. Thanks to @dvdfabian for the feedback. Closes #858 #871
* [FIX] Fixed issue with LDAP email address when it returns more than one result. Thanks to @dvdfabian and @mymasse for the feedback. Closes #967 #855
* [FIX] Fixed issue when setting language environment variable on some OS. Thanks to @willw-carallon for the feedback. Closes #900
* [FIX] Fixed issue when performing LDAP group lookup. Thank to @dvdfabian for the feedback. Closes #853
* [MOD] Improved behaviour on input of type multiple. Thanks to @vmario89 for the feedback. Closes #839
* [MOD] Deleted unused variable in css.php file. Thanks to @cney for the feedback. Closes #801
* [FIX] Fixed wrong field definition for accHistory.notes. Thanks to @katstei for the feedback. Closes #764
2018-06-19 02:02:50 +02:00
nuxsmin
58e902ae0a * [FIX] Fixed DB password field length for accounts history data. 2017-03-14 22:07:55 +01:00
nuxsmin
c2cde9795e * [FIX] FIxed DB password field length for accounts history data. 2017-03-14 16:53:54 +01:00
nuxsmin
19e8b4dc0e * [ADD] Added session data encryption.
* [MOD] Improved version control. Related #276
2017-03-06 00:57:33 +01:00
nuxsmin
c9b36bc772 * [FIX] Fixed issue when user changes its password
* [FIX] Fixed issue when using temporary master password
* [MOD] Updated translations
2017-03-01 03:34:02 +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
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
fd7d0023a3 * [MOD] Improved upgrading process. Orphaned items would be created if IDs are not set. 2017-02-24 14:11:52 +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
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
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
cfe50aa9e6 * [MOD] Improved upgrading process by doing some DDL tasks on the first step.
* [FIX] Fixed memory exaust when logging data to the DB.
* [FIX] Fixed installation when an existing XML is found.
* [FIX] Fixed form validation when an account is being created and it's linked to other one. Thanks to @TheMengzor for the feedback. Closes #451
2017-02-20 02:22:06 +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
42af032550 * [MOD] Include NULL rows on updating queries 2017-02-16 18:02:41 +01:00
nuxsmin
295a29f2b3 * [MOD] Removed index removal from DB upgrade. 2017-02-15 22:47:56 +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
a5358476ab * [FIX] Solved weird issue when connecting to MySQL DB after a successful installation. Solves #382 2017-01-23 23:50: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
bf5a26f2f3 * [MOD] Code cleanup 2017-01-18 01:25:32 +01:00
nuxsmin
ef5007704b * [MOD] UI tweaks
* [MOD] Updated DB structure
* [MOD] Updated build number
2017-01-17 23:45:48 +01:00
nuxsmin
c4dc7c5f41 * [ADD] New account private group feature (work in progress) 2017-01-17 18:37:10 +01:00
nuxsmin
721355b03b * [ADD] New account private group feature. 2017-01-17 18:36:28 +01:00
nuxsmin
ea92e3c082 * [FIX] Fixed bug on account creation. Auto increment was not set on DB id column 2017-01-13 14:06:40 +01:00
nuxsmin
d98fe34f58 * [FIX] Fixed bug on account creation. Auto increment was not set on DB id column 2017-01-13 14:02:00 +01:00
nuxsmin
28b315755f * [FIX] Fixed DB structure
* [MOD] Improved config upgrade
2017-01-12 14:29:10 +01:00
nuxsmin
4f65c36bce * [FIX] Upgrading issues 2017-01-12 13:23:00 +01:00
nuxsmin
a084f4f8ae * [FIX] Upgrading issues 2017-01-12 09:37:50 +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
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
7f99b6eb2b * [DEV] New Plugin infraestructure (work in progress). 2017-01-03 15:02:07 +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
0684042ee8 * [DEV] Fixed DB structure 2016-12-31 12:06:14 +01:00
nuxsmin
f3bbf32ccf * [DEV] Fix DB structure typo 2016-12-30 14:55:30 +01:00
nuxsmin
b993de545f * [DEV] Fixed DB structure
* [DEV] Language tweak for logging
* [DEV] Updated version
2016-12-30 01:43:29 +01:00
nuxsmin
0dbbdca9c3 * [DEV] New API methods and improvements (work in progress) 2016-12-26 13:56:15 +01:00
nuxsmin
8b0e49b283 * [DEV] Fixed issue on custom fields
* [DEV] Updated translation
2016-12-22 02:30:05 +01:00
nuxsmin
a0a23d6cc0 * [DEV] Add new feature. Linked accounts are now available.
* [DEV] DB improvements
2016-12-22 01:56:24 +01:00
nuxsmin
db6f58e642 * [DEV] Fixed issue when saving custom fields. 2016-11-30 21:00:32 +01:00
nuxsmin
f3caa69577 * [DEV] Fixes 2016-11-09 15:50:05 +01:00
nuxsmin
29a4897da3 * [DEV] Items actions refactoring
* [DEV] Minor UI tweaks
2016-11-09 01:46:36 +01:00
nuxsmin
ffe2165d3f * [DEV] Improved search filters
* [DEV] Fixed public links searching
2016-11-07 18:29:16 +01:00
nuxsmin
44fdb6b79e * [DEV] Closes #121. New password expiration time feature. 2016-11-07 02:37:22 +01:00
nuxsmin
078283732c * [DEV] Closes #229. Private accounts available. 2016-11-06 14:08:10 +01:00