Age | Commit message (Collapse) | Author | |
---|---|---|---|
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: 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-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-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-07 | pikvm/pikvm#1041: Randomized recorder events | 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-25 | reduced max scroll rate | Maxim Devaev | |
2023-04-25 | option for cumulative scrolling mode | Maxim Devaev | |
2023-04-25 | refactoring, reverted mouse scroll mode | Maxim Devaev | |
2023-04-25 | Add scroll rate slider, with proper pug support (#131) | Adam Outler | |
2023-03-21 | fixed msd storage bar in web ui | Maxim Devaev | |
2023-03-20 | show all parts in msd menu | Maxim Devaev | |
2023-03-20 | don't clean msd image selector when offline | Maxim Devaev | |
2023-03-20 | check selected msd partition when uploading a file | Maxim Devaev | |
2023-03-20 | fixed blocking the msd parts selector | Maxim Devaev | |
2023-03-19 | refactoring | Maxim Devaev | |
2023-03-19 | refactoring | Maxim Devaev | |