summaryrefslogtreecommitdiff
path: root/web/share/js/kvm
AgeCommit message (Collapse)Author
2024-03-26webterm disableLeaveAlert=true in windowMaxim Devaev
2024-03-25native tracks list for janus 1.xMaxim Devaev
2024-03-25refactoringMaxim Devaev
2024-03-24screenshot and reset stream buttons are always activeMaxim Devaev
2024-03-24janus 1.x: prevent picture freezing on reconnectingMaxim Devaev
2024-03-23refactoringMaxim Devaev
2024-03-23janus: 0.x and 1.x compatible tracks cleanupMaxim Devaev
2024-03-23Issue #161: Fixed periodic disconnections on bad networkMaxim Devaev
Fix for Janus 1.x similar as for 0.x (see 6b0f94c78d957359e695e231800d1ddade7706e0)
2024-03-22janus 1.x compatibilityMaxim Devaev
2024-03-22removed legacy codeMaxim Devaev
2024-03-22required janus 0.14.2-3Maxim Devaev
2024-03-22updated copyright dateMaxim Devaev
2024-03-17disable orientation on firefox (it doesn't support this)Maxim Devaev
2024-03-17Issue #1076: Orientation options for H.264Maxim Devaev
2024-03-11On 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-06detach janus pluginMaxim Devaev
2024-03-06fixed structureMaxim Devaev
2024-02-16web: Option to hide blue dotMaxim Devaev
2024-01-27pikvm/pikvm#1228: fix ocr for http-only connectionMaxim Devaev
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-03pikvm/pikvm#1148: workaround for clipboard on firefoxMaxim Devaev
2023-11-08web: default hid.mouse.rate=10Maxim 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-09-10mute false-positive underpower on cm4-based (v4) devicesMaxim Devaev
2023-08-24pikvm/pikvm#1094: web: separate switch for reversed scrolling and panningMaxim Devaev
2023-08-17web: janus: enabled kbps meter with fps meterMaxim 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-07pikvm/pikvm#1041: Randomized recorder eventsMaxim Devaev
2023-06-07fixMaxim Devaev
2023-06-07binary keyboard protocolMaxim 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-04-25reduced max scroll rateMaxim Devaev
2023-04-25option for cumulative scrolling modeMaxim Devaev
2023-04-25refactoring, reverted mouse scroll modeMaxim Devaev
2023-04-25Add scroll rate slider, with proper pug support (#131)Adam Outler
2023-03-21fixed msd storage bar in web uiMaxim Devaev
2023-03-20show all parts in msd menuMaxim Devaev
2023-03-20don't clean msd image selector when offlineMaxim Devaev
2023-03-20check selected msd partition when uploading a fileMaxim Devaev
2023-03-20fixed blocking the msd parts selectorMaxim Devaev
2023-03-19refactoringMaxim Devaev
2023-03-19refactoringMaxim Devaev