Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-07-17 | Proper manifest file for app mode (#174) | Grant Emsley | |
Filling in the name and adding start_url will make browsers offer to install PiKVM as an application, including adding shortcuts to the start menu and everything. This runs it in app mode just like the instructions for running chrome with the --app flag. Requires a valid SSL certificate be setup before browsers will show the option. | |||
2024-07-08 | pikvm/pikvm#1347: added CPU and MEM to /api/info | Maxim Devaev | |
2024-05-12 | pikvm/pikvm#1312: Option to close GPIO menu after click | Maxim Devaev | |
2024-03-26 | webterm disableLeaveAlert=true in window | Maxim Devaev | |
2024-03-25 | native tracks list for janus 1.x | Maxim Devaev | |
2024-03-25 | refactoring | Maxim Devaev | |
2024-03-24 | screenshot and reset stream buttons are always active | Maxim Devaev | |
2024-03-24 | janus 1.x: prevent picture freezing on reconnecting | Maxim Devaev | |
2024-03-23 | refactoring | Maxim Devaev | |
2024-03-23 | janus: 0.x and 1.x compatible tracks cleanup | Maxim Devaev | |
2024-03-23 | Issue #161: Fixed periodic disconnections on bad network | Maxim Devaev | |
Fix for Janus 1.x similar as for 0.x (see 6b0f94c78d957359e695e231800d1ddade7706e0) | |||
2024-03-22 | janus 1.x compatibility | Maxim Devaev | |
2024-03-22 | removed legacy code | Maxim Devaev | |
2024-03-22 | required janus 0.14.2-3 | Maxim Devaev | |
2024-03-22 | updated copyright date | Maxim Devaev | |
2024-03-17 | disable orientation on firefox (it doesn't support this) | Maxim Devaev | |
2024-03-17 | Issue #1076: Orientation options for H.264 | Maxim Devaev | |
2024-03-11 | On bad network conditions `disconnected` can happen periodically (#161) | Sergey Radionov | |
but it doesn't mean channel is already broken. It's better wait `failed` state since `disconnected` can be changed to `connected` at any moment. Also fixes reconnect on Firefox. | |||
2024-03-06 | detach janus plugin | Maxim Devaev | |
2024-03-06 | fixed structure | Maxim Devaev | |
2024-02-16 | web: Option to hide blue dot | Maxim Devaev | |
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 | |
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 | 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-09-10 | mute false-positive underpower on cm4-based (v4) devices | Maxim Devaev | |
2023-08-24 | pikvm/pikvm#1094: web: separate switch for reversed scrolling and panning | 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-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 | 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 | |||
2023-05-27 | copyright update | Maxim Devaev | |
2023-04-27 | web: focus on text area after opening pak menu | Maxim Devaev | |