summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-upnp/htdocs/luci-static/resources
AgeCommit message (Collapse)Author
2024-03-09luci-app-upnp: revise wording to include PCPSergey Ponomarev
- Revise wording, remove redundancies and mention IPv6 limitations - Mention `UPnP IGD` as `UPnP` is probably not specific enough - Include current wording in `LUCI_TITLE` for easy finding Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
2024-01-23luci-app-upup: Improve translationHe Ping
Signed-off-by: He Ping <pinghejk@gmail.com>
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-11-20luci-app-upnp: remove extra spaceChen Minqiang
This was introduced in b01a394bded4dc2dd838ef579a80e12c4e23407b (Fixes: "luci-app-upnp: add stun support") Fixes: #4604 Signed-off-by: Chen Minqiang <ptpt52@gmail.com>
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>