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
1121 2023-03-24 22:53:33 daniel-marschall /trunk/ Misc bugfixes  
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!
 
1086 2023-02-26 01:12:29 daniel-marschall /trunk/ Avoid calling *.class.php files directly to avoid PHP errors (Github Issue #4)  
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.  
1081 2023-01-24 00:15:33 daniel-marschall /trunk/plugins/viathinksoft/publicPages/100_whois/ Release Internet Draft draft-viathinksoft-oidip-05  
1052 2022-12-25 22:41:57 daniel-marschall /trunk/plugins/viathinksoft/ OID-Info URLs prefer HTTPS variant https://oid-rep.orange-labs.fr/ instead of HTTP variant http://oid-info.com/  
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.
 
1034 2022-11-09 01:24:51 daniel-marschall /trunk/ Composer no-dev (doesn't do any difference atm)  
1012 2022-10-17 22:52:45 daniel-marschall /trunk/  
1005 2022-10-16 22:40:43 daniel-marschall /trunk/  
976 2022-10-02 03:04:25 daniel-marschall /trunk/plugins/viathinksoft/publicPages/100_whois/ Fix OID-IP  
975 2022-10-01 22:31:42 daniel-marschall /trunk/ Added getters for description, comment, updatedTime, createdTime to OIDplusObject instances  
971 2022-10-01 18:33:15 daniel-marschall /trunk/plugins/viathinksoft/publicPages/100_whois/ OID-IP: Using findFitting() to avoid making unnecessary SQL queries  
969 2022-10-01 00:42:37 daniel-marschall /trunk/ OIDplusObject::findFitting() does NOT throw an Exception anymore if the object type is unknown
Update to FRDLWeb RDAP plugin 0.3
 
968 2022-09-30 23:51:32 daniel-marschall /trunk/plugins/viathinksoft/publicPages/ OIDplusPagePublicObjects::getAlternativesForQuery() now takes care that the own ID is not in the list  
967 2022-09-30 23:37:02 daniel-marschall /trunk/ OID-IP plugins calls getAlternativesForQuery to find alternative identifiers if the object cannot be found  
958 2022-09-18 21:42:05 daniel-marschall /trunk/ Upgrade to composer 2  
941 2022-09-11 20:07:04 daniel-marschall /trunk/plugins/viathinksoft/ Added class OIDplusOIDIP  
925 2022-08-19 00:08:18 daniel-marschall /trunk/ AID Object type: It is now forbidden that a node mixes RID and PIX  
918 2022-07-25 02:32:05 daniel-marschall /trunk/plugins/viathinksoft/publicPages/100_whois/ Prepare for OIDIP-05 (uses JSON schema 2020-12)  

Show All