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
1127 2023-03-25 03:04:21 daniel-marschall /trunk/  
1123 2023-03-25 00:25:26 daniel-marschall /trunk/includes/classes/  
1122 2023-03-25 00:11:30 daniel-marschall /trunk/  
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!
 
1112 2023-03-14 01:37:17 daniel-marschall /trunk/  
1099 2023-02-27 12:52:20 daniel-marschall /trunk/ RA Auth plugins can now be only-hash or only-verify  
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.
 
1086 2023-02-26 01:12:29 daniel-marschall /trunk/ Avoid calling *.class.php files directly to avoid PHP errors (Github Issue #4)  
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)
 
1072 2022-12-30 01:21:42 daniel-marschall /trunk/ More internal plugin checks  
1068 2022-12-28 01:20:39 daniel-marschall /trunk/ Improved "low PHP version" error handling  
1059 2022-12-26 22:03:43 daniel-marschall /trunk/ Fixed problem with SSL redirection cookie set by Setup  
1055 2022-12-26 18:17:44 daniel-marschall /trunk/ OIDplus Setup and OOBE now have the main design (and is dark-theme compatible)  
1051 2022-12-22 00:45:05 daniel-marschall /trunk/ Small fix in config migration procedure  
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.
 
1049 2022-12-20 13:33:21 daniel-marschall /trunk/includes/classes/ Fix setup not working (bug introduced in SVN Rev 1041 on 9 Dec 2022)  
1048 2022-12-11 02:20:19 daniel-marschall /trunk/  
1041 2022-12-09 20:32:43 daniel-marschall /trunk/ New base-config setting DEFAULT_LANGUAGE (possible values: enus, dede)  
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  
1001 2022-10-16 03:31:34 daniel-marschall /trunk/ New plugin: hCaptcha  
988 2022-10-05 16:52:34 daniel-marschall /trunk/  
978 2022-10-02 21:16:40 daniel-marschall /trunk/ After a "delete from ###objects" (3x), "update ###objects" (12x), or "insert into ###objects" (3x), call OIDplusObject::resetObjectInformationCache()  
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  
928 2022-08-25 23:54:44 daniel-marschall /trunk/ Replaced word "subsequent" with word "subordinate"  
926 2022-08-19 17:01:53 daniel-marschall /trunk/ aid_decoder.inc.php : Added ASCII view in addition to the hex-representation  
889 2022-07-13 23:18:38 daniel-marschall /trunk/ GUIDs can now also be accessed via the "uuid:" namespace prefix  
875 2022-07-10 13:30:17 daniel-marschall /trunk/ Added config setting global_bcc for all outgoing emails  
860 2022-05-29 22:55:17 daniel-marschall /trunk/ Extended plugin check: The namespace of an object type plugin must be lower-case  
857 2022-05-29 20:25:19 daniel-marschall /trunk/ Fix runtime error that lead to a stalled update  
856 2022-05-29 20:06:06 daniel-marschall /trunk/ BUGFIX: IPv4, IPv6 and GUID identifier were not correctly canonized, therefore they could not be found if e.g. the search term had the wrong upper/lower case  
852 2022-05-29 01:58:55 daniel-marschall /trunk/ Fixed performance (in re autopublish) if cronjobs are used  
849 2022-05-28 21:29:05 daniel-marschall /trunk/  
831 2022-04-11 00:47:35 daniel-marschall /trunk/ Fix bug that caused system ID to get lost  
830 2022-04-10 23:35:04 daniel-marschall /trunk/ - Security improvement: The private key stored in the database configuration table in the database is now encrypted using a key that will be stored in a file inside userdata ( userdata/privkey_secret.php ).
- !!! ATTENTION: If you have multiple systems access the same database (e.g. you have example.org/oidplus and example.org/oidplus_test ), then the file userdata/privkey_secret.php must kept synchronous between both, otherwise you will lose your private/public key-pair and get a new system-id every time you restart OIDplus !!!
- OIDplus can't connect to databases that are newer than the own program files anymore, avoiding data corruption.
- Changed database version from 205 to 1000.
 
827 2022-04-09 18:00:39 daniel-marschall /trunk/ Added polyfill that enables some openssl functions using phpseclib emulation, if openssl is not available  
825 2022-04-09 12:00:32 daniel-marschall /trunk/ - If plugins tried to log things before the logger plugins were initialized, then nothing happened. The log messages are now submitted delayed.
- Improved compatibility with OpenSSL not working out of the box if openssl.cnf file is missing.