Age | Commit message (Expand) | Author |
2023-09-23 | luci-base: Fix typos in JsDocs | Sergey Ponomarev |
2023-09-23 | luci-base: network.js: simplify getWifiNetidBySid | Sergey Ponomarev |
2023-01-23 | luci-base: use "hwmodes_text" to describe wireless radios | Andre Heider |
2022-07-27 | luci-base: revise array sorting | Jo-Philipp Wich |
2022-06-16 | luci-base: network.js: consider uci config for Device.getType()/getParent() | Jo-Philipp Wich |
2021-11-10 | luci-base: network.js: ignore wireless ifname patterns on retrieving devices | Jo-Philipp Wich |
2021-10-22 | luci-base: remove further related section types on deleting network | Jo-Philipp Wich |
2021-06-12 | luci-base: network.js: add link status information accessors | 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-05-27 | treewide: use "device" option in UCI "interface" sections | Rafał Miłecki |
2021-03-18 | luci-base: network.js: recognize DSA ports and bridge VLANs | Jo-Philipp Wich |
2021-03-01 | luci-base: network.js: sort interface statuses by metric, then name | Jo-Philipp Wich |
2020-10-06 | luci-base: network.js: Show clients also from wifi VLANs. | Oldřich Jedlička |
2020-08-05 | luci-base: network.js: recognize uci declared network devices | Jo-Philipp Wich |
2020-04-15 | luci-base: network.js: don't fail loading network config on missing wireless | Jo-Philipp Wich |
2020-04-11 | luci-base: network.js: gracefully handle missing wireless config | Jo-Philipp Wich |
2020-04-08 | Merge pull request #3749 from Ansuel/fix_relayd | Jo-Philipp Wich |
2020-04-06 | luci-base: reintroduce accidentally lost isCreateable() function | Jo-Philipp Wich |
2020-04-02 | luci-base: harmonize JS class naming and requesting | Jo-Philipp Wich |
2020-03-30 | luci-base: network.js: fix JSDoc syntax error | Jo-Philipp Wich |
2020-03-12 | luci-base: fix error 404 on missing relay protocol | Ansuel Smith |
2020-03-04 | Merge pull request #3712 from TDT-AG/pr/20200303-luci-base | Jo-Philipp Wich |
2020-03-03 | luci-base: network.js: gracefully handle deleteConfiguration() rejects | Jo-Philipp Wich |
2020-03-03 | luci-base: network.js: add Protocol.deleteConfiguration() callback | Jo-Philipp Wich |
2020-03-03 | luci-base: extended network.js for check if new interface is createable | Helge Mader |
2019-12-17 | luci-base: fix typos | Balázs Úr |
2019-11-13 | luci-base: network.js: fix getDevices() | Jo-Philipp Wich |
2019-11-07 | luci-base: network.js: introduce further API functions | Jo-Philipp Wich |
2019-11-06 | luci-base: network.js: prevent duplicate wan interface reporting | Jo-Philipp Wich |
2019-11-01 | luci-base: consolidate network.js data acquisition | Jo-Philipp Wich |
2019-11-01 | luci-base: migrate luci/getNetworkDevices to C plugin | Jo-Philipp Wich |
2019-11-01 | luci-base: migrate luci/getWirelessDevices to C plugin | Jo-Philipp Wich |
2019-11-01 | luci-base, luci-mod-network, luci-app-firewall: migrate luci/getHostHints | Jo-Philipp Wich |
2019-11-01 | luci-base: migrate luci/getBoardJSON to C plugin | Jo-Philipp Wich |
2019-10-22 | luci-base: network.js: implement Protocol.getGateway6Addr() | Jo-Philipp Wich |
2019-10-18 | luci-base: network.js: simplify rpc error handling | Jo-Philipp Wich |
2019-10-17 | luci-base: network.js: prefer netifd traffic stats over getifaddrs() ones | Jo-Philipp Wich |
2019-10-02 | luci-base: luci.js, rpc.js, uci.js, network.js: add JSDoc annotations | Jo-Philipp Wich |
2019-09-30 | luci-base: network.js: implement getMeshID() getter | Jo-Philipp Wich |
2019-09-24 | luci-base: network.js: fix deleteNetwork() implementation | Jo-Philipp Wich |
2019-09-21 | luci-base: network.js: don't batch wireless scan requests | Jo-Philipp Wich |
2019-09-18 | luci-base: network.js: filter invalid mac addresses | Jo-Philipp Wich |
2019-09-18 | luci-base: network.js: get low level device details from getifaddr() info | Jo-Philipp Wich |
2019-09-14 | luci-base: network.js: register "none" protocol | Jo-Philipp Wich |
2019-09-13 | luci-base: network.js: implement Hosts.getMACHints() | Jo-Philipp Wich |
2019-09-10 | luci-base: network.js: add getHostHints() api | Jo-Philipp Wich |