summaryrefslogtreecommitdiffhomepage
path: root/modules/luci-base/luasrc/dispatcher.lua
AgeCommit message (Expand)Author
2020-07-19treewide: adapt to new luci.xml classSven Roederer
2020-06-30luci-base: allow themes to provide sysauth.htmKarl Palsson
2020-05-14luci-base: dispatcher.lua: improve bytecode cache invalidationJo-Philipp Wich
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: dispatcher.lua: add support for handling menu ACL annotationsJo-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-10luci-base: dispatcher: remove empty firstchild nodes from menuJo-Philipp Wich
2020-01-07luci-base: dispatcher: fix rpc controller regressionJo-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: dispatcher.lua: introduce dispatch tree JSON conversionJo-Philipp Wich
2019-11-01luci-base: dispatcher.lua: support declarative node dependenciesJo-Philipp Wich
2019-10-09luci-base: fix CSRF prevention for arcombine targetsJo-Philipp Wich
2019-07-07luci-base: add client based view actionsJo-Philipp Wich
2019-02-12luci-base: dispatcher: support raw values in attr() and ifattr()Jo-Philipp Wich
2018-11-27luci-base: dispatcher: use consistent orderingJo-Philipp Wich
2018-11-27luci-base: dispatcher: remove tree modifier supportJo-Philipp Wich
2018-11-16luci-base: dispatcher: add login indication on 403 errorsJo-Philipp Wich
2018-11-05luci-base: remove references to luci.i18n.loadc()Jo-Philipp Wich
2018-09-19luci-base: dispatcher: introduce firstnode() dispatching targetJo-Philipp Wich
2018-09-19modules: Make luci-base sufficient to use luci appsDaniel F. Dickinson
2018-07-27treewide: rework rollback/apply workflowJo-Philipp Wich
2018-07-02luci-base: rework "in request" flagging logic for menu nodesJo-Philipp Wich
2018-05-31luci-base: update coxpcall() implementation, fix runtime error reportingJo-Philipp Wich
2018-05-23luci-base: fix dispacher failAnsuel Smith
2018-05-18Merge pull request #1769 from jow-/masterJo-Philipp Wich
2018-05-13luci-base: harden cookie sysauth=Yousong Zhou
2018-05-05treewide: rework uci apply workflowJo-Philipp Wich
2018-05-05luci-base: enable uci session isolationJo-Philipp Wich
2018-04-26luci-base: add simple CORS handling to luci.dispatcherJo-Philipp Wich
2018-04-10luci-base: fix rendering of 404 HTML error templateJo-Philipp Wich
2018-04-10luci-base: don't propagate null bytes in path informationJo-Philipp Wich
2018-04-09luci-base: consider empty parameters as well when testing POST requirementJo-Philipp Wich
2018-04-06luci-base: emit a warning if cbi() delegates a SimpleForm instanceJo-Philipp Wich
2018-04-05luci-base: introduce luci.dispatcher.lookup()Jo-Philipp Wich
2018-04-05luci-base: dispatcher: reject non-POST requests with any cbi.submit valueJo-Philipp Wich
2018-04-04luci-base: add FULL_REQUEST_URI template propertyJo-Philipp Wich
2018-01-17luci-base: log login attemptsJo-Philipp Wich
2017-08-13luci-base: improve language detectionJo-Philipp Wich
2017-07-11luci-base: properly handle authentication without authenticatorJo-Philipp Wich
2017-07-09luci-base: use rpcd session loginsJo-Philipp Wich
2017-05-06luci-base: luci.dispatcher: allow overriding sysauth templateJo-Philipp Wich
2016-03-01modules/base: dispatcher: use default language if automatic choice failsMatthias Schiffer
2016-02-10luci-base: dispatcher: let attr() automatically serialize JSONJo-Philipp Wich