Commit Graph

74 Commits

Author SHA1 Message Date
nuxsmin
42471b4680 * [MOD] Plugins module icon is now on main menu
* [MOD] Code refactoring
2018-08-31 00:11:55 +02:00
nuxsmin
18c87cae08 * [FIX] Fixed wrong behavior when creating a new user and set force password change. Thanks to @vmario89 for the notice. Closes #1025 2018-08-28 01:31:22 +02:00
nuxsmin
7e0785a03e * [FIX] Fixed wrong behavior when clearing event log. Thanks to @vmario89 for the notice. Closes #1026
* [MOD] Moved 3rd party resources (CSS, JS, etc) to vendor directory
* [MOD] Code refactoring
2018-08-28 01:16:40 +02:00
nuxsmin
e92637bccd * [FIX] Fixed wrong behaviour when deleting accounts. The account was not saved into the history.
* [ADD] Accounts can now be restored from history
* [ADD] Unit testing. Work in progress
* [MOD] Improved file handlers
* [MOD] Code refactoring
2018-08-07 21:30:06 +02:00
nuxsmin
a00b1fb3e9 * [ADD] Unit testing. Work in progress
* [MOD] Code refactoring
* [FIX] Minor bugfixes
2018-08-06 10:16:29 +02:00
nuxsmin
fdac95ca97 * [MOD] Moved test files to avoid weird issues with permissions when performing unit tests 2018-07-23 13:43:52 +02:00
nuxsmin
a66f729e82 * [ADD] Custom events can be set on logging and mail handlers 2018-07-12 02:03:01 +02:00
nuxsmin
96eda4f3eb * [MOD] Fixed some issues when running on PHP 7.2. Work in progress 2018-06-28 17:19:30 +02:00
nuxsmin
f3343059eb * [FIX] Fixed wrong behaviour when retrieving account's password history data
* [MOD] Improved accounts ACL behaviour
* [ADD] Unit testing. Work in progress
2018-06-26 01:03:06 +02:00
nuxsmin
f6be0d457e * [FIX] Fixed "Invalid Action" message when importing from LDAP. The security token was not set before submitting the action. Thanks to @Fizard, @Titus1024, @bigturlte, @nikitashestakovs for the feedback. Closes #959 2018-06-19 12:24:11 +02:00
nuxsmin
6439dd037d * [MOD] Improved database handling 2018-06-12 07:54:04 +02:00
nuxsmin
13bc80a4d5 * [FIX] Fixed wrong behaviour when deleting multiple items in a row. Thanks to @Fizard for the feedback. Closes #958
* [MOD] Custom fields data ordering is set by required flag. Thanks to @Fizard for the feedback. Related #957
* [MOD] Tags filtering can now be restricted to either all or any of them. Thanks to @endritius and @Fizard for the feedback. Closes #944
2018-06-07 01:08:04 +02:00
nuxsmin
777b4b6316 * [FIX] Fixed typo when setting linked account. Thanks to @Fizard for the feedback and testing. Closes #921
* [FIX] Fixed missing controllers for accounts management. Thanks to @Fizard for the feedback and testing. Closes #922
2018-04-25 09:56:26 +02:00
nuxsmin
b041720886 * [MOD] Improved help for special paramenters.
* [MOD] Improved UI for mobile browsing.
* [MOD] Improved locale detection.
* [MOD] Minor UI tweaks.
2018-04-14 22:26:30 +02:00
nuxsmin
e105e34078 * [MOD] UI tweaks. 2018-04-14 12:25:48 +02:00
nuxsmin
44f4ebb3ec * [FIX] Fixed public link upgrading issue 2018-04-09 08:16:02 +02:00
nuxsmin
fd14efa5eb * [MOD] Improved tooltip displaying in account search view
* [ADD] Public links are shown in account search view
* [MOD] Code cleanup
2018-04-05 23:52:37 +02:00
nuxsmin
d2dd98e0b4 * [FIX] Fixed wrong behavior when copying account password from history to clipboard. Thanks to @@josedo_3010 for testing! 2018-04-03 20:57:05 +02:00
nuxsmin
a7c48c9393 * [FIX] Fixed upgrading issues.
* [FIX] Fixed CSS issue.
2018-04-03 13:20:34 +02:00
nuxsmin
b9bc1c09e9 * [ADD] Permissions for users and groups on accounts could now be set either for viewing or editing.
* [MOD] Improved account ACL performance
* [MOD] Improved tags and permissions saving behavior
2018-04-02 00:02:24 +02:00
nuxsmin
f678f24f42 * [MOD] UI tweaks on login and password reset views
* [MOD] Improved password fields behavior. New strength level meter, copy to clipboard and password viewer doesn't show up the RSA encrypted text.
2018-03-29 19:41:50 +02:00
nuxsmin
9553a90f88 * [MOD] UI tweaks on login and password reset views
* [MOD] Improved password fields behavior. New strength level meter, copy to clipboard and password viewer doesn't show up the RSA encrypted text.
2018-03-29 19:17:54 +02:00
nuxsmin
9426c8a520 * [ADD] Random generated password length is restricted to 117 bytes because RSA encryption payload max length
* [ADD] Added line breaks for password displaying
2018-03-27 12:22:50 +02:00
nuxsmin
4259b5f2d4 * [ADD] Option for enable/disable account's password expiry date. The expire time could be set too
* [ADD] Random generated passwords can be copied to clipboard
* [ADD] Random generated passwords can be viewed after being generated
* [MOD] Code refactoring
2018-03-26 13:30:42 +02:00
nuxsmin
7b077370c1 * [MOD] Bump build version and stage 2018-03-23 10:45:14 +01:00
nuxsmin
01d0f61bae * [MOD] New look&feel for login page
* [FIX] Minor bugfixes. Thanks to @vmario89 for the feedback!
2018-03-22 23:44:23 +01:00
nuxsmin
c402c028d4 * [FIX] Minor bugfixes
* [MOD] Updated english translation
2018-03-22 11:58:16 +01:00
nuxsmin
5e366dd8c9 * [FIX] Minor bugfixes 2018-03-22 00:42:30 +01:00
nuxsmin
4928f99893 * [MOD] New look&feel for account view
* [MOD] New look&feel for config view
* [FIX] Minor bugfixes
2018-03-22 00:35:09 +01:00
nuxsmin
b7504f9f72 * [ADD] Upgrade process. Work in progress. 2018-03-19 12:32:20 +01:00
nuxsmin
4e5ea8ae43 * [ADD] Upgrade process. Work in progress. 2018-03-19 04:01:48 +01:00
nuxsmin
182735b445 * [MOD] sysPass release status and notices reworked. 2018-03-14 22:29:10 +01:00
nuxsmin
d47b423afb * [ADD] API module. Work in progress. 2018-03-13 13:30:34 +01:00
nuxsmin
4d6104b839 * [ADD] API module. Work in progress.
* [ADD] Upgrade service. Work in progress.
* [MOD] Context based session data. Added collection class to manage session properties.
* [MOD] Code refactoring.
* [MOD] Improved theme icons load by caching objects.
2018-03-13 02:01:09 +01:00
nuxsmin
0845f84f83 * [MOD] Improved mail event handling
* [FIX] Bugfixes. Work in progress
2018-03-08 20:48:52 +01:00
nuxsmin
b223b4f66a * [ADD] Mail configuration check. Work in progress. 2018-03-08 15:55:49 +01:00
nuxsmin
6bd55cce80 * [ADD] Mail configuration check. Work in progress. 2018-03-07 17:12:31 +01:00
nuxsmin
1cb22bdda3 * [MOD] Improved task management
* [MOD] Code refactoring. Work in progress
* [FIX] Bugfixes. Work in progress
2018-03-07 00:01:15 +01:00
nuxsmin
e33ca35aa2 * [MOD] Improved import messages
* [MOD] Improved notifications handler
* [MOD] Code refactoring
* [FIX] Bugfixes
2018-03-06 18:16:07 +01:00
nuxsmin
435bf3b810 * [ADD] Added plugin controller
* [MOD] Code refactoring
* [FIX] Bugfixes
2018-03-06 14:21:45 +01:00
nuxsmin
f821b716e4 * [ADD] Added notifications event handler
* [ADD] Added account acl file based cache
* [ADD] Added deep links
* [FIX] Several bugfixes
2018-03-05 01:33:16 +01:00
nuxsmin
3c4704baa0 * [ADD] Event log handler for processing dispatched events. Work in progress 2018-03-02 01:27:27 +01:00
nuxsmin
29376db56e * [ADD] Preview LDAP items before importing 2018-03-01 23:30:00 +01:00
nuxsmin
e3d64db801 * [ADD] An LDAP filter can be set when importing objects 2018-03-01 15:51:05 +01:00
nuxsmin
3504e66c9c * [MOD] Improved LDAP import
* [ADD] Groups import from LDAP
* [MOD] Improved LDAP auth behavior
* [MOD] Config data is always cloned on every request
* [MOD] Improved non RSA encrypted data detection
* [MOD] Code refactoring
2018-03-01 00:49:00 +01:00
nuxsmin
bfefa194ef * [FIX] Favorite searching 2018-02-28 12:39:12 +01:00
nuxsmin
a045c54a37 * [ADD] Favorite accounts
* [MOD] Code refactoring
2018-02-28 11:14:21 +01:00
nuxsmin
3d555919b4 * [ADD] User's settings module
* [MOD] Code refactoring
* [MOD] JS code refactoring
2018-02-27 13:47:12 +01:00
nuxsmin
407a3f0694 * [ADD] Password reset module. Work in progress
* [ADD] Mail provider. Work in progress
* [MOD] Updated copyright
* [MOD] Improved tracking module
2018-02-27 00:06:59 +01:00
nuxsmin
ed0d95b774 * [ADD] Improved tracking handling.
* [MOD] Improved login process workflow.
2018-02-26 14:10:28 +01:00