Commit Graph

48 Commits

Author SHA1 Message Date
Rubén D
e64897855a * [ADD] Master password update CLI command and tests.
* [MOD] Code refactoring.

Signed-off-by: Rubén D <nuxsmin@syspass.org>
2021-09-27 00:20:24 +02:00
Rubén D
9d103ecde4 * [ADD] Bump PHP required version to 7.4
Signed-off-by: Rubén D <nuxsmin@syspass.org>
2021-09-26 18:48:05 +02:00
Rubén D
600c398bb8 * [ADD] Install CLI command tests.
* [MOD] Install CLI command refactoring.
* [MOD] Minor code tweaks.

Signed-off-by: Rubén D <nuxsmin@syspass.org>
2021-09-19 21:32:34 +02:00
Rubén D
b1f76654cd * [ADD] CLI module with install command
Signed-off-by: Rubén D <nuxsmin@syspass.org>
2021-01-19 08:23:53 +01:00
Rubén D
8e96ec4285 * [MOD] Code refactoring by enforcing type checks (WIP)
* [MOD] Update dependencies

Signed-off-by: Rubén D <nuxsmin@syspass.org>
2021-01-17 14:56:56 +01:00
Rubén D
e2885bcb76 * [MOD] Update PHPunit to latest version.
* [MOD] Load fixtures using plain SQL files.
* [MOD] Raise PHP version requirements (7.2 will be deprecated within a month).

Signed-off-by: Rubén D <nuxsmin@syspass.org>
2020-12-09 12:03:13 +01:00
Rubén D
fe99dbaa09 * [MOD] Update Authenticator plugin version to develop
* [ADD] Include CI for develop branch

Signed-off-by: Rubén D <nuxsmin@syspass.org>
2020-12-08 10:54:36 +01:00
Rubén D
896d9fd3ad * [MOD] Deprecate PHP versions below 7.2 since they are no longer supported by PHP and Travis CI tests are not performed for them. https://www.php.net/supported-versions.php
* [MOD] Improve internal config handling. No more properties visibility tweaks.
* [MOD] Updated dependencies.

Signed-off-by: Rubén D <nuxsmin@syspass.org>
2020-12-07 19:37:00 +01:00
Rubén D
3bcf2e0b4d * [ADD] Include custom field in API response. Thanks to @sf32738 for the feedback. Closes #1388.
Signed-off-by: Rubén D <nuxsmin@syspass.org>
2020-01-11 20:50:09 +01:00
Rubén D
a07318fa8c * [ADD] Use phpdotenv for loading variables from environment files
Signed-off-by: Rubén D <nuxsmin@syspass.org>
2020-01-08 14:02:02 +01:00
Rubén D
342bcab99e * [ADD] Use phpdotenv for loading variables from environment files
Signed-off-by: Rubén D <nuxsmin@syspass.org>
2020-01-08 14:00:30 +01:00
Rubén D
5eaaac4659 * [MOD] Skip ext-xdebug from composer required extensions
* [MOD] Added PHP 7.3 to composer version matrix

Signed-off-by: Rubén D <nuxsmin@syspass.org>
2019-08-20 19:43:16 +02:00
Rubén D
ceab42987e * [FIX] Wrong CSV MIME type
* [MOD] Added CSV MIME type
* [MOD] Updated composer lock file
* [MOD] Bump to v3.1

Signed-off-by: Rubén D <nuxsmin@syspass.org>
2019-08-18 22:02:58 +02:00
Rubén D
3f79d69336 * [FIX] Wrong URL when application URL setting is set. Thanks to @kalxasus for the notice. Closes #1395
* [MOD] Update Authenticator version in composer.json

Signed-off-by: Rubén D <nuxsmin@syspass.org>
2019-07-20 23:30:47 +02:00
Rubén D
f1d9230554 * [FIX] Wrong behavior when checking saved search filters in context. Thanks to @fprina for the feedback. Related #1178
Signed-off-by: Rubén D <nuxsmin@syspass.org>
2019-01-19 09:38:54 +01:00
nuxsmin
a1639fdf47 * [ADD] Added more unit tests
* [MOD] Improved file cache handling

