summaryrefslogtreecommitdiffhomepage
path: root/modules/luci-base/htdocs
AgeCommit message (Expand)Author
2019-08-14luci-base: network.js: extend ifnameOf() and expose as getIfnameOf()Jo-Philipp Wich
2019-08-14luci-base: network.js: add ability to flush the internal cacheJo-Philipp Wich
2019-08-14luci-base: ui.js: do not forcibly sort synamic list itemsJo-Philipp Wich
2019-08-01luci-base: form.js: add modal dialog hookJo-Philipp Wich
2019-08-01luci-base: form.js: update tab state on dependency checksJo-Philipp Wich
2019-08-01luci-base: ui.js: tabs: fix empty pane checking, allow alternative query rootJo-Philipp Wich
2019-08-01luci-base: luci.js: add L.dom.isEmpty() helperJo-Philipp Wich
2019-08-01luci-base: ui.js: mark widget optional if empty choice is presentJo-Philipp Wich
2019-07-30luci-base: ui.js: do not save invalid dynlist valuesJo-Philipp Wich
2019-07-30luci-base: ui.js: save filled out but not added dynlist items on submitJo-Philipp Wich
2019-07-27luci-base: don't treat .rmempty flag as optional for ListValue widgetsJo-Philipp Wich
2019-07-26luci-base: keep polling confirmation endpoint on XHR failuresJo-Philipp Wich
2019-07-26luci-base: form.js: pass-through placeholder option of CBIListValueJo-Philipp Wich
2019-07-26luci-base: ui.js: HTML escape uci changelog valuesJo-Philipp Wich
2019-07-26luci-base: ui.js: HTML escape custom dropdown valuesJo-Philipp Wich
2019-07-26luci-base: ui.js: fix event binding for UISelectJo-Philipp Wich
2019-07-22luci-base: widgets.js: implement CBIDeviceSelect netdev pickerJo-Philipp Wich
2019-07-22luci-base: widgets.js: handle devices or subnets in CBIZoneForwardsJo-Philipp Wich
2019-07-22luci-base: firewall.js: add zone.getDevices() and zone.getSubnets() gettersJo-Philipp Wich
2019-07-22luci-base: widgets.js: CBIZoneSelect: improve initial renderingJo-Philipp Wich
2019-07-22luci-base: widgets.js: CBIZoneSelect: fix availability of "device" choiceJo-Philipp Wich
2019-07-21luci-app-firewall: fix cbi form for rulesJo-Philipp Wich
2019-07-19luci-base: ui.js: fix multi vs. multiple keyword confusionJo-Philipp Wich
2019-07-13luci-base: fix translatable text in ui.jsINAGAKI Hiroshi
2019-07-12luci-base: luci.js: add Promise.finally polyfillJo-Philipp Wich
2019-07-12luci-base: ui.js: fix UISelect.setValue()Jo-Philipp Wich
2019-07-11luci-base: luci.js: only use overrideMimeType when supportedJo-Philipp Wich
2019-07-11luci-base: validation.js: fix nested function declarationsJo-Philipp Wich
2019-07-11luci-base: ui.js: fix UISelect.getValue()Jo-Philipp Wich
2019-07-10luci-base: luci.js: fix undefined "this" when /ubus/ is unavailableJo-Philipp Wich
2019-07-10luci-base: luci.js: cache determined RPC base url in session storageJo-Philipp Wich
2019-07-09luci-base: properly handle getWifiNetidBySid() return valueJo-Philipp Wich
2019-07-09luci-base: fix label-to-input association in js cbi mapsJo-Philipp Wich
2019-07-08luci-base: use native ubus HTTP gateway if availableJo-Philipp Wich
2019-07-07luci-base: network.js: dynamically calculate IPv4 netmasksJo-Philipp Wich
2019-07-07treewide: switch to shared isObject(), toArray() and sortedKeys() helpersJo-Philipp Wich
2019-07-07luci-base: luci.js: add isObject(), toArray() and sortedKeys() helperJo-Philipp Wich
2019-07-07luci-base: form.js: reload map data when saving modal formsJo-Philipp Wich
2019-07-07luci-base: widgets.js: add textvalude representation for network selectJo-Philipp Wich
2019-07-07luci-base: uci.js: track packages affected by reorder operationsJo-Philipp Wich
2019-07-07luci-base: fix regular expression in network.Protocol.getDevices()Jo-Philipp Wich
2019-07-07luci-base: add tools.widgets JS libraryJo-Philipp Wich
2019-07-07luci-base: validation.js: rework translation labelsJo-Philipp Wich
2019-07-07luci-base: uci.js: add extended section syntax support, improve loadingJo-Philipp Wich
2019-07-07luci-base: {ui,form}.js: allow passing additional CSS classes to modalsJo-Philipp Wich
2019-07-07luci-base: luci.js: don't abort finished xhr objectsJo-Philipp Wich
2019-07-07luci-base: cbi.js: fix number rounding in string.format()Jo-Philipp Wich
2019-07-07luci-base: form.js: support placeholders for DynamicList widgetsJo-Philipp Wich
2019-07-07luci-base: form.js: fix rendering flag values in modalsJo-Philipp Wich
2019-07-07luci-base: form.js: trigger validation before saving cbi mapJo-Philipp Wich