819 Commits

Author SHA1 Message Date
Maxim Devaev
af4376761c web: fixed firefox scrollbar width 2023-06-09 04:00:27 +03:00
Maxim Devaev
22341044ba pikvm/pikvm#919: Scrollable Web UI menues 2023-06-09 03:59:36 +03:00
Maxim Devaev
226e5cf8ce fix 2023-06-07 19:15:47 +03:00
Maxim Devaev
9f98a2f701 binary keyboard protocol 2023-06-07 05:12:22 +03:00
Maxim Devaev
1786ccc490 new sponsor 2023-06-04 19:22:15 +03:00
Maxim Devaev
388c8aeb2d very effective binary mouse protocol 2023-06-04 02:27:03 +03:00
Adam Outler
bfbf3172e3
Fix crash on unload (#136)
* 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 18:08:57 +03:00
Maxim Devaev
a834c89ef3 copyright update 2023-05-27 12:41:22 +03:00
Maxim Devaev
5c733ccb81 new sponsors 2023-05-25 16:57:00 +03:00
Maxim Devaev
3170dcdb57 web: focus on text area after opening pak menu 2023-04-27 20:23:20 +03:00
Maxim Devaev
e021d332fd reduced max scroll rate 2023-04-25 05:21:00 +03:00
Maxim Devaev
b8b0ad2874 option for cumulative scrolling mode 2023-04-25 04:53:08 +03:00
Maxim Devaev
cbf0a8b8f2 refactoring, reverted mouse scroll mode 2023-04-25 03:01:12 +03:00
Adam Outler
987684bc82
Add scroll rate slider, with proper pug support (#131) 2023-04-25 02:37:45 +03:00
Maxim Devaev
7ed7443a2a new sponsor 2023-03-29 20:44:11 +03:00
Maxim Devaev
b08b7a7758 fixed msd storage bar in web ui 2023-03-21 07:47:52 +02:00
Maxim Devaev
2392aa2330 show all parts in msd menu 2023-03-20 20:51:02 +02:00
Maxim Devaev
4f70060d5e don't clean msd image selector when offline 2023-03-20 18:22:09 +02:00
Maxim Devaev
b5b6733b2a check selected msd partition when uploading a file 2023-03-20 17:49:35 +02:00
Maxim Devaev
426ed5da12 fixed blocking the msd parts selector 2023-03-20 17:40:38 +02:00
Maxim Devaev
c4a2363451 new sponsors 2023-03-19 20:20:11 +02:00
Maxim Devaev
b5d10afcca refactoring 2023-03-19 20:14:14 +02:00
Maxim Devaev
8798c2f8df refactoring 2023-03-19 02:19:41 +02:00
Maxim Devaev
84563553b8 fixed msd parts api 2023-03-19 02:16:20 +02:00
Maxim Devaev
097dbc517d refactoring 2023-03-18 17:51:04 +02:00
Maxim Devaev
94d2f20d1f removed console.log() 2023-03-18 17:42:14 +02:00
Maxim Devaev
fd6f738a07 msd parts selector 2023-03-18 04:16:50 +02:00
Maxim Devaev
03ce7bfd2c removed some msd api legacy 2023-03-18 03:40:57 +02:00
Maxim Devaev
921d7da513 optional upload prefix 2023-03-17 00:10:51 +02:00
Maxim Devaev
005fa5b19c new sponsor 2023-03-14 01:50:19 +02:00
Maxim Devaev
544adcec6b removable flag for image 2023-03-07 18:14:05 +02:00
Maxim Devaev
e3abafdab9 Fixed pikvm/pikvm#958: Version in the footer 2023-03-05 19:48:29 +02:00
Maxim Devaev
ed558ffd68 new sponsor 2023-02-26 14:35:44 +02:00
Maxim Devaev
3c1d3161ae new sponsors 2023-02-03 00:22:18 +02:00
Maxim Devaev
acd6279113 new sponsor 2023-01-23 17:45:33 +02:00
Maxim Devaev
cbebc1fa52 2fa code in the login page 2023-01-23 03:18:56 +02:00
Maxim Devaev
1794044e9e new sponsors 2023-01-11 15:02:08 +03:00
Maxim Devaev
5faa8762f7 new sponsor 2022-12-21 21:52:27 +03:00
Maxim Devaev
d683149b38 pikvm/pikvm#878: Added Japanese keys 2022-12-10 18:19:36 +03:00
Maxim Devaev
d3d4e25027 Fixed pikvm/pikvm#877: Handling up/down mouse buttons 2022-12-06 15:09:32 +03:00
Maxim Devaev
7f48c5c62e new sponsor 2022-12-04 18:48:36 +03:00
Maxim Devaev
8f890af803 web: improved keyboard style 2022-12-04 18:38:52 +03:00
Maxim Devaev
94b7c99597 Fixed pikvm/pikvm#888: Added Ctrl+Alt+F1/2 shortcuts 2022-12-02 15:34:06 +03:00
Maxim Devaev
0e9b87ad61 web: optional audio transmitting 2022-11-29 15:13:48 +03:00
Maxim Devaev
a68eb4ed2d refactoring 2022-11-29 10:13:53 +03:00
Maxim Devaev
6a339238ff web: split stream.js 2022-11-29 09:36:47 +03:00
Maxim Devaev
1d7ef25a0b web: compact mobile elements 2022-11-29 06:22:18 +03:00
Maxim Devaev
31bb5e4308 web: janus features request 2022-11-28 13:46:00 +03:00
Maxim Devaev
bd439a4323 web: update for ustreamer 5.32 2022-11-27 12:06:33 +03:00
Maxim Devaev
3b4792882b web: locator switch 2022-11-23 04:45:21 +03:00