Age | Commit message (Expand) | Author |
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 |
2021-10-22 | luci-base: remove further related section types on deleting network | Jo-Philipp Wich |
2021-10-11 | luci-base: dispatcher: rework dispatching and menu filtering logic | Jo-Philipp Wich |
2021-10-08 | luci-base: cbi.js: use IEC 80000-13 units to format base 2 byte values | Jo-Philipp Wich |
2021-10-08 | luci-base: form.js: add drag-drop sorting support for mobile | Jo-Philipp Wich |
2021-08-15 | luci-base: support loopback by widgets.NetworkSelect | Vladislav Grigoryev |
2021-08-11 | Merge pull request #5239 from aparcar/seconds | Jo-Philipp Wich |
2021-08-11 | Merge pull request #5154 from TDT-AG/pr/20210628-luci-compat | Florian Eckert |
2021-08-11 | luci-base: prevent empty field for adding new entry | Helge Mader |
2021-08-09 | luci-base: fix request timeout docstring | Paul Spooren |
2021-07-15 | luci-base: fix off-by-one in cbi_update_table() | Jo-Philipp Wich |
2021-07-13 | luci-base: batch DOM updates to prevent slowdown | Olli Asikainen |
2021-07-06 | luci-base: Fix time display error | DeYu Liu |
2021-07-03 | luci-base: validation: disallow mutlicast MACs by default | Jo-Philipp Wich |
2021-07-01 | luci-base: do not add validation for named section if readonly is set | Florian Eckert |
2021-07-01 | luci-base: prevent empty field for adding new named section in JavaScript | Helge Mader |
2021-07-01 | luci-base: change css class btn to cbi-button | Florian Eckert |
2021-07-01 | luci-base: use button tag instead of input tag on named section add | Florian Eckert |
2021-06-12 | luci-base: network.js: add link status information accessors | Jo-Philipp Wich |
2021-06-09 | luci-base: ui.js: determine dropdown position relative to overflow parent | Jo-Philipp Wich |
2021-06-05 | Merge pull request #5070 from blocktrron/pr-luci-wifi6 | David Bauer |
2021-06-05 | luci-base: add 11ax HW / HT modes | David Bauer |
2021-06-05 | luci-mod-network: add 802.11ax HE support | David Bauer |
2021-06-03 | luci-base: network.js: sorting fixes | Jo-Philipp Wich |
2021-06-03 | treewide: Update JS using luci-rpc getHostHints | Niels Widger |
2021-06-02 | Merge pull request #4770 from nickberry17/update_DummyValue | Jo-Philipp Wich |
2021-06-01 | luci-base: form.js: consider aliased options in AbstractValue.remove() | Jo-Philipp Wich |
2021-05-31 | luci-base: fix `network` data type validation | Jo-Philipp Wich |
2021-05-28 | treewide: drop MAC and MTU from interfaces (protocols) | Rafał Miłecki |
2021-05-27 | treewide: use "device" option in UCI "interface" sections | Rafał Miłecki |
2021-05-04 | luci-base: change button-text from Dismiss to Close in UCI changes overview | Sven Roederer |
2021-04-16 | luci-base: form.js: fix AbstractValue.textvalue() for uci list options | Jo-Philipp Wich |
2021-03-29 | luci-base: uci.js: merge changes when retrieving entire sections | Jo-Philipp Wich |
2021-03-29 | luci-base: ui.js: fix UICheckbox widget operation when tooltips are set | Jo-Philipp Wich |
2021-03-18 | luci-base: network.js: recognize DSA ports and bridge VLANs | Jo-Philipp Wich |