INAGAKI Hiroshi
50b357d24d
luci-app-firewall: update Japanese translation
...
Updated Japanese translations.
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2019-07-16 13:21:06 +09:00
Florian Eckert
784e76445f
Merge pull request #2749 from dibdot/wg
...
luci-app-wireguard: QR-Code enhancements
2019-07-15 09:16:39 +02:00
Florian Eckert
d2c2212f55
Merge pull request #2863 from castillofrancodamian/rosy-file-server
...
luci-app-rosy-file-server: Add template
2019-07-14 13:53:57 +02:00
Florian Eckert
a821f6dd71
Merge pull request #2862 from castillofrancodamian/lxc
...
luci-app-lxc: Add template
2019-07-14 13:53:18 +02:00
Florian Eckert
600b653e82
Merge pull request #2860 from castillofrancodamian/opkg
...
luci-app-opkg: Update Spanish translation
2019-07-14 13:52:36 +02:00
Florian Eckert
03067a0cf6
Merge pull request #2861 from castillofrancodamian/firewall
...
luci-app-firewall: Update Spanish translation
2019-07-14 13:50:46 +02:00
Franco Castillo
5c15d191ce
luci-app-rosy-file-server: Add template
...
Add template.
Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2019-07-13 23:43:09 -03:00
Franco Castillo
e13cd71708
luci-app-lxc: Add template
...
Add template.
Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2019-07-13 23:34:07 -03:00
Franco Castillo
ec8e8615c3
luci-app-firewall: Update Spanish translation
...
Update Spanish translation.
Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2019-07-13 23:10:50 -03:00
Franco Castillo
d0e09e86ad
luci-app-opkg: Update Spanish translation
...
Update Spanish translation.
Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2019-07-13 23:06:51 -03:00
Anton Kikin
a9dd675374
luci-app-firewall: update Russian translation
...
Signed-off-by: Anton Kikin <a.kikin@tano-systems.com>
2019-07-13 23:08:40 +03:00
INAGAKI Hiroshi
19c4b71af4
i18n: sync translations
...
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2019-07-13 19:23:18 +08:00
Yurii
d01cdd98bb
luci-app-wol: update Ukrainian translation
...
Signed-off-by: Yurii <yuripet@gmail.com>
2019-07-12 09:23:59 +02:00
Yurii
b19d06c23c
luci-app-upnp: update Ukrainian translation
...
Signed-off-by: Yurii <yuripet@gmail.com>
2019-07-12 09:23:43 +02:00
Yurii
0aab3f5337
luci-app-samba4: update Ukrainian translation
...
Updates, fixes and additions.
Signed-off-by: Yurii <yuripet@gmail.com>
2019-07-12 09:23:29 +02:00
Yurii
ee007e9159
luci-app-samba: update Ukrainian translation
...
Updates, fixes and additions.
Signed-off-by: Yurii <yuripet@gmail.com>
2019-07-12 09:23:16 +02:00
Yurii
6577afd7ba
luci-app-opkg: update Ukrainian translation
...
Signed-off-by: Yurii <yuripet@gmail.com>
2019-07-12 09:23:07 +02:00
Yurii
580719ab97
luci-app-firewall: update Ukrainian translation
...
Signed-off-by: Yurii <yuripet@gmail.com>
2019-07-12 09:22:51 +02:00
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
Paul Spooren
9aa507790e
luci-app-bmx7: transfer from routing
...
The Makefile is minified as the LuCi build system does most of the job.
Signed-off-by: Paul Spooren <mail@aparcar.org>
2019-07-10 17:44:13 +02:00
Florian Eckert
1991b4ae64
luci-app-mwan3: rename ubus values
...
Update status view because of ubus value rename
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2019-07-10 09:18:32 +02:00
Hannu Nyman
e5b233f325
Merge pull request #2839 from stangri/master-luci-app-advanced-reboot
...
luci-app-advanced-reboot: fix README url in Makefile
2019-07-09 18:25:58 +03:00
Florian Eckert
0633fb23c8
luci-app-statistics: fix collectd config generation
...
Fix config generation for the following sections:
* curl
* exec
* network
* iptables
Ref: https://github.com/openwrt/packages/issues/9427
Fixes: c1380ab
("make luci-app-statistics more extensible")
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2019-07-09 13:04:06 +02:00
Stan Grishin
7cf35432f1
luci-app-advanced-reboot: fix README url in Makefile
...
Signed-off-by: Stan Grishin <stangri@melmac.net>
2019-07-08 14:28:19 -07: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