summaryrefslogtreecommitdiffstats
path: root/src/webview.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Support cow-token in browser-login modeHEADmasterSimon Rettberg2024-05-131-4/+8
|
* Add support for QRCode loginSimon Rettberg2024-03-251-1/+1
|
* Add black/whitelist feature to browser-based loginSimon Rettberg2024-02-071-17/+43
|
* Check server's security hash, check username and password formatSimon Rettberg2023-11-281-2/+15
|
* Disable HTTP/2 as it's buggy; fix wiping history on resetSimon Rettberg2023-11-281-2/+24
|
* Enable LocalStorage for WebKit, so SWITCH IdPs work againSimon Rettberg2022-07-141-0/+2
| | | | | | | For some reason, newer IdPs only check if JavaScript is completely disabled and offer a manual "Continue" button, or, if JS is enabled, check if localStorage is available, and if not, do nothing, not even display an error message. Yay.
* Fix showing browser immediately if only shib-login is enabledv29r2Simon Rettberg2022-07-011-2/+5
|
* Webview: Use keyboard & mouse input to track inactivitySimon Rettberg2021-10-251-0/+28
| | | | | Using page loads to track inactivity breaks on SPA websites. Use user input instead.
* Add "Mobile" to User-Agent header for embedded browserSimon Rettberg2021-10-251-0/+16
| | | | | As the browser window is rather small, try to get a mobile optimized version of whatever login page we're supposed to display.
* Add shibboleth login via browserSimon Rettberg2021-08-051-0/+109