Age | Commit message (Expand) | Author |
2019-09-12 | luci-mod-system: restore rc.local editing functionality | Jo-Philipp Wich |
2019-09-12 | luci-mod-system: reimplent system/startup as client side view | 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: fix list method handling in ubus-rpc protocol proxy | Jo-Philipp Wich |
2019-09-12 | luci-base: drop unused tools.status.switch_status() call | Jo-Philipp Wich |
2019-09-12 | luci-mod-network: reimplement switch configuration as client side view | Jo-Philipp Wich |
2019-09-12 | luci-base: add luci/getSwconfigFeatures and luci/getSwconfigPortState | Jo-Philipp Wich |
2019-09-12 | luci-base: form.js: handle non-string values in stripTags() | Jo-Philipp Wich |
2019-09-12 | Merge pull request #3056 from musashino205/l10n/base-upd-ja | Jo-Philipp Wich |
2019-09-12 | luci-base: update Japanese translation | INAGAKI Hiroshi |
2019-09-12 | luci-base: update Ukrainian translation | Yurii |
2019-09-11 | luci-base: restore some lost translations and update german | Jo-Philipp Wich |
2019-09-11 | luci-base: resync translations | 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-mod-network: add missing dependency on rpcd-mod-iwinfo | Jo-Philipp Wich |
2019-09-11 | luci-base: view.htm: catch and render exceptions on view instantiation | 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 | protocols: replace luci/getTTYDevices calls with generic file/list ones | Jo-Philipp Wich |
2019-09-10 | luci-base: add hostapd/wpa_supplicant cli feature flags | Jo-Philipp Wich |
2019-09-10 | luci-mod-network: switch to client side wifi configuration pages | 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: add getWirelessDevices() rpc method | 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-mod-network: slightly improve static lease config | 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: drop server side cbi implementations of protocol handlers | Jo-Philipp Wich |
2019-09-10 | luci-mod-network: switch to client side interface configuration pages | Jo-Philipp Wich |
2019-09-10 | protocols: add client side protocol handler implementations | Jo-Philipp Wich |
2019-09-10 | luci-base: rpcd: add getHostname and getTTYDevices calls | 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 |