summaryrefslogtreecommitdiffhomepage
path: root/modules/luci-base/luasrc/dispatcher.lua
AgeCommit message (Expand)Author
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
2016-02-02Fix embedded links: github instead of luci.subsignal.orgHannu Nyman
2016-01-11luci-base: properly handle ubus connections for non-root (#570, #571)Jo-Philipp Wich
2015-10-22luci-base: dispatcher expose test_post_security()Jo-Philipp Wich
2015-10-21luci-base: ensure that base url is emitted with trailing slashJo-Philipp Wich
2015-10-21luci-base: remove security token from urlsJo-Philipp Wich
2015-10-20luci-base: generalize post security token handlingJo-Philipp Wich
2015-10-07luci-base: expose luci.dispatcher.build_url() as url() in templatesJo-Philipp Wich
2015-10-07luci-base: protect simpleforms with CSRF tokensJo-Philipp Wich
2015-10-06luci-base: protect CBI forms with CSRF tokensJo-Philipp Wich
2015-10-06luci-base: add support for POST-only actions with CSRF token checkJo-Philipp Wich
2015-02-09Avoid setting duplicate cookiesJo-Philipp Wich
2015-02-09luci-base: pass session timeout as integerJo-Philipp Wich
2015-02-09luci-base: establish ubus connection before dropping privileges (#310)Jo-Philipp Wich
2015-01-29Move inline documentation into separate files.Jo-Philipp Wich
2015-01-26luci-base: improve login/logout handlingJo-Philipp Wich
2015-01-16Globally reduce copyright headersJo-Philipp Wich
2015-01-16luci-base: remove luci.initJo-Philipp Wich
2015-01-16luci-base: use local sys module table in luci.dispatcherJo-Philipp Wich
2015-01-15luci-base: remove old fastindex support code, use cached module tablesJo-Philipp Wich
2015-01-15luci-base: switch to ubus sessionsJo-Philipp Wich
2015-01-08Rework LuCI build systemJo-Philipp Wich