PaceyIV
PaceyIV
In the RibbonFormHelper::WndProc there is this peace of code ``` else if (m.Msg == WinApi.WM_NCHITTEST && (int)m.Result == 0) //0x84 { m.Result = new IntPtr(Convert.ToInt32(NonClientHitTest(WinApi.GetPoint(m.LParam)))); handled = true; } ```...
I have a strange behavior when I use Gateone behind a ReverseProxy with Apache. GateOne configuration ``` "disable_ssl": true, "origins": ["my-server-name.noip.me", "localhost", "127.0.0.1", "my-server-name", "ip6-localhost", "ip6-loopback"], "port": 10001, "url_prefix": "/gateone"...
I have the "remote" DokuWiki on a low power PC on debian. HTTPS is enabled with a self-signed SSL certificate for localhost. When I connect to my dokuwiki using https...
Hi andker87, First off, thank you for your incredible work on this repository! It's been a valuable resource for understanding the Proscenic API and your efforts in reverse-engineering are truly...