Age | Commit message (Collapse) | Author |
|
* make mesh_rssi_threshold configurable
* add SAE encryption support
Signed-off-by: Enrique Giraldo <enrique.giraldo@galgus.net>
|
|
Signed-off-by: Zheng Qian <sotux82@gmail.com>
|
|
fix some translation mistakes.
Signed-off-by: Zheng Qian <sotux82@gmail.com>
|
|
luci-app-adblock: sync with release 3.6.3
|
|
* the DNS Report now displays the hostname, MAC-Address or
client IP (CLI & LuCI)
* Filter the DNS Query result set for a particular domain, client or
time frame (CLI & LuCI)
* remove needless XHR.Poll-Events from Reporting page in LuCI
* remove needless 'force sort' option in LuCI
Signed-off-by: Dirk Brenken <dev@brenken.org>
|
|
luci-app-radicale2: Add CalDAV/CardDAV server Radicale 2.x
|
|
luci-mod-freifunk: fix the list of community profiles
|
|
luci-mod-freifunk: replace calls to get_all() with separate get() calls
|
|
Signed-off-by: pmelange <isprotejesvalkata@gmail.com>
|
|
The get_all() function has changed and how it was used before no
longer works properly. These changes not only change to individual
get() calls, but actually adds to the readability of the code and reduces
file size.
Signed-off-by: pmelange <isprotejesvalkata@gmail.com>
|
|
luci-base: Fix addr:port validate always fails
|
|
luci-app-olsr: update Simplified Chinese translation
|
|
luci-base: update Simplified Chinese translation
|
|
Radicale 2.x has been out for some time, and has better support for a
number of clients as well as new features, so radicale2 package has
been added to packages, and this is the corresponding UI.
Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
|
|
Add PO for en 'translation' for apps I've created in the past
|
|
luci-theme-rosy: Some bug fixes about rosy's scrollbars, table color matching, fillet and modal boxes
|
|
This script helps to initialize a new translation language over
the entire source tree.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
|
|
Signed-off-by: Zheng Qian <sotux82@gmail.com>
|
|
Signed-off-by: Zheng Qian <sotux82@gmail.com>
|
|
Signed-off-by: Yanlan Shen <yanlan.shen.@rosinson.com>
|
|
Signed-off-by: Yanlan Shen <yanlan.shen.@rosinson.com>
|
|
Signed-off-by: Yanlan Shen <yanlan.shen.@rosinson.com>
|
|
Signed-off-by: Yanlan Shen <yanlan.shen.@rosinson.com>
|
|
Signed-off-by: Yanlan Shen <yanlan.shen.@rosinson.com>
|
|
luci-app-adblock: update Japanese translation
|
|
Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
|
|
Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
|
|
Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
|
|
Updated Japanese translations.
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
|
|
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
|
|
luci-app-opkg: update Polish translation
|
|
Polish translation has been updated.
Signed-off-by: Krystian Kozak <krystian.kozak20@gmail.com>
|
|
luci-app-rp-pppoe-server: Add ability to create uci sections
|
|
luci-app-ddns: fix typo for has_curlssl()
|
|
luci-app-banip: sync with release 0.1.0
|
|
luci-base: update Polish translation
|
|
Signed-off-by: Leong Hui Wong <wong.leonghui@gmail.com>
|
|
Polish translation has been updated.
Signed-off-by: Krystian Kozak <krystian.kozak20@gmail.com>
|
|
i18n: update Chinese translation
|
|
Currently if no non-commented uci sections exist in the config then
it's impossible to create a config from LuCI. Fix that, which also
allows what the initscript does, which is multiple instances. While
we're at it create the translation template.
Closes: #2431
Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
|
|
luci-app-ddns: check existence of nslookup util rather than making DNS request
|
|
Update docs and packages wiki links
|
|
* add new backup functionality, see
https://github.com/openwrt/packages/pull/7880 for details
Signed-off-by: Dirk Brenken <dev@brenken.org>
|
|
Signed-off-by: Leong Hui Wong <wong.leonghui@gmail.com>
|
|
Signed-off-by: Leong Hui Wong <wong.leonghui@gmail.com>
|
|
Signed-off-by: Leong Hui Wong <wong.leonghui@gmail.com>
|
|
Fixes the incorrect message "HTTPS not supported please disable !" when curl with https support is present.
grep returns exit code 0 when a match is found.
Signed-off-by: Leong Hui Wong <wong.leonghui@gmail.com>
|
|
In cbi.js there is an error which causes ipaddrport validation to always fail.
JS match() return the entire match as ret[0] and individual matches (for multiple ()) as the
subsequent list members. So we fix it by just fixing the index in the calls that want the
individual parts.
Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
|
|
Fixes #2422.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
|
|
treewide: fix redirecting to System->Software
|