Age | Commit message (Expand) | Author |
2023-02-04 | luci-base: form.js: reuse JSONMap data provider in GridSection modals | Jo-Philipp Wich |
2023-02-04 | luci-base: form.js: fix GridSection modals in JSONMap instances | Jo-Philipp Wich |
2023-01-23 | luci-base: use "hwmodes_text" to describe wireless radios | Andre Heider |
2023-01-17 | luci-base: help-text spell fix | Paul Dee |
2022-12-27 | luci-base: ui.js: support div based table markup in UITable.update() | Jo-Philipp Wich |
2022-12-13 | luci-base: fix button handling for named sections | Florian Eckert |
2022-11-22 | luci-base: ui.js: table enhancements | Jo-Philipp Wich |
2022-11-09 | luci-base: cbi.js: await L.ui load before updating tables | Jo-Philipp Wich |
2022-10-25 | treewide: separate Lua runtime resources | Jo-Philipp Wich |
2022-07-27 | luci-base: revise array sorting | Jo-Philipp Wich |
2022-07-27 | luci-base: luci.js: add array sort utilities | Jo-Philipp Wich |
2022-07-23 | luci-base: uci.js: prevent sending empty uci set operations | Jo-Philipp Wich |
2022-07-22 | luci-base: form.js: fix removing just created named GridSection | Jo-Philipp Wich |
2022-06-25 | luci-base: optimized icons filesizes | y04 |
2022-06-16 | luci-base: network.js: consider uci config for Device.getType()/getParent() | Jo-Philipp Wich |
2022-05-17 | luci-base: ui.js: add required CSS class to dynlist widget | Jo-Philipp Wich |
2022-05-17 | luci-base: form.js: minor tweaks for mobile styling | Jo-Philipp Wich |
2022-05-16 | luci-base: form.js: trim option description | Jo-Philipp Wich |
2022-05-16 | luci-base: luci.js: remove wrong CSS class from page footer | Jo-Philipp Wich |
2022-05-16 | luci-base: form.js: remove stray `<br>` elements from section placeholder | Jo-Philipp Wich |
2022-05-16 | luci-base: form.js: save parent map on opening nested modal map | Jo-Philipp Wich |
2022-05-16 | luci-base: form.js: handle SectionValue objects in GridSection modals | Jo-Philipp Wich |
2022-05-16 | luci-base: form.js: reset parent maps on returning from nested section modal | Jo-Philipp Wich |
2022-05-16 | luci-base: form.js: allow overriding section placeholder of TableSections | Jo-Philipp Wich |
2022-05-16 | luci-base: ui.js: warn about connectivity loss on changing iface settings | Jo-Philipp Wich |
2022-05-06 | luci-base: ui.js: make "Apply unchecked" available from the changes dialog | Jo-Philipp Wich |
2022-05-06 | luci-base: ui.js: gracefully handle failing confirm calls on rollback | Jo-Philipp Wich |
2022-05-06 | luci-base: form.js: rework stacked modal CBI map logic | Jo-Philipp Wich |
2022-04-28 | luci-base: ui: resolve aliases and rewrites on obtaining menu node children | Jo-Philipp Wich |
2022-02-27 | luci-base: ui: fix null access in ui.Table.update() | Jo-Philipp Wich |
2022-02-24 | luci-base: form.js: add column sorting to TableSections and GridSections | Jo-Philipp Wich |
2022-02-24 | luci-base: introduce new LuCI.ui.Table class | Jo-Philipp Wich |
2022-02-21 | luci-base: properly handle promise targets in Request.request() | Jo-Philipp Wich |
2022-02-16 | luci-app-firewall: fix setting unspecified zone on forwardings | Jo-Philipp Wich |
2021-12-23 | luci.js: remove unsafe fallback code from dom.parse() | Jo-Philipp Wich |
2021-12-23 | luci-base: form.js: do not execute embedded script code in stripTags() | Jo-Philipp Wich |
2021-12-09 | luci-base: cbi.js: properly handle non-strings in `%h` and `%q` formats | Jo-Philipp Wich |
2021-12-09 | luci-base: ui.js: avoid error tooltips overlapping dropdowns | Jo-Philipp Wich |
2021-12-09 | luci-base: form.js: implement AbstractValue.retain property | Jo-Philipp Wich |
2021-12-02 | Merge pull request #5540 from jow-/wireguard-peer-gridsection | Jo-Philipp Wich |
2021-11-23 | luci-base: cbi.js: properly handle falsy values in cbi_update_table() | Jo-Philipp Wich |
2021-11-22 | luci-base: form.js: allow nesting Grid and Table sections | Jo-Philipp Wich |
2021-11-18 | Merge pull request #5442 from lvoegl/validation-error-popup-message | Jo-Philipp Wich |
2021-11-16 | luci-base: luci.js: fix undefined variable access in Request.request() | Jo-Philipp Wich |
2021-11-11 | luci-base: widget.js: use firewall.getZoneColorStyle() in zone widgets | Jo-Philipp Wich |
2021-11-11 | luci-base: firewall.js: add getZoneColorStyle() helper | Jo-Philipp Wich |
2021-11-10 | luci-base: network.js: ignore wireless ifname patterns on retrieving devices | Jo-Philipp Wich |
2021-11-10 | luci-base: tools.widgets: adjust zone selector dropdown markup | Jo-Philipp Wich |
2021-10-28 | luci-base: add legacy directory, file and device validator JS stubs | Jo-Philipp Wich |
2021-10-26 | luci-base: show validation message in error | Lukas Voegl |