Age | Commit message (Expand) | Author |
2019-07-07 | luci-base: add tools.widgets JS library | Jo-Philipp Wich |
2019-07-07 | luci-base: validation.js: rework translation labels | Jo-Philipp Wich |
2019-07-07 | luci-base: uci.js: add extended section syntax support, improve loading | Jo-Philipp Wich |
2019-07-07 | luci-base: {ui,form}.js: allow passing additional CSS classes to modals | Jo-Philipp Wich |
2019-07-07 | luci-base: luci.js: don't abort finished xhr objects | Jo-Philipp Wich |
2019-07-07 | luci-base: cbi.js: fix number rounding in string.format() | Jo-Philipp Wich |
2019-07-07 | luci-base: form.js: support placeholders for DynamicList widgets | Jo-Philipp Wich |
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: implement further ubus calls | Jo-Philipp Wich |
2019-07-07 | luci-base: fix handling of large ubus HTTP requests | 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-mod-network: replace DHCP & DNS view with client side implementation | Jo-Philipp Wich |
2019-07-07 | luci-base: implement lease status ubus call | Jo-Philipp Wich |
2019-07-07 | luci-base: rpc.js: drop batch api | Jo-Philipp Wich |
2019-07-07 | luci-mod-system: rework leds.js and system.js views | 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-mod-system: use client side cbi forms for system and led config | Jo-Philipp Wich |
2019-07-07 | luci-base: add sys.init.reload() and sys.init.restart() actions | Jo-Philipp Wich |
2019-07-07 | luci-base: add rpcd backend plugin | 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: switch from server side to client side widget markup | 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 |