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
958 2022-09-18 21:42:05 daniel-marschall /trunk/ Upgrade to composer 2  
945 2022-09-12 22:46:55 daniel-marschall /trunk/ More AID <=> AltID conversions  
933 2022-09-08 13:59:21 daniel-marschall /trunk/ OID-to-AID: Implemented OID 1.0.xx (E8 = ISO Standard) and OID 2.999.xx (ViaThinkSoft E0) cases  
932 2022-09-07 23:48:27 daniel-marschall /trunk/  
931 2022-09-07 22:57:33 daniel-marschall /trunk/ AID Decoder: Implemented case "E8" (ISO Standard by OID)
AIDs can be entered in the notation '00:11:22:33'
 
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
 
929 2022-08-28 02:26:09 daniel-marschall /trunk/ Removed some cases of Alternative Identifiers to avoid confusing users:
- UUID-OIDs no longer show namebased UUIDs
- OIDs no longer show namebased UUIDs with namespace UUID_NAMEBASED_NS_OidPlusMisc (since they have the normal RFC namebased UUID namespace for OIDs = UUID_NAMEBASED_NS_OID)
 
927 2022-08-19 17:03:15 daniel-marschall /trunk/vendor/  
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  
898 2022-07-18 00:19:38 daniel-marschall /trunk/ OID-IP: JSON is now an associative array. JSON-Schema adjusted.
OID-IP: Completely rewrote XSD schema file. Elements are now sequential.
OID-IP: Order of fields corrected (since XSD is now sequential)
OID-IP: XSD/JSON: distance is now an integer instead of a string
OID-IP: XSD/JSON: added simple regex for query and object fields
OID-IP: XSD/JSON: added support for ra1, ra2, ra3, ...
Important bugfix for openssl_supplement.inc.php
 
874 2022-07-10 12:58:31 daniel-marschall /trunk/ Vendor update  
861 2022-05-30 23:21:04 daniel-marschall /trunk/ Fixed phpstan warning  
849 2022-05-28 21:29:05 daniel-marschall /trunk/  
846 2022-05-27 17:19:54 daniel-marschall /trunk/vendor/ Vendor update  
842 2022-04-15 00:59:56 daniel-marschall /trunk/vendor/ Vendor update  
833 2022-04-13 23:42:25 daniel-marschall /trunk/ Success alert() messages are now non-blocking Toasts
Added JavaScript callback ajaxPageLoadedCallbacks (gets only executed for page loads via ajax.php, not F5-Key-Pageloads)
Vendor update: Renewed TinyMCE
 
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.
 

Show All