summaryrefslogtreecommitdiffhomepage
path: root/modules/luci-base/htdocs
AgeCommit message (Expand)Author
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
2018-06-22luci-base: cbi.js: add tooltip handling and responsive table helper codeJo-Philipp Wich
2018-06-22luci-base: xhr.js: defer starting poll queueJo-Philipp Wich
2018-06-08luci-base: add markup, JS and CSS for new dropdownJo-Philipp Wich
2018-05-30luci-base: cbi.js: remove unused serialize functionsJo-Philipp Wich
2018-05-30luci-base: cbi.js: fix cbi_row_swap() after recent table markup changesJo-Philipp Wich
2018-05-28luci-base: add element creation helper to cbi.jsJo-Philipp Wich
2018-05-05luci-base: xhr.js: fix timeout setting with IE 11Jo-Philipp Wich
2018-04-26luci-base: extend xhr.jsJo-Philipp Wich
2018-04-04luci-base: add a strict flag to the hostname validatorJo-Philipp Wich
2018-02-16luci-base: rework client side IP validation types and support "hostid" typeJo-Philipp Wich
2017-10-25luci-base: fix client side "host" datatype validatorJo-Philipp Wich