Commit Graph

  • 0b97368f9a * [ADD] Unit testing. Work in progress * [MOD] Code refactoring nuxsmin 2018-07-14 19:14:22 +02:00
  • ed34cbbb05 * [ADD] Unit testing. Work in progress * [MOD] Code refactoring nuxsmin 2018-07-14 13:31:24 +02:00
  • a66f729e82 * [ADD] Custom events can be set on logging and mail handlers nuxsmin 2018-07-12 02:03:01 +02:00
  • 3f4de88e4d * [ADD] Added SQL logging when debug is enabled. nuxsmin 2018-07-12 01:33:22 +02:00
  • 5ea930c0bc * [FIX] Fixed wrong behavior when analyzing an array from a request. * [ADD] Added SQL logging when debug is enabled. nuxsmin 2018-07-12 01:24:52 +02:00
  • 1cccd52c85 * [FIX] Closes #920. Fixed wrong behaviour when generating a temporary master password. The encrypted password was not saved. Thanks to @Fizard for the feedback. * [FIX] Fixed issue on unit testing environment. 3.0.0.18071101-beta nuxsmin 2018-07-11 01:34:37 +02:00
  • c226829b7e * [ADD] Unit testing. Work in progress nuxsmin 2018-07-11 00:23:29 +02:00
  • 81569a06f9 * [ADD] Unit testing. Work in progress * [MOD] Improved backup process. Work in progress nuxsmin 2018-07-10 00:58:54 +02:00
  • ff8713768d * [FIX] #987. Fixed regex pattern for parsing ldap server data. Thanks to @deajan for the feedback. nuxsmin 2018-07-09 23:52:04 +02:00
  • 1e6096e974 * [ADD] Unit testing. Work in progress * [MOD] Code refactoring nuxsmin 2018-07-09 01:06:52 +02:00
  • f764ebbb1e * [ADD] Unit testing. Work in progress * [MOD] Code refactoring nuxsmin 2018-07-09 01:01:09 +02:00
  • a97b92131f * [ADD] Added URI signature for JS and CSS resources * [MOD] Improved requests handling. It makes them more testing friendly * [MOD] Code refactoring nuxsmin 2018-07-08 23:05:30 +02:00
  • 53a2552c05 * [ADD] Unit testing. Work in progress * [MOD] Code refactoring nuxsmin 2018-07-06 00:56:06 +02:00
  • 997d674939 * [ADD] Unit testing. Work in progress * [MOD] Code refactoring nuxsmin 2018-07-05 00:55:46 +02:00
  • c60bf30523 * [ADD] Added FileLogHandler to send events to a file * [MOD] Code refactoring and minor bugfixes nuxsmin 2018-07-04 02:31:29 +02:00
  • 0bfebd636a * [ADD] Unit testing. Work in progress * [MOD] Code refactoring and minor bugfixes nuxsmin 2018-07-04 01:52:13 +02:00
  • 02f3498eda * [ADD] Unit testing. Work in progress * [ADD] Added trasient data collection to context * [MOD] Code refactoring and minor bugfixes nuxsmin 2018-07-03 00:53:51 +02:00
  • 283fc83a6b * [ADD] Unit testing. Work in progress * [MOD] Code refactoring and minor bugfixes nuxsmin 2018-07-02 01:22:58 +02:00
  • e78f853a79 * [ADD] Unit testing. Work in progress * [MOD] Code refactoring and minor bugfixes nuxsmin 2018-07-02 01:18:41 +02:00
  • 0e32783897 * [MOD] Merge pull request #824 from vmario89/master RubénD 2018-06-29 08:04:17 +02:00
  • ae8f6ff7fe * [ADD] Unit testing. Work in progress nuxsmin 2018-06-28 23:45:31 +02:00
  • 96eda4f3eb * [MOD] Fixed some issues when running on PHP 7.2. Work in progress nuxsmin 2018-06-28 17:19:30 +02:00
  • f3343059eb * [FIX] Fixed wrong behaviour when retrieving account's password history data * [MOD] Improved accounts ACL behaviour * [ADD] Unit testing. Work in progress nuxsmin 2018-06-26 01:03:06 +02:00
  • 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 nuxsmin 2018-06-19 12:24:11 +02:00
  • 12dc771f84 * [FIX] Fixed annoying issue when installing sysPass for the first time. It shouldn't require any upgrade. * [MOD] Bump version&build numbers 2.1.16.18061901 nuxsmin 2018-06-19 02:27:28 +02:00
  • 21e130185c * [FIX] Fixed issue when rendering password option on installation page. Thanks to @vmario89 for the feedback. Closes #829 nuxsmin 2018-06-19 02:23:00 +02:00
  • 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 nuxsmin 2018-06-19 02:02:50 +02:00
  • 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 nuxsmin 2018-06-18 01:10:05 +02:00
  • de115116bf * [FIX] Fixed issue when displaying custom field of type password * [MOD] Code refactoring * [ADD] Unit tests. Work in progress nuxsmin 2018-06-14 00:19:30 +02:00
  • 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 nuxsmin 2018-06-13 00:19:48 +02:00
  • 6439dd037d * [MOD] Improved database handling nuxsmin 2018-06-12 07:54:04 +02:00
  • 1585417425 * [FIX] Fixed issue when displaying pager for grid results. nuxsmin 2018-06-12 02:03:42 +02:00
  • c2b40da860 * [FIX] Fixed issue when retrieving the public link for an account nuxsmin 2018-06-12 01:57:35 +02:00
  • 0bd2b2b2e3 * [FIX] Fixed wrong theme listing. Close #962. Thanks to @Fizard for the feedback and patch. nuxsmin 2018-06-12 01:42:32 +02:00
  • 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. nuxsmin 2018-06-12 01:36:28 +02:00
  • 5a3834761a * [MOD] Improved repositories behaviour and code refactoring. nuxsmin 2018-06-09 11:50:48 +02:00
  • 9707b9961f * [FIX] Fixed wrong behaviour when building the tags counter from the database items. Thanks to @Fizard for the feedback. Closes #963 nuxsmin 2018-06-09 11:49:58 +02:00
  • 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 nuxsmin 2018-06-07 01:08:04 +02:00
  • 3ea32cc1d9 * [ADD] Unit testing. Work in progress. nuxsmin 2018-06-03 21:16:46 +02:00
  • 61f4f2315a * [ADD] Unit testing. Work in progress. * [MOD] Added some connection options to MySQL handler nuxsmin 2018-06-02 22:26:25 +02:00
  • 0dd5cea67f * [ADD] Unit testing. Work in progress. * [MOD] Added some connection options to MySQL handler nuxsmin 2018-06-02 22:19:14 +02:00
  • addeccec94 * [ADD] Unit testing. Work in progress. * [MOD] Added some connection options to MySQL handler nuxsmin 2018-06-02 22:15:45 +02:00
  • 37694928f1 * [ADD] Unit testing. Work in progress. nuxsmin 2018-06-01 23:13:54 +02:00
  • 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). nuxsmin 2018-05-31 01:38:55 +02:00
  • 6d5d823681 * [FIX] Fixed issue when encrypting data because the encryption library requires a string type argument for the data encrypted. Thanks to @fizard for the feedback. Closes #946 nuxsmin 2018-05-30 17:09:02 +02:00
  • 1941c89241 * [ADD] Unit testing. Work in progress. * [FIX] Fixed wrong behavior when deleting accounts in batch mode. nuxsmin 2018-05-29 23:38:33 +02:00
  • 3014c666a3 * [FIX] Fixed wrong behavior when decrypting encrypted data, because it was unlocking the encryption key twice. Thanks to @fizard for the feedback. Related #928 nuxsmin 2018-05-29 15:39:40 +02:00
  • 78429052b9 * [FIX] Related #928. Fixed wrong regex when setting LDAP server using an URL. Thanks to @lcuervott for the feedback and testing. nuxsmin 2018-05-29 02:53:41 +02:00
  • 6986507ae1 * [ADD] Unit testing. Work in progress. * [MOD] Improved XML file handling. * [MOD] Improved file handling. nuxsmin 2018-05-29 02:34:41 +02:00
  • a2b9a42405 * [FIX] Related #928. Fixed wrong behavior when creating either LDAP or SSO users from login. Thanks to @Fizard and @lcuervott for the feedback and testing. nuxsmin 2018-05-29 02:31:55 +02:00
  • b4d05d1ef6 Merge remote-tracking branch 'origin/devel-3.0' into devel-3.0 nuxsmin 2018-05-28 03:01:43 +02:00
  • 379293e7d8 * [ADD] Unit testing. Work in progress. * [MOD] Improved XML file handling. nuxsmin 2018-05-28 03:01:31 +02:00
  • 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 3.0.0.18042501-beta nuxsmin 2018-04-25 09:56:26 +02:00
  • fe27110905 * [MOD] Improved session encryption by saving the encryption key on the server instead of browser cookie. Note: the encryption key has always been stored using encryption, this MOD only sets where the vault with the key is stored and the algorithm used to get the password for the key. nuxsmin 2018-04-20 02:03:13 +02:00
  • b041720886 * [MOD] Improved help for special paramenters. * [MOD] Improved UI for mobile browsing. * [MOD] Improved locale detection. * [MOD] Minor UI tweaks. nuxsmin 2018-04-14 22:26:30 +02:00
  • e105e34078 * [MOD] UI tweaks. nuxsmin 2018-04-14 12:25:48 +02:00
  • 728023adbf Merge remote-tracking branch 'origin/devel-3.0' into devel-3.0 nuxsmin 2018-04-14 10:52:41 +02:00
  • 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 nuxsmin 2018-04-14 10:52:27 +02:00
  • 0ca602d61a * [MOD] Improved database upgrade script nuxsmin 2018-04-10 17:32:29 +02:00
  • cec1708b70 * [MOD] Improved database upgrade script nuxsmin 2018-04-09 14:15:41 +02:00
  • 44f4ebb3ec * [FIX] Fixed public link upgrading issue nuxsmin 2018-04-09 08:16:02 +02:00
  • f530ffff1e * [MOD] Warns about unencrypted data in encrypted custom fields nuxsmin 2018-04-06 00:31:46 +02:00
  • 86d920787f * [MOD] Warns about unencrypted data in encrypted custom fields nuxsmin 2018-04-06 00:28:23 +02:00
  • 704fc493d1 * [MOD] Warns about unencrypted data in encrypted custom fields nuxsmin 2018-04-06 00:23:20 +02:00
  • 806368e901 * [MOD] Improved tooltip displaying in account search view * [ADD] Public links are shown in account search view * [MOD] Code cleanup nuxsmin 2018-04-05 23:55:35 +02:00
  • fd14efa5eb * [MOD] Improved tooltip displaying in account search view * [ADD] Public links are shown in account search view * [MOD] Code cleanup nuxsmin 2018-04-05 23:52:37 +02:00
  • cf611be37c * [MOD] Improved upgrading process nuxsmin 2018-04-05 22:27:54 +02:00
  • 65b4929956 Update README.md RubénD 2018-04-04 08:19:59 +02:00
  • a6589d976c Update README.md RubénD 2018-04-04 08:19:30 +02:00
  • d2dd98e0b4 * [FIX] Fixed wrong behavior when copying account password from history to clipboard. Thanks to @@josedo_3010 for testing! nuxsmin 2018-04-03 20:57:05 +02:00
  • a7c48c9393 * [FIX] Fixed upgrading issues. * [FIX] Fixed CSS issue. 3.0.0.18040302-beta nuxsmin 2018-04-03 13:20:34 +02:00
  • b5a25cd3e9 * [MOD] Improved account actions bar nuxsmin 2018-04-03 00:49:24 +02:00
  • 56b8608610 * [ADD] Added option to set unencrypted custom fields. nuxsmin 2018-04-02 23:48:59 +02:00
  • 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 nuxsmin 2018-04-02 00:02:24 +02:00
  • be82723788 * [MOD] Improved special searching parameters behavior nuxsmin 2018-03-31 15:14:53 +02:00
  • e484fb74a7 * [MOD] UI tweaks for improving the context help displaying for the options. * [MOD] Improved user tab. * [ADD] Added usage detail for users nuxsmin 2018-03-31 15:07:42 +02:00
  • f59611a17a * [ADD] Improved group information by listing the users who are using the group. * [MOD] Minor UI tweaks nuxsmin 2018-03-30 22:30:57 +02:00
  • 9511953acb * [ADD] Improved group information by listing the users who are using the group. * [MOD] Minor UI tweaks nuxsmin 2018-03-30 22:24:30 +02:00
  • 317f3ba81c * [ADD] Improved group information by listing the users who are using the group. * [MOD] Minor UI tweaks nuxsmin 2018-03-30 21:50:22 +02:00
  • 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. 3.0.0.18033001-beta nuxsmin 2018-03-30 15:25:43 +02:00
  • 1098ec93ef * [MOD] Allow to deselect secutiry options in mail configuration tab. Closes #851. Thanks to @vmario89 for the feedback! nuxsmin 2018-03-29 21:49:37 +02:00
  • 66753ec879 * [MOD] Improved account search header alignment to fit on displayed results. Related #884, #605 nuxsmin 2018-03-29 21:41:28 +02:00
  • fcb6da585b * [MOD] Added LANGUAGE environment variable when setting up locale. Related #900. Thanks to @willw-carallon for the contribution! nuxsmin 2018-03-29 21:06:12 +02:00
  • 596f67ceed * [ADD] Show up account ID within details tab. Related #864 * [ADD] New special filter by account ID. Related #864 nuxsmin 2018-03-29 20:58:25 +02:00
  • 1e426bc441 * [MOD] UI tweaks. Closes #901. Thanks to @vmario89 for the feedback! nuxsmin 2018-03-29 20:21:46 +02:00
  • a0d2de9e35 * [MOD] UI tweaks nuxsmin 2018-03-29 20:16:33 +02:00
  • 0418fbf299 * [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. nuxsmin 2018-03-29 19:52:52 +02:00
  • ca68d25b3f * [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. nuxsmin 2018-03-29 19:46:44 +02:00
  • 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. nuxsmin 2018-03-29 19:41:50 +02:00
  • 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. nuxsmin 2018-03-29 19:17:54 +02:00
  • d7c8daf0ff * [MOD] UI tweaks on login and password reset views nuxsmin 2018-03-28 12:36:46 +02:00
  • 4b45e206c9 * [ADD] Random generated password length is restricted to 117 bytes because RSA encryption payload max length. Thanks to @vmario89 for the feedback! * [ADD] Added line breaks for password displaying nuxsmin 2018-03-27 12:30:49 +02:00
  • 9426c8a520 * [ADD] Random generated password length is restricted to 117 bytes because RSA encryption payload max length * [ADD] Added line breaks for password displaying 3.0.0.18032701-beta nuxsmin 2018-03-27 12:22:50 +02:00
  • ca362bfda2 * [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 nuxsmin 2018-03-26 13:43:40 +02:00
  • cf69b34fe6 * [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 nuxsmin 2018-03-26 13:40:55 +02:00
  • 73bcfbe825 * [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 nuxsmin 2018-03-26 13:39:04 +02:00
  • 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 nuxsmin 2018-03-26 13:30:42 +02:00
  • 97eb36c358 * [FIX] Wrong behavior when getting actions in database error page. nuxsmin 2018-03-26 00:53:11 +02:00
  • 09d2c7f604 * [ADD] Direct linking available * [FIX] Minor bugfixes nuxsmin 2018-03-25 14:22:31 +02:00
  • be55ec8083 * [ADD] Direct linking available * [FIX] Minor bugfixes nuxsmin 2018-03-25 13:40:53 +02:00