summaryrefslogtreecommitdiffhomepage
path: root/libs
AgeCommit message (Collapse)Author
2010-11-27libs/sys: protect iwinfo loading and return stub if module is not presentJo-Philipp Wich
2010-11-27libs/sys: lazy load iwinfoJo-Philipp Wich
2010-11-25libs/sys: remove luci.sys.flash()Jo-Philipp Wich
2010-11-23libs/web: fix IPv6 live validationJo-Philipp Wich
2010-11-23Add possibility to show execution time in the footerManuel Munz
2010-11-22libs/web: combine apply actions of all maps on a page, prevents concurrent XHRJo-Philipp Wich
2010-11-21libs/web: implement "unspecified" option for netlist widgetJo-Philipp Wich
2010-11-21libs/web: add network_netinfo widgetJo-Philipp Wich
2010-11-21libs/web: add "back to overview" button to page actions if .redirect is set ↵Jo-Philipp Wich
on the corresponding map
2010-11-21libs/web: expose cbi map redirect property to page templatesJo-Philipp Wich
2010-11-20libs/web: better server side handling of DynList valuesJo-Philipp Wich
2010-11-20libs/web: fix DynList template for empty valuesJo-Philipp Wich
2010-11-20libs/web: skip empty values in DynList widgetJo-Philipp Wich
2010-11-19libs/web: give cbi tabcontainers a CSS classJo-Philipp Wich
2010-11-18libs/web: fix apply xhr for IE...Jo-Philipp Wich
2010-11-17libs/web: make apply_xhr less aggressive, only rerequest status if previous ↵Jo-Philipp Wich
response returned
2010-11-16libs/web: add range(min,max) datatype validatorJo-Philipp Wich
2010-11-16libs/web: treat .rmempty like .optional for live field validationJo-Philipp Wich
2010-11-16libs/px5g: fix compilation on OpenWrt trunkJo-Philipp Wich
2010-11-15libs/core: network model fixesJo-Philipp Wich
2010-11-15libs/core: make network model 6to4 awareJo-Philipp Wich
2010-11-15libs/web: add support for exclude property to ifacelist and netlist widgetsJo-Philipp Wich
2010-11-13libs/web: allow percent sign in urlsJo-Philipp Wich
2010-11-13libs/web: stricter validation in build_url(), prevents some XSSJo-Philipp Wich
2010-11-13libs/core: switch to C pcdata() implementation, its up to 7 times faster ↵Jo-Philipp Wich
while also ensuring safe UTF-8
2010-11-12libs/web: fix sanitize_utf8(), passes all testcases nowJo-Philipp Wich
2010-11-12libs/web: add UTF-8 validation and pcdata escaping C routines to template parserJo-Philipp Wich
2010-11-09libs/core: restore original implementation of copcall() and coxpcall(), ↵Jo-Philipp Wich
solves issues with RPC UCI endpoint
2010-11-08libs/web: implement rawhtml property for DummyValue switches, allowes ↵Jo-Philipp Wich
passing arbritary markup
2010-11-08libs/core: restart miniupnpd when firewall is reloadedJo-Philipp Wich
2010-11-07libs/web: support local destination in zonelist widgetJo-Philipp Wich
2010-11-07libs/web: add luci.http.write_json()Jo-Philipp Wich
2010-11-05libs/sys: fix logic fail in luci.sys.user.checkpasswd() (#152)Jo-Philipp Wich
2010-11-01libs/web: introduce firewall_zoneforwards widgetJo-Philipp Wich
2010-11-01libs/core: some firewall model enhancementsJo-Philipp Wich
2010-11-01libs/core: several fixes for firewall modelJo-Philipp Wich
2010-10-31libs/core: return ordered list in luci.model.network.get_interfaces()Jo-Philipp Wich
2010-10-31libs/core: fix bug in firewall modelJo-Philipp Wich
2010-10-31libs/web: use the value of the .enabled property in flag widget htmlJo-Philipp Wich
2010-10-31libs/web: support entering custom ifnames in iface list widgetJo-Philipp Wich
2010-10-31libs/core: support not-yet-existing interfaces in network modelJo-Philipp Wich
2010-10-31libs/web: add support for post commit redirects in cbi mapsJo-Philipp Wich
2010-10-30libs/core: fix luci.model.firewall.rename_zone()Jo-Philipp Wich
2010-10-30libs/web: fix type in datatypes.luaJo-Philipp Wich
2010-10-30libs/web: introduce "uciname" datatype for cbi validationJo-Philipp Wich
2010-10-30libs/web: use imatch() in model related widgets, support multivalues in ↵Jo-Philipp Wich
netlist widget
2010-10-30libs/core: use imatch() in firewall and network modelJo-Philipp Wich
2010-10-30libs/core: introduce luci.util.imatch()Jo-Philipp Wich
2010-10-30libs/web: add placeholder support to DynamicList widgetsJo-Philipp Wich
2010-10-30libs/core: remove luci.model.uci.bindJo-Philipp Wich