Age | Commit message (Collapse) | Author |
|
i18n: update Chinese translation
|
|
luci-app-ddns: check existence of nslookup util rather than making DNS request
|
|
Signed-off-by: Leong Hui Wong <wong.leonghui@gmail.com>
|
|
Signed-off-by: Leong Hui Wong <wong.leonghui@gmail.com>
|
|
Fixes #2422.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
|
|
treewide: fix redirecting to System->Software
|
|
Signed-off-by: David Yang <mmyangfl@gmail.com>
|
|
luci-app-unbound: protect against printing large cache dump
|
|
luci-app-nft-qos: rework _action_rate function
|
|
Finally noticed that I had been missing doing i18n stuff, so
add the template for this new package I added.
Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
|
|
Signed-off-by: Rosy Song <rosysong@rosinson.com>
|
|
Right now the handler only recognizes "query=xx" argument, others will
be ignored.
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
|
|
By replacing url "admin/system/packages" with "admin/system/opkg"
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
|
|
Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
|
|
Signed-off-by: Yurii yuripet@gmail.com
|
|
Signed-off-by: Yurii yuripet@gmail.com
|
|
luci-app-mwan3: some changes
|
|
Signed-off-by: Rosy Song <rosysong@rosinson.com>
|
|
luci-app-olsr: fix po errors
|
|
luci-app-travelmate: adapt latest css changes
|
|
luci-app-banip: sync with release 0.0.7
|
|
luci-app-adblock: sync with release 3.6.1
|
|
Signed-off-by: Dirk Brenken <dev@brenken.org>
|
|
* determine L3 and L2 network devices to support pppoe interfaces
correctly
Signed-off-by: Dirk Brenken <dev@brenken.org>
|
|
* support new reporting options
* small fixes
Signed-off-by: Dirk Brenken <dev@brenken.org>
|
|
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
|
|
Fixed po errors in "Selected" in en/de.
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
|
|
luci-app-wifischedule: New German Translation
|
|
luci-app-adblock: update Japanese translation
|
|
luci-app-mwan3: update Japanese translation
|
|
luci-app-nut: Update nut-server settings to match packages master
|
|
Updated Japanese translations.
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
|
|
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
|
|
Updated Japanese translations.
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
|
|
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
|
|
New German Translation of wifischedule.po
Signed-of-by: Roland Engert <Roland.Engert@web.de>
|
|
A number of settings in openwrt-packages master are missing; add them.
The 'extra' adhoc options (override, default, other, and otherflag) we
leave to UCI only because they require dynamic creation of config
sections.
There were some options that didn't belong in the section they were
in; remove them.
Include the option for the USB serial port permissions for serial USB
devices over USB serial port (on the OpenWrt device).
And finally, fix the title of the UPS Server global settings.
Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
|
|
There are a *lot* of options, so list them in alphabetical order
for easier updates to the app (alphabetizing by translation doesn't
make sense since the order would need to change depending on language).
Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
|
|
luci-app-adblock: minor fixes
|
|
* use new XHR default on report page
* fix wrong string.find syntax
Signed-off-by: Dirk Brenken <dev@brenken.org>
|
|
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
|
|
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
|
|
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
|
|
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
|
|
luci-app-uhttpd: Correct spelling in two places
|
|
Had 'at list' instead 'at least' for the help text on listing
HTTP/HTTPS listening addresses.
Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
|
|
This saves a DNS request whenever the check is performed. For systems with nameservers configured in `/etc/resolv.conf`, nslookup will sent a request to those servers (eg bypassing /etc/hosts), thus taking a lot more time than necessary. For servers that are remote, this will take a *lot* longer than just checking if the nslookup util exists.
This change follows in the same vein as all the other checks and just using `which` without actually invoking the util's functionality.
Signed-off-by: David Beitey <david@davidjb.com>
|
|
Replace all XHR poll time number with -1 so they will use the default
poll interval time value from "/etc/config/luci". If this is not set then
5 seconds as default is used.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
|
|
luci-app-adblock: sync with release 3.6.0
|
|
* add adblock dns query reporting via tcpdump (see readme for details)
* fix tld compression on low memory systems (< 64 MB)
* fix various small issues
Signed-off-by: Dirk Brenken <dev@brenken.org>
|