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.
 
1020 2022-10-22 01:11:10 daniel-marschall /trunk/ Setup: Added "Canonical URL" option  
1018 2022-10-22 00:20:02 daniel-marschall /trunk/ Applied more fixes to the ViaThinkSoft Client Challenge CAPTCHA. Also, removed captchaDomHead() from the CAPTCHA API  
1005 2022-10-16 22:40:43 daniel-marschall /trunk/  
974 2022-10-01 20:21:07 daniel-marschall /trunk/ Fix bug where HTTP was not possible after a HTTPS call (Chrome blocks secure CSRF cookie overwrite). HTTPS is now enforced if the page was previously loaded using HTTPS  
946 2022-09-12 23:58:51 daniel-marschall /trunk/ Added "HTTP 404" API that can be used by plugins. Currently only supported by Apache 2  
866 2022-06-19 20:21:58 daniel-marschall /trunk/ CSRF token debug  
822 2022-04-08 00:50:56 daniel-marschall /trunk/  
821 2022-04-08 00:38:17 daniel-marschall /trunk/ Added page-plugin method "htmlPostprocess" and moved anti-spam-filter from base files into a new plugin.  
820 2022-04-07 23:46:57 daniel-marschall /trunk/  
819 2022-04-07 23:22:33 daniel-marschall /trunk/ Added page-plugin method htmlHeaderUpdate() to modify contents in the HTML <head>, e.g. to insert dynamic JavaScript or changing meta-tags on-the-fly.  
778 2022-03-13 11:31:06 daniel-marschall /trunk/ - Plugins can now control the output of HTTP headers (especially the Content-Security-Policy header)
- Added baseconfig setting CANONICAL_SYSTEM_URL
- Fixed issue with relative paths (OIDplus::webpath(...,fase) over a proxy
 
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)  
768 2022-03-03 01:31:39 daniel-marschall /trunk/  
767 2022-03-03 01:12:47 daniel-marschall /trunk/ Theme color (URL bar color) can now be set by plugins and can be changed by the color plugin.
Mobile design fixed problem with border at the bottom of the content pane.
 
702 2021-12-26 00:26:02 daniel-marschall /trunk/ New plugin type: CAPTCHA plugins!  
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)  
592 2021-05-23 22:53:31 daniel-marschall /trunk/ (Nearly) reached PHPStan level 5  

Show All