Age | Commit message (Expand) | Author |
2019-01-05 | luci-base: Fix addr:port validate always fails | Daniel F. Dickinson |
2018-12-29 | luci-base: rework filebrowser initialization | Jo-Philipp Wich |
2018-12-20 | modules: use configurable poll interval | Florian Eckert |
2018-12-13 | luci-base: cbi.js: update deps on dynlist changes, honor placeholder | Jo-Philipp Wich |
2018-12-10 | luci-base: rework ui tabbing code | Jo-Philipp Wich |
2018-12-10 | luci-base: luci.js: emit custom events for tooltip open/close actions | Jo-Philipp Wich |
2018-12-02 | luci-base: fix ReferenceError | Jo-Philipp Wich |
2018-11-23 | luci-base: modal accessibility fix, wrap XHR.stop() | Jo-Philipp Wich |
2018-11-22 | luci-base: move DOM manipulation functions to luci.js | Jo-Philipp Wich |
2018-11-22 | luci-base: cbi.js: remove functions moved to luci.js | Jo-Philipp Wich |
2018-11-22 | luci-base: introduce common JavaScript api | Jo-Philipp Wich |
2018-11-19 | luci-base: further hash calculation signedness bugfixes | Jo-Philipp Wich |
2018-11-19 | luci-base: cbi.js: fix sfh() signedness bug for strings with 3 trailing bytes | Jo-Philipp Wich |
2018-11-19 | luci-base: cbi.js: fix sfh() hash calculation over multibyte sequences | Jo-Philipp Wich |
2018-11-16 | luci-base: xhr.js: rework class, handle expired session | Jo-Philipp Wich |
2018-11-14 | luci-base: cbi.js: add modal dialog functions | Jo-Philipp Wich |
2018-11-14 | luci-base, themes: dropdown behaviour improvements | Jo-Philipp Wich |
2018-11-14 | luci-base: cbi.js: remove dead code in cbi_validate_field() | Jo-Philipp Wich |
2018-11-14 | luci-base: cbi.js: enable validation for dropdown fields | Jo-Philipp Wich |
2018-11-14 | luci-base: cbi.js: set .value property of cbi dropdown elements | Jo-Philipp Wich |
2018-11-14 | luci-base: cbi.js: properly handle cbi tooltips on nested elements | Jo-Philipp Wich |
2018-11-14 | luci-base: cbi.js: avoid using .form property directly | Jo-Philipp Wich |
2018-11-14 | luci-base: cbi.js: fix passing multiple dropdown values in change event | Jo-Philipp Wich |
2018-11-11 | luci-base: fix translation issues | INAGAKI Hiroshi |
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 |