summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-opkg/root
AgeCommit message (Collapse)Author
2020-06-07luci-app-opkg: update default opkg list dirHuangbin Zhan
Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
2020-04-17treewide: add ACL annotations to menu entriesJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2020-04-09treewide: reorganize base ACLsJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2020-03-03luci-app-opkg: rework backend operationsJo-Philipp Wich
Introduce a new /usr/libexec/opkg-call helper and invoke it via cgi-io instead of ubus. This is required to be able to reload rpcd without timing out currently running opkg ubus calls. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2020-02-24luci-app-opkg: full convert to client side actionsJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-12-16luci-app-opkg: convert menu entries to JSONJo-Philipp Wich
Also fix an empty string test in an controller action while we touch it. Signed-off-by: Jo-Philipp Wich <jo@mein.io>