summaryrefslogtreecommitdiffhomepage
path: root/modules/luci-base/htdocs
AgeCommit message (Expand)Author
2020-04-28luci-base: form.js: ListValue: support widget and orientation propertiesJo-Philipp Wich
2020-04-28luci-base: ui.js: fixes for radio widget type of select elementJo-Philipp Wich
2020-04-28luci-base: form.js: allow secondary configs to fail loadingJo-Philipp Wich
2020-04-28luci-base: firewall.js: gracefully handle missing uci configurationJo-Philipp Wich
2020-04-26luci-base: luci.js: add LuCI.session.getToken()Jo-Philipp Wich
2020-04-26luci-base: uci.js: fix section deletion logicJo-Philipp Wich
2020-04-20luci-base: ui.js: fix textarea widthJo-Philipp Wich
2020-04-19luci-base: form.js: allow to disable descriptions row in TableSectionAnton Kikin
2020-04-19luci-base: form.js: fix TableSection descriptions row renderingAnton Kikin
2020-04-18luci-base: ui.js: hide unsatisfied firstchild menu nodesJo-Philipp Wich
2020-04-17luci-base: ui.js: order indicators by ID valueJo-Philipp Wich
2020-04-16luci-base: ui.js: add LuCI.ui.menu.flushCache() functionJo-Philipp Wich
2020-04-16luci-base: ui.js: apply disabled attribute to toplevel dynlist nodeJo-Philipp Wich
2020-04-16luci-base: luci.js: get rid of global `L` references in internal classesJo-Philipp Wich
2020-04-16luci-base: ui.js: add LuCI.ui.menu helper classJo-Philipp Wich
2020-04-16luci-base: ui.js: use session data api to persist tab selection stateJo-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-15luci-base: network.js: don't fail loading network config on missing wirelessJo-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: form.js: make map readonly on insufficient uci permissionsJo-Philipp Wich
2020-04-14luci-base: tools/widgets.js: honour map readonly property tooJo-Philipp Wich
2020-04-14luci-base: ui.js: use standard indicator framework to display uci changesJo-Philipp Wich
2020-04-14luci-base: tools/widgets.js: honour readonly propertyJo-Philipp Wich
2020-04-14luci-base: form.js: implement readonly property for forms and optionsJo-Philipp Wich
2020-04-14luci-base: ui.js: add disabled property to widgetsJo-Philipp Wich
2020-04-14luci-base: luci.js: use standard indicator framework for poll statusJo-Philipp Wich
2020-04-14luci-base: uci.js: do not issue malformed uci/delete requestsJo-Philipp Wich
2020-04-13luci-base: uci.js: fix variable clashJo-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-11luci-base: network.js: gracefully handle missing wireless configJo-Philipp Wich
2020-04-10luci-base: uci.js: let internal RPC functions reject on errorsJo-Philipp Wich
2020-04-10luci-base: rpc.js: add ability to reject nonzero ubus statusesJo-Philipp Wich
2020-04-10luci-base: form.js: improve save error handlingJo-Philipp Wich
2020-04-08Merge pull request #3749 from Ansuel/fix_relaydJo-Philipp Wich
2020-04-07luci-base: form.js: add documentationJo-Philipp Wich
2020-04-06luci-base: reintroduce accidentally lost isCreateable() functionJo-Philipp Wich
2020-04-03luci-base: ui.js: add instantiateView() helperJo-Philipp Wich
2020-04-02luci-base: harmonize JS class naming and requestingJo-Philipp Wich
2020-04-01luci-base: ui.js: properly handle null choices in dropdown constructorJo-Philipp Wich
2020-03-31luci-base: ui.js: add generic indicator handling functionsJo-Philipp Wich
2020-03-31luci-base: ui.js: add documentationJo-Philipp Wich
2020-03-30luci-base: network.js: fix JSDoc syntax errorJo-Philipp Wich
2020-03-26luci-base: firewall.js: fix Firewall.removeZone()Jo-Philipp Wich