summaryrefslogtreecommitdiffhomepage
path: root/modules/luci-base/htdocs
AgeCommit message (Expand)Author
2019-09-30luci-base: network.js: implement getMeshID() getterJo-Philipp Wich
2019-09-24luci-base: network.js: fix deleteNetwork() implementationJo-Philipp Wich
2019-09-24luci-base: form.js: do not inherit map tabbing to nested sectionsJo-Philipp Wich
2019-09-24luci-base: form.js: allow overriding remove action in Table/GridSectionsJo-Philipp Wich
2019-09-22luci-base: form.js: do not add title attributes for untitled optionsJo-Philipp Wich
2019-09-21luci-base: tie cached system features to user sessionJo-Philipp Wich
2019-09-21luci-base: network.js: don't batch wireless scan requestsJo-Philipp Wich
2019-09-21luci-base: rpc.js: increase default timeout to 20s, allow batch preventionJo-Philipp Wich
2019-09-21luci-base: luci.js: improve XHR issue diagnosticsJo-Philipp Wich
2019-09-20luci-base: form.js: only update option default if cfgvalue is nullJo-Philipp Wich
2019-09-19luci-base: form.js: add support for dynamic default valuesJo-Philipp Wich
2019-09-19luci-base: ui.js: mark user-changed widgetsJo-Philipp Wich
2019-09-18luci-base: form.js: fix default click action of button optionsJo-Philipp Wich
2019-09-18luci-base: ensure that button labels are properly html escapedJo-Philipp Wich
2019-09-18luci-base: network.js: filter invalid mac addressesJo-Philipp Wich
2019-09-18luci-base: network.js: get low level device details from getifaddr() infoJo-Philipp Wich
2019-09-17luci-base: luci.js: render view buttons depending on available functionsJo-Philipp Wich
2019-09-16luci-base: form.js: implement JSONMapJo-Philipp Wich
2019-09-14luci-base: luci.js: append version when dynamically loading classesJo-Philipp Wich
2019-09-14luci-base: cbi.js: update dependencies after widgets have been renderedJo-Philipp Wich
2019-09-14luci-base: network.js: register "none" protocolJo-Philipp Wich
2019-09-13luci-base: network.js: implement Hosts.getMACHints()Jo-Philipp Wich
2019-09-13luci-base: fix ip6hint option dependencies and validationJo-Philipp Wich
2019-09-12luci-base: rpc.js: fix list requests, handle aborted http requestsJo-Philipp Wich
2019-09-12luci-base: form.js: handle non-string values in stripTags()Jo-Philipp Wich
2019-09-11luci-base: widgets.js: fix display quirk in tools.widgets.DeviceSelectJo-Philipp Wich
2019-09-11luci-base: validation.js: implement length() datatype validatorJo-Philipp Wich
2019-09-11luci-base: luci.js: register rpc interceptor to catch expired sessionsJo-Philipp Wich
2019-09-11luci-base: luci.js: rework error handlingJo-Philipp Wich
2019-09-11luci-base: rpc.js: revamp error handling, add interceptor supportJo-Philipp Wich
2019-09-11luci-base: ui.js: implement addNotification() helperJo-Philipp Wich
2019-09-10luci-base: replace luci/getHostname with generic file/read rpc operationJo-Philipp Wich
2019-09-10luci-base: form.js: store pointer to parent map in modal overlay mapJo-Philipp Wich
2019-09-10luci-base: form.js: pass-through promise in handleAddJo-Philipp Wich
2019-09-10luci-base: network.js: add getHostHints() apiJo-Philipp Wich
2019-09-10luci-base: use cgi-io and rpcd-mod-file to handle file upload and browsingJo-Philipp Wich
2019-09-10luci-base: cbi.js: handle ui elements which return a promise in render()Jo-Philipp Wich
2019-09-10luci-base: cbi.js: fix unintended number sign overflow in formatJo-Philipp Wich
2019-09-10luci-base: form.js: use createHandlerFn() for click actionsJo-Philipp Wich
2019-09-10luci-base: luci.js: use createHandlerFn() for page actionsJo-Philipp Wich
2019-09-10luci-base: form.js: do not consider inactive fields for dependency checksJo-Philipp Wich
2019-09-10luci-base: rpc.js: add getStatusText() callJo-Philipp Wich
2019-09-10luci-base: network.js: fix, rework and improve wireless state handlingJo-Philipp Wich
2019-09-10luci-base: luci.js: support passing FormData as request payloadJo-Philipp Wich
2019-09-10luci-base: luci.js: support registering request progress handlersJo-Philipp Wich
2019-09-10luci-base: luci.js: fix L.Poll.remove()Jo-Philipp Wich
2019-09-10luci-base: form.js: use createHandlerFn() for modal button actionsJo-Philipp Wich
2019-09-10luci-base: form.js: disable write/remove actions for DummyValue widgetsJo-Philipp Wich
2019-09-10protocols: add client side protocol handler implementationsJo-Philipp Wich
2019-09-10luci-base: network.js: add hacks to enable relay protocol supportJo-Philipp Wich