summaryrefslogtreecommitdiffhomepage
path: root/modules/luci-base/luasrc
AgeCommit message (Expand)Author
2018-05-28treewide: convert HTML tables to divJo-Philipp Wich
2018-05-23luci-base: fix dispacher failAnsuel Smith
2018-05-19luci-base: handle potential crash in luci.model.network.interface.get_i18n()Jo-Philipp Wich
2018-05-19luci-base: break circular luci.config <> luci.model.uci dependencyJo-Philipp Wich
2018-05-18Merge pull request #1769 from jow-/masterJo-Philipp Wich
2018-05-18luci-base: raise maximum POST value size to 100KBJo-Philipp Wich
2018-05-18Merge pull request #1748 from hnyman/wifidataHannu Nyman
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-05-05luci-base: show wifi chip identification on overviewHannu Nyman
2018-05-03luci-base: support hiding the "Back to Overview" button in cbi mapsJo-Philipp Wich
2018-05-03Revert "luci-base: support hiding the "Back to Overview" button in cbi maps"Jo-Philipp Wich
2018-05-03luci-base: support hiding the "Back to Overview" button in cbi mapsJo-Philipp Wich
2018-04-26luci-base: add simple CORS handling to luci.dispatcherJo-Philipp Wich
2018-04-26luci-base: handle bodies of non-POST requests as wellJo-Philipp Wich
2018-04-24luci-base: additionally return error code strings in luci.util.ubus()Jo-Philipp Wich
2018-04-24luci-base: ensure that file upload values have lengthJo-Philipp Wich
2018-04-22luci-base: decode plus signs in x-www-form-urlencoded POST dataJo-Philipp Wich
2018-04-19luci-base: properly handle repeated POST parametersJo-Philipp Wich
2018-04-19luci-base: implement session handling in luci.model.uciJo-Philipp Wich
2018-04-18libs: move http.protocol.{date,mime,conditionals} to luci-lib-httpprotoutilsJo-Philipp Wich
2018-04-18luci-base: fold luci.http.protocol into luci.httpJo-Philipp Wich
2018-04-18luci-base: refactor luci.httpJo-Philipp Wich
2018-04-18luci-base: drop luci.util.dtable()Jo-Philipp Wich
2018-04-18luci-base: switch to lucihttp based POST data processingJo-Philipp Wich
2018-04-18luci-base: switch to lucihttp.urldecode() and lucihttp.urlencode()Jo-Philipp Wich
2018-04-10luci-base: fix rendering of 404 HTML error templateJo-Philipp Wich
2018-04-10luci-base: error404: do not access request env directlyJo-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-07timezone data: update to 2018dHannu Nyman
2018-04-07luci-base: fix luci.model.uci.get_first()Jo-Philipp Wich
2018-04-07luci-base: escape path strings and field parameterJo-Philipp Wich
2018-04-06luci-base: properly initialize cbi.js on SimpleFormsJo-Philipp Wich
2018-04-06luci-base: emit a warning if cbi() delegates a SimpleForm instanceJo-Philipp Wich
2018-04-06luci-base: implement luci.model.uci.get_state()Jo-Philipp Wich
2018-04-05luci-base: introduce luci.dispatcher.lookup()Jo-Philipp Wich
2018-04-05Merge pull request #1709 from dibdot/get_interface-fixJo-Philipp Wich
2018-04-05treewide: filter shell arguments through shellquote() where applicableJo-Philipp Wich
2018-04-05luci-base: introduce luci.util.shellquote()Jo-Philipp Wich
2018-04-05luci-base: fix possible shell injection in luci.tools.status.switch_status()Jo-Philipp Wich
2018-04-05luci-base: dispatcher: reject non-POST requests with any cbi.submit valueJo-Philipp Wich
2018-04-04luci-base: use FULL_REQUEST_URI on login form templatesJo-Philipp Wich
2018-04-04luci-base: add FULL_REQUEST_URI template propertyJo-Philipp Wich
2018-04-04luci-base: add a strict flag to the hostname validatorJo-Philipp Wich
2018-04-04luci-base: switch to ubus uci operationsJo-Philipp Wich
2018-03-31luci-base/network.lua: fix get_interface functionDirk Brenken
2018-03-27luci-base: fix colspans calculation in tblsectionFlorian Eckert
2018-03-22luci-base/util.lua: enhance checklib functionDirk Brenken