Age | Commit message (Expand) | Author |
2019-07-07 | luci-base: form.js: default to unlimited dropdown size | Jo-Philipp Wich |
2019-07-07 | luci-base: ui.js: improve dropdown behaviour | Jo-Philipp Wich |
2019-07-07 | luci-base: rpc.js: drop batch api | Jo-Philipp Wich |
2019-07-07 | luci-base: luci.js: auto-coalesce ubus requests | Jo-Philipp Wich |
2019-07-07 | luci-base: rpc.js: make base URL configurable | Jo-Philipp Wich |
2019-07-07 | luci-base: luci.js: introduce generic LuCI.Poll | Jo-Philipp Wich |
2019-07-07 | luci-base: luci.js: enable strict mode | Jo-Philipp Wich |
2019-07-07 | luci-base: luci.js: handle postprocessed sources | Jo-Philipp Wich |
2019-07-07 | luci-base: luci.js: catch base class loading errors | Jo-Philipp Wich |
2019-07-07 | luci-base: introduce form.js | Jo-Philipp Wich |
2019-07-07 | luci-base: cbi.js, ui.js: add custom validation callbacks, new ui widgets | Jo-Philipp Wich |
2019-07-07 | luci-base: add client based view actions | Jo-Philipp Wich |
2019-07-07 | luci-base: luci.js: tweak error handling | Jo-Philipp Wich |
2019-07-07 | luci-base: replace uci change pages with client side modal dialog | Jo-Philipp Wich |
2019-07-07 | luci-base: add uci.js and rpc.js classes | Jo-Philipp Wich |
2019-07-07 | luci-base: add ubus-http gateway | Jo-Philipp Wich |
2019-07-07 | luci-base: move dropdown, combox and dynlist widget code to L.ui | Jo-Philipp Wich |
2019-07-07 | luci-base: luci.js: add L.dom.data() | Jo-Philipp Wich |
2019-07-07 | luci-base: cbi.js: support field validation for formless inputs | Jo-Philipp Wich |
2019-07-07 | luci-base: cbi.js: untangle dropdown and dynlists from dependency update | Jo-Philipp Wich |
2019-07-07 | luci-base: luci.js: add L.bind() helper | Jo-Philipp Wich |
2019-07-07 | luci-base: luci.js: consolidate error handling | Jo-Philipp Wich |
2019-07-07 | luci-base: luci.js: convert LuCI.dom to Class instance | Jo-Philipp Wich |
2019-07-07 | luci-base: luci.js: split ui helper functions into external ui.js | Jo-Philipp Wich |
2019-07-07 | luci-base: luci.js: add dynamic class loader | Jo-Philipp Wich |
2019-07-07 | luci-base: luci.js: convert LuCI to Class instance | Jo-Philipp Wich |
2019-07-07 | luci-base: luci.js: add HTTP request functions | Jo-Philipp Wich |
2019-07-07 | luci-base: luci.js: add class construction helper | Jo-Philipp Wich |
2019-07-07 | luci-base: add ES6 Promise polyfill for IE < Edge | Jo-Philipp Wich |
2019-07-07 | luci-base: luci.js: add Object.assign polyfill | Jo-Philipp Wich |
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 |