summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-usteer/htdocs
AgeCommit message (Collapse)Author
2024-05-02luci-app-usteer: Allow editing of settings if usteer is not runningRamon Van Gorkom
Apparently, an invalid parameter can stop usteer from starting. This PR allows the editing of parameters while usteer is stopped. In that case the status tab is not shown. Signed-off-by: Ramon Van Gorkom <Ramon00c00@gmail.com>
2024-04-24luci-app-usteer: Added 2 missing parameters, updated 2 defaults, updated ↵Ramon Van Gorkom
help texts Added 2 missing parameters, updated 2 defaults, updated help texts Signed-off-by: Ramon Van Gorkom <Ramon00c00@gmail.com>
2024-04-02luci-app-usteer: Escaped more strings to hardenRamon Van Gorkom
I hardened up the code a bit. I do not think this is strictly needed as those strings should be clean to start (mostly numbers, mac, IP addrsses etc) but cant hurt either and will make it more resistant to code. changes in the future. Signed-off-by: Ramon Van Gorkom <Ramon00c00@gmail.com>
2024-02-15luci-app-usteer: filter repeated SSIDs in configMiguel Angel Mulero Martinez
When the SSID name was the same in different radio, they appear repeated in the options. This commit filter them. Signed-off-by: Miguel Angel Mulero Martinez <migmul@gmail.com>
2024-02-13luci-app-usteer: Fix no wireless defined setupMiguel Angel Mulero Martinez
Some users use the usteer app in a "non wireless" device. With the current code it crashes because there is no SSID defined. Making the ui element a DynamicList fixes the issue because it allows free text input. Signed-off-by: Miguel Angel Mulero Martinez <migmul@gmail.com>
2024-02-06luci-app-usteer: retrieve SSIDs to be used in the configMiguel Angel Mulero Martinez
This commit retrieves the list of SSIDs availables to prepopulate the ssid_list UI element of the config. Signed-off-by: Miguel Angel Mulero Martinez <migmul@gmail.com>
2024-01-29luci-app-usteer: added nslookup/hosthint lookup of AP IP addressRamon Van Gorkom
Signed-off-by: Ramon Van Gorkom <Ramon00c00@gmail.com>
2023-12-28luci-app-usteer: Added tooltip while hovering over connected client showing ↵Ramon Van Gorkom
mac, IP(s), hostname in status page Signed-off-by: Ramon Van Gorkom <Ramon00c00@gmail.com>
2023-12-17luci-app-usteer: Removed save/apply button on status pages, and added ↵Ramon Van Gorkom
"friendly" error message if usteer not running Added refresh of status page Add the template pot file that is needed to start translating the app. Co-authored-by: Sergey Ponomarev <stokito@gmail.com> Co-authored-by: Miguel Angel Mulero Martinez <migmul@gmail.com> Signed-off-by: Ramon Van Gorkom <Ramon00c00@gmail.com>
2023-11-30Luci-app-usteer: First version of luci-app-usteerRamon00
Signed-off-by: Ramon Van Gorkom <github@flightfoil.com> [most trailing whitespace errors removed]