Age | Commit message (Expand) | Author |
2020-01-16 | luci-base: make rpc webserver path configurable | Ansuel Smith |
2020-01-10 | luci-base: dispatcher: remove empty firstchild nodes from menu | Jo-Philipp Wich |
2020-01-07 | luci-base: dispatcher: fix rpc controller regression | Jo-Philipp Wich |
2019-12-30 | luci-base: move tools.webadmin to luci-compat | Jo-Philipp Wich |
2019-12-30 | luci-base: drop unused tools.webadmin.proto class | Jo-Philipp Wich |
2019-12-16 | luci-base: convert menu nodes to JSON | Jo-Philipp Wich |
2019-12-16 | luci-base: dispatcher.lua: add support for loading JSON menu files | Jo-Philipp Wich |
2019-12-16 | luci-base: dispatcher.lua: refactor dispatch logic | Jo-Philipp Wich |
2019-12-16 | luci-base: dispatcher.lua: factor out template class init into own function | Jo-Philipp Wich |
2019-12-16 | luci-base: dispatcher.lua: factor out language check into own function | Jo-Philipp Wich |
2019-12-16 | luci-base: expose effective dispatched path to client side environment | Jo-Philipp Wich |
2019-12-16 | luci-base: dispatcher.lua: introduce dispatch tree JSON conversion | Jo-Philipp Wich |
2019-11-03 | treewide: move server side CBI support to luci-compat | Jo-Philipp Wich |
2019-11-03 | treewide: move templates and libraries not used by the core to luci-compat | Jo-Philipp Wich |
2019-11-02 | luci-base: sys.lua: lazy-load luci.model.network | Jo-Philipp Wich |
2019-11-01 | luci-base: dispatcher.lua: support declarative node dependencies | Jo-Philipp Wich |
2019-11-01 | luci-base: remove unused Lua code | Jo-Philipp Wich |
2019-10-09 | luci-base: fix CSRF prevention for arcombine targets | Jo-Philipp Wich |
2019-09-28 | timezone data: update to 2019c | Hannu Nyman |
2019-09-24 | luci-mod-system: reimplement flashops as client side view | Jo-Philipp Wich |
2019-09-12 | luci-base: sys.lua: fix init script enable action | Jo-Philipp Wich |
2019-09-12 | luci-base: fix list method handling in ubus-rpc protocol proxy | Jo-Philipp Wich |
2019-09-12 | luci-base: drop unused tools.status.switch_status() call | Jo-Philipp Wich |
2019-09-11 | luci-base: view.htm: catch and render exceptions on view instantiation | Jo-Philipp Wich |
2019-09-10 | luci-base: use cgi-io and rpcd-mod-file to handle file upload and browsing | Jo-Philipp Wich |
2019-09-10 | protocols: drop server side cbi implementations of protocol handlers | Jo-Philipp Wich |
2019-08-15 | luci-base: use native ubus-rpc authorization protocol | Jo-Philipp Wich |
2019-08-06 | luci-base: add vpn menu section | Florian Eckert |
2019-07-27 | luci-base: don't treat .rmempty flag as optional for ListValue widgets | Jo-Philipp Wich |
2019-07-26 | luci-base: fix multiple parameter in cbi templates | Anton Kikin |
2019-07-19 | luci-base: render default values for all server side cbi map widgets | Jo-Philipp Wich |
2019-07-07 | luci-base: mvalue.htm: fix reading back multi value options | Jo-Philipp Wich |
2019-07-07 | luci-base: fix cbi mvalue templates | Jo-Philipp Wich |
2019-07-07 | Merge pull request #2806 from dibdot/magic | Jo-Philipp Wich |
2019-07-07 | luci-base: fix handling of large ubus HTTP requests | Jo-Philipp Wich |
2019-07-07 | luci-base: add sys.init.reload() and sys.init.restart() actions | Jo-Philipp Wich |
2019-07-07 | luci-base: switch from server side to client side widget markup | Jo-Philipp Wich |
2019-07-07 | luci-base: add client based view actions | Jo-Philipp Wich |
2019-07-07 | luci-base: replace uci change pages with client side modal dialog | Jo-Philipp Wich |
2019-07-07 | luci-base: add ubus-http gateway | Jo-Philipp Wich |
2019-07-07 | luci-base: add ES6 Promise polyfill for IE < Edge | Jo-Philipp Wich |
2019-07-06 | luci-base: hide autocomplete-preventing password input with bigger offset | Yousong Zhou |
2019-07-06 | luci-base: nowrap for password input and reveal button | Yousong Zhou |
2019-07-05 | timezone data: update to 2019b | Hannu Nyman |
2019-06-29 | system-wide: fix escaping of magic chars | Dirk Brenken |
2019-06-28 | luci-base: show niced processes on Status/Processes page | Hannu Nyman |
2019-06-04 | luci-base: fix duid_to_mac reference in status.lua | Dirk Brenken |
2019-06-03 | luci-base: handle dhcp lease from odhcpd | Ansuel Smith |
2019-06-03 | luci-base: adds duid_to_mac to sys.lua | Ansuel Smith |
2019-05-25 | Merge pull request #2174 from rosysong/lease-status | Florian Eckert |