Age | Commit message (Expand) | Author |
2019-09-24 | luci-base: form.js: do not inherit map tabbing to nested sections | Jo-Philipp Wich |
2019-09-24 | luci-base: form.js: allow overriding remove action in Table/GridSections | Jo-Philipp Wich |
2019-09-22 | luci-base: form.js: do not add title attributes for untitled options | Jo-Philipp Wich |
2019-09-21 | luci-base: tie cached system features to user session | Jo-Philipp Wich |
2019-09-21 | luci-base: network.js: don't batch wireless scan requests | Jo-Philipp Wich |
2019-09-21 | luci-base: rpc.js: increase default timeout to 20s, allow batch prevention | Jo-Philipp Wich |
2019-09-21 | luci-base: luci.js: improve XHR issue diagnostics | Jo-Philipp Wich |
2019-09-20 | luci-base: form.js: only update option default if cfgvalue is null | Jo-Philipp Wich |
2019-09-19 | luci-base: form.js: add support for dynamic default values | Jo-Philipp Wich |
2019-09-19 | luci-base: ui.js: mark user-changed widgets | Jo-Philipp Wich |
2019-09-18 | luci-base: form.js: fix default click action of button options | Jo-Philipp Wich |
2019-09-18 | luci-base: ensure that button labels are properly html escaped | Jo-Philipp Wich |
2019-09-18 | luci-base: network.js: filter invalid mac addresses | Jo-Philipp Wich |
2019-09-18 | luci-base: network.js: get low level device details from getifaddr() info | Jo-Philipp Wich |
2019-09-17 | luci-base: luci.js: render view buttons depending on available functions | Jo-Philipp Wich |
2019-09-16 | luci-base: form.js: implement JSONMap | Jo-Philipp Wich |
2019-09-14 | luci-base: luci.js: append version when dynamically loading classes | Jo-Philipp Wich |
2019-09-14 | luci-base: cbi.js: update dependencies after widgets have been rendered | Jo-Philipp Wich |
2019-09-14 | luci-base: network.js: register "none" protocol | Jo-Philipp Wich |
2019-09-13 | luci-base: network.js: implement Hosts.getMACHints() | Jo-Philipp Wich |
2019-09-13 | luci-base: fix ip6hint option dependencies and validation | Jo-Philipp Wich |
2019-09-12 | luci-base: rpc.js: fix list requests, handle aborted http requests | Jo-Philipp Wich |
2019-09-12 | luci-base: form.js: handle non-string values in stripTags() | Jo-Philipp Wich |
2019-09-11 | luci-base: widgets.js: fix display quirk in tools.widgets.DeviceSelect | Jo-Philipp Wich |
2019-09-11 | luci-base: validation.js: implement length() datatype validator | Jo-Philipp Wich |
2019-09-11 | luci-base: luci.js: register rpc interceptor to catch expired sessions | Jo-Philipp Wich |
2019-09-11 | luci-base: luci.js: rework error handling | Jo-Philipp Wich |
2019-09-11 | luci-base: rpc.js: revamp error handling, add interceptor support | Jo-Philipp Wich |
2019-09-11 | luci-base: ui.js: implement addNotification() helper | Jo-Philipp Wich |
2019-09-10 | luci-base: replace luci/getHostname with generic file/read rpc operation | Jo-Philipp Wich |
2019-09-10 | luci-base: form.js: store pointer to parent map in modal overlay map | Jo-Philipp Wich |
2019-09-10 | luci-base: form.js: pass-through promise in handleAdd | Jo-Philipp Wich |
2019-09-10 | luci-base: network.js: add getHostHints() api | Jo-Philipp Wich |
2019-09-10 | luci-base: use cgi-io and rpcd-mod-file to handle file upload and browsing | Jo-Philipp Wich |
2019-09-10 | luci-base: cbi.js: handle ui elements which return a promise in render() | Jo-Philipp Wich |
2019-09-10 | luci-base: cbi.js: fix unintended number sign overflow in format | Jo-Philipp Wich |
2019-09-10 | luci-base: form.js: use createHandlerFn() for click actions | Jo-Philipp Wich |
2019-09-10 | luci-base: luci.js: use createHandlerFn() for page actions | Jo-Philipp Wich |
2019-09-10 | luci-base: form.js: do not consider inactive fields for dependency checks | Jo-Philipp Wich |
2019-09-10 | luci-base: rpc.js: add getStatusText() call | Jo-Philipp Wich |
2019-09-10 | luci-base: network.js: fix, rework and improve wireless state handling | Jo-Philipp Wich |
2019-09-10 | luci-base: luci.js: support passing FormData as request payload | Jo-Philipp Wich |
2019-09-10 | luci-base: luci.js: support registering request progress handlers | Jo-Philipp Wich |
2019-09-10 | luci-base: luci.js: fix L.Poll.remove() | Jo-Philipp Wich |
2019-09-10 | luci-base: form.js: use createHandlerFn() for modal button actions | Jo-Philipp Wich |
2019-09-10 | luci-base: form.js: disable write/remove actions for DummyValue widgets | Jo-Philipp Wich |
2019-09-10 | protocols: add client side protocol handler implementations | Jo-Philipp Wich |
2019-09-10 | luci-base: network.js: add hacks to enable relay protocol support | Jo-Philipp Wich |
2019-09-10 | luci-base: ui.js: update tabs after initial render | Jo-Philipp Wich |
2019-09-10 | luci-base: form.js: rework section add/remove event handling | Jo-Philipp Wich |