summaryrefslogtreecommitdiffhomepage
path: root/modules/luci-base/htdocs/luci-static/resources/network.js
AgeCommit message (Expand)Author
2020-10-06luci-base: network.js: Show clients also from wifi VLANs.Oldřich Jedlička
2020-08-05luci-base: network.js: recognize uci declared network devicesJo-Philipp Wich
2020-04-15luci-base: network.js: don't fail loading network config on missing wirelessJo-Philipp Wich
2020-04-11luci-base: network.js: gracefully handle missing wireless configJo-Philipp Wich
2020-04-08Merge pull request #3749 from Ansuel/fix_relaydJo-Philipp Wich
2020-04-06luci-base: reintroduce accidentally lost isCreateable() functionJo-Philipp Wich
2020-04-02luci-base: harmonize JS class naming and requestingJo-Philipp Wich
2020-03-30luci-base: network.js: fix JSDoc syntax errorJo-Philipp Wich
2020-03-12luci-base: fix error 404 on missing relay protocolAnsuel Smith
2020-03-04Merge pull request #3712 from TDT-AG/pr/20200303-luci-baseJo-Philipp Wich
2020-03-03luci-base: network.js: gracefully handle deleteConfiguration() rejectsJo-Philipp Wich
2020-03-03luci-base: network.js: add Protocol.deleteConfiguration() callbackJo-Philipp Wich
2020-03-03luci-base: extended network.js for check if new interface is createableHelge Mader
2019-12-17luci-base: fix typosBalázs Úr
2019-11-13luci-base: network.js: fix getDevices()Jo-Philipp Wich
2019-11-07luci-base: network.js: introduce further API functionsJo-Philipp Wich
2019-11-06luci-base: network.js: prevent duplicate wan interface reportingJo-Philipp Wich
2019-11-01luci-base: consolidate network.js data acquisitionJo-Philipp Wich
2019-11-01luci-base: migrate luci/getNetworkDevices to C pluginJo-Philipp Wich
2019-11-01luci-base: migrate luci/getWirelessDevices to C pluginJo-Philipp Wich
2019-11-01luci-base, luci-mod-network, luci-app-firewall: migrate luci/getHostHintsJo-Philipp Wich
2019-11-01luci-base: migrate luci/getBoardJSON to C pluginJo-Philipp Wich
2019-10-22luci-base: network.js: implement Protocol.getGateway6Addr()Jo-Philipp Wich
2019-10-18luci-base: network.js: simplify rpc error handlingJo-Philipp Wich
2019-10-17luci-base: network.js: prefer netifd traffic stats over getifaddrs() onesJo-Philipp Wich
2019-10-02luci-base: luci.js, rpc.js, uci.js, network.js: add JSDoc annotationsJo-Philipp Wich
2019-09-30luci-base: network.js: implement getMeshID() getterJo-Philipp Wich
2019-09-24luci-base: network.js: fix deleteNetwork() implementationJo-Philipp Wich
2019-09-21luci-base: network.js: don't batch wireless scan requestsJo-Philipp Wich
2019-09-18luci-base: network.js: filter invalid mac addressesJo-Philipp Wich
2019-09-18luci-base: network.js: get low level device details from getifaddr() infoJo-Philipp Wich
2019-09-14luci-base: network.js: register "none" protocolJo-Philipp Wich
2019-09-13luci-base: network.js: implement Hosts.getMACHints()Jo-Philipp Wich
2019-09-10luci-base: network.js: add getHostHints() apiJo-Philipp Wich
2019-09-10luci-base: network.js: fix, rework and improve wireless state handlingJo-Philipp Wich
2019-09-10luci-base: network.js: add hacks to enable relay protocol supportJo-Philipp Wich
2019-08-16luci-base: network.js: fix inverted logic in registerErrorCode()Jo-Philipp Wich
2019-08-14luci-base: network.js: overhaul codeJo-Philipp Wich
2019-08-14luci-app-firewall: honour global default policies in per-zone settingsJo-Philipp Wich
2019-08-14luci-base: network.js: add getL2Device(), getMTU() helpersJo-Philipp Wich
2019-08-14luci-base: network.js: support dynamically loaded protocol classesJo-Philipp Wich
2019-08-14luci-base: network.js: expose prefixToMask() and maskToPrefix()Jo-Philipp Wich
2019-08-14luci-base: network.js: return mac addresses in upper caseJo-Philipp Wich
2019-08-14luci-base: network.js: extend ifnameOf() and expose as getIfnameOf()Jo-Philipp Wich
2019-08-14luci-base: network.js: add ability to flush the internal cacheJo-Philipp Wich
2019-07-09luci-base: properly handle getWifiNetidBySid() return valueJo-Philipp Wich
2019-07-07luci-base: network.js: dynamically calculate IPv4 netmasksJo-Philipp Wich
2019-07-07treewide: switch to shared isObject(), toArray() and sortedKeys() helpersJo-Philipp Wich
2019-07-07luci-base: fix regular expression in network.Protocol.getDevices()Jo-Philipp Wich
2019-07-07luci-base: add client-side implementation of luci.model.networkJo-Philipp Wich