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.
 
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  
573 2021-05-15 22:22:16 daniel-marschall /trunk/  
560 2021-04-26 18:18:48 daniel-marschall /trunk/ Content is now loaded via jQuery AJAX instead of fetch() API; long page loads can now be aborted by clicking a different menu item [only if the server allows multiple connections for that client?!]  
558 2021-04-26 11:45:51 daniel-marschall /trunk/  
553 2021-04-23 12:20:17 daniel-marschall /trunk/  
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
 
427 2020-10-03 19:08:44 daniel-marschall /trunk/  
424 2020-10-02 22:22:14 daniel-marschall /trunk/ New security feature: CSRF Tokens.
ATTENTION TO PLUGIN DEVELOPERS: You need to add "csrf_token:csrf_token" to your JavaScript's AJAX request fields!
 
360 2020-08-23 00:28:31 daniel-marschall /trunk/ LARGE UPDATE: Made everything multilingual; Translation to German!  
356 2020-08-11 21:41:11 daniel-marschall /trunk/ Made language flags more pretty. Increased compatibility with Internet Explorer.  
355 2020-08-10 14:34:03 daniel-marschall /trunk/ Added framework for multilinguality (PHP/JS). Currently, nothing is translated, though.  

Show All