Age | Commit message (Expand) | Author |
2010-11-13 | libs/web: stricter validation in build_url(), prevents some XSS | Jo-Philipp Wich |
2010-11-13 | libs/core: switch to C pcdata() implementation, its up to 7 times faster whil... | Jo-Philipp Wich |
2010-11-12 | libs/web: fix sanitize_utf8(), passes all testcases now | Jo-Philipp Wich |
2010-11-12 | libs/web: add UTF-8 validation and pcdata escaping C routines to template parser | Jo-Philipp Wich |
2010-11-09 | libs/core: restore original implementation of copcall() and coxpcall(), solve... | Jo-Philipp Wich |
2010-11-08 | libs/web: implement rawhtml property for DummyValue switches, allowes passing... | Jo-Philipp Wich |
2010-11-08 | libs/core: restart miniupnpd when firewall is reloaded | Jo-Philipp Wich |
2010-11-07 | libs/web: support local destination in zonelist widget | Jo-Philipp Wich |
2010-11-07 | libs/web: add luci.http.write_json() | Jo-Philipp Wich |
2010-11-05 | libs/sys: fix logic fail in luci.sys.user.checkpasswd() (#152) | Jo-Philipp Wich |
2010-11-01 | libs/web: introduce firewall_zoneforwards widget | Jo-Philipp Wich |
2010-11-01 | libs/core: some firewall model enhancements | Jo-Philipp Wich |
2010-11-01 | libs/core: several fixes for firewall model | Jo-Philipp Wich |
2010-10-31 | libs/core: return ordered list in luci.model.network.get_interfaces() | Jo-Philipp Wich |
2010-10-31 | libs/core: fix bug in firewall model | Jo-Philipp Wich |
2010-10-31 | libs/web: use the value of the .enabled property in flag widget html | Jo-Philipp Wich |
2010-10-31 | libs/web: support entering custom ifnames in iface list widget | Jo-Philipp Wich |
2010-10-31 | libs/core: support not-yet-existing interfaces in network model | Jo-Philipp Wich |
2010-10-31 | libs/web: add support for post commit redirects in cbi maps | Jo-Philipp Wich |
2010-10-30 | libs/core: fix luci.model.firewall.rename_zone() | Jo-Philipp Wich |
2010-10-30 | libs/web: fix type in datatypes.lua | Jo-Philipp Wich |
2010-10-30 | libs/web: introduce "uciname" datatype for cbi validation | Jo-Philipp Wich |
2010-10-30 | libs/web: use imatch() in model related widgets, support multivalues in netli... | Jo-Philipp Wich |
2010-10-30 | libs/core: use imatch() in firewall and network model | Jo-Philipp Wich |
2010-10-30 | libs/core: introduce luci.util.imatch() | Jo-Philipp Wich |
2010-10-30 | libs/web: add placeholder support to DynamicList widgets | Jo-Philipp Wich |
2010-10-30 | libs/core: remove luci.model.uci.bind | Jo-Philipp Wich |
2010-10-30 | libs/core: reuse existing uci context in network model if possible. fix some ... | Jo-Philipp Wich |
2010-10-30 | libs/core: rework firewall model | Jo-Philipp Wich |
2010-10-30 | libs/web: add html5 placeholder attribute support to cbi options | Jo-Philipp Wich |
2010-10-30 | libs/core: fix various bugs in network model | Jo-Philipp Wich |
2010-10-30 | libs/web: implement forcewrite attribute for cbi options | Jo-Philipp Wich |
2010-10-30 | libs/web: live validation fixes | Jo-Philipp Wich |
2010-10-30 | libs/web: convert cbi widgets to new network model | Jo-Philipp Wich |
2010-10-30 | libs/core: merge luci.model.wireless into luci.model.network | Jo-Philipp Wich |
2010-10-28 | libs/core: rework network model | Jo-Philipp Wich |
2010-10-28 | libs/core: implement substate() in uci model for creating bound state cursors | Jo-Philipp Wich |
2010-10-25 | libs/web: rework DynamicList widget | Jo-Philipp Wich |
2010-10-21 | libs/web: annotate form object with cbi state when using section add/remove b... | Jo-Philipp Wich |
2010-10-21 | libs/web: fix ip6addr js validation, fixes for live validation | Jo-Philipp Wich |
2010-10-20 | libs/web: fix tab highlighting with multiple tabs | Jo-Philipp Wich |
2010-10-19 | libs/core: fix network counting in luci.model.wireless | Jo-Philipp Wich |
2010-10-19 | libs/web: add String.serialize() and String.format() to cbi.js | Jo-Philipp Wich |
2010-10-19 | libs/web: support different caption for button widgets | Jo-Philipp Wich |
2010-10-19 | libs/sys: resolve pseudo ifaces in luci.sys.wifi.getiwinfo() | Jo-Philipp Wich |
2010-10-15 | libs/web: move XHR apply callback into subtemplate | Jo-Philipp Wich |
2010-10-15 | libs/web: add export() to template namespace, allows templates to export symb... | Jo-Philipp Wich |
2010-10-14 | libs/web: cbi: add new on_before_save and on_after_save hook, implement :rese... | Jo-Philipp Wich |
2010-10-14 | libs/web: fix various issues in cbi option error handling, call validator for... | Jo-Philipp Wich |
2010-10-12 | libs/web: rework cbi field validation, let validators return custom error mes... | Jo-Philipp Wich |