Age | Commit message (Expand) | Author |
2019-07-07 | luci-base: mvalue.htm: fix reading back multi value options | Jo-Philipp Wich |
2019-07-07 | luci-base: fix cbi mvalue templates | Jo-Philipp Wich |
2019-07-07 | luci-base: network.js: dynamically calculate IPv4 netmasks | Jo-Philipp Wich |
2019-07-07 | treewide: switch to shared isObject(), toArray() and sortedKeys() helpers | Jo-Philipp Wich |
2019-07-07 | luci-base: luci.js: add isObject(), toArray() and sortedKeys() helper | Jo-Philipp Wich |
2019-07-07 | luci-base: form.js: reload map data when saving modal forms | Jo-Philipp Wich |
2019-07-07 | luci-base: widgets.js: add textvalude representation for network select | Jo-Philipp Wich |
2019-07-07 | Merge pull request #2806 from dibdot/magic | Jo-Philipp Wich |
2019-07-07 | luci-base: uci.js: track packages affected by reorder operations | Jo-Philipp Wich |
2019-07-07 | luci-base: fix regular expression in network.Protocol.getDevices() | Jo-Philipp Wich |
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-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-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: 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 |