Commit graph

12374 commits

Author SHA1 Message Date
Jo-Philipp Wich
167c1fa4b4 rpcd-mod-luci: bump version
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
(cherry picked from commit d9b4f036ea)
2020-11-07 22:12:38 +01:00
Jo-Philipp Wich
0e6a8c270a luci-base: tools.widgets.NetworkSelect: properly validate multi select
Fixes: 2b99473f2 ("luci-base: tools.widget.NetworkSelect: disallow invalid network names")
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
(cherry picked from commit 5c5b1340e5)
2020-11-07 00:48:13 +01:00
Jo-Philipp Wich
69d668c465 luci-base: tools.widget.NetworkSelect: disallow invalid network names
Fixes: #4523, #4573
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
(cherry picked from commit 2b99473f2c)
2020-11-07 00:42:58 +01:00
Raymond
abf69501ab luci-app-aria2: fix incorrect "Extra Settings" section option name
The "Extra Settings" section `extra_setting` option name does not match what
the `net/aria2` package expects.

See:

- https://github.com/openwrt/packages/blob/openwrt-19.07/net/aria2/files/aria2.init#L311
- https://github.com/openwrt/packages/blob/openwrt-19.07/net/aria2/files/aria2.conf#L31

Causing the luci UI "Extra Settings" option to have no effect. This fix
renames `extra_setting` => `extra_settings`.

Signed-off-by: Raymond Wanyoike <raymond.wanyoike@gmail.com>
(cherry picked from commit 6709d3a355)
2020-11-07 00:33:15 +01:00
Jo-Philipp Wich
11e411ad2e rpcd-mod-luci: handle lease files from all dnsmasq/odhcpd sections
Fixes: #911, #4303, #4308
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
(cherry picked from commit 0c7a335230)
2020-11-07 00:29:48 +01:00
Dirk Brenken
7b1b82d490
luci-app-adblock: extend the download queue scale
* see https://forum.openwrt.org/t/adblock-support-thread/507/1646 for
  details

Signed-off-by: Dirk Brenken <dev@brenken.org>
(cherry picked from commit 0cdad3834f)
2020-11-05 15:02:48 +01:00
Hannu Nyman
6ad517e104 luci-app-hd-idle: rename .po files to match app name
Rename .po(t) files from hd_idle.po to hd-idle.po
in order to get them noticed in weblate.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
(cherry picked from commit 74c17ea84c)
2020-11-01 14:16:54 +02:00
Hannu Nyman
3718fded41 timezone data: update to 2020d
Update timezone data to 2020d

2020b: http://mm.icann.org/pipermail/tz-announce/2020-October/000059.html
     Macquarie Island has stayed in sync with Tasmania since 2011.
     Casey, Antarctica is at +08 in winter and +11 in summer.

2020c: http://mm.icann.org/pipermail/tz-announce/2020-October/000060.html

2020d: http://mm.icann.org/pipermail/tz-announce/2020-October/000062.html
     Palestine ends DST earlier than predicted, on 2020-10-24.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
(cherry picked from commit ce3402a453)
2020-10-31 20:23:50 +02:00
Jo-Philipp Wich
ad2a6ccaae
Merge pull request #4420 from etactica/mos-nlocal-only-1907
19.07: mosquitto: support notifications_local_only flag
2020-10-30 21:26:49 +01:00
Jo-Philipp Wich
d016ca2798
Merge pull request #4486 from Robby-/openwrt-19.07-luci-app-firewall-packettoobig
[19.07] luci-app-firewall: rules: add ICMPv6 Packet Too Big (Type 2)
2020-10-30 21:25:43 +01:00
Dirk Brenken
f90a9b7a21
luci-app-adblock: change "refresh" action
* change "refresh" action to fix potential white-/blacklist issues

Signed-off-by: Dirk Brenken <dev@brenken.org>
(cherry picked from commit a392dbf888)
2020-10-30 20:44:06 +01:00
Hannu Nyman
4f2f3dfd45 treewide: i18n - backport and sync translations
Backport translations from master.
Sync translations.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2020-10-26 22:30:28 +02:00
Hannu Nyman
5352f8d70f luci-base: set the fallback default of rollback timeout to 90s
Set the fallback value of the config change rollback timeout
to 90 seconds to match the change in /etc/config/luci by commit
81cf99a50.

That commit changed the value in the config file, but did
not change the underlying fallback values that do get applied
when there is no proper config item in etc/config/luci.

