Subversion Repositories oidplus

Rev

Go to most recent revision | Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
1116 2023-03-23 23:09:25 daniel-marschall /trunk/ BIG CHANGE: All methods have received a PHPdoc comment and a lot of parameter and return types have been added (as far as PHP 7.0 allows)
!!! PLEASE NOTE THAT THE NEW VERSION OF OIDPLUS IS NOT COMPATIBLE WITH OLD THIRD PARTY PLUGINS (EXCEPT THE ONES THAT ARE BUNDLED WITH OIDPLUS)
!!! IF YOU HAVE THIRD PARTY PLUGINS INSTALLED (OR WRITTEN YOURSELF), THEN YOU *WILL* RECEIVE ERROR MESSAGES AFTER THE UPDATE
!!! AND NEED TO CHANGE THE METHOD SIGNATURES IN THESE PLUGINS TO MAKE THEM WORK AGAIN. (We can help you with this task if you need help!)
Please note that due to the amount of changes, there could have been a few bugs introduced; please send all bug reports via GitHub or email
and if you have the possibility, it is recommended to test the version of a test system before applying the update on a productive system.
Thank you very much!
 
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 !!!!!
 
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.  
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)
 
1059 2022-12-26 22:03:43 daniel-marschall /trunk/ Fixed problem with SSL redirection cookie set by Setup  
1057 2022-12-26 19:42:21 daniel-marschall /trunk/  
1056 2022-12-26 19:28:38 daniel-marschall /trunk/ Vendor update  
1055 2022-12-26 18:17:44 daniel-marschall /trunk/ OIDplus Setup and OOBE now have the main design (and is dark-theme compatible)  
1050 2022-12-21 01:13:04 daniel-marschall /trunk/ Huge change in internal code structure!
All OIDplus classes are now in the class namespace "ViaThinkSoft\OIDplus".
!!! WARNING:
!!! All plugins MUST put their classes in a namespace and the constant "INSIDE_OIDPLUS" must not be used anymore.
!!! If you have a third-party plugin installed which is NOT bundled with OIDplus, you MUST update it.
!!! Recommendation: Remove the plugin first, then update OIDplus, then ask the author to change the plugin.
!!! If you have not installed any third-party plugins, then it is safe to update now.
 
1041 2022-12-09 20:32:43 daniel-marschall /trunk/ New base-config setting DEFAULT_LANGUAGE (possible values: enus, dede)  
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"  
1031 2022-11-01 19:08:32 daniel-marschall /trunk/  
1030 2022-10-29 13:07:35 daniel-marschall /trunk/ Setup assistant looks now different dependent if the base config file already exists or not (especially to avoid accidental overwriting of the database)  
1020 2022-10-22 01:11:10 daniel-marschall /trunk/ Setup: Added "Canonical URL" option  
985 2022-10-04 00:16:46 daniel-marschall /trunk/ Setup DB command lines: Added "copy to clipboard" buttons  
982 2022-10-03 23:23:38 daniel-marschall /trunk/ Setup: Added "copy to clipboard" button  
981 2022-10-03 21:07:23 daniel-marschall /trunk/  
974 2022-10-01 20:21:07 daniel-marschall /trunk/ Fix bug where HTTP was not possible after a HTTPS call (Chrome blocks secure CSRF cookie overwrite). HTTPS is now enforced if the page was previously loaded using HTTPS  
923 2022-07-31 00:51:50 daniel-marschall /trunk/setup/sql/ Fixed OOBE problems with AID example data  
919 2022-07-29 16:14:20 daniel-marschall /trunk/ New object type "Application Identifier (ISO/IEC 7816-5)"  

Show All