summaryrefslogtreecommitdiffhomepage
path: root/modules/luci-base/htdocs/luci-static
AgeCommit message (Expand)Author
2019-07-07luci-base: move dropdown, combox and dynlist widget code to L.uiJo-Philipp Wich
2019-07-07luci-base: luci.js: add L.dom.data()Jo-Philipp Wich
2019-07-07luci-base: cbi.js: support field validation for formless inputsJo-Philipp Wich
2019-07-07luci-base: cbi.js: untangle dropdown and dynlists from dependency updateJo-Philipp Wich
2019-07-07luci-base: luci.js: add L.bind() helperJo-Philipp Wich
2019-07-07luci-base: luci.js: consolidate error handlingJo-Philipp Wich
2019-07-07luci-base: luci.js: convert LuCI.dom to Class instanceJo-Philipp Wich
2019-07-07luci-base: luci.js: split ui helper functions into external ui.jsJo-Philipp Wich
2019-07-07luci-base: luci.js: add dynamic class loaderJo-Philipp Wich
2019-07-07luci-base: luci.js: convert LuCI to Class instanceJo-Philipp Wich
2019-07-07luci-base: luci.js: add HTTP request functionsJo-Philipp Wich
2019-07-07luci-base: luci.js: add class construction helperJo-Philipp Wich
2019-07-07luci-base: add ES6 Promise polyfill for IE < EdgeJo-Philipp Wich
2019-07-07luci-base: luci.js: add Object.assign polyfillJo-Philipp Wich
2019-01-05luci-base: Fix addr:port validate always failsDaniel F. Dickinson
2018-12-29luci-base: rework filebrowser initializationJo-Philipp Wich
2018-12-20modules: use configurable poll intervalFlorian Eckert
2018-12-13luci-base: cbi.js: update deps on dynlist changes, honor placeholderJo-Philipp Wich
2018-12-10luci-base: rework ui tabbing codeJo-Philipp Wich
2018-12-10luci-base: luci.js: emit custom events for tooltip open/close actionsJo-Philipp Wich
2018-12-02luci-base: fix ReferenceErrorJo-Philipp Wich
2018-11-23luci-base: modal accessibility fix, wrap XHR.stop()Jo-Philipp Wich
2018-11-22luci-base: move DOM manipulation functions to luci.jsJo-Philipp Wich
2018-11-22luci-base: cbi.js: remove functions moved to luci.jsJo-Philipp Wich
2018-11-22luci-base: introduce common JavaScript apiJo-Philipp Wich
2018-11-19luci-base: further hash calculation signedness bugfixesJo-Philipp Wich
2018-11-19luci-base: cbi.js: fix sfh() signedness bug for strings with 3 trailing bytesJo-Philipp Wich
2018-11-19luci-base: cbi.js: fix sfh() hash calculation over multibyte sequencesJo-Philipp Wich
2018-11-16luci-base: xhr.js: rework class, handle expired sessionJo-Philipp Wich
2018-11-14luci-base: cbi.js: add modal dialog functionsJo-Philipp Wich
2018-11-14luci-base, themes: dropdown behaviour improvementsJo-Philipp Wich
2018-11-14luci-base: cbi.js: remove dead code in cbi_validate_field()Jo-Philipp Wich
2018-11-14luci-base: cbi.js: enable validation for dropdown fieldsJo-Philipp Wich
2018-11-14luci-base: cbi.js: set .value property of cbi dropdown elementsJo-Philipp Wich
2018-11-14luci-base: cbi.js: properly handle cbi tooltips on nested elementsJo-Philipp Wich
2018-11-14luci-base: cbi.js: avoid using .form property directlyJo-Philipp Wich
2018-11-14luci-base: cbi.js: fix passing multiple dropdown values in change eventJo-Philipp Wich
2018-11-11luci-base: fix translation issuesINAGAKI Hiroshi
2018-11-05luci-base: cbi.js: add client-side hexstring datatype validatorJo-Philipp Wich
2018-11-05luci-base: cbi.js: add heuristics to attribute handling in E()Jo-Philipp Wich
2018-11-05luci-base, themes: rework dynlist and dropdown widgetsJo-Philipp Wich
2018-11-05luci-base: cbi.js: rework dropdown implementationJo-Philipp Wich
2018-11-05luci-base: cbi.js: utilize node.closest() if availableJo-Philipp Wich
2018-11-05luci-base: cbi.js: drop cbi_bind()Jo-Philipp Wich
2018-11-05luci-base: cbi.js: rework client side input validationJo-Philipp Wich
2018-11-05luci-base: cbi.js: fix corner case in IPv6() address parserJo-Philipp Wich
2018-11-05luci-base, themes: add tooltip helpers & stylesJo-Philipp Wich
2018-11-05luci-base: cbi.js: switch to client side translationJo-Philipp Wich
2018-11-05luci-base: cbi.js: add client side translation infrastructureJo-Philipp Wich
2018-10-28Add missing variable declarations in JavaScript codeStefan Weil