summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-opkg/luasrc/controller
AgeCommit message (Collapse)Author
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>
2019-11-10luci-app-opkg: support nonstandard list locationsJo-Philipp Wich
Fixes: #3287 Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-06-19luci-app-opkg: make overwriting package files optionalJo-Philipp Wich
Ref: #2775 Signed-off-by: Dirk Brenken <dev@brenken.org> [split into multiple commits, sync translations] Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2018-11-14applications: add luci-app-opkgJo-Philipp Wich
Add a new luci-app-opkg which is a feature-complete replacement for the builtin opkg functionality of luci-mod-system using mostly client side JavaScript to reduce the amount of server side processing. Signed-off-by: Jo-Philipp Wich <jo@mein.io>