Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-03-22 | updated copyright date | 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 | |
2022-11-18 | web: ui config | Maxim Devaev | |
2022-10-16 | fixed browser detection, loading css from js | Maxim Devaev | |
2022-09-01 | pikvm/pikvm#813: optional page close confirmation | Maxim Devaev | |
2022-01-07 | copyright bump | Maxim Devaev | |
2021-09-08 | small rebranding | Maxim Devaev | |
2021-07-29 | refactoring | Maxim Devaev | |
2021-04-13 | refactoring | Devaev Maxim | |
2021-01-07 | update copy | Devaev Maxim | |
2019-07-17 | use strict | Devaev Maxim | |
2019-07-13 | using js modules | Devaev Maxim | |
2019-04-27 | url refactoring | Devaev Maxim | |
2019-04-25 | refactoring | Devaev Maxim | |
2019-04-11 | prevent ctrl+w kvm session | Devaev Maxim | |
2019-03-18 | fixed copyright | Devaev Maxim | |
2019-02-18 | license | Devaev Maxim | |
2018-12-15 | own auth | Devaev Maxim | |