Subversion Repositories oidplus

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
1321 2023-06-25 01:15:07 daniel-marschall /trunk/ Documentation update / included oidplus.com copy to SVN  
1231 2023-04-26 13:54:13 daniel-marschall /trunk/ Fixed various problems  
1219 2023-04-19 01:49:46 daniel-marschall /trunk/ Added new database connection plugin: ADO (required Windows server system)  
1130 2023-03-26 00:38:14 daniel-marschall /trunk/ Another large bunch of type-safety changes  
1119 2023-03-24 16:54:53 daniel-marschall /trunk/  
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!
 
1102 2023-02-27 16:03:57 daniel-marschall /trunk/ Renaming of some functions in vts_crypt.inc.php  
1100 2023-02-27 13:26:52 daniel-marschall /trunk/includes/db_updates/ MSSQL DB Update fix  
1091 2023-02-26 23:43:12 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 !!!!!