summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-upnp/root/usr
AgeCommit message (Collapse)Author
2022-10-25luci-app-upnp: convert rpcd backend script to ucodeJo-Philipp Wich
Utilize the rpcd ucode plugin to reimplement the upnp backend ubus actions in ucode, simplifying the implementation and roughly halving the processing time for the `get_status` call. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2022-09-06luci-app-upnp: make nftables compatibleJo-Philipp Wich
Make luci.upnp rpcd backend plugin compatible with miniupnpd-nftables. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2020-04-17treewide: add ACL annotations to menu entriesJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2020-04-12luci-app-upnp: fix uci read ACLJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2020-02-05treewide: convert simple Lua controllers to declarative JSONJo-Philipp Wich
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>