Rubén D
0356610551
* [FIX] Missing fixtures file
...
Signed-off-by: Rubén D <nuxsmin@syspass.org >
2020-12-09 13:38:05 +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
3ea87a4ecc
* [MOD] Improved plugins data handling by encrypting the plugin's data
...
Signed-off-by: Rubén D <nuxsmin@syspass.org >
2019-01-30 00:04:05 +01:00
Rubén D
0fbaccf8a1
* [MOD] Improved plugins handling by moving items' data to new database table.
...
* [MOD] Added plugins upgrade process
Signed-off-by: Rubén D <nuxsmin@syspass.org >
2019-01-22 01:18:03 +01:00
nuxsmin
f6f9cd1a03
* [FIX] Fixed wrong behavior when displaying account data when private presets were set
...
* [MOD] Improved presets precedence
* [FIX] Fixed wrong behavior when logging exceptions
* [MOD] Removed DokuWiki configuration (will be restored in later releases)
* [MOD] Removed LDAP sync icon from users view
* [MOD] Use minimized version of JS resources
Signed-off-by: nuxsmin <nuxsmin@syspass.org >
2018-11-13 23:53:17 +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
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
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
cd10389100
* [ADD] Added default permissions for accounts based on user, group and profiles.
...
* [MOD] Updated translations
* [MOD] Code refactoring
2018-08-30 01:41:57 +02:00
nuxsmin
3c78910569
* [ADD] Unit testing. Work in progress
...
* [MOD] Code refactoring
2018-08-11 09:46:36 +02:00
nuxsmin
e07376a0ad
* [ADD] Unit testing. Improved code structure
2018-07-18 21:08:03 +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
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
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
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
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
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