Commit Graph

57 Commits

Author SHA1 Message Date
Rubén D
f8e9e19731 * [ADD] Backup CLI command and tests.
* [MOD] Code refactoring.

Signed-off-by: Rubén D <nuxsmin@syspass.org>
2021-09-26 18:42:34 +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
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
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
9d6509e386 * [ADD] Allow to disable database fallback when using LDAP auth. Closes #1518. Thank to @itpro-tips for the feedback.
* [MOD] Improved authentication workflow.

Signed-off-by: Rubén D <nuxsmin@syspass.org>
2020-06-29 00:25:13 +02: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
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
Rubén D
1ec8d26e3a * [ADD] Application URL for handling requests through reverse proxy. Thanks to @rob42 for the feedback. Closes #1218
Signed-off-by: Rubén D <nuxsmin@syspass.org>
2019-02-24 20:48:34 +01:00
Rubén D
5e8861e42f * [ADD] Allow to enable email notifications only for account access requests. Thanks to @jorgemfm for the feedback. Closes #1157
Signed-off-by: Rubén D <nuxsmin@syspass.org>
2019-02-23 20:00:38 +01:00
Rubén D
0a34ec61f4 * [FIX] Wrong behavior when upgrading custom fields, public links and API tokens from v2 2019-01-24 11:04:58 +01:00
Rubén D
36a57c82b8 * [FIX] Wrong behavior when no events are set
* [FIX] Wrong behavior when wiki filters are active
* [FIX] Wrong behavior importing XML files from previous version

Signed-off-by: Rubén D <nuxsmin@syspass.org>
2018-12-26 07:20:33 +01:00
nuxsmin
4c12bc56f6 * [FIX] Wrong behaviour when loading config for first time.
Signed-off-by: nuxsmin <nuxsmin@syspass.org>
2018-12-15 11:37:44 +01:00
nuxsmin
cd4d4f8326 * [ADD] Added Azure AD implementation. Thanks to @deajan for the contribution. Closes #1115
* [MOD] Improved LDAP connection. Thanks to @deajan for the feedback. Related #1111
* [MOD] Improved LDAP user in group detection. Thanks to @deajan for the feedback. Related #1120

Signed-off-by: nuxsmin <nuxsmin@syspass.org>
2018-11-25 19:48:05 +01:00
RubénD
d951171831 Update ConfigData.php
* [FIX] Fixed wrong value returned when MIME types are not yet populated into config. Closes #1104. Thanks to @javierlm  for the feedback.
2018-11-14 12:40:00 +01:00
nuxsmin
1e51f1757c * [FIX] Fixed wrong behavior when calculating whether config cache is expired
Signed-off-by: nuxsmin <nuxsmin@syspass.org>
2018-11-12 00:25:13 +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
ed956eec54 * [ADD] Added mime type file checking instead of extension. Thanks to @vmario89 for the feedback. Related #825
* [MOD] Improved exception handling in controllers

Signed-off-by: nuxsmin <nuxsmin@syspass.org>
2018-11-10 21:41:07 +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
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
699d617eda * [MOD] Improve file handling
* [MOD] Remove email pattern restriction when setting mail auth. Related #778. Thanks to @matthgyver for the feedback.
* [MOD] Removed unused config attribute

Signed-off-by: nuxsmin <nuxsmin@syspass.org>
2018-09-10 01:19:13 +02:00
nuxsmin
febc796e34 * [ADD] Added TLS option for LDAP connection. Closes #936
Signed-off-by: nuxsmin <nuxsmin@syspass.org>
2018-09-09 23:55:48 +02:00
nuxsmin
7158aff6c6 * [MOD] Improved initialization 2018-08-10 22:53:57 +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
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
ed34cbbb05 * [ADD] Unit testing. Work in progress
* [MOD] Code refactoring
2018-07-14 13:31:24 +02:00
nuxsmin
a66f729e82 * [ADD] Custom events can be set on logging and mail handlers 2018-07-12 02:03:01 +02:00
nuxsmin
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.
2018-07-11 01:34:37 +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
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
be55ec8083 * [ADD] Direct linking available
* [FIX] Minor bugfixes
2018-03-25 13:40:53 +02: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
2697d7f10f * [FIX] Fixed installer
* [FIX] Fixed config file creation
* [FIX] Fixed temporary master pass checking
* [FIX] RSA crypt class behavior
* [MOD] Updated database structure file
* [MOD] Improved installer messages
2018-03-14 16:16:22 +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
cdecd3a06b * [ADD] Delegate initialization to modules 2018-03-12 12:00:40 +01:00
nuxsmin
e640f12f23 * [ADD] Session abstraction by using context classes 2018-03-09 12:48:33 +01:00
nuxsmin
b223b4f66a * [ADD] Mail configuration check. Work in progress. 2018-03-08 15:55:49 +01:00
nuxsmin
53aba99af1 * [ADD] Added mail event handler
* [MOD] Improved import process
* [MOD] Improved event logging
* [MOD] Code refactoring. Work in progress
* [FIX] Several bugfixes. Work in progress
2018-03-06 01:28:47 +01:00
nuxsmin
e0a45f4b2e * [MOD] Improved parsing request data 2018-03-03 12:44:02 +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
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
faffe5495b * [ADD] Config module. Work in progress 2018-02-19 01:51:36 +01:00
nuxsmin
c76bbee972 * [MOD] Improved bootstrapping. Work in progress. 2018-02-14 17:46:34 +01:00
nuxsmin
d1f4068aaf * [MOD] Improved layouts/templates handling. Work in progress.
* [MOD] Improved bootstrap workflow. Work in progress.
* [MOD] Improved installer workflow. Work in progress.
2018-02-12 02:13:33 +01:00
nuxsmin
e4d1917616 * [MOD] Improved bootstrapping. Work in progress. 2018-02-09 14:02:27 +01:00