Subversion Repositories oidplus

Rev

Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
1463 2024-02-10 19:56:31 daniel-marschall /trunk/ Release of Alt-Id-Plugin 1.0.8  
1449 2024-01-21 19:21:01 daniel-marschall /trunk/plugins/ Alt-ID preliminary fix
1000 OID cap fixed
 
1445 2023-12-26 16:55:28 daniel-marschall /trunk/ RA and System log plugin: Split into pages
Object Log view: only the last 100 items are shown due to overload protection (currently, no scrolling possible)
Overload protection: For now, an OID with more than 1000 children cannot show its children
REST API: "oid:" prefix is now optional. "weid:" is also possible to refer to an OID.
REST API: GET request now also returns the fields "created" and "updated"
Admin area: Viewing RA accounts: Added link to RA log entries
 
1439 2023-12-02 22:51:21 daniel-marschall /trunk/ Introduced support for PHP 8.3
oidplus.viathinksoft.com is now www.oidplus.com
 
1375 2023-08-06 01:57:35 daniel-marschall /trunk/ Some URLs are now canonical only (e.g. OID-IP schema)  
1321 2023-06-25 01:15:07 daniel-marschall /trunk/ Documentation update / included oidplus.com copy to SVN  
1284 2023-05-18 22:05:03 daniel-marschall /trunk/ Vendor update  
1283 2023-05-18 21:50:11 daniel-marschall /trunk/ makeAuthKey and validateAuthKey can now be used to make temporary keys with limited lifetime.
makeAuthKey and makeSecret now accept array inputs
 
1282 2023-05-18 00:23:38 daniel-marschall /trunk/ Plugins can no longer access the SERVER_SECRET base configuration settings through OIDplusBaseConfig. Instead, makeAuthKey and makeSecret must be used. The bundled plugins are already updated.  
1279 2023-05-15 21:52:51 daniel-marschall /trunk/plugins/ RDAP, Whois, and REST links are now grouped together  
1207 2023-04-15 02:29:09 daniel-marschall /trunk/ Documentation update  
1200 2023-04-12 01:12:42 daniel-marschall /trunk/  
1189 2023-04-08 21:33:05 daniel-marschall /trunk/plugins/ Changed interface "getNotifications", replaced "array of array" with "array of OIDplusNotification"  
1136 2023-03-26 12:37:23 daniel-marschall /trunk/plugins/ Fix type error message  
1135 2023-03-26 12:36:48 daniel-marschall /trunk/plugins/frdl/publicPages/altids/ Frdl AltID plugin: Sort alternate-identifier, handle-identifier, and canonical-identifier  
1131 2023-03-26 03:38:01 daniel-marschall /trunk/ Removed "implementsFeature" interface and replaced it with PHP interfaces with the prefix INTF_OID.
These have a special treatment in the OIDplus class autoloader.
!!! Attention: Third-Party plugins (not bundled with OIDplus) might not be compatible with this change and must be altered (we can help you with this task)
 
1130 2023-03-26 00:38:14 daniel-marschall /trunk/ Another large bunch of type-safety changes  
1125 2023-03-25 01:16:44 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!
 
1086 2023-02-26 01:12:29 daniel-marschall /trunk/ Avoid calling *.class.php files directly to avoid PHP errors (Github Issue #4)  

Show All