Subversion Repositories oidplus

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
1400 2023-08-31 15:04:07 daniel-marschall /trunk/ Fixed problems with file uploads after canonization through the goto box  
1365 2023-08-01 16:21:12 daniel-marschall /trunk/ ADO+OLEDB now fully support Unicode including emojis!  
1321 2023-06-25 01:15:07 daniel-marschall /trunk/ Documentation update / included oidplus.com copy to SVN  
1276 2023-05-15 10:52:06 daniel-marschall /trunk/ REST API: New output field "status_bits"  
1264 2023-05-12 22:48:31 daniel-marschall /trunk/  
1231 2023-04-26 13:54:13 daniel-marschall /trunk/ Fixed various problems  
1205 2023-04-13 23:31:50 daniel-marschall /trunk/  
1201 2023-04-13 00:53:49 daniel-marschall /trunk/ First part of a refactoring of the Exception handling. Made distinction between HTML-Exception and Non-HTML-Exception clear.  
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!
 
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.
 
1046 2022-12-11 01:22:05 daniel-marschall /trunk/ Removal of deprecated utf8_encode()  
800 2022-03-24 14:34:40 daniel-marschall /trunk/ Renamed all PNG files in plugin folders and moved them in img/ directories.  
775 2022-03-08 23:12:20 daniel-marschall /trunk/  
774 2022-03-08 21:56:30 daniel-marschall /trunk/ Gotobox/Whois: Namespace e.g. "oid:" is now case insensitive  
773 2022-03-08 20:34:14 daniel-marschall /trunk/ OID-IP(WHOIS), and "Go" bar now accept "WEID" (they get converted to "OID" during the processing)  
639 2021-09-24 16:31:57 daniel-marschall /trunk/ Replaced "register_shutdown_function" function with an individual function (since JWT login didn't work with Strato provider)  
607 2021-05-29 10:37:35 daniel-marschall /trunk/ New feature: Plugins can now offer an ajax.php interface without CSRF verification
ViaThinkSoft Registration: System URL verification now uses a separate function (was previously WHOIS signature verification)
 
579 2021-05-17 17:51:20 daniel-marschall /trunk/ Login "remember me" feature (using JWT authentication)  
575 2021-05-16 11:55:28 daniel-marschall /trunk/ Security fix  

Show All