Age | Commit message (Expand) | Author |
2020-04-26 | luci-base: luci.js: add LuCI.session.getToken() | Jo-Philipp Wich |
2020-04-26 | luci-base: uci.js: fix section deletion logic | Jo-Philipp Wich |
2020-04-20 | luci-base: ui.js: fix textarea width | Jo-Philipp Wich |
2020-04-19 | luci-base: form.js: allow to disable descriptions row in TableSection | Anton Kikin |
2020-04-19 | luci-base: form.js: fix TableSection descriptions row rendering | Anton Kikin |
2020-04-18 | luci-base: ui.js: hide unsatisfied firstchild menu nodes | Jo-Philipp Wich |
2020-04-17 | luci-base: ui.js: order indicators by ID value | Jo-Philipp Wich |
2020-04-16 | luci-base: ui.js: add LuCI.ui.menu.flushCache() function | Jo-Philipp Wich |
2020-04-16 | luci-base: ui.js: apply disabled attribute to toplevel dynlist node | 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: ui.js: add LuCI.ui.menu helper class | Jo-Philipp Wich |
2020-04-16 | luci-base: ui.js: use session data api to persist tab selection state | 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-15 | luci-base: network.js: don't fail loading network config on missing wireless | 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: form.js: make map readonly on insufficient uci permissions | Jo-Philipp Wich |
2020-04-14 | luci-base: tools/widgets.js: honour map readonly property too | Jo-Philipp Wich |
2020-04-14 | luci-base: ui.js: use standard indicator framework to display uci changes | Jo-Philipp Wich |
2020-04-14 | luci-base: tools/widgets.js: honour readonly property | Jo-Philipp Wich |
2020-04-14 | luci-base: form.js: implement readonly property for forms and options | Jo-Philipp Wich |
2020-04-14 | luci-base: ui.js: add disabled property to widgets | Jo-Philipp Wich |
2020-04-14 | luci-base: luci.js: use standard indicator framework for poll status | Jo-Philipp Wich |
2020-04-14 | luci-base: uci.js: do not issue malformed uci/delete requests | Jo-Philipp Wich |
2020-04-13 | luci-base: uci.js: fix variable clash | 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-11 | luci-base: network.js: gracefully handle missing wireless config | Jo-Philipp Wich |
2020-04-10 | luci-base: uci.js: let internal RPC functions reject on errors | Jo-Philipp Wich |
2020-04-10 | luci-base: rpc.js: add ability to reject nonzero ubus statuses | Jo-Philipp Wich |
2020-04-10 | luci-base: form.js: improve save error handling | Jo-Philipp Wich |
2020-04-08 | Merge pull request #3749 from Ansuel/fix_relayd | Jo-Philipp Wich |
2020-04-07 | luci-base: form.js: add documentation | Jo-Philipp Wich |
2020-04-06 | luci-base: reintroduce accidentally lost isCreateable() function | Jo-Philipp Wich |
2020-04-03 | luci-base: ui.js: add instantiateView() helper | Jo-Philipp Wich |
2020-04-02 | luci-base: harmonize JS class naming and requesting | Jo-Philipp Wich |
2020-04-01 | luci-base: ui.js: properly handle null choices in dropdown constructor | Jo-Philipp Wich |
2020-03-31 | luci-base: ui.js: add generic indicator handling functions | Jo-Philipp Wich |
2020-03-31 | luci-base: ui.js: add documentation | Jo-Philipp Wich |
2020-03-30 | luci-base: network.js: fix JSDoc syntax error | Jo-Philipp Wich |
2020-03-26 | luci-base: firewall.js: fix Firewall.removeZone() | Jo-Philipp Wich |
2020-03-25 | luci-base: ui.js: improve mobile dropdown scroll behaviour | Jo-Philipp Wich |
2020-03-24 | luci-base: form.js / ui.js: tie form labels to widgets | Jo-Philipp Wich |
2020-03-23 | form.js: use CSS .btn class for drag handles | Jo-Philipp Wich |
2020-03-23 | luci-base: luci.js: tweak CSS classes | Jo-Philipp Wich |