Signed-off-by: nuxsmin <nuxsmin@syspass.org>
2018-11-11 12:09:58 +01:00
nuxsmin
305d4de16f * [MOD] Switched base language over to English
Signed-off-by: nuxsmin <nuxsmin@syspass.org>
2018-11-05 00:03:37 +01:00
nuxsmin
3ec0cb2c5e * [MOD] Added required library for debugging
Signed-off-by: nuxsmin <nuxsmin@syspass.org>
2018-11-02 03:05:19 +01:00
nuxsmin
e0263f8f46 * [FIX] Fixed issue when unserializing non-object data
Signed-off-by: nuxsmin <nuxsmin@syspass.org>
2018-11-02 02:36:41 +01:00
nuxsmin
59de1c4d00 * [MOD] Improved database checking
* [ADD] Added plugin removal when it isn't available
* [FIX] Minor bugfixes

Signed-off-by: nuxsmin <nuxsmin@syspass.org>
2018-11-01 19:13:41 +01:00
nuxsmin
e1f2f0b0f0 * [ADD] syspass.log file and configuration backup can now be downloaded from Information tab
Signed-off-by: nuxsmin <nuxsmin@syspass.org>
2018-11-01 11:35:14 +01:00
nuxsmin
09520d3cc7 * [FIX] Fixed wrong behavior when downloading PDF file from file management
* [MOD] Improved backup and export management. They are now stored in compressed file format, can be downloaded without direct access through the web browser and it keeps tracking when downloaded.
* [MOD] Updated translations
* [ADD] Unit tests

Signed-off-by: nuxsmin <nuxsmin@syspass.org>
2018-10-28 22:37:57 +01:00
nuxsmin
7f2dd35059 * [MOD] Improved plugins management
* [MOD] Code refactoring

Signed-off-by: nuxsmin <nuxsmin@syspass.org>
2018-10-15 02:56:00 +02:00
nuxsmin
bf82807353 * [MOD] Code refactoring
* [ADD] Added PHP 7.2 to Travis CI

Signed-off-by: nuxsmin <nuxsmin@syspass.org>
2018-10-02 00:31:46 +02:00
nuxsmin
492a356ed8 * [FIX] Fixed issue when performing a full row count
Signed-off-by: nuxsmin <nuxsmin@syspass.org>
2018-10-01 01:48:29 +02:00
nuxsmin
3c78910569 * [ADD] Unit testing. Work in progress
* [MOD] Code refactoring
2018-08-11 09:46:36 +02:00
nuxsmin
617c3b5e84 * [MOD] Bump build number 2018-08-09 10:32:07 +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
7f31cf6d05 * [ADD] Added warning messages for PHP extension checking
* [MOD] Improved updates and notification checking
* [MOD] Improved backup process
* [MOD] Updated translations
2018-08-02 00:53:51 +02:00
nuxsmin
31a38bc43c * [ADD] PHP modules checking. Work in progress
* [FIX] Minor bugfixes
* [MOD] Code refactoring
2018-08-01 00:18:11 +02:00
nuxsmin
1dd514aa63 * [MOD] Updated PHP-DI
* [MOD] Improved some setup behaviour
2018-07-30 22:59:12 +02:00
nuxsmin
3e924f86b7 * [MOD] Updated CodeClimate config 2018-07-25 01:54:28 +02:00
nuxsmin
b1077d6119 * [ADD] Added code coverage through Codeclimate
* [MOD] Switch to MariaDB on Travis CI
2018-07-24 08:58:30 +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
e07376a0ad * [ADD] Unit testing. Improved code structure 2018-07-18 21:08:03 +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
6986507ae1 * [ADD] Unit testing. Work in progress.
* [MOD] Improved XML file handling.
* [MOD] Improved file handling.
2018-05-29 02:34:41 +02:00
nuxsmin
379293e7d8 * [ADD] Unit testing. Work in progress.
* [MOD] Improved XML file handling.
2018-05-28 03:01:31 +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
a01c4769e7 * [ADD] Status controller for checking release and notice messages. 2018-03-14 17:51:19 +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
e4d1917616 * [MOD] Improved bootstrapping. Work in progress. 2018-02-09 14:02:27 +01:00
nuxsmin
e0e2918b88 * [ADD] Code refactoring in order to implement DDD. Work in progress. 2018-01-16 00:05:30 +01:00
nuxsmin
ff7e6e3519 * [ADD] Work in progress
* [ADD] Using URL routing
* [ADD] Using dependency injection
* [MOD] Big app structure changes
2017-10-17 02:00:53 +02:00
nuxsmin
8915615060 * [ADD] Switched to composer dependency manager. 2017-09-19 17:45:06 +02:00
nuxsmin
f85cdf6163 * [ADD] Switched to composer dependency manager. 2017-09-19 17:29:17 +02:00
nuxsmin
8b346bf966 * [ADD] Switched to composer dependency manager. 2017-09-19 17:25:13 +02:00