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
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  
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)  
1078 2023-01-08 20:31:10 daniel-marschall /trunk/ Introduced OIDplus System Application Identifier (AID) and OIDplus Information Object Application Identifier (AID)  
1073 2023-01-03 22:56:18 daniel-marschall /trunk/ BUGFIX: OIDplus can now work with PKI again, even if OpenSSL is not installed
Added System GUID (SHA1-Namebased UUID based on your public key)
 
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.
 
1047 2022-12-11 01:37:48 daniel-marschall /trunk/plugins/viathinksoft/adminPages/111_systeminfo/ Fixed PHPInfo for PHP 8.2  
987 2022-10-04 19:11:29 daniel-marschall /trunk/plugins/viathinksoft/adminPages/ Color plugin: "Invert colors" is now a checkbox instead of a 0/1 slider  
801 2022-03-24 16:15:23 daniel-marschall /trunk/ Changed OIDplus::webpath() method to include canonical paths  
800 2022-03-24 14:34:40 daniel-marschall /trunk/ Renamed all PNG files in plugin folders and moved them in img/ directories.  
799 2022-03-22 14:43:26 daniel-marschall /trunk/ Fixed issue with OAuth/PHPSessions not working. Bug introduced in svn-778 (13 march 2022) due to the change of the webpath(...,false) behavior.  
798 2022-03-22 00:20:27 daniel-marschall /trunk/plugins/viathinksoft/adminPages/111_systeminfo/  
797 2022-03-21 23:40:49 daniel-marschall /trunk/ Heavily increased performance of web-updater for installation channel "TAR.GZ" (SVN snapshot)  
796 2022-03-21 01:13:02 daniel-marschall /trunk/plugins/viathinksoft/adminPages/111_systeminfo/ phpinfo() cosmetics  
795 2022-03-21 00:42:29 daniel-marschall /trunk/plugins/viathinksoft/ Systeminfo plugin now also shows phpinfo()  
794 2022-03-20 23:46:24 daniel-marschall /trunk/  
720 2022-01-06 22:06:30 daniel-marschall /trunk/ OIDplus doesn't require the PHP extensions php-ctype and php-posix anymore  
697 2021-12-13 00:16:37 daniel-marschall /trunk/plugins/viathinksoft/ Admin system info plugin: "PHP Installed extensions" is now listed
Admin system update plugin: Actual GIT and SVN commands are now visible, and GIT PULL command slightly changed (added origin master)
 
688 2021-12-09 15:16:38 daniel-marschall /trunk/plugins/viathinksoft/ System information plugin minor changes  

Show All