summaryrefslogtreecommitdiffhomepage
path: root/modules/luci-base/htdocs/luci-static/resources/luci.js
AgeCommit message (Expand)Author
2023-09-23luci-base: Fix typos in JsDocsSergey Ponomarev
2023-09-23luci-base: "an URL" replace with "a URL"Sergey Ponomarev
2023-08-11luci-base: grammar fixesPaul Dee
2022-07-27luci-base: luci.js: add array sort utilitiesJo-Philipp Wich
2022-05-16luci-base: luci.js: remove wrong CSS class from page footerJo-Philipp Wich
2022-02-21luci-base: properly handle promise targets in Request.request()Jo-Philipp Wich
2021-12-23luci.js: remove unsafe fallback code from dom.parse()Jo-Philipp Wich
2021-11-16luci-base: luci.js: fix undefined variable access in Request.request()Jo-Philipp Wich
2021-08-09luci-base: fix request timeout docstringPaul Spooren
2021-02-10luci-base: luci.js: fix sortedKeys() orderingJo-Philipp Wich
2021-01-20treewide: minor fixes to typos, whitespace, and indentationGiovanni Giacobbi
2021-01-19luci-base: luci.js: fix `LuCI.request.poll.add()` exception handlingGiovanni Giacobbi
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