Users sysupgrading from old systems may have carried an ancient
/etc/config/luci (without rollback config) with them, so this
change should help them to see the intended user experience.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>

(cherry picked from commit b0fe11ffc4)
2020-10-26 22:26:08 +02:00
Hannu Nyman
3d5201928e treewide: i18n - backport and sync translations
Backport translations from master.
Sync translations.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2020-10-13 18:50:33 +03:00
Robby K
5b7a9136cd luci-app-firewall: rules: add ICMPv6 Packet Too Big (Type 2)
The "Match ICMP type" drop-down menu was missing this ICMPv6 type. According to RFC 4890 section 4.3.1 it is essential for communications and must not be dropped. This patch allows for doing this through LuCI.

Signed-off-by: Robby K <robbyke@gmail.com>
2020-10-01 22:52:58 +02:00
Hannu Nyman
9883bb397e treewide: i18n - backport and sync translations
Backport transations from master.
Sync translations.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2020-09-28 16:31:38 +03:00
Stan
c1fc83bda8
Merge pull request #4458 from stangri/19.07-luci-app-vpnbypass
[19.07] luci-app-vpnbypass: ACL-related update
2020-09-21 11:41:48 -07:00
Stan
3f4d10d9b7
Merge pull request #4461 from stangri/19.07-luci-app-vpn-policy-routing
[19.07] luci-app-vpn-policy-routing: ACL-related update
2020-09-21 11:41:19 -07:00
Stan Grishin
0eb6ed1aca luci-app-vpn-policy-routing: ACL-related update
Signed-off-by: Stan Grishin <stangri@melmac.net>
2020-09-21 18:37:14 +00:00
Stan Grishin
e2025dcb09 luci-app-vpnbypass: ACL update
Signed-off-by: Stan Grishin <stangri@melmac.net>
2020-09-21 18:34:05 +00:00
Stan
f07f9bcae1
Merge pull request #4449 from stangri/19.07-luci-app-simple-adblock
[19.07] luci-app-simple-adblock: support for config auto-update
2020-09-20 21:30:28 -07:00
Stan Grishin
10790c90a9 luci-app-simple-adblock: support for config auto-update
Signed-off-by: Stan Grishin <stangri@melmac.net>
2020-09-20 00:26:19 +00:00
Hannu Nyman
8aceafe456 luci-base: tweak busybox top regex to accept 'm' in large VSZ
Tweak the lua regex string for process list, so that processes
with extremely large memory sizes (over 100 MB) are matched.
For those large processes busybox top shows a MB value like '234m'
instead of a normal kB value like 234000.

Fixes #4425

Reference to https://github.com/openwrt/luci/issues/4425#issuecomment-694073479

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
(cherry picked from commit 4f2ecd88fd)
2020-09-19 08:56:39 +03:00
Hannu Nyman
d98fff3523 treewide: i18n - backport and sync translations
Backport transations from master.
Sync translations.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2020-09-17 16:59:12 +03:00
Jo-Philipp Wich
915a64ca62 luci-app-nextdns: fix invalid XHTML
Fixes: #4423
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
(backported from commit 233cacd9eb)
2020-09-16 10:29:41 +02:00
Jo-Philipp Wich
146930008b luci-base: dhcp.js: allow hostname to be "*"
Fixes: #4430
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
(cherry picked from commit bdcd094963)
2020-09-16 10:24:27 +02:00
Karl Palsson
47936a0e08 mosquitto: support notifications_local_only flag
Supported since mosquitto 1.5 released in May 2018, and has long
been supported in the init scripts.

Signed-off-by: Karl Palsson <karlp@etactica.com>
2020-09-08 10:52:17 +00:00
Baptiste Jonglez
0d0ab01a64 luci-app-opkg: flush menu cache after opkg actions
This is a partial backport of dc57e4bc6c

Fixes: #4077

