Maintainer: me
Compile tested: x86_64, Dell EMC Edge620, OpenWrt 25.12.1
Run tested: x86_64, Dell EMC Edge620, OpenWrt 25.12.1
Description:
update to PKG_RELEASE 5 and status page improvements
- Bump PKG_RELEASE from 4 to 5.
htdocs/luci-static/resources/https-dns-proxy/status.js:
- Remove redundant 'cbi-value-description' class from statusText element.
- Remove old README link from instances description.
- Restructure instances description to correctly display donate link.
- Add a line break element after the instancesText output.
po/templates/https-dns-proxy.pot:
- Update POT file to reflect changes in status.js.
root/usr/libexec/rpcd/luci.https-dns-proxy:
- Redirect stderr for is_enabled and is_running functions to /dev/null.
- Correctly retrieve service name in `get_init_list` using basename.
- Remove extraneous `json_close_array` call from `get_init_status`.
- Ensure `ubus_get_ports` uses correct JSON quoting.
Signed-off-by: Stan Grishin <stangri@melmac.ca>
This commit adds support for:
* new unified provider.json support to save space compared to individual
provider json files
* new v.recipes provider (thanks @morytyann!)
* functional testing
* minor js/shell code improvements
Signed-off-by: Stan Grishin <stangri@melmac.ca>
status.js:
* update the donate anchor
* replace RPCD call with direct ubus pull of service info for faster
operation
Overview page include javascript file:
* replace RPCD call with ubus pull
RPCD script:
* remove obsolete getRuntime method
* bugfix: prevent execution of arbitrary code (thanks @iwallplace)
ACL file:
* remove obsolete getRuntime access and add access to service list
Signed-off-by: Stan Grishin <stangri@melmac.ca>
* 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>
* 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>