Age | Commit message (Expand) | Author |
2019-11-04 | luci-base: form.js: fix GridSection not using user-input name when add | Richard Yu |
2019-11-01 | luci-base, luci-mod-system: move file upload handling to ui.js | Jo-Philipp Wich |
2019-11-01 | luci-base: consolidate network.js data acquisition | Jo-Philipp Wich |
2019-11-01 | luci-base: migrate luci/getNetworkDevices to C plugin | Jo-Philipp Wich |
2019-11-01 | luci-base: migrate luci/getWirelessDevices to C plugin | Jo-Philipp Wich |
2019-11-01 | luci-base, luci-mod-network, luci-app-firewall: migrate luci/getHostHints | Jo-Philipp Wich |
2019-11-01 | luci-base: migrate luci/getBoardJSON to C plugin | Jo-Philipp Wich |
2019-10-22 | luci-base: network.js: implement Protocol.getGateway6Addr() | Jo-Philipp Wich |
2019-10-22 | luci-base: ui.js: prevent race condition in tab initialization | Jo-Philipp Wich |
2019-10-21 | luci.base: fs.js: expose mode param in fs.write() | Jo-Philipp Wich |
2019-10-18 | luci-base: network.js: simplify rpc error handling | Jo-Philipp Wich |
2019-10-17 | luci-base: network.js: prefer netifd traffic stats over getifaddrs() ones | Jo-Philipp Wich |
2019-10-15 | luci-base: static.js: make IPv6 assignment hint optional | Jo-Philipp Wich |
2019-10-11 | luci-base: widgets.js: add user and group select | Richard Yu |
2019-10-07 | luci-base: form.js: fix anonymous section table titles | Jo-Philipp Wich |
2019-10-07 | luci-base: form.js: treat inactive options as optional | Jo-Philipp Wich |
2019-10-07 | luci-base: ui.js: add pingDevice() and awaitReconnect() functions | Jo-Philipp Wich |
2019-10-07 | luci-base: ui.js: use common fs.js class for filebrowser operations | Jo-Philipp Wich |
2019-10-07 | luci-base: introduce common fs.js helper class | Jo-Philipp Wich |
2019-10-07 | luci-base: luci.js: add resolveDefault() helper | Jo-Philipp Wich |
2019-10-02 | luci-base: luci.js, rpc.js, uci.js, network.js: add JSDoc annotations | Jo-Philipp Wich |
2019-09-30 | luci-base: network.js: implement getMeshID() getter | Jo-Philipp Wich |
2019-09-24 | luci-base: network.js: fix deleteNetwork() implementation | Jo-Philipp Wich |
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 |