summaryrefslogtreecommitdiffhomepage
path: root/modules/luci-base/htdocs/luci-static/resources/luci.js
AgeCommit message (Expand)Author
2020-09-15luci-base: use actual JSON-RPC for verifying ubus RPC URLRafał Miłecki
2020-05-29luci-base: luci.js: properly skip comments when finding require tokensJo-Philipp Wich
2020-04-26luci-base: luci.js: add LuCI.session.getToken()Jo-Philipp Wich
2020-04-16luci-base: luci.js: get rid of global `L` references in internal classesJo-Philipp Wich
2020-04-16luci-base: luci.js: disable page action buttons on readonly viewsJo-Philipp Wich
2020-04-16luci-base: luci.js: add hasViewPermission() helperJo-Philipp Wich
2020-04-16luci-base: luci.js: fix JSdoc markup issuesJo-Philipp Wich
2020-04-16luci-base: luci.js: convert various probe* functions to session data apiJo-Philipp Wich
2020-04-16luci-base: luci.js: add LuCI.session classJo-Philipp Wich
2020-04-16luci-base: luci.js: share environment object among LuCI base classesJo-Philipp Wich
2020-04-14Revert "build: luci.mk: gracefully handle missing or unversioned po subdirect...Jo-Philipp Wich
2020-04-14build: luci.mk: gracefully handle missing or unversioned po subdirectoriesJo-Philipp Wich
2020-04-14luci-base: luci.js: use standard indicator framework for poll statusJo-Philipp Wich
2020-04-12luci-base: luci.js: add ability to add "preload" classesJo-Philipp Wich
2020-04-12luci-base: luci.js: add LuCI.fspath() helperJo-Philipp Wich
2020-04-02luci-base: harmonize JS class naming and requestingJo-Philipp Wich
2020-03-23luci-base: luci.js: tweak CSS classesJo-Philipp Wich
2020-02-14luci-base: luci.js: L.dom.data(): gracefully handle non-node argumentJo-Philipp Wich
2020-01-30luci-base: luci.js: allow overriding response type for requestsJo-Philipp Wich
2020-01-28luci-base: add L.media() URL construction helperJo-Philipp Wich
2020-01-16Merge pull request #3511 from Ansuel/no-hardJo-Philipp Wich
2020-01-16luci-base: make rpc webserver path configurableAnsuel Smith
2020-01-16luci-base: remove hardcoded cgi-bin pathAnsuel Smith
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