summaryrefslogtreecommitdiffhomepage
path: root/modules/luci-base/luasrc
AgeCommit message (Expand)Author
2016-02-10luci-base: cbi: rely on auto-serialization for combobox choicesJo-Philipp Wich
2016-02-10luci-base: cbi: rework ListValue and MultiValue templatesJo-Philipp Wich
2016-02-10luci-base: dispatcher: let attr() automatically serialize JSONJo-Philipp Wich
2016-02-10luci-base: cbi: further refactoringJo-Philipp Wich
2016-02-09luci-base: fix dependency handling of optionals (#645)Jo-Philipp Wich
2016-02-09luci-base: cbi: remove duplicate id from templateJo-Philipp Wich
2016-02-07timezone data: update to 2016aHannu Nyman
2016-02-02luci-base: fix parsing of non-TCP streams in conntrack tableJo-Philipp Wich
2016-02-02Fix embedded links: github instead of luci.subsignal.orgHannu Nyman
2016-01-23luci-base: fix initialization of MultiValue optionsJo-Philipp Wich
2016-01-21sys.lua _nethints(): read location of dhcp.lease file from uciChristian Schoenebeck
2016-01-20luci-base: luci.sys.net: use luci.ip.neighbors() instead of /proc/net/arpJo-Philipp Wich
2016-01-20luci-base: add luci.sys.net.host_hints() and regenerate documentationJo-Philipp Wich
2016-01-19luci-base: add missing Lua side changes for new dependency codeJo-Philipp Wich
2016-01-18luci-base: cbi: refactor event handling jsJo-Philipp Wich
2016-01-18luci-base: refactor cbi dependency handling codeJo-Philipp Wich
2016-01-18luci-base: improve tab hide logicJo-Philipp Wich
2016-01-18luci-base: add extra css class for map level tabs, don't track tab child countJo-Philipp Wich
2016-01-18luci-base: do not render section description tag when description is emptyJo-Philipp Wich
2016-01-15luci-base: add basic support for CBI map level tabbingJo-Philipp Wich
2016-01-15luci-base: prevent CBI map save on invalid values (#618)Jo-Philipp Wich
2016-01-15luci-base: initialize CBI optionals on initial Map render (#618)Jo-Philipp Wich
2016-01-15Merge pull request #563 from cshore/pull-request-app-uhttpdJo-Philipp Wich
2016-01-11luci-base: properly handle ubus connections for non-root (#570, #571)Jo-Philipp Wich
2015-12-17Merge pull request #464 from remakeelectric/pulls/list-operationsJo-Philipp Wich
2015-12-17Merge pull request #577 from cshore/pull-request-safe-file-uploadJo-Philipp Wich
2015-12-15validation: Add option ipv4only option to host and hostport datatypesDaniel Dickinson
2015-12-15modules/luci-base: Fix ipaddrport validator to support ipv6Daniel Dickinson
2015-12-15luci-base: Make default for FileUpload 'safe'Daniel Dickinson
2015-12-15Merge pull request #564 from cshore/pull-request-app-firewall-timedateJo-Philipp Wich
2015-12-15lib-nixio / luci-base: Fix for reading csrf token prevents file uploadDaniel Dickinson
2015-12-15validation: Add option ipv4only option to host and hostport datatypesDaniel Dickinson
2015-12-15modules/luci-base: Fix ipaddrport validator to support ipv6Daniel Dickinson
2015-12-15luci-base: Make default for FileUpload 'safe'Daniel Dickinson
2015-12-14applications: firewall: Add time and date for rules and redirectsDaniel Dickinson
2015-12-14luci-base: Add time and data datatypes for use with firewall appDaniel Dickinson
2015-12-12modules/luci-base: Move LuCI FileUpload directory to /etc/luci-uploads and sa...Daniel Dickinson
2015-12-09luci-base: rewrite luci.sys.net.conntrack()Jo-Philipp Wich
2015-12-02luci-base: fix escaping lua string to js reprYousong Zhou
2015-12-02luci-base: add hostport and ipaddrport validation typesJo-Philipp Wich
2015-12-02luci-base: Add function for shell single-quote parameter escapingDaniel Dickinson
2015-11-26Merge pull request #534 from yousong/add-luci-proto-ppposshJo-Philipp Wich
2015-11-21luci-base: use board.json to infer switch netdevJo-Philipp Wich
2015-11-21luci-base: switch to luci-lib-jsoncJo-Philipp Wich
2015-11-17luci-base: eliminate use of uci state vars in luci.model.networkJo-Philipp Wich
2015-11-16luci-base: fix uci documentation issue (#538)Jo-Philipp Wich
2015-11-03Redirect to root on empty pathJoel Pedraza
2015-11-03luci-base: add support for DynamicList with FileBrowserYousong Zhou
2015-11-03luci-base: urlencode: encode all except unreserved characters.Yousong Zhou
2015-11-01template cbi/value.htm implement documented property maxlengthChristian Schoenebeck