Subversion Repositories oidplus

Rev

Go to most recent revision | Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
1143 2023-03-28 23:28:22 daniel-marschall /trunk/ Fixed more possible type errors  
1131 2023-03-26 03:38:01 daniel-marschall /trunk/ Removed "implementsFeature" interface and replaced it with PHP interfaces with the prefix INTF_OID.
These have a special treatment in the OIDplus class autoloader.
!!! Attention: Third-Party plugins (not bundled with OIDplus) might not be compatible with this change and must be altered (we can help you with this task)
 
1130 2023-03-26 00:38:14 daniel-marschall /trunk/ Another large bunch of type-safety changes  
1125 2023-03-25 01:16:44 daniel-marschall /trunk/  
1090 2023-02-26 23:28:25 daniel-marschall /trunk/ DATABASE UPDATE (v1002): The database fields ra.salt and ra.authkey have been merged.
Auth plugins A1_phpgeneric_salted_hex and A2_sha3_salted_base64 have been removed and replaced by A5_vts_mcf.
Auth plugin A3_bcrypt/OIDplusAuthPluginBCrypt.class.php does not accept the A3# prefix anymore (gets removed in the migration procedure).
Hashes of A1*# and A2# get migrated to the ViaThinkSoft MCF 1.0 hashes.
!!!!! It is recommended to make a backup of your "ra" table in case something goes wrong with the migration of the hashes !!!!!
 
1088 2023-02-26 19:00:05 daniel-marschall /trunk/ Added Argon2 auth plugin (only RAs).
Config: Auth plugin setting can (and should) be empty, which means that OIDplus automatically chooses the best auth plugin.
RA Auth plugins: Added available() function to OIDplusAuthPlugin.
Removed "A3#" prefix from password hashes created by plugin A3_bcrypt.
 
1084 2023-02-26 00:10:51 daniel-marschall /trunk/ Auth plugin "A1" does now also accepts base64 payload in addition to hex code. Also, 4 more algorithms are unlocked.  
1082 2023-02-03 00:14:42 daniel-marschall /trunk/ Minor changes  
1073 2023-01-03 22:56:18 daniel-marschall /trunk/ BUGFIX: OIDplus can now work with PKI again, even if OpenSSL is not installed
Added System GUID (SHA1-Namebased UUID based on your public key)
 
1041 2022-12-09 20:32:43 daniel-marschall /trunk/ New base-config setting DEFAULT_LANGUAGE (possible values: enus, dede)  
1038 2022-11-27 12:14:30 daniel-marschall /trunk/ Automated AJAX plugin: Blacklist button now has a confirmation dialog  
1036 2022-11-27 00:54:59 daniel-marschall /trunk/ Server errors are now shown to the user instead of error message "SyntaxError: Unexpected token < in JSON at position 0"  
1024 2022-10-23 18:03:29 daniel-marschall /trunk/ Fixed some race-conditions with VTS Client Challenge CAPTCHA  
1023 2022-10-22 21:33:46 daniel-marschall /trunk/ VTS Challenge CAPTCHA : Based on version 1.1.1 now  
1020 2022-10-22 01:11:10 daniel-marschall /trunk/ Setup: Added "Canonical URL" option  
1019 2022-10-22 00:35:54 daniel-marschall /trunk/ Fixed issues with hCaptcha plugin  
1017 2022-10-21 22:32:34 daniel-marschall /trunk/ Fixed issue where ViaThinkSoft Challenge CAPTCHA blocked the UI, and it didn't work on subfolders  
1016 2022-10-21 17:45:33 daniel-marschall /trunk/ Implemented reCAPTCHA V2 Invisible and reCAPTCHA V3 (score based)  
1015 2022-10-20 23:31:45 daniel-marschall /trunk/ Repaired ReCAPTCHA  
1006 2022-10-17 00:25:58 daniel-marschall /trunk/ Notifications plugin: Added checks if confidential directories are world-readable, and if the cache directory is writeable  

Show All