summaryrefslogtreecommitdiffhomepage
path: root/modules/luci-base/htdocs
AgeCommit message (Expand)Author
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
2018-10-17luci-base: fix cbi dropdown quirks with MS EdgeJo-Philipp Wich
2018-10-11luci-base: cbi.js: remove dead codeJo-Philipp Wich
2018-10-11luci-base: cbi.js: code cleanupsJo-Philipp Wich
2018-10-10luci-base: cbi.js: recognize invalid input in dropdown create fieldJo-Philipp Wich
2018-07-27luci-base: xhr.js: decode JSON for POST requests as wellJo-Philipp Wich
2018-07-23luci-base: cbi.js: fade to-be-deleted section when hovering delete buttonJo-Philipp Wich
2018-07-23luci-base: cbi.js: use adjacent button dynlist add/remove buttonsJo-Philipp Wich
2018-07-18luci-base: cbi.js: add cbi_submit() helperJo-Philipp Wich
2018-07-17luci-base: remove unused iconsJo-Philipp Wich
2018-07-13luci-base: xhr: increase poll request timeoutJo-Philipp Wich
2018-07-12luci-base: add icons for alias interfacesJo-Philipp Wich
2018-07-12luci-base: xhr.js: use JSON.parse() and pass request duration to callbacksJo-Philipp Wich
2018-07-09luci-base: cbi.js: avoid setting empty cell title attributesJo-Philipp Wich
2018-07-09luci-base: cbi.js: add NodeList.forEach() polyfill for IE 11Jo-Philipp Wich