Age | Commit message (Expand) | Author |
2014-06-11 | build: introduce luci-base | Jo-Philipp Wich |
2013-02-05 | libs/web: allow '!' and '.' symbols in phonedigit datatype | Jo-Philipp Wich |
2013-01-22 | libs/web: support dependencies on mvalues | Jo-Philipp Wich |
2012-12-02 | libs/web: make JS String.format() and String.serialize() available as prototy... | Jo-Philipp Wich |
2012-10-06 | libs/web: relax validation for hostnames to allow names like _kerberos._udp.E... | Jo-Philipp Wich |
2012-08-09 | libs/web: support placeholder attribute for comboboxes, fix validation quirks... | Jo-Philipp Wich |
2012-06-25 | libs/web: implement minlength(), maxlength() and rangelength() datatypes | Jo-Philipp Wich |
2012-03-04 | libs/web: fix wrong default focus in dynlist widgets (#388) | Jo-Philipp Wich |
2012-02-14 | libs/web: implement new phone digit datatype, useful for VoIP related config ... | Jo-Philipp Wich |
2012-01-08 | libs/web: introduce recursive expression support for datatypes, introduce "or... | Jo-Philipp Wich |
2012-01-07 | libs/web: remove neg_ipaddr, neg_ip4addr and neg_network_ip4addr datatypes, c... | Jo-Philipp Wich |
2011-12-20 | libs/web: fix placeholder attribute for DynList | Jo-Philipp Wich |
2011-12-20 | libs/web: fix undesired autofocus of DynamicList widget | Jo-Philipp Wich |
2011-12-20 | libs/web: improve ip6addr datype validation, accept both CIDR and IP/Mask not... | Jo-Philipp Wich |
2011-12-19 | libs/web: rework DynamicList widget to support dynamic lists composed of comb... | Jo-Philipp Wich |
2011-12-16 | libs/web: rework hostname match to not allow arbritary sequences of numbers a... | Jo-Philipp Wich |
2011-12-16 | libs/web: add list(...) datatype for space separated lists of arbritary datat... | Jo-Philipp Wich |
2011-12-16 | libs/web: implement "network" cbi datatype | Jo-Philipp Wich |
2011-12-14 | libs/web: allow one-character hostnames | Jo-Philipp Wich |
2011-09-22 | libs/web: cbi: dynamically update css class of last field after dependency up... | Jo-Philipp Wich |
2011-09-04 | libs/web: add "neg()" cbi datatype to negate arbritary types, e.g. "neg(hostn... | Jo-Philipp Wich |
2011-06-17 | libs/web: add new datatypes min(...), max(...) and neg_network_ip4addr | Jo-Philipp Wich |
2011-04-13 | luci-firewall: Add support for negations for ip addresses/nets (#218) | Manuel Munz |
2011-03-13 | libs/web: explicitely cast input value of %m pattern to float in order to avo... | Jo-Philipp Wich |
2011-03-13 | libs/web: add %m pattern to String.format() | Jo-Philipp Wich |
2011-03-05 | libs/web: repair and modernize FileBrowser widget, patches by Kevin Locke <kl... | Jo-Philipp Wich |
2011-02-12 | web: Relax hostname validation for length | Manuel Munz |
2011-02-12 | web: Improve hostname validation | Manuel Munz |
2011-01-23 | libs/web: readd add/remove icons to dynamic list widgets | Jo-Philipp Wich |
2011-01-20 | libs/web: fix row sorting in IE | Jo-Philipp Wich |
2011-01-20 | libs/web: fix row ordering for named sections | Jo-Philipp Wich |
2011-01-20 | libs/web: implement sortable rows for uci reordering | Jo-Philipp Wich |
2011-01-19 | libs/web: add up & down arrow icons | Jo-Philipp Wich |
2010-12-05 | libs/web: add float and ufloat datatypes for field validation | Jo-Philipp Wich |
2010-12-01 | libs/web: remove debug code from cbi.js | Jo-Philipp Wich |
2010-12-01 | libs/web: add %t format to String.format(), fix float formatting | Jo-Philipp Wich |
2010-11-23 | libs/web: fix IPv6 live validation | Jo-Philipp Wich |
2010-11-16 | libs/web: add range(min,max) datatype validator | Jo-Philipp Wich |
2010-10-30 | libs/web: introduce "uciname" datatype for cbi validation | Jo-Philipp Wich |
2010-10-30 | libs/web: live validation fixes | Jo-Philipp Wich |
2010-10-25 | libs/web: rework DynamicList widget | 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/web: add String.serialize() and String.format() to cbi.js | Jo-Philipp Wich |
2010-10-12 | libs: merge libs/cbi into libs/web | Jo-Philipp Wich |