Commit Graph

122 Commits

Author SHA1 Message Date
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
nuxsmin
ee7f88d491 * [MOD] Customer list is based on user ACL.
* [MOD] Minor tweaks
2017-01-16 18:00:39 +01:00
nuxsmin
c54d4947a0 * [FIX] Fixed wrong behavior when performing Ajax requests through reverse proxy.
* [MOD] Customer list is based on user ACL.
* [ADD] Logs X-Forwarded-For on login
* [MOD] Minor tweaks
2017-01-16 15:04:48 +01:00
nuxsmin
beaea03041 * [MOD] Update version and code cleanup 2017-01-16 02:31:51 +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
faff6f8fe4 * [FIX] Fixed lagnguage selection for Polish. Related #124. Thanks to @wseredynski
* [ADD] Set fallback locale to en_US
* [MOD] Improved request handling.
* [MOD] Improved saved config parameters handling.
2017-01-14 12:16:07 +01:00
nuxsmin
f768dff795 * [ADD] Added Polish translation. Related #124. Thanks to @wseredynski
* [ADD]  Added Russian translation. Thanks to @titov
* [ADD]  Added Dutch translation. Thanks to @nlmaca
* [ADD]  Added language locale detection at config-info tab
* [MOD] UI tweaks
2017-01-14 01:48:43 +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
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
64efdd7049 * [FIX] Fixed public link view issue 2017-01-12 20:11:06 +01:00
nuxsmin
6a51ecc179 * [FIX] Fixed bug on account creation. Edit user id needed
* [MOD] Improved password generator for MySQL user
* [MOD] UI Tweaks
2017-01-12 17:19:05 +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
f4679c6cd5 * [DEV] Upgrading bugfixes
* [DEV] Updated translations
* [DEV] Minor tweaks
2017-01-11 01:28:34 +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
160945ab89 * [DEV] Improved API handling & bugfixes 2017-01-09 21:00:24 +01:00
nuxsmin
676bbd1e4e * [DEV] Make API JSON-RPC 2.0 compliant
* [DEV] DokuWiki bugfixes
2017-01-09 15:10:18 +01:00
nuxsmin
b65eb89c4f * [DEV] Improved notifications
* [DEV] UI tweaks
2017-01-09 00:43:07 +01:00
nuxsmin
774c1e66e5 * [DEV] Plugins localization
* [DEV] Plugins data reset
2017-01-08 13:31:50 +01:00
nuxsmin
cdd89482c1 * [DEV] Improved XML and CSV imports 2017-01-07 21:47:45 +01:00
nuxsmin
687781a557 * [DEV] Config actions refactoring & code cleanup 2017-01-06 12:06:23 +01:00
nuxsmin
1e71cf3ada * [DEV] Import improvements 2017-01-05 15:00:14 +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
7f99b6eb2b * [DEV] New Plugin infraestructure (work in progress). 2017-01-03 15:02:07 +01:00