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.
 
1028 2022-10-28 10:06:29 daniel-marschall /trunk/includes/classes/ Fixed problem in RA Root Object Listing  
1000 2022-10-15 23:40:20 daniel-marschall /trunk/ NEW PLUGIN: Notifications for RA or Administrator  
979 2022-10-02 22:39:17 daniel-marschall /trunk/  
977 2022-10-02 03:06:52 daniel-marschall /trunk/ Make use of new getters of OIDplusObject in order to save unnecessary database queries  
975 2022-10-01 22:31:42 daniel-marschall /trunk/ Added getters for description, comment, updatedTime, createdTime to OIDplusObject instances  
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
 
956 2022-09-18 14:36:02 daniel-marschall /trunk/includes/classes/ Avoid endless loop if an object type plugin does not implement parse()  
954 2022-09-17 23:14:07 daniel-marschall /trunk/  
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)
 
835 2022-04-14 23:39:53 daniel-marschall /trunk/includes/classes/ Avoid that FreeOID users masquerade as ViaThinkSoft object type plugins  
817 2022-04-05 16:51:30 daniel-marschall /trunk/ Changed algorithm for OIDplus Information Object OIDs for third-party objectTypes  
805 2022-03-24 17:19:22 daniel-marschall /trunk/ Updated logo
Fixed some small bugs
 
804 2022-03-24 16:49:56 daniel-marschall /trunk/includes/classes/  
803 2022-03-24 16:48:37 daniel-marschall /trunk/  
800 2022-03-24 14:34:40 daniel-marschall /trunk/ Renamed all PNG files in plugin folders and moved them in img/ directories.  
790 2022-03-18 14:03:05 daniel-marschall /trunk/ Introduced method OIDplusQueryResult::any() as alternative to OIDplusQueryResult::num_rows()>0  
730 2022-01-23 22:10:52 daniel-marschall /trunk/ "ImplementsFeature" is now available for all PHP classes of OIDplus, not just Plugin classes.
Therefore, OID-WHOIS can now also receive WHOIS attributes from Objects (not just the Object Plugin) or the OIDplusRA class.
 
707 2021-12-26 15:54:36 daniel-marschall /trunk/ New object type "Domain"  
635 2021-09-24 12:12:32 daniel-marschall /trunk/ Changed plugins path structure
Old: plugins/[plugintype]/[pluginname]
New: plugins/[vendor]/[plugintype]/[pluginname]

!!!!!! ATTENTION !!!!!! ATTENTION !!!!!! ATTENTION !!!!!!
ALL DIRECTORIES INSIDE THE FOLDER plugin/ WILL BE DELETED
PLEASE MAKE A BACKUP OF THESE FOLDERS BEFORE UPDATING!
!!!!!! ATTENTION !!!!!! ATTENTION !!!!!! ATTENTION !!!!!!

If you have individual third-party plugins, please make
sure that they make use of the new plugin directory structure.
 

Show All