Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-06-11 | build: introduce luci-base | Jo-Philipp Wich | |
Merges libs/core, libs/ipkg, libs/web, libs/sys, libs/sgi-cgi, libs/sgi-uhttpd, modules/admin-core, themes/base and protcols/core into modules/base and renames luci-lib-core to luci-base. | |||
2013-02-05 | libs/web: allow '!' and '.' symbols in phonedigit datatype | Jo-Philipp Wich | |
2012-10-06 | libs/web: relax validation for hostnames to allow names like ↵ | Jo-Philipp Wich | |
_kerberos._udp.EXAMPLE.COM | |||
2012-06-25 | libs/web: implement minlength(), maxlength() and rangelength() datatypes | Jo-Philipp Wich | |
2012-04-13 | libs/datatypes: Fix typo | Manuel Munz | |
2012-02-14 | libs/web: implement new phone digit datatype, useful for VoIP related config ↵ | Jo-Philipp Wich | |
screens | |||
2012-01-08 | libs/web: remove debugging code | Jo-Philipp Wich | |
2012-01-08 | libs/web: introduce recursive expression support for datatypes, introduce ↵ | Jo-Philipp Wich | |
"or" and "and" datatypes The commit adds a recursive parser for datatype expressions which allows nesting of validators, this allows for complex expressions like "list(or(range(0,65535),'infinite'))" to allow a list of values which are either integers between 0 and 65535 or the literal string "inifinite". That change also deprecates combined datatypes like "ipaddr" ["or(ip4addr,ip6addr)"] or "host" ["or(hostname,ip4addr,ip6addr)"] | |||
2012-01-07 | libs/web: remove neg_ipaddr, neg_ip4addr and neg_network_ip4addr datatypes, ↵ | Jo-Philipp Wich | |
can be represented with neg(type) | |||
2011-12-16 | libs/web: rework hostname match to not allow arbritary sequences of numbers ↵ | Jo-Philipp Wich | |
and dots | |||
2011-12-16 | libs/web: add list(...) datatype for space separated lists of arbritary ↵ | Jo-Philipp Wich | |
datatypes | |||
2011-12-16 | libs/web: add missing parts of previous commit | Jo-Philipp Wich | |
2011-12-14 | libs/web: allow one-character hostnames | Jo-Philipp Wich | |
2011-09-04 | libs/web: add "neg()" cbi datatype to negate arbritary types, e.g. ↵ | Jo-Philipp Wich | |
"neg(hostname)" would allow "!example.com" | |||
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-17 | libs/web: fix "port" datatype to allow port 0 | Jo-Philipp Wich | |
2011-02-12 | web: Relax hostname validation for length | Manuel Munz | |
2011-02-12 | web: Improve hostname validation | Manuel Munz | |
2010-12-16 | libs/web: fix error in wep key validation | Jo-Philipp Wich | |
2010-12-05 | libs/web: add float and ufloat datatypes for field validation | Jo-Philipp Wich | |
2010-11-16 | libs/web: add range(min,max) datatype validator | 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-12 | libs: merge libs/cbi into libs/web | Jo-Philipp Wich | |