summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-upnp/htdocs
AgeCommit message (Collapse)Author
2020-11-01luci-app-upnp: add stun supportAnsuel Smith
STUN support has been added to upnp init but luci lacks support of it. Fixes: #4544 Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
2020-04-03treewide: import utility classes explicitlyJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2020-02-08luci-app-upnp: escape map titleJo-Philipp Wich
Fixes: #3597 Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2020-01-08luci-app-upnp: convert to client side implementationAnsuel Smith
Implement luci.upnp ubus app. Convert lua page to js client side implementation. Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>