Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-11-22 | luci-mod-network: dnsmasq: correct sense & usage of dnsseccheckunsigned | Kevin Darbyshire-Bryant | |
dnsmasq v2.80 made 'dnssec-check-unsigned' the default, reflect this in the gui. Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk> | |||
2019-11-08 | luci-mod-network: dhcp.js: fix DNSSEC feature probing | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2019-11-08 | luci-base, luci-mod-network: migrate getDUIDHints method to C plugin | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2019-11-07 | luci-mod-network: wireless.js: restore client disconnect functionality | Jo-Philipp Wich | |
Ref: https://forum.openwrt.org/t/19-07-luci-disconnect-missing/47897 Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2019-11-03 | treewide: require ui.js explicitly | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2019-11-03 | luci-base, luci-mod-network: invoke ifdown directly in interface overview | Jo-Philipp Wich | |
Replace the `iface_down` endpoint with a direct invocation of `/sbin/ifdown` and replace the interface connectivity check with a call to the new `remote_addr` endpoint. Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2019-11-01 | luci-mod-network: fix disabled state in wifi settings modal | Jo-Philipp Wich | |
Also auto-enable the radio upon network join. Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2019-11-01 | luci-mod-network: interfaces.js: issue iface restart via file/exec rpc call | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2019-11-01 | luci-mod-network: wireless.js: issue wifi restart via file/exec rpc call | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2019-11-01 | luci-base: remove unused Lua code | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2019-11-01 | luci-base, luci-mod-network, luci-app-firewall: migrate luci/getHostHints | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2019-11-01 | luci-base, luci-mod-network: migrate luci/getDHCPLeases to C plugin | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2019-10-15 | luci-mod-network: wireless.js: fix null access on failing iwinfo calls | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2019-10-15 | luci-mod-network: wireless.js: fix null access on unavailable country list | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2019-09-30 | luci-mod-network: display the mesh ID in wireless overview if applicable | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2019-09-24 | Merge pull request #2756 from Ansuel/wps | Jo-Philipp Wich | |
luci-mod-network: permit WPS push-button on WPA3 | |||
2019-09-24 | luci-mod-network: permit WPS push-button on WPA3 | Ansuel Smith | |
Currently WPS push-button is dropped when SAE or SAE-Mixed is selected. WPS is still supported in WPA3. Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com> | |||
2019-09-24 | luci-mod-network: add master option | Ansuel Smith | |
Adds option to set interface as master in dhcpv6 relay mode. Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com> | |||
2019-09-24 | luci-mod-network: wireless.js: properly handle SAE in join confirmation | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2019-09-24 | luci-mod-network: interfaces.js: map remove action to network.deleteNetwork() | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2019-09-24 | luci-mod-network: wireless.js: prompt for passphrase when joining SAE net | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2019-09-24 | luci-mod-network: resort zonePromise order | Chen Minqiang | |
This fix #3103 Signed-off-by: Chen Minqiang <ptpt52@gmail.com> | |||
2019-09-20 | luci-mod-network: sort wifi encryption by strength and popularity | Jo-Philipp Wich | |
Fixes: #3082 Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2019-09-20 | luci-mod-network: fix key option quirk when switching wep and wpa modes | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2019-09-20 | luci-mod-network: default to ieee80211w=2 for OWE | Jo-Philipp Wich | |
Ref: https://git.openwrt.org/?p=openwrt/openwrt.git;a=blob;f=package/network/services/hostapd/files/hostapd.sh;h=46acbefeeeb771de879dd9926ad170042dff2473;hb=HEAD#l327 Fixes: 63f28fd06 luci-mod-network: default to ieee80211w=1 for OWE Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2019-09-20 | luci-mod-network: default to ieee80211w=1 for OWE | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2019-09-20 | luci-mod-network: wireless.js: fix parsing of wep key slot cfgvalue | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2019-09-19 | luci-mod-network: wireless.js: fix disabled state on disabled radio | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2019-09-19 | luci-mod-network: wireless.js: select proper 11w default for WPA3 modes | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2019-09-18 | luci-mod-network: interfaces.js: derive status from layer 3 device | Jo-Philipp Wich | |
Align the status column device selection logic with the approach used for rendering the interface status boxes; first try to obtain the active layer3 device as reported by ubus, only then fall back to the protocol specific device hint which might or might not point to an existing device. Fixes: #3076 Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2019-09-13 | luci-mod-network: wireless.js: restore mac hints in mac list widget | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2019-09-12 | luci-mod-network: reimplement switch configuration as client side view | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2019-09-11 | luci-base: restore some lost translations and update german | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2019-09-10 | luci-mod-network: switch to client side wifi configuration pages | Jo-Philipp Wich | |
Rewrite the wireless network management views in client side JS using ubus rpc calls for the router communication. Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2019-09-10 | luci-mod-network: slightly improve static lease config | Jo-Philipp Wich | |
- Autoselect the matching IPv4 address when initially picking a MAC - Add hostname hints in the MAC/IP dropdowns Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2019-09-10 | luci-mod-network: switch to client side interface configuration pages | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2019-08-14 | luci-app-firewall: honour global default policies in per-zone settings | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2019-07-21 | luci-mod-network: fix typo in wifi scan JS code | Jo-Philipp Wich | |
Fixes: 8dd2df29c ("luci-mod-network: improve wifi scan status reporting") Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2019-07-19 | luci-mod-network: improve wifi scan status reporting | Jo-Philipp Wich | |
Attempt to properly report the scan status by treating 404 replies as not yet completed scans and empty array replies as successful scans that did not yield any results. Fixes: #2874 Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2019-07-07 | luci-mod-network: switch hostname configuration to client side js | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2019-07-07 | luci-mod-network: switch route configuration page to client side view | Jo-Philipp Wich | |
Also implement extended route attributes via modal dialog. Fixes: #2695 Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2019-07-07 | luci-mod-network: replace DHCP & DNS view with client side implementation | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2019-04-25 | luci-mod-network: add auto start hint | Florian Eckert | |
Make the information if the interface is started on boot visible on the interface overview page. Signed-off-by: Florian Eckert <fe@dev.tdt.de> | |||
2019-04-08 | luci-mod-network: fix bad unicode comma in network.js | Jo-Philipp Wich | |
Fixes: 5624b36fa ("luci-mod-network: fix page refresh after interface reconnect") Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2019-04-08 | luci-mod-network: fix page refresh after interface reconnect | Jo-Philipp Wich | |
Submitted-by: "taeasy" <88336@live.com> [reword commit subject] Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2019-01-30 | Merge pull request #2421 from SibrenVasse/ssid_format | Jo-Philipp Wich | |
SSID escaping | |||
2019-01-11 | luci-mod-network: fix extraneous escaping | Sibren Vasse | |
Signed-off-by: Sibren Vasse <github@sibrenvasse.nl> | |||
2019-01-01 | treewide: fix query arguments to admin/system/opkg | Yousong Zhou | |
Right now the handler only recognizes "query=xx" argument, others will be ignored. Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com> | |||
2019-01-01 | treewide: fix redirecting to System->Software | Yousong Zhou | |
By replacing url "admin/system/packages" with "admin/system/opkg" Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com> | |||
2018-11-24 | luci-mod-network: remove debug code from iface_status.js | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jo@mein.io> |