summaryrefslogtreecommitdiffhomepage
path: root/modules/luci-base/htdocs/luci-static/resources
AgeCommit message (Expand)Author
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
2020-03-25luci-base: ui.js: improve mobile dropdown scroll behaviourJo-Philipp Wich
2020-03-24luci-base: form.js / ui.js: tie form labels to widgetsJo-Philipp Wich
2020-03-23form.js: use CSS .btn class for drag handlesJo-Philipp Wich
2020-03-23luci-base: luci.js: tweak CSS classesJo-Philipp Wich
2020-03-23luci-base: ui.js: various tweaksJo-Philipp Wich
2020-03-04Merge pull request #3712 from TDT-AG/pr/20200303-luci-baseJo-Philipp Wich
2020-03-03luci-base: network.js: gracefully handle deleteConfiguration() rejectsJo-Philipp Wich
2020-03-03luci-base: network.js: add Protocol.deleteConfiguration() callbackJo-Philipp Wich
2020-03-03luci-base: extended network.js for check if new interface is createableHelge Mader
2020-03-02luci-base: firewall.js: don't treat zone name as network fallbackJo-Philipp Wich
2020-02-14luci-base: cbi.js: avoid double-initialization of dropdownsJo-Philipp Wich
2020-02-14luci-base: cbi.js: handle translation contexts in _()Jo-Philipp Wich
2020-02-14luci-base: luci.js: L.dom.data(): gracefully handle non-node argumentJo-Philipp Wich
2020-02-13luci-base: form.js: pass section_id to Button onclick handlerJo-Philipp Wich
2020-02-13luci-base: form.js: ButtonValue: pass sid as first onclick argumentJo-Philipp Wich
2020-02-12luci-base: fs.js: exec_direct(): add ability to encode command as latin1Jo-Philipp Wich
2020-02-12luci-base: form.js: rendering fixes for grid sectionsJo-Philipp Wich
2020-02-12luci-base: ui.js: dispatch "cbi-tab-active" event when a tab is selectedJo-Philipp Wich
2020-01-31luci-base: validation.js: fix integer and float type validationJo-Philipp Wich
2020-01-30luci-base: fs.js: support Blob/JSON in read_direct() and exec_direct()Jo-Philipp Wich
2020-01-30luci-base: luci.js: allow overriding response type for requestsJo-Philipp Wich
2020-01-28luci-base: add L.media() URL construction helperJo-Philipp Wich
2020-01-22luci-base: cbi.js: support plural translations and disambiguation contextsJo-Philipp Wich
2020-01-20luci-base: ui.js: UIFileUpload fixesJo-Philipp Wich
2020-01-19luci-base: form.js: add a new "contains" dependency modeJo-Philipp Wich
2020-01-19luci-base: form.js: don't stringify node arguments in CBIValue.value()Jo-Philipp Wich
2020-01-19luci-base: ui.js: support clearChoices()/addChoices() for DynListsJo-Philipp Wich
2020-01-19luci-base: ui.js: use placeholder as select placeholder in DynListsJo-Philipp Wich
2020-01-19luci-base: ui.js: properly handle rich choices in Dropdowns, DynListsJo-Philipp Wich
2020-01-16luci-base: cbi.js: collapse whitespace before language string hashingJo-Philipp Wich
2020-01-16Merge pull request #3511 from Ansuel/no-hardJo-Philipp Wich
2020-01-16luci-base: make rpc webserver path configurableAnsuel Smith
2020-01-16luci-base: remove hardcoded cgi-bin pathAnsuel Smith
2020-01-15luci-base: form.js: fix immediate validation of activated optionsJo-Philipp Wich
2019-12-30luci-base: form.js: implement AbstractValue.getUIElement()Jo-Philipp Wich
2019-12-30luci-base: ui.js: implement UIDropdown.{add,clear}Choices()Jo-Philipp Wich
2019-12-30luci-base: ui.js: expose UIElement class as AbstractElementJo-Philipp Wich
2019-12-18luci-base: fs.js: properly escape arguments in exec_direct()Jo-Philipp Wich
2019-12-18luci-base: fs.js: add read_direct() and exec_direct() functionsJo-Philipp Wich
2019-12-17luci-base: fix typosBalázs Úr
2019-12-16luci-base: ui.js: allow custom validation in Dropdown and DynamicListJo-Philipp Wich