summaryrefslogtreecommitdiffhomepage
path: root/modules/luci-base/htdocs/luci-static/resources/luci.js
AgeCommit message (Expand)Author
2019-11-26luci-base: luci.js: further nested Class.super() call fixesJo-Philipp Wich
2019-11-26luci-base: luci.js: properly handle nested Class.super() callsJo-Philipp Wich
2019-11-10luci-base: luci.js: add optional apply unchecked actionJo-Philipp Wich
2019-10-07luci-base: luci.js: add resolveDefault() helperJo-Philipp Wich
2019-10-02luci-base: luci.js, rpc.js, uci.js, network.js: add JSDoc annotationsJo-Philipp Wich
2019-09-21luci-base: tie cached system features to user sessionJo-Philipp Wich
2019-09-21luci-base: luci.js: improve XHR issue diagnosticsJo-Philipp Wich
2019-09-18luci-base: ensure that button labels are properly html escapedJo-Philipp Wich
2019-09-17luci-base: luci.js: render view buttons depending on available functionsJo-Philipp Wich
2019-09-14luci-base: luci.js: append version when dynamically loading classesJo-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-10luci-base: luci.js: use createHandlerFn() for page actionsJo-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: luci.js: support custom filter function in dom.isEmpty()Jo-Philipp Wich
2019-08-14luci-base: luci.js: introduce hasSystemFeature() apiJo-Philipp Wich
2019-08-01luci-base: luci.js: add L.dom.isEmpty() helperJo-Philipp Wich
2019-07-12luci-base: luci.js: add Promise.finally polyfillJo-Philipp Wich
2019-07-11luci-base: luci.js: only use overrideMimeType when supportedJo-Philipp Wich
2019-07-10luci-base: luci.js: fix undefined "this" when /ubus/ is unavailableJo-Philipp Wich
2019-07-10luci-base: luci.js: cache determined RPC base url in session storageJo-Philipp Wich
2019-07-08luci-base: use native ubus HTTP gateway if availableJo-Philipp Wich
2019-07-07luci-base: luci.js: add isObject(), toArray() and sortedKeys() helperJo-Philipp Wich
2019-07-07luci-base: luci.js: don't abort finished xhr objectsJo-Philipp Wich
2019-07-07luci-base: luci.js: make require() failures catcheableJo-Philipp Wich
2019-07-07luci-base: luci.js: rework L.error()Jo-Philipp Wich
2019-07-07luci-base: luci.js: auto-coalesce ubus requestsJo-Philipp Wich
2019-07-07luci-base: luci.js: introduce generic LuCI.PollJo-Philipp Wich
2019-07-07luci-base: luci.js: enable strict modeJo-Philipp Wich
2019-07-07luci-base: luci.js: handle postprocessed sourcesJo-Philipp Wich
2019-07-07luci-base: luci.js: catch base class loading errorsJo-Philipp Wich
2019-07-07luci-base: introduce form.jsJo-Philipp Wich
2019-07-07luci-base: add client based view actionsJo-Philipp Wich
2019-07-07luci-base: luci.js: tweak error handlingJo-Philipp Wich
2019-07-07luci-base: add ubus-http gatewayJo-Philipp Wich
2019-07-07luci-base: luci.js: add L.dom.data()Jo-Philipp Wich
2019-07-07luci-base: luci.js: add L.bind() helperJo-Philipp Wich
2019-07-07luci-base: luci.js: consolidate error handlingJo-Philipp Wich
2019-07-07luci-base: luci.js: convert LuCI.dom to Class instanceJo-Philipp Wich
2019-07-07luci-base: luci.js: split ui helper functions into external ui.jsJo-Philipp Wich
2019-07-07luci-base: luci.js: add dynamic class loaderJo-Philipp Wich
2019-07-07luci-base: luci.js: convert LuCI to Class instanceJo-Philipp Wich
2019-07-07luci-base: luci.js: add HTTP request functionsJo-Philipp Wich
2019-07-07luci-base: luci.js: add class construction helperJo-Philipp Wich
2019-07-07luci-base: luci.js: add Object.assign polyfillJo-Philipp Wich
2018-12-10luci-base: rework ui tabbing codeJo-Philipp Wich
2018-12-10luci-base: luci.js: emit custom events for tooltip open/close actionsJo-Philipp Wich
2018-11-23luci-base: modal accessibility fix, wrap XHR.stop()Jo-Philipp Wich