Commit Graph

82 Commits

Author SHA1 Message Date
nuxsmin
cd2c0379db * [MOD] Improved plugins manager
* [MOD] Code refactoring and cleanup
* [MOD] Make classes final for performance improvements and avoid some side behaviours
2018-07-28 21:45:49 +02:00
nuxsmin
3e26a1df71 * [ADD] Unit testing. Work in progress
* [MOD] Code refactoring
* [MOD] Make classes final for performance improvements and avoid some side behaviours
2018-07-28 19:15:11 +02:00
nuxsmin
e5c1ad927e * [ADD] Unit testing. Work in progress
* [MOD] Code refactoring
2018-07-26 00:33:48 +02:00
nuxsmin
cf41764c22 * [FIX] Upgraded database schema to enforce constraints in UserToUserGroup table
* [ADD] Unit testing. Work in progress
* [MOD] Code refactoring
2018-07-25 01:03:47 +02:00
nuxsmin
b786f26213 * [ADD] Unit testing. Work in progress
* [MOD] Code refactoring
2018-07-24 23:58:58 +02:00
nuxsmin
0050af5a42 * [ADD] Unit testing. Work in progress
* [MOD] Code refactoring
2018-07-24 23:01:04 +02:00
nuxsmin
0960760532 * [ADD] Updated database structure
* [MOD] Unit testing. Work in progress
2018-07-23 21:52:50 +02:00
nuxsmin
206c0ff7ab * [ADD] Unit testing. Work in progress
* [MOD] Code refactoring
2018-07-23 01:24:41 +02:00
nuxsmin
89bb758916 * [ADD] Unit testing. Work in progress
* [MOD] Code refactoring
2018-07-22 22:26:30 +02:00
nuxsmin
0f2e4e7119 * [ADD] Unit testing. Work in progress
* [MOD] Improved Public Links key generation
* [MOD] Code refactoring
2018-07-22 19:31:00 +02:00
nuxsmin
001d0b02bd * [ADD] Unit testing. Work in progress
* [MOD] Code refactoring
2018-07-21 19:52:36 +02:00
nuxsmin
2434325fad * [ADD] Unit testing. Work in progress
* [FIX] Fixed issue when importing tags from sysPass XML file
* [MOD] Improved XMl error handling
* [MOD] Code refactoring
2018-07-19 23:36:03 +02:00
nuxsmin
833c93bb99 * [ADD] Unit testing. Work in progress
* [ADD] Added verification after XML exporting
* [MOD] Updated EN translations
* [MOD] Code refactoring
2018-07-17 01:31:36 +02:00
nuxsmin
5b0c31a787 * [ADD] Unit testing. Work in progress
* [MOD] Code refactoring
2018-07-16 01:25:47 +02:00
nuxsmin
18bd1766b7 * [ADD] Unit testing. Work in progress
* [MOD] Code refactoring
2018-07-16 01:23:02 +02:00
nuxsmin
d56bc9dad1 * [ADD] Unit testing. Work in progress
* [MOD] Code refactoring
2018-07-16 00:53:19 +02:00
nuxsmin
0b97368f9a * [ADD] Unit testing. Work in progress
* [MOD] Code refactoring
2018-07-14 19:14:22 +02:00
nuxsmin
ed34cbbb05 * [ADD] Unit testing. Work in progress
* [MOD] Code refactoring
2018-07-14 13:31:24 +02:00
nuxsmin
c226829b7e * [ADD] Unit testing. Work in progress 2018-07-11 00:23:29 +02:00
nuxsmin
f764ebbb1e * [ADD] Unit testing. Work in progress
* [MOD] Code refactoring
2018-07-09 01:01:09 +02:00
nuxsmin
53a2552c05 * [ADD] Unit testing. Work in progress
* [MOD] Code refactoring
2018-07-06 00:56:06 +02:00
nuxsmin
0bfebd636a * [ADD] Unit testing. Work in progress
* [MOD] Code refactoring and minor bugfixes
2018-07-04 01:52:13 +02:00
nuxsmin
02f3498eda * [ADD] Unit testing. Work in progress
* [ADD] Added trasient data collection to context
* [MOD] Code refactoring and minor bugfixes
2018-07-03 00:53:51 +02:00
nuxsmin
e78f853a79 * [ADD] Unit testing. Work in progress
* [MOD] Code refactoring and minor bugfixes
2018-07-02 01:18:41 +02:00
nuxsmin
ae8f6ff7fe * [ADD] Unit testing. Work in progress 2018-06-28 23:45:31 +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
7e8ab8c1f3 * [FIX] Fixed issue when creating public links from links management
* [FIX] Fixed issue when resetting a user's password
* [MOD] Code refactoring
* [ADD] Unit tests. Work in progress
2018-06-18 01:10:05 +02:00
nuxsmin
de115116bf * [FIX] Fixed issue when displaying custom field of type password
* [MOD] Code refactoring
* [ADD] Unit tests. Work in progress
2018-06-14 00:19:30 +02:00
nuxsmin
9c63f47e17 * [FIX] Fixed issue when displaying custom field of type password
* [FIX] Fixed wrong behaviour when ordering custom field by required option. Thanks to @Fizard for the feedback. Related #957
* [MOD] Code refactoring
* [ADD] Unit tests. Work in progress
2018-06-13 00:19:48 +02:00
nuxsmin
6439dd037d * [MOD] Improved database handling 2018-06-12 07:54:04 +02:00
nuxsmin
0096963131 * [MOD] Improved repositories behaviour and code refactoring.
* [ADD] Added more unit tests. Work in progress.
* [FIX] Fixed wrong behaviour when updating an LDAP user. Related #950. Thanks to @Fizard for the feedback.
2018-06-12 01:36:28 +02:00
nuxsmin
5a3834761a * [MOD] Improved repositories behaviour and code refactoring. 2018-06-09 11:50:48 +02:00
nuxsmin
9707b9961f * [FIX] Fixed wrong behaviour when building the tags counter from the database items. Thanks to @Fizard for the feedback. Closes #963 2018-06-09 11:49:58 +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
addeccec94 * [ADD] Unit testing. Work in progress.
* [MOD] Added some connection options to MySQL handler
2018-06-02 22:15:45 +02:00
nuxsmin
37694928f1 * [ADD] Unit testing. Work in progress. 2018-06-01 23:13:54 +02:00
nuxsmin
ea8baebf37 * [ADD] Unit testing. Work in progress.
* [MOD] Improved accounts search filtering by using an operator (AND/OR) for searching filters. The operator will work on any filter field set (text, client, category and tags).
2018-05-31 01:38:55 +02:00
nuxsmin
1941c89241 * [ADD] Unit testing. Work in progress.
* [FIX] Fixed wrong behavior when deleting accounts in batch mode.
2018-05-29 23:38:33 +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
3c81c1ffee * [FIX] Fixed wrong behavior when adding/updating user data with SSO login turned on. Thanks to @Xumeiquer for the feedback an testing. Related #908 2018-04-14 10:52:27 +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
56b8608610 * [ADD] Added option to set unencrypted custom fields. 2018-04-02 23:48:59 +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
e484fb74a7 * [MOD] UI tweaks for improving the context help displaying for the options.
* [MOD] Improved user tab.
* [ADD] Added usage detail for users
2018-03-31 15:07:42 +02:00
nuxsmin
317f3ba81c * [ADD] Improved group information by listing the users who are using the group.
* [MOD] Minor UI tweaks
2018-03-30 21:50:22 +02:00
nuxsmin
8185d76e94 * [ADD] Improved special parameters searching. Parameters can nested, an operator (and/or) could be set and the search string is taken into account.
* [MOD] PHP 7 is required because sysPass is committed to avoid using old software versions and take advantage of new features from latest versions.
2018-03-30 15:25:43 +02:00
nuxsmin
0f228e39da * [FIX] Minor bugfixes
* [MOD] Updated english translation
2018-03-21 14:20:25 +01:00
nuxsmin
abff45cb91 * [MOD] Allow config data updates without saving
* [FIX] Fixed issue when using special searches
* [FIX] Minor bugfixes
2018-03-20 22:56:27 +01:00
nuxsmin
4e5ea8ae43 * [ADD] Upgrade process. Work in progress. 2018-03-19 04:01:48 +01:00
nuxsmin
f4ed93a621 * [ADD] Upgrade process. Work in progress. 2018-03-17 13:26:38 +01:00