Age | Commit message (Expand) | Author |
2018-11-05 | luci-base: cbi.js: add client-side hexstring datatype validator | Jo-Philipp Wich |
2018-11-05 | luci-base: cbi.js: add heuristics to attribute handling in E() | Jo-Philipp Wich |
2018-11-05 | luci-base, themes: rework dynlist and dropdown widgets | Jo-Philipp Wich |
2018-11-05 | luci-base: cbi.js: rework dropdown implementation | Jo-Philipp Wich |
2018-11-05 | luci-base: cbi.js: utilize node.closest() if available | Jo-Philipp Wich |
2018-11-05 | luci-base: cbi.js: drop cbi_bind() | Jo-Philipp Wich |
2018-11-05 | luci-base: cbi.js: rework client side input validation | Jo-Philipp Wich |
2018-11-05 | luci-base: cbi.js: fix corner case in IPv6() address parser | Jo-Philipp Wich |
2018-11-05 | luci-base, themes: add tooltip helpers & styles | Jo-Philipp Wich |
2018-11-05 | luci-base: cbi.js: switch to client side translation | Jo-Philipp Wich |
2018-11-05 | luci-base: cbi.js: add client side translation infrastructure | Jo-Philipp Wich |
2018-10-28 | Add missing variable declarations in JavaScript code | Stefan Weil |
2018-10-17 | luci-base: fix cbi dropdown quirks with MS Edge | Jo-Philipp Wich |
2018-10-11 | luci-base: cbi.js: remove dead code | Jo-Philipp Wich |
2018-10-11 | luci-base: cbi.js: code cleanups | Jo-Philipp Wich |
2018-10-10 | luci-base: cbi.js: recognize invalid input in dropdown create field | Jo-Philipp Wich |
2018-07-27 | luci-base: xhr.js: decode JSON for POST requests as well | Jo-Philipp Wich |
2018-07-23 | luci-base: cbi.js: fade to-be-deleted section when hovering delete button | Jo-Philipp Wich |
2018-07-23 | luci-base: cbi.js: use adjacent button dynlist add/remove buttons | Jo-Philipp Wich |
2018-07-18 | luci-base: cbi.js: add cbi_submit() helper | Jo-Philipp Wich |
2018-07-17 | luci-base: remove unused icons | Jo-Philipp Wich |
2018-07-13 | luci-base: xhr: increase poll request timeout | Jo-Philipp Wich |
2018-07-12 | luci-base: add icons for alias interfaces | Jo-Philipp Wich |
2018-07-12 | luci-base: xhr.js: use JSON.parse() and pass request duration to callbacks | Jo-Philipp Wich |
2018-07-09 | luci-base: cbi.js: avoid setting empty cell title attributes | Jo-Philipp Wich |
2018-07-09 | luci-base: cbi.js: add NodeList.forEach() polyfill for IE 11 | Jo-Philipp Wich |
2018-06-22 | luci-base: cbi.js: add tooltip handling and responsive table helper code | Jo-Philipp Wich |
2018-06-22 | luci-base: xhr.js: defer starting poll queue | Jo-Philipp Wich |
2018-06-08 | luci-base: add markup, JS and CSS for new dropdown | Jo-Philipp Wich |
2018-05-30 | luci-base: cbi.js: remove unused serialize functions | Jo-Philipp Wich |
2018-05-30 | luci-base: cbi.js: fix cbi_row_swap() after recent table markup changes | Jo-Philipp Wich |
2018-05-28 | luci-base: add element creation helper to cbi.js | Jo-Philipp Wich |
2018-05-05 | luci-base: xhr.js: fix timeout setting with IE 11 | Jo-Philipp Wich |
2018-04-26 | luci-base: extend xhr.js | Jo-Philipp Wich |
2018-04-04 | luci-base: add a strict flag to the hostname validator | Jo-Philipp Wich |
2018-02-16 | luci-base: rework client side IP validation types and support "hostid" type | Jo-Philipp Wich |
2017-10-25 | luci-base: fix client side "host" datatype validator | Jo-Philipp Wich |
2017-08-22 | luci-base: datatypes: add cidr, ipnet validator type | Yousong Zhou |
2017-08-02 | Merge pull request #1245 from danweller18/feature_js_headers | Jo-Philipp Wich |
2017-07-28 | luci-base: cbi.js: fix handling of inverse-depends, combobox validation | Jo-Philipp Wich |
2017-07-22 | remove request headers that are set automatically by browser | Daniel W |
2017-07-21 | luci-base: fix loading fold.gif for filebrowser | Yousong Zhou |
2017-01-23 | luci-base: ipmask, ipmask4 and ipmask6 validators | Jo-Philipp Wich |
2017-01-03 | luci-base:adjust the code order | Jian Chang |
2016-08-04 | luci-base: cbi.js: handle undefined arguments in formatting | Jo-Philipp Wich |
2016-02-19 | luci-base: cbi: fix button handling for dynamic lists | Jo-Philipp Wich |
2016-02-17 | luci-base: cbi.js: properly round down numbers for %u and %d patterns | Jo-Philipp Wich |
2016-02-15 | luci-base: cbi.js: string formatting fixes | Jo-Philipp Wich |
2016-02-10 | luci-base: cbi: properly handle dependant elements without parent | Jo-Philipp Wich |
2016-02-10 | luci-base: cbi: only spawn dynlist sub-comboboxes if choices are available | Jo-Philipp Wich |