Signed-off-by: Baptiste Jonglez <git@bitsofnetworks.org>
2020-09-03 11:03:01 -10:00
Hannu Nyman
c3a0c6045c treewide: i18n - backport and sync translations
Backport transations from master.
Sync translations.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2020-08-29 21:37:11 +03:00
Stan
1d65a61b88
Merge pull request #4392 from stangri/19.07-luci-app-https-dns-proxy
[19.07] luci-app-https-dns-proxy: add DNSPod.cn DoH
2020-08-27 14:38:54 -07:00
Stan Grishin
cb82bb8822 luci-app-https-dns-proxy: add DNSPod.cn DoH
Signed-off-by: Stan Grishin <stangri@melmac.net>
2020-08-27 21:36:51 +00:00
Hannu Nyman
a82f67e914
Merge pull request #4339 from EricLuehrsen/unbound_20200806_1907
[19.07] luci-app-unbound: add rate_limit and dns_assist option support
2020-08-21 07:31:33 +03:00
Hannu Nyman
57456a75ab treewide: i18n - backport and sync translations
Backport translations from master.
Sync translations.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2020-08-16 22:48:07 +03:00
Hannu Nyman
97553f8065 luci-base i18n: fix translations related to password-SSH linkage
Fix translations of themes' headers related to password & SSH.

Adapted backport of commit 641c3b88ae.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2020-08-16 22:42:36 +03:00
Hannu Nyman
f3dc664144 themes: remove deprecated reference to enabling SSH
Remove the reference to setting a password being linked to SSH capability.
(SSH has been initially enabled since year 2015.)

Backport of commit 258e74c1c

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2020-08-16 22:34:40 +03:00
Jo-Philipp Wich
304ad04a5f
Merge pull request #4340 from plm/remove-rrd-path-double-escape
luci-app-statistics: remove rrd path double escape
2020-08-08 16:46:07 +02:00
Philip L. McMahon
e857b539bc luci-app-statistics: remove rrd path double escape
Fixes rendering errors when RRD file names contain IPv6 addresses and the
colon (":") characters are double-escaped.

Reverts escaping added in #2286 in favor of escaping added in #2657.

Signed-off-by: Philip L. McMahon <philip.l.mcmahon@gmail.com>
2020-08-07 21:28:21 -07:00
Eric Luehrsen
aea9ae2818 luci-app-unbound: add rate_limit and dns_assist option support
Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
2020-08-07 01:21:04 -04:00
Hannu Nyman
4d5c88bf1a treewide: backport and sync translations
Backport translations from master.
Sync translations.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2020-08-03 20:23:49 +03:00
Stan
7c9cd2b073
Merge pull request #4318 from stangri/19.07-luci-app-https-dns-proxy
[19.07] luci-app-https-dns-proxy: fix bootstrap_dns for cloudflare security
2020-07-31 02:53:01 -07:00
Stan Grishin
88efa4b1d3 luci-app-https-dns-proxy: fix bootstrap_dns for cloudflare security
Signed-off-by: Stan Grishin <stangri@melmac.net>
2020-07-31 09:36:54 +00:00
Stan
aa4aa72609
Merge pull request #4311 from stangri/19.07-luci-app-https-dns-proxy
[19.07] luci-app-https-dns-proxy: add OpenDNS servers
2020-07-29 02:45:21 -07:00
Stan Grishin
ce5c5c864d luci-app-https-dns-proxy: add OpenDNS servers
Signed-off-by: Stan Grishin <stangri@melmac.net>
2020-07-29 09:41:27 +00:00
Jo-Philipp Wich
8750495992 luci-mod-system: ignore empty /proc/mtd on flash page
A present, but empty /proc/mtd causes validation on the flash page to fail,
preventing any other operation.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
(cherry picked from commit d2d3738d90)
2020-07-22 10:29:45 +02:00
Hannu Nyman
91ac7214be treewide: i18n - backport translations
Backport translations from master and sync translations.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2020-07-18 14:22:34 +03:00
Florian Eckert
210b4893d8
Merge pull request #4262 from TDT-AG/pr/20200713-luci-app-mwan3
luci-app-mwan3: sync changes with mwan3
2020-07-15 15:47:35 +02:00
Florian Eckert
e7609bdd39 luci-app-mwan3: fix diagnostics status page style issues
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
(cherry picked from commit 9daf129cba)
2020-07-14 12:35:50 +02:00
Florian Eckert
123d7a5d17 luci-app-mwan3: use ucitrack is now done with mwan3 procd
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
(cherry picked from commit 40957b1c78)
2020-07-14 12:35:24 +02:00
Florian Eckert
ff8791774e luci-app-mwan3: fix diagnostics status page style issues
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
(cherry picked from commit 9daf129cba)
2020-07-13 08:15:00 +02:00
Florian Eckert
b89cfb1a67 luci-app-mwan3: use ucitrack is now done with mwan3 procd
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
(cherry picked from commit 40957b1c78)
2020-07-13 08:14:56 +02:00