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
1271 2023-05-15 00:09:41 daniel-marschall /trunk/  
1259 2023-05-06 23:36:08 daniel-marschall /trunk/plugins/viathinksoft/ Implemented feature to generate AAI MAC address.
UUID-GUID/UUID-OID generation: Admin can choose if they want Timebased-UUID or Random-UUID
 
1243 2023-04-28 10:20:09 daniel-marschall /trunk/ If someone enters an OID or GUID in the goto-box, the system will automatically add "oid:" and "guid:", respectively  
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  
1124 2023-03-25 00:45:48 daniel-marschall /trunk/ Updated folder icons for non-leaf nodes of object types GUID, PHP, and FourCC  
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)  
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.
 
1035 2022-11-12 00:36:44 daniel-marschall /trunk/plugins/viathinksoft/objectTypes/ GUID and FourCC plugins have "folder" icons in the treeview if they are no leaf-nodes  
962 2022-09-25 23:10:12 daniel-marschall /trunk/ AID: Possibility to generate a random AID directly in OIDplus  
928 2022-08-25 23:54:44 daniel-marschall /trunk/ Replaced word "subsequent" with word "subordinate"  
889 2022-07-13 23:18:38 daniel-marschall /trunk/ GUIDs can now also be accessed via the "uuid:" namespace prefix  
860 2022-05-29 22:55:17 daniel-marschall /trunk/ Extended plugin check: The namespace of an object type plugin must be lower-case  
859 2022-05-29 20:44:58 daniel-marschall /trunk/plugins/viathinksoft/objectTypes/  
858 2022-05-29 20:30:30 daniel-marschall /trunk/ BUGFIX: GUID and FourCC: category in treeview was "/examples" instead of "examples" for the top level.  
856 2022-05-29 20:06:06 daniel-marschall /trunk/ BUGFIX: IPv4, IPv6 and GUID identifier were not correctly canonized, therefore they could not be found if e.g. the search term had the wrong upper/lower case  
850 2022-05-28 23:27:15 daniel-marschall /trunk/ Bugfix: GUID and FourCC categories can now contain the slash character (/)  
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.
 
828 2022-04-09 23:12:50 daniel-marschall /trunk/ Added <license> entry in the manifest.xml files, and added it to the plugin overview in the admin login area  

Show All