Age | Commit message (Expand) | Author |
2020-11-27 | treewide: transition div tables to actual table markup | Jo-Philipp Wich |
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 |
2020-05-04 | luci-base: firewall.js: fix Zone.addRule() | Jo-Philipp Wich |
2020-05-02 | luci-base: ui.js: reset scroll position when opening modal overlay | Jo-Philipp Wich |
2020-05-02 | luci-base: ui.js: fix input value reading for select widgets | Jo-Philipp Wich |
2020-05-02 | luci-base: ui.js: rework password input handling | Jo-Philipp Wich |
2020-04-28 | luci-base: ui.js: assume select widget by default for ListValue widget | Jo-Philipp Wich |
2020-04-28 | luci-base: form.js: toggle inactive CSS class on unsatisfied field cells | Jo-Philipp Wich |
2020-04-28 | luci-base: form.js: ListValue: support widget and orientation properties | Jo-Philipp Wich |
2020-04-28 | luci-base: ui.js: fixes for radio widget type of select element | Jo-Philipp Wich |
2020-04-28 | luci-base: form.js: allow secondary configs to fail loading | Jo-Philipp Wich |
2020-04-28 | luci-base: firewall.js: gracefully handle missing uci configuration | Jo-Philipp Wich |
2020-04-26 | luci-base: luci.js: add LuCI.session.getToken() | Jo-Philipp Wich |
2020-04-26 | luci-base: uci.js: fix section deletion logic | Jo-Philipp Wich |
2020-04-20 | luci-base: ui.js: fix textarea width | Jo-Philipp Wich |
2020-04-19 | luci-base: form.js: allow to disable descriptions row in TableSection | Anton Kikin |