Dirk Brenken
87ff357d4c
luci-app-wireguard: QR-Code enhancements
...
* explain the QR-Code 'use case' and the transfered information
* limit the QR-Code information to bare minimum (per interface):
* [Interface] A random, on the fly generated 'PrivateKey',
the key will not be saved on the router
* [Peer] The 'PublicKey' of that wg interface and the
'AllowedIPs' with the default of '0.0.0.0/0, ::/0'
to allow sending traffic to any IPv4 and IPv6 address
* the QR-Code logic will be processed only once per page load,
and not every 5 seconds with the regular XHR refresh
See corresponding forum thread:
https://forum.openwrt.org/t/luci-app-wireguard-qr-code-shows-private-key/38133
Signed-off-by: Dirk Brenken <dev@brenken.org>
2019-07-11 08:11:38 +02:00
Jo-Philipp Wich
f970c485cf
treewide: switch to shared isObject(), toArray() and sortedKeys() helpers
...
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-07-07 20:11:35 +02:00
Jo-Philipp Wich
1fad6c0eed
Merge pull request #2806 from dibdot/magic
...
system-wide: fix escaping of magic chars
2019-07-07 15:39:56 +02:00
Jo-Philipp Wich
9c16090780
luci-app-firewall: switch to client side CBI views
...
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-07-07 15:36:26 +02:00
Stan Grishin
4e7806ebf3
luci-app-simple-adblock: sync with the latest version of simple-adblock
...
Signed-off-by: Stan Grishin <stangri@melmac.net>
2019-07-05 08:30:48 -07:00
Florian Eckert
6122deefbd
Merge pull request #2818 from mberndt123/mb/extensible-statistics
...
luci-app-statistics: more extensibility
2019-07-05 10:17:49 +02:00
INAGAKI Hiroshi
da1a3d8ae8
luci-app-travelmate: update Japanese translation
...
Updated Japanese translations missing in 50748d9936
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2019-07-05 14:47:11 +09:00
INAGAKI Hiroshi
39fd1111ee
luci-app-travelmate: sync translations
...
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2019-07-05 14:43:43 +09:00
INAGAKI Hiroshi
50748d9936
luci-app-travelmate: update Japanese translation
...
Updated Japanese translations.
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2019-07-05 14:23:54 +09:00
Matthias Berndt
c1380ab367
make luci-app-statistics more extensible
2019-07-05 02:03:13 +02:00
Martin Schiller
06b5cdb79a
luci-app-mwan3: add some german translations
...
Signed-off-by: Martin Schiller <ms@dev.tdt.de>
2019-07-01 08:28:26 +02:00
Dirk Brenken
a04e22e846
Merge pull request #2805 from dibdot/travelmate
...
luci-app-travelmate: sync with update 1.4.8
2019-06-29 19:28:28 +02:00
Dirk Brenken
f73da9ca82
system-wide: fix escaping of magic chars
...
* fix escaping of magic lua chars (#2800 )
* fix redundant second gsub line in shellstartsqescape function
* fix return value of shellstartsqescape function
Signed-off-by: Dirk Brenken <dev@brenken.org>
2019-06-29 19:26:07 +02:00
Dirk Brenken
ee80de6a7b
luci-app-travelmate: sync with update 1.4.8
...
* add optional 'trm_scanbuffer' parm
* fix wrong lua escape character in wifi edit
* sync translations
Signed-off-by: Dirk Brenken <dev@brenken.org>
2019-06-29 14:46:28 +02:00
Jo-Philipp Wich
0017bc89f2
Merge pull request #2794 from TDT-AG/pr/20190626-luci-app-firewall-german-translation
...
luci-app-firewall: add some german translations
2019-06-28 12:29:19 +02:00
Martin Schiller
7bbd54f43f
luci-app-firewall: add some german translations
...
Signed-off-by: Martin Schiller <ms@dev.tdt.de>
2019-06-26 14:58:01 +02:00
Florian Eckert
eec28ed7b8
Merge pull request #2779 from hwti/statistics-ping-addressfamily
...
luci-app-statistics: add address family configuration for ping
2019-06-26 14:22:33 +02:00
Dirk Brenken
8767eb830b
luci-app-opkg: change remove button caption (first level)
...
* add three dots to the first level 'Remove' button caption
(revert/fix da8668a
)
Signed-off-by: Dirk Brenken <dev@brenken.org>
2019-06-25 21:28:44 +02:00
Loïc Yhuel
af5771426b
luci-app-statistics: add address family configuration for ping
...
It allows to force ipv4 or ipv6 when the DNS returns both addresses, but
only one works (for example if there is no ipv6 connectivity).
Signed-off-by: Loïc Yhuel <loic.yhuel@gmail.com>
2019-06-21 02:03:12 +02:00
Jo-Philipp Wich
1154c4198a
luci-app-opkg: make overwriting package files optional
...
Ref: #2775
Signed-off-by: Dirk Brenken <dev@brenken.org>
[split into multiple commits, sync translations]
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-06-19 13:33:46 +02:00
Jo-Philipp Wich
da8668a50d
luci-app-opkg: change remove button caption
...
Add three dots to the first level 'Remove' button caption, because it
leads to a modal dialogue.
Ref: #2775
Signed-off-by: Dirk Brenken <dev@brenken.org>
[split into multiple commits, sync translations]
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-06-19 12:39:03 +02:00
Jo-Philipp Wich
88282c14cf
luci-app-opkg: honor installed flag to skip half-installed packages
...
Do not consider half-installed packages (which happens after an
installation failure) to be installed.
Ref: https://github.com/openwrt/luci/pull/2775
Signed-off-by: Dirk Brenken <dev@brenken.org>
[split into multiple commits, refactored code, use local variables]
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-06-19 11:24:27 +02:00
Hannu Nyman
cffeee49d7
treewide: fix datetype/datatype typo
...
Fix 'datetype' typo.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2019-06-16 17:54:04 +03:00
练亮斌
2326a0a4c0
luci-app-aria2: fix: datatype
...
just a spelling mistake.
Signed-off-by: Liangbin Lian <jjm2473@gmail.com>
2019-06-16 22:26:11 +08:00
INAGAKI Hiroshi
bb7fb4f225
luci-app-mwan3: update Japanese translation
...
Updated Japanese translations.
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2019-06-10 16:04:20 +09:00
Hannu Nyman
0a5579a631
i18n: sync translations
...
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2019-06-09 19:24:00 +03:00
Dirk Brenken
a9f305e159
Merge pull request #2755 from dibdot/lxc
...
luci-app-lxc: add conffiles define
2019-06-07 06:55:36 +02:00
Dirk Brenken
231eaf2065
luci-app-lxc: add conffiles define
...
- fix #2754
Signed-off-by: Dirk Brenken <dev@brenken.org>
2019-06-06 13:03:40 +02:00
Florian Eckert
69f6a36084
luci-app-mwan3: change flush_conntrack option to list option
...
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2019-06-03 14:22:54 +02:00
Hannu Nyman
17d6746989
Merge pull request #2733 from castillofrancodamian/samba4
...
luci-app-samba4: Update Spanish translation
2019-05-29 19:29:11 +03:00
Hannu Nyman
dc4576ed0e
Merge pull request #2734 from castillofrancodamian/tinyproxy
...
luci-app-tinyproxy: Update Spanish translation
2019-05-29 19:28:55 +03:00
Hannu Nyman
560cde667d
Merge pull request #2735 from castillofrancodamian/statistics
...
luci-app-statistics: Update Spanish translation
2019-05-29 19:28:19 +03:00
Hannu Nyman
b77b55359d
Merge pull request #2394 from gyr0tron/privoxy_hindi
...
luci-app-privoxy: Added Hindi translation
2019-05-29 19:27:09 +03:00
Gyrotron
629c941eff
Added privoxy Hindi translations
...
Signed-off-by: Simmar Kalsi <simmarkalsi@gmail.com>
2019-05-29 21:51:49 +05:30
Franco Castillo
5c93eb3022
luci-app-statistics: Update Spanish translation
...
Update Spanish translation
Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2019-05-28 16:08:31 -03:00
Florian Eckert
ffc62ad5f5
Merge pull request #2673 from jose1711/mjpg-streamer-link
...
luci-app-mjpg-streamer: add link option
2019-05-28 21:03:43 +02:00
Florian Eckert
27a900225f
Merge pull request #2391 from Matthias84/patch-4
...
luci-app-uhttpd: German translation
2019-05-28 20:57:34 +02:00
Franco Castillo
75e6ee3668
luci-app-tinyproxy: Update Spanish translation
...
Update Spanish translation
Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2019-05-28 15:49:24 -03:00
Franco Castillo
f05bf1a06b
luci-app-samba4: Update Spanish translation
...
Update Spanish translation
Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2019-05-28 15:35:56 -03:00
Dirk Brenken
6a84951130
Merge pull request #2725 from EricLuehrsen/unbound_view
...
luci-app-unbound: match dependencies with unbound package
2019-05-28 16:18:44 +02:00
Franco Castillo
16b06fbe84
luci-app-hd-idle: Update Spanish translation
...
Update Spanish translation
Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2019-05-28 00:48:50 -03:00
Eric Luehrsen
3e358e5994
luci-app-unbound: match dependencies with unbound package
...
Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
2019-05-23 20:43:19 -04:00
Florian Eckert
3c4ae77557
Merge pull request #2719 from castillofrancodamian/aria2
...
luci-app-aria2: Update Spanish translation
2019-05-17 09:04:05 +02:00
Franco Castillo
64645dd94d
luci-app-aria2: Update Spanish translation
...
Update Spanish translation
Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2019-05-16 22:55:12 -03:00
Franco Castillo
79f883f822
luci-app-firewall: Update Spanish translation
...
Update Spanish translation
Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2019-05-16 22:32:26 -03:00
Franco Castillo
a3ffb498f4
luci-app-mjpg-streamer: Add Spanish translation
...
Add Spanish translation
Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2019-05-16 15:43:52 -03:00
Hannu Nyman
1992a323e2
Merge pull request #2714 from castillofrancodamian/watchcat
...
luci-app-watchcat: Update Spanish translation
2019-05-16 21:33:32 +03:00
Franco Castillo
b2b1c83908
luci-app-watchcat: Update Spanish translation
...
Update Spanish translation
Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2019-05-16 15:28:59 -03:00
Franco Castillo
6868105948
luci-app-opkg: Update Spanish translation
...
Update Spanish translation
Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2019-05-16 15:24:52 -03:00
Dirk Brenken
0a63e65bf6
Merge pull request #2711 from dibdot/banip
...
luci-app-banip: change maxqueue default / sync with banIP 0.1.1
2019-05-16 17:08:44 +02:00