Hannu Nyman
bf4fbd98b7
timezone data: update to 2020f
...
Update timezone data to 2020f.
2020e: http://mm.icann.org/pipermail/tz-announce/2020-December/000063.html
Volgograd switches to Moscow time.
Australia/Currie removed as identical to Australia/Hobart
2020f: http://mm.icann.org/pipermail/tz-announce/2020-December/000064.html
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
(cherry picked from commit 9e4391e3a6
)
2021-01-09 20:24:14 +02:00
Hannu Nyman
a04ce80f59
luci-theme-rosy: Remove BROKEN theme
...
Remove the Rosy theme that has been marked broken in master
for over a year, and in openwrt-19.07 since March 2020.
Reference to
https://github.com/openwrt/luci/issues/3759#issuecomment-599436159
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2020-12-29 14:30:11 +02:00
Hannu Nyman
cc2787b05d
treewide: i18n - backport again
...
Backport translations again, after fixing the weblate
conflicts in master.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2020-12-29 13:36:34 +02:00
Hannu Nyman
b007fd0e57
treewide: i18n - backport translations
...
Backport translations from master.
Sync translations.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2020-12-29 13:18:10 +02:00
Dirk Brenken
eb2cc808f8
luci-app-adblock: XHTML fix
...
* made DNS Report page XHTML compatible
Signed-off-by: Dirk Brenken <dev@brenken.org>
2020-12-28 19:28:18 +01:00
Dirk Brenken
e019fd2b55
luci-app-adblock: backport fixes
...
* fix dns backend detection in TurrisOS
* sync translations
Signed-off-by: Dirk Brenken <dev@brenken.org>
2020-12-23 21:47:58 +01:00
Jo-Philipp Wich
b9c806b064
luci-mod-system: fix reference to undefined variable
...
Fixes: 24550446c
("luci-mod-system: fix parsing SSH pubkeys with options")
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2020-12-23 17:11:48 +01:00
Jo-Philipp Wich
24550446ca
luci-mod-system: fix parsing SSH pubkeys with options
...
Also eliminate some duplicate code while we're at it.
Fixes : #4684
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
(backported from commit 846b89c5bf
)
2020-12-23 15:35:26 +01:00
Hannu Nyman
1c67ae2302
luci-app-noddos: remove
...
The 'noddos' package itself was removed with commit
eb9d5bbf39
Remove also the corresponding LuCI app.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
(backported from commit b06bc2c9ef
)
2020-12-21 20:04:28 +02:00
Stan
d91dfb1c24
Merge pull request #4682 from stangri/19.07-luci-app-simple-adblock
...
[19.07] luci-app-simple-adblock: README URL update
2020-12-21 09:52:48 -08:00
Stan Grishin
378a32e525
luci-app-simple-adblock: README URL update
...
Signed-off-by: Stan Grishin <stangri@melmac.net>
2020-12-21 11:46:51 -06:00
Stan
e632e5ff9c
Merge pull request #4679 from stangri/19.07-luci-app-https-dns-proxy
...
[19.07] luci-app-https-dns-proxy: WebUI for dnsmasq config update, quad9 bootstrap IPv6
2020-12-21 09:39:51 -08:00
Stan Grishin
7184b96f47
luci-app-https-dns-proxy: WebUI for dnsmasq config update, quad9 bootstrap IPv6
...
Signed-off-by: Stan Grishin <stangri@melmac.net>
2020-12-21 11:34:35 -06:00
Wellington Uemura
893482eb2a
luci.mk: correcting a misspell for Brazilian Portuguese
...
Reported-by: Wellington Uemura
* update message header
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
(cherry picked from commit 151787b561
)
2020-12-20 19:39:18 +02:00
Hannu Nyman
9ea6057b62
treewide: Backport and sync translations
...
Backport translations from master.
Sync translations.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2020-12-19 11:54:47 +02:00
Florian Eckert
4edcf383e0
luci-app-firewall: map proto '*' and 'any' to all on rule config
...
Before the change, the options '*' and 'any' in the drop down were not
recognized as valid options, when loaded from the uci. With this change,
the options '*' and 'any' are mapped to 'all' and saved as such. This
change is especially important if the proto option is changed manually
to '*' or 'any' in shell and then further configured via LuCI.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
(cherry picked from commit 972096bf39
)
2020-12-16 13:25:18 +01:00
Hannu Nyman
caae7adfaa
luci-app-statistics: Adjust UI defaults to match config file
...
Adjust the defaults shown in the LuCI user interface to match
the real default values in the default config file.
(If a plugin is disabled and config values get deleted from
the config file, user has been offered incorrect default
values from UI defaults when the plugin is later re-enabled.)
* email: socket in /var/run/collectd/ dir
* ping: TTL 127
* rrdtool: 3600 sec (1hour) as shortest period, 144 RRArows
* unixsock: socket in /var/run/collectd/ dir
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
(Backported and adapted from commit f7e5b56649
)
2020-12-13 12:41:28 +02:00
Hannu Nyman
4a08cb912b
luci-app-statistics: correct/tidy default config
...
Tidy up the current default config for statistics:
* df: use /overlay as the example mount point instead of /jffs
* openvpn: add missing section
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
(backported and adapted from commit c052818ee9
)
2020-12-13 12:19:09 +02:00
Hannu Nyman
51f55b58b7
treewide: i18n - backport and sync translations
...
Backport translations from master.
Sync translations.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2020-12-06 18:00:26 +02:00
Dirk Brenken
e9bfb126b5
luci-app-adblock: update dns report page
...
* add search anchor to all listed domains on dns report page
* small wording changes & cosmetics
* update translations
Signed-off-by: Dirk Brenken <dev@brenken.org>
2020-11-29 14:12:05 +01:00
Hannu Nyman
bf1b7d36eb
treewide: i18n - backport and sync translations
...
Backport translations from master.
Sync translations.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2020-11-28 09:13:19 +02:00
Hannu Nyman
92c01e2352
treewide: i18n - backport and sync translations
...
Backport translations from master.
Sync translations.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2020-11-20 19:51:44 +02:00
Jo-Philipp Wich
94cdb6d2f7
luci-app-firewall: fix removing networks from zone
...
Fixes : #4608
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
(cherry picked from commit 4dbf600de6
)
2020-11-20 13:29:50 +01:00
Hannu Nyman
50b7ab5734
treewide: i18n - backport and sync translations
...
Backport translations from master.
Sync translations.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2020-11-14 15:36:34 +02:00
Hannu Nyman
7460e9d720
luci-app-statistics: CPU plugin: backport defaults from master
...
Backport from master the current defaults based on 1cff1002
.
(The part related to 'idle' state is not backported, yet)
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2020-11-08 18:32:46 +02:00
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