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
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.
 
632 2021-09-23 21:16:24 daniel-marschall /trunk/ Temporarily, third-party plugins must be moved in the folder plugins/_thirdParty instead of plugins/ (will be changed again in a few days!)  
549 2021-04-21 18:00:35 daniel-marschall /trunk/ JavaScript functions of plugins are now put into "namespaces" to avoid name conflicts between plugins
Changed "OIDplus::authUtils()::" to "OIDplus::authUtils()->" everywhere
 
514 2021-01-22 11:51:02 daniel-marschall /trunk/ Fixed backwards incompatibility with attachments plugin  
513 2021-01-20 21:25:03 daniel-marschall /trunk/ Attachments plugin: Upload directory names are now more useful  
511 2021-01-18 01:13:07 daniel-marschall /trunk/ Security: Added "INSIDE_OIDPLUS" constant to include files to avoid generating error messages when an include file is accessed directly
Updated copyright notices to 2021
 
443 2020-10-21 01:23:38 daniel-marschall /trunk/ Fixed compatibility issue with PgSQL and SQLite3  
433 2020-10-16 15:33:37 daniel-marschall /trunk/ Fixed problems in regards changing email addresses when an user is using an alternative login method (OAuth).
Fixed problem where an object could not be transferred to a new RA at Microsoft SQL Server or PostgreSQL ("ifnull" SQL function).
 

Show All