Commit Graph

78 Commits

Author SHA1 Message Date
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
41703b50f9 * [MOD] Strict type checking (WIP)
Signed-off-by: Rubén D <nuxsmin@syspass.org>
2020-12-20 14:24:42 +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
e4e6e04c57 * [MOD] Updated copyright
Signed-off-by: Rubén D <nuxsmin@syspass.org>
2020-12-07 19:42:41 +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
d310a10ba0 * [MOD] Merge v3.1 changes
* [ADD] Use custom ldap attributes for users or groups
* [ADD] Use custom ldap filter for users or groups lookup
* [MOD] Improved internal config handling by using an array instead of class properties

Signed-off-by: Rubén D <nuxsmin@syspass.org>
2020-06-28 19:38:06 +02:00
Rubén D
6197c52af1 * [MOD] Update copyright date
* [MOD] Code cleanup

Signed-off-by: Rubén D <nuxsmin@syspass.org>
2019-04-27 02:48:18 +02:00
Rubén D
cf2becfcfe * [FIX] Fix custom fields migration issue. Thanks to @VexedSyd for the feedback. Closes #1273
Signed-off-by: Rubén D <nuxsmin@syspass.org>
2019-04-27 01:55:28 +02:00
Rubén D
2318796c00 * [FIX] Fixed wrong behavior when searching for accounts on accounts manager. Thanks to @Weptun for the feedback. Closes #1271
* [ADD] Added missing tests
* [MOD] Code cleanup

Signed-off-by: Rubén D <nuxsmin@syspass.org>
2019-04-21 23:12:45 +02:00
nuxsmin
57260871d6 * [FIX] Notifications assigned to a user can be deleted
* [MOD] Improved in-app notifications displaying. Database update is needed
* [ADD] Added ACL event handler in order to recreate users' ACL when items like user, profile or group are updated/deleted

Signed-off-by: nuxsmin <nuxsmin@syspass.org>
2018-11-18 19:51:42 +01:00
nuxsmin
5a549532f6 * [MOD] Use config cache file instead of storing it in PHP's session
* [MOD] Unit testing tweaks in order to renew config cache

Signed-off-by: nuxsmin <nuxsmin@syspass.org>
2018-11-12 00:12:01 +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
f0959f0e9c * [MOD] Improved database handling
* [FIX] Use unbuffered queries when performing database backup

Signed-off-by: nuxsmin <nuxsmin@syspass.org>
2018-11-06 23:52:23 +01:00
nuxsmin
19c8c8cdda * [FIX] Fixed memory issue when backing up large datasets
Signed-off-by: nuxsmin <nuxsmin@syspass.org>
2018-11-05 18:56:06 +01:00
nuxsmin
3281dbf69e * [FIX] Fixed wrong behavior performing backup on PHP 7.2
Signed-off-by: nuxsmin <nuxsmin@syspass.org>
2018-11-05 01:59:08 +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
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
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
2581dfd44d * [FIX] Fixed issue when performing a full row count
Signed-off-by: nuxsmin <nuxsmin@syspass.org>
2018-10-01 02:15:39 +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
471d12ac4e * [FIX] Fixed issue when upgrading categories from v2
* [MOD] Improved database queries when upgrading
* [MOD] Changed database and table collation to utf8_unicode_ci
2018-09-11 15:54:35 +02:00
nuxsmin
2fc71e87dc * [ADD] Default permissions rewritten to make a more generic approach. Now it can manage multiple items/modules default values from the same view, so it's called Items Preset.
* [MOD] Code refactoring
2018-08-30 16:19:18 +02:00
nuxsmin
7158aff6c6 * [MOD] Improved initialization 2018-08-10 22:53:57 +02:00
nuxsmin
950ad4fff5 * [ADD] Unit testing. Work in progress
* [MOD] Code refactoring
2018-08-08 15:26:14 +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
f6aa24d5c1 * [FIX] Fixed wrong behaviour when updating custom fields data module
* [FIX] Delete non-existant users in notifications table
* [MOD] Improved error logging
2018-07-30 12:06:53 +02:00
nuxsmin
1039e5e3a3 * [ADD] Unit testing
* [MOD] Improved ACL management
* [MOD] Improved actions management. Actions Ids need to be updated
* [MOD] Do not return false when a database transaction is trying to start during another transaction.
* [MOD] Code refactoring and cleanup
2018-07-29 19:20:27 +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
0960760532 * [ADD] Updated database structure
* [MOD] Unit testing. Work in progress
2018-07-23 21:52:50 +02:00
nuxsmin
88999bcd7c * [ADD] Updated database structure
* [MOD] Unit testing. Work in progress
2018-07-23 20:10:18 +02:00
nuxsmin
796c27696e * [ADD] Unit testing. Work in progress 2018-07-21 19:16:49 +02:00
nuxsmin
98764c9a7b * [ADD] Unit testing. Work in progress
* [ADD] Improved CSV and XML importing processes
* [MOD] Code refactoring
2018-07-18 01:54:32 +02:00
nuxsmin
5ea930c0bc * [FIX] Fixed wrong behavior when analyzing an array from a request.
* [ADD] Added SQL logging when debug is enabled.
2018-07-12 01:24:52 +02:00
nuxsmin
81569a06f9 * [ADD] Unit testing. Work in progress
* [MOD] Improved backup process. Work in progress
2018-07-10 00:58:54 +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
e78f853a79 * [ADD] Unit testing. Work in progress
* [MOD] Code refactoring and minor bugfixes
2018-07-02 01:18:41 +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
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
61f4f2315a * [ADD] Unit testing. Work in progress.
* [MOD] Added some connection options to MySQL handler
2018-06-02 22:26:25 +02:00
nuxsmin
0dd5cea67f * [ADD] Unit testing. Work in progress.
* [MOD] Added some connection options to MySQL handler
2018-06-02 22:19:14 +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
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
be55ec8083 * [ADD] Direct linking available
* [FIX] Minor bugfixes
2018-03-25 13:40:53 +02:00
nuxsmin
38630dc3bc * [FIX] Fixed upgrade process. Thanks to @josedo_3010 for the feedback and testing!
* [ADD] Improved SQL file parsing for better install/upgrade handling.
2018-03-24 12:09:23 +01:00
nuxsmin
c01ca9d3d5 * [FIX] Fixed some upgrading issues. Work in progress 2018-03-24 02:59:33 +01:00
nuxsmin
0f228e39da * [FIX] Minor bugfixes
* [MOD] Updated english translation
2018-03-21 14:20:25 +01:00
nuxsmin
e4167f06fc * [ADD] Error page for common errors during initialization.
* [FIX] Minor bugfixes
2018-03-19 23:36:30 +01:00