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
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.
 
1048 2022-12-11 02:20:19 daniel-marschall /trunk/  
1039 2022-11-30 01:11:00 daniel-marschall /trunk/  
1031 2022-11-01 19:08:32 daniel-marschall /trunk/  
1030 2022-10-29 13:07:35 daniel-marschall /trunk/ Setup assistant looks now different dependent if the base config file already exists or not (especially to avoid accidental overwriting of the database)  
1024 2022-10-23 18:03:29 daniel-marschall /trunk/ Fixed some race-conditions with VTS Client Challenge CAPTCHA  
1022 2022-10-22 15:46:00 daniel-marschall /trunk/plugins/viathinksoft/ Updated VTS Client Challenge plugin to version 1.1 (mitigate replay attack)  
1020 2022-10-22 01:11:10 daniel-marschall /trunk/ Setup: Added "Canonical URL" option  
1016 2022-10-21 17:45:33 daniel-marschall /trunk/ Implemented reCAPTCHA V2 Invisible and reCAPTCHA V3 (score based)  
1008 2022-10-17 02:39:09 daniel-marschall /trunk/plugins/  
1007 2022-10-17 00:29:13 daniel-marschall /trunk/plugins/viathinksoft/  
1003 2022-10-16 04:16:40 daniel-marschall /trunk/plugins/viathinksoft/ hCaptcha cannot be selected anymore if php_curl is missing  
1002 2022-10-16 03:34:50 daniel-marschall /trunk/plugins/viathinksoft/language/dede/  
1000 2022-10-15 23:40:20 daniel-marschall /trunk/ NEW PLUGIN: Notifications for RA or Administrator  
985 2022-10-04 00:16:46 daniel-marschall /trunk/ Setup DB command lines: Added "copy to clipboard" buttons  
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  
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
 
962 2022-09-25 23:10:12 daniel-marschall /trunk/ AID: Possibility to generate a random AID directly in OIDplus  
961 2022-09-24 16:00:51 daniel-marschall /trunk/plugins/viathinksoft/ Added "iana-pen" AltID to OID and AID (VTS F0)  
960 2022-09-24 13:48:00 daniel-marschall /trunk/ FreeOID: Added note about free Application Identifiers (AID)  
959 2022-09-20 21:18:16 daniel-marschall /trunk/plugins/viathinksoft/  
957 2022-09-18 21:16:25 daniel-marschall /trunk/plugins/viathinksoft/ Small fixes in re AID alt ids  
945 2022-09-12 22:46:55 daniel-marschall /trunk/ More AID <=> AltID conversions  
939 2022-09-11 17:26:45 daniel-marschall /trunk/plugins/ Published RDAP plugin v0.1  
930 2022-09-07 00:52:39 daniel-marschall /trunk/ OID DER encoding is now visible
AID: OID-AID added (ViaThinkSoft-Foreign-6 AID)
AID: RID and PIX can now be mixed in a single node again (removed restriction again); this is handy for ViaThinkSoft-Foreign-AIDs
 
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  
925 2022-08-19 00:08:18 daniel-marschall /trunk/ AID Object type: It is now forbidden that a node mixes RID and PIX  
924 2022-07-31 13:02:49 daniel-marschall /trunk/ Some changes on the AID decoder  
922 2022-07-31 00:27:10 daniel-marschall /trunk/ Added AID decoder  
919 2022-07-29 16:14:20 daniel-marschall /trunk/ New object type "Application Identifier (ISO/IEC 7816-5)"  
897 2022-07-17 02:44:44 daniel-marschall /trunk/plugins/viathinksoft/ OIP-IP minor changes  
894 2022-07-15 01:26:42 daniel-marschall /trunk/plugins/viathinksoft/  
891 2022-07-14 16:19:47 daniel-marschall /trunk/ OID-IP  
890 2022-07-14 13:40:06 daniel-marschall /trunk/plugins/viathinksoft/ OID-IP  
877 2022-07-11 20:53:59 daniel-marschall /trunk/plugins/viathinksoft/ OID-IP: Words like "unknown" or "redacted" will not be translated anymore (Because output must be consistant)
OID-IP: Added "url" property for all objects
 
875 2022-07-10 13:30:17 daniel-marschall /trunk/ Added config setting global_bcc for all outgoing emails  
866 2022-06-19 20:21:58 daniel-marschall /trunk/ CSRF token debug  
860 2022-05-29 22:55:17 daniel-marschall /trunk/ Extended plugin check: The namespace of an object type plugin must be lower-case  
855 2022-05-29 18:12:38 daniel-marschall /trunk/ Object-IDs are now case-sensitive (this is important for object types like FourCC)