Subversion Repositories oidplus

Rev

Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
1434 2023-11-15 14:46:06 daniel-marschall /trunk/ Release 2.0.1.3
Fixed SSL detection for Setup (GitHub issue #35)
 
1321 2023-06-25 01:15:07 daniel-marschall /trunk/ Documentation update / included oidplus.com copy to SVN  
1289 2023-05-26 22:14:27 daniel-marschall /trunk/ Fixed issue with "Static link to this page" ( https://github.com/danielmarschall/oidplus/issues/15 )  
1244 2023-04-28 11:25:47 daniel-marschall /trunk/ internal change: .sql setup files are now packed in the sqlSlang plugin folder  
1237 2023-04-27 12:13:59 daniel-marschall /trunk/ Added example data and wellknown data for Firebird  
1235 2023-04-27 02:47:56 daniel-marschall /trunk/ Added Firebird SQL slang (beta)  
1217 2023-04-18 11:23:16 daniel-marschall /trunk/ SQL Server is now Unicode and emoji compatible. Existing databases need to change [text] to [ntext] and [varchar] to [nvarchar]  
1214 2023-04-18 01:30:34 daniel-marschall /trunk/ MySQLi DBMS: Database fields can now contain emojis. Existing MySQL databases need to update the collation from utf8* to utf8mb4*  
1207 2023-04-15 02:29:09 daniel-marschall /trunk/ Documentation update  
1176 2023-04-07 22:28:05 daniel-marschall /trunk/setup/sql/ SQLite3: Removed foreign key reference, because it conflicts with "well known" ASN1/IRI  
1173 2023-04-07 02:09:07 daniel-marschall /trunk/ Announced Microsoft Access compatibility  
1171 2023-04-06 16:21:31 daniel-marschall /trunk/ Fixed more issues with Microsoft Access database connectivity (we are close to the approval)  
1169 2023-04-06 02:14:30 daniel-marschall /trunk/ Removed limitations for OID max arc size and max depth  
1143 2023-03-28 23:28:22 daniel-marschall /trunk/ Fixed more possible type errors  
1130 2023-03-26 00:38:14 daniel-marschall /trunk/ Another large bunch of type-safety changes  
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  

Show All