summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-https-dns-proxy/htdocs/luci-static/resources
AgeCommit message (Collapse)Author
2024-07-29luci-app-https-dns-proxy: bugfix: OpenDNS family filter URL updateStan Grishin
* bugfix: update OpenDNS family filter URL * update copyright/license * update PKG_RELEASE to avoid double `r` on snapshots * add LUCI_URL to upstream repository * update README URL to upstream documentation * update pkg.URL property to allow linking to a specific version of README * remove duplicates of pkg object from overview.js/status include js files Signed-off-by: Stan Grishin <stangri@melmac.ca>
2024-04-10luci-app-https-dns-proxy: bugfix: status/overview page includeStan Grishin
This fix prevents iteration over empty/null array of instances (and the type error) if there are no instances found. Fixes https://github.com/openwrt/packages/issues/23868 Signed-off-by: Stan Grishin <stangri@melmac.ca>
2024-02-14luci-app-https-dns-proxy: bugfix: dnsmasq_instance parsingStan Grishin
Signed-off-by: Stan Grishin <stangri@melmac.ca>
2024-02-12luci-mod-network: DNS forwardings -> DNS ForwardsPaul Donald
Signed-off-by: Paul Donald <newtwen@gmail.com>
2024-01-20luci-app-https-dns-proxy: remove unnecessary translation callStan Grishin
Thank you @hnyman! Signed-off-by: Stan Grishin <stangri@melmac.ca>
2024-01-09luci-app-https-dns-proxy: bugfix: editing providers with optionsStan Grishin
* fixes https://github.com/openwrt/luci/issues/6811 * previously editing existing provider instance with options would not result in the correct saving of edited parameters Signed-off-by: Stan Grishin <stangri@melmac.ca>
2023-12-11luci-app-https-dns-proxy: update to 2023-10-25-5Stan Grishin
* no longer "require uci" in js files * use L.resolveDefault when loading configs * improve DNSMASQ config update selection user experience * switch from uci.get to L.uci.get * small code improvement of RPCD script Signed-off-by: Stan Grishin <stangri@melmac.ca>
2023-10-26luci-app-https-dns-proxy: add status->overview include fileStan Grishin
* add status->overview include file * sync version to principal package * minor code formatting/styling fixes for js files * improve HTTP/2 and HTTP/3 detection in RPCD script Signed-off-by: Stan Grishin <stangri@melmac.ca>
2023-09-03luci-app-https-dns-proxy: rewrite in javascriptStan Grishin
Signed-off-by: Stan Grishin <stangri@melmac.ca>