Age | Commit message (Expand) | Author |
2021-08-09 | luci-base: fix request timeout docstring | Paul Spooren |
2021-02-10 | luci-base: luci.js: fix sortedKeys() ordering | Jo-Philipp Wich |
2021-01-20 | treewide: minor fixes to typos, whitespace, and indentation | Giovanni Giacobbi |
2021-01-19 | luci-base: luci.js: fix `LuCI.request.poll.add()` exception handling | Giovanni Giacobbi |
2020-09-15 | luci-base: use actual JSON-RPC for verifying ubus RPC URL | Rafał Miłecki |
2020-05-29 | luci-base: luci.js: properly skip comments when finding require tokens | Jo-Philipp Wich |
2020-04-26 | luci-base: luci.js: add LuCI.session.getToken() | Jo-Philipp Wich |
2020-04-16 | luci-base: luci.js: get rid of global `L` references in internal classes | Jo-Philipp Wich |
2020-04-16 | luci-base: luci.js: disable page action buttons on readonly views | Jo-Philipp Wich |
2020-04-16 | luci-base: luci.js: add hasViewPermission() helper | Jo-Philipp Wich |
2020-04-16 | luci-base: luci.js: fix JSdoc markup issues | Jo-Philipp Wich |
2020-04-16 | luci-base: luci.js: convert various probe* functions to session data api | Jo-Philipp Wich |
2020-04-16 | luci-base: luci.js: add LuCI.session class | Jo-Philipp Wich |
2020-04-16 | luci-base: luci.js: share environment object among LuCI base classes | Jo-Philipp Wich |
2020-04-14 | Revert "build: luci.mk: gracefully handle missing or unversioned po subdirect... | Jo-Philipp Wich |
2020-04-14 | build: luci.mk: gracefully handle missing or unversioned po subdirectories | Jo-Philipp Wich |
2020-04-14 | luci-base: luci.js: use standard indicator framework for poll status | Jo-Philipp Wich |
2020-04-12 | luci-base: luci.js: add ability to add "preload" classes | Jo-Philipp Wich |
2020-04-12 | luci-base: luci.js: add LuCI.fspath() helper | Jo-Philipp Wich |
2020-04-02 | luci-base: harmonize JS class naming and requesting | Jo-Philipp Wich |
2020-03-23 | luci-base: luci.js: tweak CSS classes | Jo-Philipp Wich |
2020-02-14 | luci-base: luci.js: L.dom.data(): gracefully handle non-node argument | Jo-Philipp Wich |
2020-01-30 | luci-base: luci.js: allow overriding response type for requests | Jo-Philipp Wich |
2020-01-28 | luci-base: add L.media() URL construction helper | Jo-Philipp Wich |
2020-01-16 | Merge pull request #3511 from Ansuel/no-hard | Jo-Philipp Wich |
2020-01-16 | luci-base: make rpc webserver path configurable | Ansuel Smith |
2020-01-16 | luci-base: remove hardcoded cgi-bin path | Ansuel Smith |
2019-11-26 | luci-base: luci.js: further nested Class.super() call fixes | Jo-Philipp Wich |
2019-11-26 | luci-base: luci.js: properly handle nested Class.super() calls | Jo-Philipp Wich |
2019-11-10 | luci-base: luci.js: add optional apply unchecked action | Jo-Philipp Wich |
2019-10-07 | luci-base: luci.js: add resolveDefault() helper | Jo-Philipp Wich |
2019-10-02 | luci-base: luci.js, rpc.js, uci.js, network.js: add JSDoc annotations | Jo-Philipp Wich |
2019-09-21 | luci-base: tie cached system features to user session | Jo-Philipp Wich |
2019-09-21 | luci-base: luci.js: improve XHR issue diagnostics | Jo-Philipp Wich |
2019-09-18 | luci-base: ensure that button labels are properly html escaped | Jo-Philipp Wich |
2019-09-17 | luci-base: luci.js: render view buttons depending on available functions | Jo-Philipp Wich |
2019-09-14 | luci-base: luci.js: append version when dynamically loading classes | 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-10 | luci-base: luci.js: use createHandlerFn() for page actions | 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-base: luci.js: support custom filter function in dom.isEmpty() | Jo-Philipp Wich |
2019-08-14 | luci-base: luci.js: introduce hasSystemFeature() api | Jo-Philipp Wich |
2019-08-01 | luci-base: luci.js: add L.dom.isEmpty() helper | Jo-Philipp Wich |
2019-07-12 | luci-base: luci.js: add Promise.finally polyfill | Jo-Philipp Wich |
2019-07-11 | luci-base: luci.js: only use overrideMimeType when supported | Jo-Philipp Wich |
2019-07-10 | luci-base: luci.js: fix undefined "this" when /ubus/ is unavailable | Jo-Philipp Wich |
2019-07-10 | luci-base: luci.js: cache determined RPC base url in session storage | Jo-Philipp Wich |