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
1126 2023-03-25 02:19:06 daniel-marschall /trunk/includes/classes/  
1125 2023-03-25 01:16:44 daniel-marschall /trunk/  
1124 2023-03-25 00:45:48 daniel-marschall /trunk/ Updated folder icons for non-leaf nodes of object types GUID, PHP, and FourCC  
1123 2023-03-25 00:25:26 daniel-marschall /trunk/includes/classes/  
1122 2023-03-25 00:11:30 daniel-marschall /trunk/  
1121 2023-03-24 22:53:33 daniel-marschall /trunk/ Misc bugfixes  
1120 2023-03-24 17:01:04 daniel-marschall /trunk/plugins/viathinksoft/raPages/092_invite/  
1119 2023-03-24 16:54:53 daniel-marschall /trunk/  
1118 2023-03-24 16:32:34 daniel-marschall /trunk/ Added new object type: PHP namespaces/classes/interfaces  
1117 2023-03-24 01:13:28 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!
 
1115 2023-03-20 13:18:34 daniel-marschall /trunk/ Small changes in re HTML Exception handling  
1114 2023-03-17 00:38:45 daniel-marschall /trunk/  
1113 2023-03-16 23:51:30 daniel-marschall /trunk/  
1112 2023-03-14 01:37:17 daniel-marschall /trunk/  
1111 2023-03-03 12:58:59 daniel-marschall /trunk/vendor/ Vendor update  
1110 2023-03-03 12:17:54 daniel-marschall /trunk/vendor/danielmarschall/php_utils/  
1109 2023-03-03 00:11:31 daniel-marschall /trunk/  
1108 2023-03-02 17:06:38 daniel-marschall /trunk/ Security improvement: On every login, the password of the user gets rehashed to ensure that they are always using the current default auth plugin with the best possible settings.
Note: It is highly recommend that you remove the value of the config setting "default_ra_auth_method" in order to let OIDplus decide about the best plugin.
 
1107 2023-03-01 13:26:17 daniel-marschall /trunk/  
1106 2023-03-01 02:22:19 daniel-marschall /trunk/includes/classes/  
1105 2023-02-28 23:54:47 daniel-marschall /trunk/vendor/ Vendor update  
1104 2023-02-28 17:16:41 daniel-marschall /trunk/  
1103 2023-02-28 17:06:29 daniel-marschall /trunk/  
1102 2023-02-27 16:03:57 daniel-marschall /trunk/ Renaming of some functions in vts_crypt.inc.php  
1101 2023-02-27 13:43:00 daniel-marschall /trunk/ Vendor update  
1100 2023-02-27 13:26:52 daniel-marschall /trunk/includes/db_updates/ MSSQL DB Update fix  
1099 2023-02-27 12:52:20 daniel-marschall /trunk/ RA Auth plugins can now be only-hash or only-verify  
1098 2023-02-27 12:02:09 daniel-marschall /trunk/ Added more arguments to random_bytes_ex() to force CSRNG  
1097 2023-02-27 11:38:38 daniel-marschall /trunk/ More changes in re VTS MCF 1.0 auth  
1096 2023-02-27 09:52:19 daniel-marschall /trunk/  
1095 2023-02-27 01:58:30 daniel-marschall /trunk/  
1094 2023-02-27 01:50:46 daniel-marschall /trunk/ Added auth plugin A6_crypt  
1093 2023-02-26 23:54:33 daniel-marschall /trunk/plugins/viathinksoft/auth/A5_vts_mcf/ Changed default VTS MCF algorithm from salted sha3-512 to sha3-512-hmac  
1092 2023-02-26 23:48:28 daniel-marschall /trunk/plugins/viathinksoft/auth/A5_vts_mcf/  
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 !!!!!
 
1089 2023-02-26 19:05:49 daniel-marschall /trunk/includes/classes/  
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.
 
1087 2023-02-26 01:18:19 daniel-marschall /trunk/doc/developer_notes/