Age | Commit message (Expand) | Author |
2019-07-07 | luci-base: form.js: fix rendering flag values in modals | Jo-Philipp Wich |
2019-07-07 | luci-base: form.js: trigger validation before saving cbi map | Jo-Philipp Wich |
2019-07-07 | luci-base: form.js: prevent section creation on modal cbi save failure | Jo-Philipp Wich |
2019-07-07 | luci-base: ui.js: fix rendering of rich dropdown placeholders | Jo-Philipp Wich |
2019-07-07 | luci-base: add client-side implementation of luci.model.firewall | Jo-Philipp Wich |
2019-07-07 | luci-base: add client-side implementation of luci.model.network | Jo-Philipp Wich |
2019-07-07 | luci-base: add client-side prng library | Jo-Philipp Wich |
2019-07-07 | luci-base: luci.js: make require() failures catcheable | Jo-Philipp Wich |
2019-07-07 | luci-base: split off CBI validations into separate class | Jo-Philipp Wich |
2019-07-07 | luci-base: luci.js: rework L.error() | Jo-Philipp Wich |
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 |