summaryrefslogtreecommitdiff
path: root/web
AgeCommit message (Collapse)Author
2023-12-14pikvm/pikvm#1084: workaround for NULL unmute eventMaxim Devaev
Note: Required a patch from Janus side: - https://github.com/meetecho/janus-gateway/issues/3283
2023-12-08reverted terminal buttonMaxim Devaev
2023-12-08force disableLeaveAlert=trueMaxim Devaev
2023-12-08remove ttyd paramsMaxim Devaev
2023-12-06pikvm/pikvm#907: modified favicon to support black color schemesMaxim Devaev
2023-12-03pikvm/pikvm#1148: workaround for clipboard on firefoxMaxim Devaev
2023-11-08web: default hid.mouse.rate=10Maxim Devaev
2023-10-26new sponsorMaxim Devaev
2023-10-26link to the mouse jiggler docMaxim Devaev
2023-10-26refactoringMaxim Devaev
2023-10-26option to disable jigglerMaxim Devaev
2023-10-25web: option to remap ctrl/capsMaxim Devaev
2023-10-23pikvm/pikvm#57: Mouse jigglerMaxim Devaev
2023-10-21new sponsorMaxim Devaev
2023-10-16new sponsorsMaxim Devaev
2023-10-09new sponsorsMaxim Devaev
2023-09-10mute false-positive underpower on cm4-based (v4) devicesMaxim Devaev
2023-09-09fixMaxim Devaev
2023-09-09Merge branch 'ps2'Maxim Devaev
2023-08-26pikvm/pikvm#1095: floppy icon is missing on macOSMaxim Devaev
2023-08-25new sponsorMaxim Devaev
2023-08-25web: improved autocapitalize=offMaxim Devaev
2023-08-25Turn off auto capitalize on the username input field on the main login page. ↵Karson Miller
(#143)
2023-08-24new sponsorMaxim Devaev
2023-08-24pikvm/pikvm#1094: web: separate switch for reversed scrolling and panningMaxim Devaev
2023-08-22new sponsorsMaxim Devaev
2023-08-20new sponsorMaxim Devaev
2023-08-18added linksMaxim Devaev
2023-08-18pikvm/pikvm#1090: web: added print screen shortcutMaxim Devaev
2023-08-18pikvm/pikvm#1090: web: added win+l hotkeyMaxim Devaev
2023-08-17web: janus: enabled kbps meter with fps meterMaxim Devaev
2023-08-09web: force_desktop and force_mobile optionsMaxim Devaev
2023-07-25pikvm/pikvm#1057: web: fixed onremotestream bug if there is no video trackMaxim Devaev
2023-07-23pikvm/pikvm#1057: web: fixed onremotestream handler for active=falseMaxim Devaev
2023-07-21web: improved mac cmd key handlingMaxim Devaev
2023-07-10web: fixed firefox detection due deprecating InstallTriggerMaxim Devaev
2023-07-07pikvm/pikvm#1041: Randomized recorder eventsMaxim Devaev
2023-07-07pikvm/pikvm#1047: Added link to the log in fan fail menuMaxim Devaev
2023-07-05new sponsorMaxim Devaev
2023-06-28new sponsorsMaxim Devaev
2023-06-09web: fixed firefox scrollbar widthMaxim Devaev
2023-06-09pikvm/pikvm#919: Scrollable Web UI menuesMaxim Devaev
2023-06-07fixMaxim Devaev
2023-06-07binary keyboard protocolMaxim Devaev
2023-06-04new sponsorMaxim Devaev
2023-06-04very effective binary mouse protocolMaxim Devaev
2023-05-27Fix crash on unload (#136)Adam Outler
* Fix crash on unload Within main, exists a `window.beforeunload` handler which brings up the "Are you sure you want to close PiKVM session?" message. When the page is refreshed, the event is `undefined` and, the code which sets the `event.returnValue` to the aforementioned text provides an exception. To reproduce: 1. Open KVMD web 2. Open developer tools to view Console. 3. Interact with the page by clicking the main window. 4. Refresh the page 5. Observe type error in console. This patch checks if the event is defined before attempting to set the `event.returnValue`. Other functions are maintained. * Add space
2023-05-27copyright updateMaxim Devaev
2023-05-25new sponsorsMaxim Devaev
2023-04-27web: focus on text area after opening pak menuMaxim Devaev