summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-travelmate/htdocs/luci-static
AgeCommit message (Collapse)Author
2023-05-08 luci-app-travelmate: fix QR-Code generationDirk Brenken
* fixed #6377 According to https://www.wi-fi.org/download.php?file=/sites/default/files/private/WPA3_Specification_v3.0.pdf (chapter 7) set the security type to 'WPA'. Tested with an Android device (Samsung 10e) and various WPA2- and WPA3-AP modes (incl. OWE, but without enterprise variants). Signed-off-by: Dirk Brenken <dev@brenken.org>
2022-08-20luci-app-travelmate: sync with travelmate 2.1.0Dirk Brenken
* expose new options to LuCI * cosmetics Signed-off-by: Dirk Brenken dev@brenken.org Signed-off-by: Dirk Brenken <dev@brenken.org>
2021-09-05luci-app-travelmate: EAP-bugfixesDirk Brenken
* fix numerous errors in EAP handling * sync translations Signed-off-by: Dirk Brenken <dev@brenken.org>
2021-08-21luci-app-travelmate: sync with travelmate 2.0.6Dirk Brenken
* a few (visual) fixes reported in the forum * emphasize normal uplinks in blue, vpn uplinks in green * sync translations Signed-off-by: Dirk Brenken <dev@brenken.org>
2021-08-15luci-app-travelmate: sync with travelmate 2.0.5-3Dirk Brenken
* adapt the travelmate UI to support the changed 'trm_maxscan' option * sync translations Signed-off-by: Dirk Brenken <dev@brenken.org>
2021-08-11luci-app-travelmate: sync with travelmate 2.0.5Dirk Brenken
* support new features of travelmate 2.0.5 * made the station manager more comfortable * a few minor bugfixes * sync translations Signed-off-by: Dirk Brenken <dev@brenken.org>
2021-05-01luci-app-travelmate: typo fixDirk Brenken
* typo fix & sync translations Signed-off-by: Dirk Brenken <dev@brenken.org>
2020-11-27treewide: transition div tables to actual table markupJo-Philipp Wich
Modern browsers allow decomposing table markup equally well as nested div constructs, therefor migrate our <div> table markup to actual <table> tags but keep the old table/tr/th/td CSS classes for now to allow for a smooth theme transition. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2020-09-27luci-app-travelmate: add missing wpa3 ent. modesDirk Brenken
Signed-off-by: Dirk Brenken <dev@brenken.org>
2020-09-27luci-app-travelmate: sync with travelmate 2.0.1Dirk Brenken
* just change the location of one state file Signed-off-by: Dirk Brenken <dev@brenken.org>
2020-09-20luci-app-travelmate: add notificationsDirk Brenken
- add notifications in case of errors during save Signed-off-by: Dirk Brenken <dev@brenken.org>
2020-09-19luci-app-travelmate: release 2.0Dirk Brenken
- sync with travelmate 2.0 - app migrated to client side JS Signed-off-by: Dirk Brenken <dev@brenken.org>