Age | Commit message (Expand) | Author |
2021-03-15 | treewide: remove rendundant proto handler options | Jo-Philipp Wich |
2021-03-01 | luci-base: validation.js: optionally support negative prefixes | Jo-Philipp Wich |
2021-03-01 | luci-base: network.js: sort interface statuses by metric, then name | Jo-Philipp Wich |
2021-03-01 | luci-base: firewall.js: manage zomne networks as list | Jo-Philipp Wich |
2021-02-19 | luci-base: ui.js: resolve parent ul early in UIDropdown.toggleItem() | Jo-Philipp Wich |
2021-02-10 | luci-base: luci.js: fix sortedKeys() ordering | Jo-Philipp Wich |
2021-02-10 | luci-base: add new member 'hidden' to DummyValue | Nicholas Smith |
2021-01-20 | treewide: minor fixes to typos, whitespace, and indentation | Giovanni Giacobbi |
2021-01-19 | luci-base: luci.js: fix `LuCI.request.poll.add()` exception handling | Giovanni Giacobbi |
2021-01-13 | luci-base: make tooltip icon string configurable | Florian Eckert |
2021-01-13 | luci-base: add tooltip handling | Florian Eckert |
2021-01-07 | Merge pull request #4598 from Ansuel/wifi_chan | Hannu Nyman |
2020-11-27 | treewide: transition div tables to actual table markup | Jo-Philipp Wich |
2020-11-24 | luci-base: delay cbi-tab-active event on tab init | Ansuel Smith |
2020-11-18 | luci-base: generalize random color generation | Ansuel Smith |
2020-11-07 | luci-base: tools.widgets.NetworkSelect: properly validate multi select | Jo-Philipp Wich |
2020-11-07 | luci-base: tools.widget.NetworkSelect: disallow invalid network names | Jo-Philipp Wich |
2020-10-30 | Merge pull request #4531 from oldium/add-widget-changed | Jo-Philipp Wich |
2020-10-30 | luci-base: Fix using isActive in widget-change notification. | Oldřich Jedlička |
2020-10-24 | luci-base: Replace legend element with h3. | Oldřich Jedlička |
2020-10-06 | luci-base: network.js: Show clients also from wifi VLANs. | Oldřich Jedlička |
2020-09-23 | luci-base: don't append object.method to the RPC url | Rafał Miłecki |
2020-09-19 | luci-base: make translatable default values for dhcp hostname | Anton Kikin |
2020-09-16 | luci-base: add default value options dhcp hostname | Florian Eckert |
2020-09-16 | luci-base: dhcp.js: allow hostname to be "*" | Jo-Philipp Wich |
2020-09-15 | luci-base: use actual JSON-RPC for verifying ubus RPC URL | Rafał Miłecki |
2020-08-06 | luci-base: form.js: implement AbstractSection.getOption() helper | Jo-Philipp Wich |
2020-08-06 | luci-base: ui.js: implement AbstractElement.isChanged() | Jo-Philipp Wich |
2020-08-05 | luci-base: network.js: recognize uci declared network devices | Jo-Philipp Wich |
2020-08-05 | luci-base: form.js: add cfgvalue(), formvalue() and getUIElement() helpers | Jo-Philipp Wich |
2020-08-05 | luci-base: form.js: add AbstractValue.onchange property | Jo-Philipp Wich |
2020-08-05 | luci-base: form.js: add ability to specify regular expression dependencies | Jo-Philipp Wich |
2020-08-05 | luci-base: ui.js: implement AbstractElement.setPlaceholder() | Jo-Philipp Wich |
2020-08-04 | luci-base: uci.js: fix option deletion quirks | Jo-Philipp Wich |
2020-07-28 | luci-base: form.js: add CSS class to invalid option dismiss button | Jo-Philipp Wich |
2020-07-28 | luci-base: form.js: don't destroy modal form on invalid values when saving | Jo-Philipp Wich |
2020-07-24 | luci-base: fix widgets CBIUserSelect appending list on load | Helge Mader |
2020-07-05 | luci-base: ui.js: order menu entries with the same weight by name | Jo-Philipp Wich |
2020-06-14 | luci-base: form.js: fix handling of array sections in JSONMap forms | Jo-Philipp Wich |
2020-05-29 | luci-base: luci.js: properly skip comments when finding require tokens | Jo-Philipp Wich |
2020-05-24 | luci-base: firewall.js: remove further zone network/name fallback logic | Jo-Philipp Wich |
2020-05-24 | luci-base: ui.js: fix function declaration in nested statement | Anton Kikin |
2020-05-19 | Merge pull request #4053 from TDT-AG/pr/20200515-luci-base | Florian Eckert |
2020-05-19 | luci-base: fix host validation function | Florian Eckert |
2020-05-17 | luci-base: validation.js: count byte- instead of character length of strings | Jo-Philipp Wich |
2020-05-07 | luci-base: optimize some PNG files | Jo-Philipp Wich |
2020-05-07 | luci-base: move old cbi icons to luci-compat | Jo-Philipp Wich |
2020-05-07 | luci-base: replace filebrowser icons with SVG variants | Jo-Philipp Wich |
2020-05-04 | luci-base: form.js: forward section ID in CBISectionValue methods | Jo-Philipp Wich |
2020-05-04 | luci-base: ui.js: fix UITextfield.setValue() | Jo-Philipp Wich |