summaryrefslogtreecommitdiff
path: root/web/share/js
AgeCommit message (Collapse)Author
2024-01-27pikvm/pikvm#1228: another fix for http-only ocrMaxim 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-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-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-27web: focus on text area after opening pak menuMaxim 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
2023-03-19fixed msd parts apiMaxim Devaev
2023-03-18refactoringMaxim Devaev
2023-03-18removed console.log()Maxim Devaev
2023-03-18msd parts selectorMaxim Devaev
2023-03-18removed some msd api legacyMaxim Devaev
2023-03-17optional upload prefixMaxim Devaev
2023-03-07removable flag for imageMaxim Devaev
2023-03-05Fixed pikvm/pikvm#958: Version in the footerMaxim Devaev
2023-01-232fa code in the login pageMaxim Devaev
2022-11-29web: optional audio transmittingMaxim Devaev
2022-11-29refactoringMaxim Devaev
2022-11-29web: split stream.jsMaxim Devaev
2022-11-28web: janus features requestMaxim Devaev