Age | Commit message (Collapse) | Author |
|
luci-app-attendedsysupgrade: param update_package
|
|
luci-app-travelmate: Update Japanese translation
|
|
Updated Japanese translations.
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
|
|
Synchronized translations with sources.
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
|
|
luci-app-travelmate: sync with 0.9.3
|
|
* supports a Connection Limit of '0',
to disable this feature (unlimited retries)
Signed-off-by: Dirk Brenken <dev@brenken.org>
|
|
luci-app-dnscrypt-proxy: Update Japanese translation
|
|
Updated Japanese translations.
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
|
|
Synchronized translations with sources.
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
|
|
luci-app-dnscrypt-proxy: small fixes & additions
|
|
* check/add for 'global' section to fix a possible issue with old
(non-default) dnscrypt-proxy config files
* a custom 'resolv-crypt.conf' can now be added in the new "Extra
options" section
* accept IPv4 and IPv6 address as local dnscrypt ip address
Signed-off-by: Dirk Brenken <dev@brenken.org>
|
|
More about the currently recommended key sizes: https://www.keylength.com/en/compare/
Signed-off-by: Alexander Schlarb <alexander@ninetailed.ninja>
Modified to maintain the old minimum of 1024 bits for low-end devices.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
|
|
Signed-off-by: Alexander Schlarb <alexander@ninetailed.ninja>
|
|
luci-app-shadowsocks-libev: sync with shadowsocks-libev config changes
|
|
luci-app-mwan3: Update Japanese translation
|
|
Updated Japanese translations.
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
|
|
Synchronized translations with sources.
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
|
|
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
|
|
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
|
|
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
|
|
luci-app-dnscrypt-proxy: Add Japanese translation
|
|
Added po templates and po for Japanese translations.
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
|
|
Added translate() functions for some UI texts.
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
|
|
luci-app-dnscrypt-proxy: fix ssl dependency
|
|
* remove libustream-mbedtls dependency in makefile and check for
'libustream-ssl.so' in the app. (fix for #1310)
* add missing uclient-fetch dependency in makefile.
Signed-off-by: Dirk Brenken <dev@brenken.org>
|
|
luci-app-dnscrypt-proxy: new package
|
|
the "update_package" option explicitly asks the server to check for
packages updates as well not only upgrades to a new release
Signed-off-by: Paul Spooren <paul@spooren.de>
|
|
to ease the dnscrypt-proxy configuration I've build this package,
main features:
* full resolver list handling, incl. list refresh and
simple resolver selection per instance
* trigger support
* support the following (conditional) options:
* resolvers_list
* ephemeral_keys
* blacklist
* block_ipv6
* local_cache
* query_log_file
Signed-off-by: Dirk Brenken <dev@brenken.org>
|
|
luci-app-mwan3: use mwan3.user and add global mmx_mask option
|
|
luci-app-mwan3: add new config option 'track_method'
|
|
Add global config option to edit the mwan3 firewall mask.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
|
|
Replace old "/etc/hotplug.d/iface/16-mwancustom" edit possibility
with the new "/etc/mwan3.user" hotplug script.
Which will also be saved during sysupgrade.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
|
|
luci-app-samba: Update Japanese translation
|
|
Updated Japanese translations.
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
|
|
luci-app-attendedsysupgrade: use JSON.stringify
|
|
now uses JSON.stringify instead of creating pseudo JSON data via
`'{' + variable + '}'`
also simplify uci naming
Signed-off-by: Paul Spooren <paul@spooren.de>
|
|
Signed-off-by: Marcin Jurkowski <marcin1j@gmail.com>
|
|
Synchronized translations with sources.
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
|
|
luci-app-attendedsysupgrade: send model info
|
|
luci-app-shadowsocks-libev: minor adaption for ease of use
|
|
as reported [here][1] the board_name is not everywhere unified yet. to
solve this problem, the model name is transported as well and used as a
fallback identifier
[1]: https://github.com/aparcar/gsoc17-attended-sysupgrade/issues/26
Signed-off-by: Paul Spooren <paul@spooren.de>
|
|
luci-app-attendedsysupgrade: add keep-settings opt
|
|
Properly deal with client accept languages containing a culture identifier
such as "zh-CN" or "pt-BR".
Fixes #1226.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
|
|
add a keep-settings checkbox to the webview
this PR depends on [this][1] PR in openwrt/packages
[1]: https://github.com/openwrt/packages/pull/4689
Signed-off-by: Paul Spooren <paul@spooren.de>
|
|
luci-base: add missing conffiles
|
|
A forum.lede-project.org member had trouble understanding how to configure Samba.
This is help text for Shared Directories.
Signed-off-by: Bob Meizlik <bobmseagithub@squakmt.com>
[whitespace fixed]
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
|
|
luci-app-attendedsysupgrade: add missing dep
|
|
luci-app-attendedsysupgrade: show updated packages
|
|
This is in accordance with the current actual implementation of
ss-redir.
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
|
|
When there is no ss_rules section, the "Redir Rules" tab will have empty
form in the generated page. This is especialy the case when the
shadowsocks-libev config is from an earlier version before 3.0.6-2
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
|