Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-01-27 | pikvm/pikvm#1228: another fix for http-only ocr | Maxim Devaev | |
2024-01-27 | pikvm/pikvm#1228: fix ocr for http-only connection | Maxim Devaev | |
2024-01-26 | new sponsors | Maxim Devaev | |
2023-12-14 | pikvm/pikvm#1084: workaround for NULL unmute event | Maxim Devaev | |
Note: Required a patch from Janus side: - https://github.com/meetecho/janus-gateway/issues/3283 | |||
2023-12-08 | reverted terminal button | Maxim Devaev | |
2023-12-08 | force disableLeaveAlert=true | Maxim Devaev | |
2023-12-08 | remove ttyd params | Maxim Devaev | |
2023-12-06 | pikvm/pikvm#907: modified favicon to support black color schemes | Maxim Devaev | |
2023-12-03 | pikvm/pikvm#1148: workaround for clipboard on firefox | Maxim Devaev | |
2023-11-08 | web: default hid.mouse.rate=10 | Maxim Devaev | |
2023-10-26 | new sponsor | Maxim Devaev | |
2023-10-26 | link to the mouse jiggler doc | Maxim Devaev | |
2023-10-26 | refactoring | Maxim Devaev | |
2023-10-26 | option to disable jiggler | Maxim Devaev | |
2023-10-25 | web: option to remap ctrl/caps | Maxim Devaev | |
2023-10-23 | pikvm/pikvm#57: Mouse jiggler | Maxim Devaev | |
2023-10-21 | new sponsor | Maxim Devaev | |
2023-10-16 | new sponsors | Maxim Devaev | |
2023-10-09 | new sponsors | Maxim Devaev | |
2023-09-10 | mute false-positive underpower on cm4-based (v4) devices | Maxim Devaev | |
2023-09-09 | fix | Maxim Devaev | |
2023-09-09 | Merge branch 'ps2' | Maxim Devaev | |
2023-08-26 | pikvm/pikvm#1095: floppy icon is missing on macOS | Maxim Devaev | |
2023-08-25 | new sponsor | Maxim Devaev | |
2023-08-25 | web: improved autocapitalize=off | Maxim Devaev | |
2023-08-25 | Turn off auto capitalize on the username input field on the main login page. ↵ | Karson Miller | |
(#143) | |||
2023-08-24 | new sponsor | Maxim Devaev | |
2023-08-24 | pikvm/pikvm#1094: web: separate switch for reversed scrolling and panning | Maxim Devaev | |
2023-08-22 | new sponsors | Maxim Devaev | |
2023-08-20 | new sponsor | Maxim Devaev | |
2023-08-18 | added links | Maxim Devaev | |
2023-08-18 | pikvm/pikvm#1090: web: added print screen shortcut | Maxim Devaev | |
2023-08-18 | pikvm/pikvm#1090: web: added win+l hotkey | Maxim Devaev | |
2023-08-17 | web: janus: enabled kbps meter with fps meter | Maxim Devaev | |
2023-08-09 | web: force_desktop and force_mobile options | Maxim Devaev | |
2023-07-25 | pikvm/pikvm#1057: web: fixed onremotestream bug if there is no video track | Maxim Devaev | |
2023-07-23 | pikvm/pikvm#1057: web: fixed onremotestream handler for active=false | Maxim Devaev | |
2023-07-21 | web: improved mac cmd key handling | Maxim Devaev | |
2023-07-10 | web: fixed firefox detection due deprecating InstallTrigger | Maxim Devaev | |
2023-07-07 | pikvm/pikvm#1041: Randomized recorder events | Maxim Devaev | |
2023-07-07 | pikvm/pikvm#1047: Added link to the log in fan fail menu | Maxim Devaev | |
2023-07-05 | new sponsor | Maxim Devaev | |
2023-06-28 | new sponsors | Maxim Devaev | |
2023-06-09 | web: fixed firefox scrollbar width | Maxim Devaev | |
2023-06-09 | pikvm/pikvm#919: Scrollable Web UI menues | Maxim Devaev | |
2023-06-07 | fix | Maxim Devaev | |
2023-06-07 | binary keyboard protocol | Maxim Devaev | |
2023-06-04 | new sponsor | Maxim Devaev | |
2023-06-04 | very effective binary mouse protocol | Maxim Devaev | |
2023-05-27 | Fix 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 |