summaryrefslogtreecommitdiffhomepage
path: root/modules/luci-base/luasrc
AgeCommit message (Expand)Author
2020-07-19treewide: adapt to new luci.xml classSven Roederer
2020-07-19luci-base(-libs): move pcdata() and striptags() from util- to xml-classSven Roederer
2020-07-19luci-base: move some generic classes into a separate luci-base-libs packageSven Roederer
2020-06-30luci-base: allow themes to provide sysauth.htmKarl Palsson
2020-06-19luci-base: template.lua: fix nil access in string template error handlingJo-Philipp Wich
2020-05-14luci-base: dispatcher.lua: improve bytecode cache invalidationJo-Philipp Wich
2020-05-09timezone data: update to 2020aHannu Nyman
2020-04-20luci-base: dispatcher.lua: pass permission state to legacy CBI templatesJo-Philipp Wich
2020-04-19luci-base: dispatcher.lua: honour acl_depends annotations in Lua controllersJo-Philipp Wich
2020-04-16luci-base: implement JSON endpoint to fetch menu informationJo-Philipp Wich
2020-04-16luci-base: expose currently dispatched node info to client side JSJo-Philipp Wich
2020-04-16luci-base: dispatcher.lua: add support for handling menu ACL annotationsJo-Philipp Wich
2020-04-12luci-base: luci.js: add LuCI.fspath() helperJo-Philipp Wich
2020-04-10luci-base: uhttpd.lua: expose all CGI variablesJo-Philipp Wich
2020-04-03luci-base: ui.js: add instantiateView() helperJo-Philipp Wich
2020-03-26luci-base: add missing .btn CSS classes to sysauth templateJo-Philipp Wich
2020-03-13luci-base: ensure that ubus path uses trailing slashJo-Philipp Wich
2020-02-18luci-base: Add missed config parameter for cbi when converting to JSONAnton Kikin
2020-02-05luci-base: dispatcher.lua: remove redundant check_fs_depends() callJo-Philipp Wich
2020-01-30luci-base: dispatcher.lua: fix filesystem dependency checksJo-Philipp Wich
2020-01-29luci-base: add another magic security attribute to the sysauth cookieJo-Philipp Wich
2020-01-28luci-base: add L.media() URL construction helperJo-Philipp Wich
2020-01-16luci-base: make rpc webserver path configurableAnsuel Smith
2020-01-10luci-base: dispatcher: remove empty firstchild nodes from menuJo-Philipp Wich
2020-01-07luci-base: dispatcher: fix rpc controller regressionJo-Philipp Wich
2019-12-30luci-base: move tools.webadmin to luci-compatJo-Philipp Wich
2019-12-30luci-base: drop unused tools.webadmin.proto classJo-Philipp Wich
2019-12-16luci-base: convert menu nodes to JSONJo-Philipp Wich
2019-12-16luci-base: dispatcher.lua: add support for loading JSON menu filesJo-Philipp Wich
2019-12-16luci-base: dispatcher.lua: refactor dispatch logicJo-Philipp Wich
2019-12-16luci-base: dispatcher.lua: factor out template class init into own functionJo-Philipp Wich
2019-12-16luci-base: dispatcher.lua: factor out language check into own functionJo-Philipp Wich
2019-12-16luci-base: expose effective dispatched path to client side environmentJo-Philipp Wich
2019-12-16luci-base: dispatcher.lua: introduce dispatch tree JSON conversionJo-Philipp Wich
2019-11-03treewide: move server side CBI support to luci-compatJo-Philipp Wich
2019-11-03treewide: move templates and libraries not used by the core to luci-compatJo-Philipp Wich
2019-11-02luci-base: sys.lua: lazy-load luci.model.networkJo-Philipp Wich
2019-11-01luci-base: dispatcher.lua: support declarative node dependenciesJo-Philipp Wich
2019-11-01luci-base: remove unused Lua codeJo-Philipp Wich
2019-10-09luci-base: fix CSRF prevention for arcombine targetsJo-Philipp Wich
2019-09-28timezone data: update to 2019cHannu Nyman
2019-09-24luci-mod-system: reimplement flashops as client side viewJo-Philipp Wich
2019-09-12luci-base: sys.lua: fix init script enable actionJo-Philipp Wich
2019-09-12luci-base: fix list method handling in ubus-rpc protocol proxyJo-Philipp Wich
2019-09-12luci-base: drop unused tools.status.switch_status() callJo-Philipp Wich
2019-09-11luci-base: view.htm: catch and render exceptions on view instantiationJo-Philipp Wich
2019-09-10luci-base: use cgi-io and rpcd-mod-file to handle file upload and browsingJo-Philipp Wich
2019-09-10protocols: drop server side cbi implementations of protocol handlersJo-Philipp Wich
2019-08-15luci-base: use native ubus-rpc authorization protocolJo-Philipp Wich
2019-08-06luci-base: add vpn menu sectionFlorian Eckert