Yousong Zhou
e47366a8a1
luci-app-shadowsocks-libev: fix typo in setting ss_rules.disabled=true
...
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2017-08-20 01:25:57 +08:00
Hannu Nyman
ad81dc1889
Merge pull request #1313 from musashino205/dcp-add-ja
...
luci-app-dnscrypt-proxy: Add Japanese translation
2017-08-19 12:51:35 +03:00
INAGAKI Hiroshi
b02330d28c
luci-app-dnscrypt-proxy: Add Japanese translation
...
Added po templates and po for Japanese translations.
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2017-08-19 01:00:05 +09:00
INAGAKI Hiroshi
3d3de97bfd
luci-app-dnscrypt-proxy: Add more translations
...
Added translate() functions for some UI texts.
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2017-08-18 23:18:44 +09:00
Hannu Nyman
2163284cf7
Merge pull request #1311 from dibdot/dnscrypt-proxy
...
luci-app-dnscrypt-proxy: fix ssl dependency
2017-08-18 10:08:43 +03:00
Dirk Brenken
4a9b391d03
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>
2017-08-18 09:04:09 +02:00
Hannu Nyman
5d35777a34
Merge pull request #1309 from dibdot/dnscrypt-proxy
...
luci-app-dnscrypt-proxy: new package
2017-08-17 20:01:58 +03:00
Dirk Brenken
14dca2f3ee
luci-app-dnscrypt-proxy: new package
...
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>
2017-08-16 21:49:20 +02:00
Hannu Nyman
209deb50a4
Merge pull request #1308 from TDT-GmbH/luci-app-mwan3_update
...
luci-app-mwan3: use mwan3.user and add global mmx_mask option
2017-08-16 18:42:59 +03:00
Hannu Nyman
dff56b96dc
Merge pull request #1304 from marcin1j/pr/20170814-mwan3-tracking-method
...
luci-app-mwan3: add new config option 'track_method'
2017-08-16 18:40:47 +03:00
Florian Eckert
6c4053066a
luci-app-mwan3: add config for mwan3 mask
...
Add global config option to edit the mwan3 firewall mask.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2017-08-16 14:51:55 +02:00
Florian Eckert
10992d6b10
luci-app-mwan3: change hotplug script to mwan3.user
...
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>
2017-08-16 14:48:53 +02:00
Hannu Nyman
3d338ee3e6
Merge pull request #1307 from musashino205/smb-upd-ja
...
luci-app-samba: Update Japanese translation
2017-08-15 20:24:21 +03:00
INAGAKI Hiroshi
9bda650abe
luci-app-samba: Update Japanese translation
...
Updated Japanese translations.
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2017-08-16 00:42:20 +09:00
Jo-Philipp Wich
415d3aeb16
Merge pull request #1305 from aparcar/stringify
...
luci-app-attendedsysupgrade: use JSON.stringify
2017-08-15 10:45:58 +02:00
Paul Spooren
5cdab68f25
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>
2017-08-14 19:14:52 +02:00
Marcin Jurkowski
71f07bb65b
luci-app-mwan3: add new config option 'track_method'
...
Signed-off-by: Marcin Jurkowski <marcin1j@gmail.com>
2017-08-14 18:53:55 +02:00
INAGAKI Hiroshi
efe1ea02a8
luci-app-samba: Sync translations
...
Synchronized translations with sources.
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2017-08-14 20:44:40 +09:00
Jo-Philipp Wich
09e0519fca
Merge pull request #1294 from aparcar/model
...
luci-app-attendedsysupgrade: send model info
2017-08-13 20:56:58 +02:00
Hannu Nyman
0ee6b1c8f7
Merge pull request #1301 from yousong/shadowsocks-libev
...
luci-app-shadowsocks-libev: minor adaption for ease of use
2017-08-13 19:47:25 +03:00
Paul Spooren
47a36e0af9
luci-app-attendedsysupgrade: send model info
...
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>
2017-08-13 17:53:28 +02:00
Jo-Philipp Wich
5b8a7652af
Merge pull request #1295 from aparcar/keep_settings
...
luci-app-attendedsysupgrade: add keep-settings opt
2017-08-13 15:57:39 +02:00
Jo-Philipp Wich
15cb504b44
luci-base: improve language detection
...
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>
2017-08-13 15:55:22 +02:00
Paul Spooren
6cc4a22579
luci-app-attendedsysupgrade: add keep-settings opt
...
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>
2017-08-13 15:52:28 +02:00
Jo-Philipp Wich
f03bee5a91
Merge pull request #1235 from aa65535/luci-base
...
luci-base: add missing conffiles
2017-08-13 15:17:57 +02:00
Bob
56424931bb
luci-app-samba: Shared directory help text.
...
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>
2017-08-13 15:16:39 +02:00
Jo-Philipp Wich
99f7794311
Merge pull request #1290 from aparcar/uhttpd-mod-ubus
...
luci-app-attendedsysupgrade: add missing dep
2017-08-13 15:05:33 +02:00
Jo-Philipp Wich
83e47322fc
Merge pull request #1298 from aparcar/update_info
...
luci-app-attendedsysupgrade: show updated packages
2017-08-13 15:03:44 +02:00
Yousong Zhou
0a2fa7b16f
luci-app-shadowsocks-libev: assume ss-redir has default mode tcp_only
...
This is in accordance with the current actual implementation of
ss-redir.
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2017-08-13 12:36:59 +08:00
Yousong Zhou
be77667225
luci-app-shadowsocks-libev: add a ss_rules section if none exists
...
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>
2017-08-13 12:36:58 +08:00
Hannu Nyman
2697ef81a1
Merge pull request #1299 from dibdot/travelmate
...
luci-app-travelmate: sync with 0.9.2
2017-08-12 09:23:29 +03:00
Dirk Brenken
3317104647
luci-app-travelmate: sync with 0.9.2
...
* frontend: add/modify input datatypes in 'extra' section
* frontend: add support to edit/change wpa enterprise key phrases
* frontend: various small fixes
Signed-off-by: Dirk Brenken <dev@brenken.org>
2017-08-12 08:03:48 +02:00
Paul Spooren
2f53e30806
luci-app-attendedsysupgrade: show updated packages
...
since the update server now checks packages for updates the web view
will show all changed package versions. this PR is also important to
support future package transformations of the server
Signed-off-by: Paul Spooren <paul@spooren.de>
2017-08-11 20:58:35 +02:00
Hannu Nyman
8bc1971661
Merge pull request #1297 from TDT-GmbH/luci-app-mwan3_add_options
...
luci-app-mwan3: add new options
2017-08-11 16:16:33 +03:00
Florian Eckert
bcc9382e16
luci-app-mwan3: update i18n
...
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2017-08-11 13:42:38 +02:00
Florian Eckert
5371f159da
luci-app-mwan3: extend uci-default to set globals section if not present
...
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2017-08-11 13:33:38 +02:00
Florian Eckert
933e0f335c
luci-app-mwan3: add globals config section
...
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2017-08-11 13:23:33 +02:00
Florian Eckert
c88e03548c
luci-app-mwan3: add new config options initial_state and keep_failure_interval
...
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2017-08-11 13:14:55 +02:00
Hannu Nyman
afe2d2c187
Merge pull request #1292 from engelant/master
...
[PATCH] luci-mod-admin-full: 802.11r AP-WDS mode enable
2017-08-10 16:49:10 +03:00
Anton Engelhardt
e38a03f1e3
[PATCH] luci-mod-admin-full: 802.11r AP-WDS mode enable
...
Made 802.11r selection availible in AP-WDS mode
Signed-off-by: Anton Engelhardt anton@neednow.de
2017-08-09 18:52:50 +02:00
Hannu Nyman
bbcf73f9bf
Merge pull request #1289 from yousong/shadowsocks-libev
...
luci-app-shadowsocks-libev: hide key, password value in instance overview
2017-08-08 20:45:07 +03:00
Paul Spooren
99958baed5
luci-app-attendedsysupgrade: add missing dep
...
uhttpd-mod-ubus is missing on some devices where rpcd is installed.
the luci app fundamentally depends on /ubus
Signed-off-by: Paul Spooren <paul@spooren.de>
2017-08-08 16:06:08 +02:00
Yousong Zhou
76a4609c66
luci-app-shadowsocks-libev: hide key, password value in instance overview
...
This is mainly for ss_server section
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2017-08-08 11:25:22 +08:00
Hannu Nyman
102199fcbf
Merge pull request #1287 from TDT-GmbH/dsl_auto_xfer_mode
...
luci-mod-admin-full: add 'auto' xfer_mode to dsl configuration
2017-08-07 18:39:26 +03:00
Hannu Nyman
71fd98c44a
Merge pull request #1285 from kuoruan/i18n-zh-cn
...
luci-app-nlbwmon: Fix and update Simplified Chinese translation
2017-08-07 16:02:53 +03:00
kuoruan
2bcf29d54a
luci-app-nlbwmon: Fix and update Simplified Chinese translation
...
Signed-off-by: Hsing-wang Liao <kuoruan@gmail.com>
2017-08-07 18:28:29 +08:00
Jo-Philipp Wich
1fdad2616d
luci-app-nlbw: make display template XHTML compliant
...
This allows proper rendering in OpenWrt theme. Fixes #1284 .
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2017-08-07 09:56:30 +02:00
Martin Schiller
a50c56d474
luci-mod-admin-full: add 'auto' xfer_mode to dsl configuration
...
This change is needed to support the new default 'auto' xfer_mode
setting.
Signed-off-by: Martin Schiller <ms@dev.tdt.de>
2017-08-07 08:06:18 +02:00
Hannu Nyman
bf7e21c65c
Merge pull request #1283 from musashino205/tmate-upd-ja
...
luci-app-travelmate: Update Japanese translation
2017-08-06 18:46:52 +03:00
Hannu Nyman
8ff8b03722
Merge pull request #1264 from kuoruan/zh-cn-tr
...
Update some Simplified Chinese translation
2017-08-06 18:46:29 +03:00