summaryrefslogtreecommitdiff
path: root/web
AgeCommit message (Collapse)Author
2023-09-10mute false-positive underpower on cm4-based (v4) devicesMaxim Devaev
2023-09-09fixMaxim Devaev
2023-09-09Merge branch 'ps2'Maxim Devaev
2023-08-26pikvm/pikvm#1095: floppy icon is missing on macOSMaxim Devaev
2023-08-25new sponsorMaxim Devaev
2023-08-25web: improved autocapitalize=offMaxim Devaev
2023-08-25Turn off auto capitalize on the username input field on the main login page. ↵Karson Miller
(#143)
2023-08-24new sponsorMaxim Devaev
2023-08-24pikvm/pikvm#1094: web: separate switch for reversed scrolling and panningMaxim Devaev
2023-08-22new sponsorsMaxim Devaev
2023-08-20new sponsorMaxim Devaev
2023-08-18added linksMaxim Devaev
2023-08-18pikvm/pikvm#1090: web: added print screen shortcutMaxim Devaev
2023-08-18pikvm/pikvm#1090: web: added win+l hotkeyMaxim 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-07-07pikvm/pikvm#1047: Added link to the log in fan fail menuMaxim Devaev
2023-07-05new sponsorMaxim Devaev
2023-06-28new sponsorsMaxim Devaev
2023-06-09web: fixed firefox scrollbar widthMaxim Devaev
2023-06-09pikvm/pikvm#919: Scrollable Web UI menuesMaxim Devaev
2023-06-07fixMaxim Devaev
2023-06-07binary keyboard protocolMaxim Devaev
2023-06-04new sponsorMaxim 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-05-25new sponsorsMaxim 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-29new sponsorMaxim Devaev
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-19new sponsorsMaxim 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