Hannu Nyman [Tue, 26 Oct 2021 15:09:56 +0000 (18:09 +0300)]
treewide: i18n - Backport translations
Backport translations from master.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Jo-Philipp Wich [Tue, 26 Oct 2021 07:10:24 +0000 (09:10 +0200)]
Merge pull request #5460 from PolynomialDivision/21-02-dawn
Nick Hainke [Sat, 9 Oct 2021 07:57:49 +0000 (09:57 +0200)]
luci-app-dawn: remove page for steering options
The luci-app-dawn is blocking the PR to be merged:
https://github.com/openwrt/packages/pull/16299
Remove the configuration page and set appropriate standard values.
Signed-off-by: Nick Hainke <vincent@systemli.org>
(cherry picked from commit
4a78122246d0991e4a952315c21e4c4e98538f43)
Jo-Philipp Wich [Mon, 25 Oct 2021 21:59:02 +0000 (23:59 +0200)]
luci-theme-bootstrap: work around csstidy bug
Ref: https://github.com/openwrt/luci/commit/
26047fb967f079000ab61c7377f8e26e11277569#commitcomment-
58638390
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
(cherry picked from commit
37e40e04ef04307660c35eb089deb6cbde17d660)
Paul Dee [Thu, 7 Oct 2021 14:26:06 +0000 (16:26 +0200)]
luci-theme-bootstrap: fix overlay display failures
Fixed overlay display failures for users on mobile, or users who booted
up in safe mode XD. Noticeable when vertical or horizontal real-estate
is too small for the displayed overlay.
This failure is most evident when you "edit" an interface, or display
your unsaved changes.
When content is wider than the screen view, the table hugs the (widest)
content maximally, and the overlay window becomes scrollable.
Disabled -webkit-overflow-scrolling, left, and right, because both FF
and Safari disable them as invalid anyway.
Signed-off-by: Paul Dee <systemcrash@users.noreply.github.com>
[Merge duplicate modal declarations, remove not applicable modal
flexbox properties]
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
(cherry picked from commit
d1035c1f6907ecf3fba510551f1878f4c6cb3d72)
Jo-Philipp Wich [Mon, 25 Oct 2021 17:39:08 +0000 (19:39 +0200)]
luci-theme-bootstrap: fix header width
Fixes: 588e24f9ca ("luci-theme-bootstrap: various tweaks and cleanups")
Ref: https://github.com/openwrt/luci/commit/
588e24f9ca68de074c4d085ec99fd8c96ad0a3ed#r58625289
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
(cherry picked from commit
8fc78a26da9ee95b2479213083efa750173291d2)
Jo-Philipp Wich [Fri, 22 Oct 2021 22:29:52 +0000 (00:29 +0200)]
luci-app-statistics: fix process graph tab captions
Plugins that provide both detail and non-detail instances led to a mismatch
between the instance list to render and the plugin instance list, causing
tab captions to be wrongly assigned.
Fixes: #5387
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
(cherry picked from commit
e9039ae8f552eb92166da279aa9a4d5b1daa99b5)
Jo-Philipp Wich [Fri, 22 Oct 2021 17:44:43 +0000 (19:44 +0200)]
luci-base: remove further related section types on deleting network
When removing a `config interface` section in `/etc/config/network`, drop
related `rule` and `rule6` sections too, as well as related `dhcp` sections
in `/etc/config/dhcp`.
Ref: https://forum.openwrt.org/t/grooming-etc-config/109764/7
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
(cherry picked from commit
63034c36073bedf87db18d05d3fe8cca016c6490)
Jo-Philipp Wich [Fri, 22 Oct 2021 17:17:42 +0000 (19:17 +0200)]
luci-mod-network: remove related bridge-vlan sections on deleting device
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
(cherry picked from commit
216767f420a92468b865a5ef301a1e94283dcb0e)
Jo-Philipp Wich [Fri, 8 Oct 2021 22:30:48 +0000 (00:30 +0200)]
luci-theme-bootstrap: various tweaks and cleanups
- introduce new variable --text-color-highest which results in #000/#fff
for bright and dark modes respectively
- drop unused navigation style rules and selectors
- use sticky positioning for header bar and drop top margin hacks
- use flex box layout for header bar contents
- use uniform line-height for button elements instead of pixel paddings
- fix too bright .cbi-value bottom border in mobile dark mode
- avoid rendering duplicate .cbi-value bottom borders for nested sections
- simplify header markup, get rid of unused container elements
- use non-wrapping flex box layout for page actions, prioritize primary
action button in automatic width calculation
- fix border radius of ifacebox headers
- use brightest color for log output textareas
- fix dark mode colors for mode menu
- use flex layout for footer
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
(cherry picked from commit
588e24f9ca68de074c4d085ec99fd8c96ad0a3ed)
Paul Dee [Wed, 6 Oct 2021 23:00:24 +0000 (01:00 +0200)]
luci-mod-network: spelling / grammar
"Setup" is a noun, the thing. "Set up" is a verbal idiom, the action.
One cannot setup a DHCP server, just as one cannot fuckup a test, or
ripup some paper. One can, however, set a DHCP server up, and one can
fuck a test up, and rip some paper up.
Signed-off-by: Paul Dee <systemcrash@users.noreply.github.com>
(cherry picked from commit
c0299e2c3d09c48b515447b2c6fefd00ffd2950b)
Jo-Philipp Wich [Fri, 8 Oct 2021 18:52:52 +0000 (20:52 +0200)]
luci-base: cbi.js: use IEC 80000-13 units to format base 2 byte values
Fixes: #5354
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
(cherry picked from commit
0a31efc858b02cd5aa9f38c1b5b40a9a14a61c1a)
Jo-Philipp Wich [Fri, 8 Oct 2021 17:55:39 +0000 (19:55 +0200)]
luci-app-smartdns: explicitly require `view` class
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
(cherry picked from commit
5d10e3de385261d58944f051527e8cf588a9602d)
Jo-Philipp Wich [Fri, 8 Oct 2021 17:20:34 +0000 (19:20 +0200)]
luci-theme-bootstrap: rework uci changelog styling
Fixes: #5405
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
(cherry picked from commit
72d13da94cbbaab8ed3fd32f5347e7e718d46465)
Teoh Han Hui [Wed, 15 Sep 2021 20:34:11 +0000 (04:34 +0800)]
luci-theme-bootstrap: add dark theme variant
Add a dark theme variant which is enabled by default when
prefers-color-scheme is set to dark.
Signed-off-by: Teoh Han Hui <teohhanhui@gmail.com>
(cherry picked from commit
6dd71eaebeb44df321c8c39da916082a0cde3285)
Petr Štetiar [Tue, 15 Dec 2020 08:10:39 +0000 (09:10 +0100)]
luci-theme-openwrt-2020: add styling of hyperlinks
Currently it's not possible to distinguish between normal text and
hyperlink.
Signed-off-by: Petr Štetiar <ynezz@true.cz>
(cherry picked from commit
60fbadfa36f9b99a536fe29482960b7f48838bd1)
Petr Štetiar [Mon, 14 Dec 2020 11:53:01 +0000 (12:53 +0100)]
luci-theme-openwrt-2020: add styling of abbreviations and acronyms
Style abbreviations and acronyms with dotted underline text-decoration
as without the style it's quite hard to find out which text is
abbreviation or acronym.
References: https://developer.mozilla.org/en-US/docs/Archive/Web_Standards/Styling_Abbreviations_and_Acronyms
Signed-off-by: Petr Štetiar <ynezz@true.cz>
(cherry picked from commit
b5faba12442529d282668268aee0d54bd98f1419)
Rosen Penev [Sat, 11 Sep 2021 07:05:42 +0000 (00:05 -0700)]
fix wrong
ed25519 information
ECDH is not used for the
ed25519. The scheme is called EdDSA.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit
738f36a1c31eda6d322e18c1b7fca4b6498e46a9)
Ansuel Smith [Sat, 4 Sep 2021 16:56:36 +0000 (18:56 +0200)]
luci-theme-material: fix cut syslog
Remove line-height css for syslog textarea as it cause some
problem with displaying all the rows of the syslog.
(Row line are calculated with a line-height of 1)
Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
(cherry picked from commit
a9ff8d34687b0bcec4e7766576da3b4cb3feda67)
Ansuel Smith [Fri, 3 Sep 2021 19:05:53 +0000 (21:05 +0200)]
luci-theme-material: improve support for dashboard module
Fix sidebar styling to improve support for dashboard module.
Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
(cherry picked from commit
78de736a95d7eab0ccbd9753efc516dfc0e4a995)
Ansuel Smith [Wed, 11 Aug 2021 15:15:08 +0000 (17:15 +0200)]
luci-theme-material: add support for modmenu
Improve support for modmenu.
Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
(cherry picked from commit
05d100442bbdb18c57a768abddad3221a3fd22a0)
Fritz D. Ansel [Thu, 12 Aug 2021 04:48:09 +0000 (06:48 +0200)]
ksmbd: fix the layout of textbox
without this, only 50% of screen where used
also show version only 1 time if Ksmbd/Kmod
versions match
Signed-off-by: Fritz D. Ansel <fdansel@yandex.ru>
(cherry picked from commit
a624647c2a5dec79b5e4869144ec91f31861225c)
Fritz D. Ansel [Wed, 11 Aug 2021 22:23:07 +0000 (00:23 +0200)]
samba4: fix the layout of textbox
without this, only 50% of screen where used
Signed-off-by: Fritz D. Ansel <fdansel@yandex.ru>
(cherry picked from commit
f533f9d2258578a7536bcada54f7ca9a5cfe8a55)
Ansuel Smith [Wed, 11 Aug 2021 15:13:02 +0000 (17:13 +0200)]
luci-theme-material: standardize menu and drop jquery
- Drop jquery lib
- Move to the new menu.js implementation
- Rework css to mimic old js transition
- Rework footer and header to new implementation
Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
(cherry picked from commit
031424c0d31b726d445bbb824373661ca1b9a905)
Fritz D. Ansel [Mon, 2 Aug 2021 18:41:42 +0000 (20:41 +0200)]
theme openwrt-2020: set maximum menu width
more space for it does not have an advance
Signed-off-by: Fritz D. Ansel <fdansel@yandex.ru>
(cherry picked from commit
b2bea345863ed1592bd2b51f87ca0716e6fb2450)
Fritz D. Ansel [Mon, 2 Aug 2021 18:40:26 +0000 (20:40 +0200)]
theme openwrt-2020: larger bridge-boxes
they are to small for devices like e8450
as it has 4x LAN + 2x WLAN + 1x Bridge
Signed-off-by: Fritz D. Ansel <fdansel@yandex.ru>
(cherry picked from commit
c592ef4f8401e16959086f0f6f04c71dfba6dffa)
Fritz D. Ansel [Mon, 2 Aug 2021 18:22:43 +0000 (20:22 +0200)]
network: hide dnamsq (dhcp+dns) item
.. when no dnsmasq is installed, as it
tells only that there are no settings available
Signed-off-by: Fritz D. Ansel <fdansel@yandex.ru>
(cherry picked from commit
2393289367bb3c4e366ee36cc66af9149687139b)
Fritz D. Ansel [Mon, 2 Aug 2021 18:20:37 +0000 (20:20 +0200)]
status: make buffered conditional
when buffered could not be read, there is
just a questionmark (on e8450 non-ubi)
Signed-off-by: Fritz D. Ansel <fdansel@yandex.ru>
(cherry picked from commit
61425793a78ea60b564f9767b60b001da0e4cc96)
Fritz D. Ansel [Mon, 2 Aug 2021 18:19:12 +0000 (20:19 +0200)]
system: more text lines for crontab
10 lines are very few and there is much unused space
Signed-off-by: Fritz D. Ansel <fdansel@yandex.ru>
(cherry picked from commit
8fb2d82f703743d3432fc26f5d2cb14895bf57f7)
Fritz D. Ansel [Mon, 2 Aug 2021 18:18:19 +0000 (20:18 +0200)]
firewall: more text lines for custom script
10 lines are very few and there is much unused space
Signed-off-by: Fritz D. Ansel <fdansel@yandex.ru>
(cherry picked from commit
406e6c81770add3b1fa0e53e9f8c1774c3b7f25f)
Jo-Philipp Wich [Tue, 19 Oct 2021 21:13:43 +0000 (23:13 +0200)]
luci-mod-network: allow sorting static leases
Fixes: #5453
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
(cherry picked from commit
f4f64b91ca4d443af9e7bc0dfc2565ae0a796ea3)
Jo-Philipp Wich [Tue, 19 Oct 2021 21:08:36 +0000 (23:08 +0200)]
luci-mod-system: fix time display logic
Use the system/info ubus call to obtain a TZ adjusted epoch value and
format the date time string manually instead of relying on the browsers
local representation.
Fixes: #5454
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
(cherry picked from commit
07569c5af23d74bad8b78905b25d7e85bd2d3141)
Hannu Nyman [Tue, 19 Oct 2021 19:22:39 +0000 (22:22 +0300)]
treewide: Backport and sync i18n translations
Backport translations from master.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Jo-Philipp Wich [Tue, 12 Oct 2021 20:39:13 +0000 (22:39 +0200)]
luci-theme-openwrt: add success style for alert messages
Fixes: #5427
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
(cherry picked from commit
1c3b32dc1bec15e3076a447762b1c4f94eb75fb7)
Jo-Philipp Wich [Mon, 11 Oct 2021 18:36:44 +0000 (20:36 +0200)]
luci-base: sysauth.htm: switch https detection URL
The `up.gif` icon is not present by default anymore, it has been moved to
luci-compat. Probe loading.gif instead which is guaranteed to be available
by default.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
(cherry picked from commit
ea9b5e87e6ec3fbab52a02ab5f18bb51292bd249)
Jo-Philipp Wich [Mon, 11 Oct 2021 17:01:39 +0000 (19:01 +0200)]
luci-base: dispatcher: fix null access on dispatching unknown urls
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
(cherry picked from commit
4d28c390ab181636b101a17203b2db3391784687)
Jo-Philipp Wich [Fri, 8 Oct 2021 14:53:12 +0000 (16:53 +0200)]
luci-base: form.js: add drag-drop sorting support for mobile
Fixes: #5416
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
(cherry picked from commit
df75163e6842efc553ad8dcaedf06ea64570ed95)
Jo-Philipp Wich [Mon, 27 Sep 2021 08:03:59 +0000 (10:03 +0200)]
luci-mod-network: fix disabling 11w MFP for WPA3
Fixes: #5394
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
(cherry picked from commit
0b49ed45c6e9f4bc10abdcea392125aec3794e58)
Dennis Dast [Mon, 20 Sep 2021 13:56:04 +0000 (15:56 +0200)]
luci-app-radicale2: Fix library loading
This fixes the "Authentication / Users" and "Storage" tab of
luci-app-radicale2.
Signed-off-by: Dennis Dast <mail@ddast.de>
(cherry picked from commit
29f78ce73fd35978f34d1aa4d7a7697889298d3e)
Jo-Philipp Wich [Wed, 22 Sep 2021 10:42:54 +0000 (12:42 +0200)]
rpcd-mod-luci: fix syntax error
Fixes: 45a398e1ed ("rpcd-mod-luci: avoid PTR requests for IPv6 link-local and ULA addrs")
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
(cherry picked from commit
af4352c07ef33ebb06a0c7f684f3f753b9c23f4f)
Jo-Philipp Wich [Wed, 22 Sep 2021 07:55:07 +0000 (09:55 +0200)]
rpcd-mod-luci: avoid PTR requests for IPv6 link-local and ULA addrs
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
(cherry picked from commit
45a398e1ed86c9706d47ff46be73bdaa303ff661)
Jo-Philipp Wich [Wed, 22 Sep 2021 07:41:12 +0000 (09:41 +0200)]
rpcd-mod-luci: let IPv4 hostnames take precedence over IPv6 ones
Do not overwrite IPv4-resolved hostnames with IPv6 ones in case both are
available or resolvable.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
(cherry picked from commit
93bd93e220714276eff95ea51793bb2f826328e8)
Ansuel Smith [Sat, 18 Sep 2021 14:25:23 +0000 (16:25 +0200)]
luci-mod-status: fix wrong logic for maclist adding feature
Currently any new entry added to the black/whitelist deletes the
others. Fix this and improve the rule apply by firstly disconnect
the wifi client.
Fixes: #5343
Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
(cherry picked from commit
085c4a08f5bf50919731304a962cfcd2b592d523)
Ansuel Smith [Sat, 18 Sep 2021 14:17:27 +0000 (16:17 +0200)]
luci-mod-status: cosmetic fix for isWPSEnabled in wifi status
Drop isWPSEnabled table as it's really not needed and can directly
included in the network table.
Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
(cherry picked from commit
2a97d5533cba419f51da0b550b00a34bc9f50cce)
Vladislav Grigoryev [Thu, 26 Aug 2021 01:42:36 +0000 (04:42 +0300)]
luci-mod-network: fix option ip6table in network/interfaces
Fix the incorrectly displayed value for the option "ip6table".
Signed-off-by: Vladislav Grigoryev <vg.aetera@gmail.com>
(cherry picked from commit
3ebdf51f9b2e713cd655c0f97f2542c96736cae5)
Jo-Philipp Wich [Thu, 15 Jul 2021 06:13:31 +0000 (08:13 +0200)]
luci-base: fix off-by-one in cbi_update_table()
Fixes: #5189
Fixes: f919635310 ("luci-base: batch DOM updates to prevent slowdown")
Ref: https://github.com/openwrt/luci/commit/
f919635310286b3b905aedb716d707da1ea2c811#commitcomment-
53495580
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
(cherry picked from commit
7d9ab8d4a741cbc97e9553982e9e352b21ddf5f3)
Olli Asikainen [Tue, 29 Jun 2021 23:03:00 +0000 (02:03 +0300)]
luci-base: batch DOM updates to prevent slowdown
Signed-off-by: Olli Asikainen <olli.asikainen@gmail.com>
(cherry picked from commit
f919635310286b3b905aedb716d707da1ea2c811)
Jo-Philipp Wich [Fri, 9 Jul 2021 19:39:45 +0000 (21:39 +0200)]
luci-mod-network: fix 60GHz radio frequency configuration
Fix incorrect minimum 60GHz frequency value and ensure that a 60GHz band
choice option is available once corresponding channels are found on the
system.
Ref: http://lists.openwrt.org/pipermail/openwrt-devel/2021-July/035810.html
Suggested-by: Alex Henrie <alexhenrie24@gmail.com>
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
(cherry picked from commit
e5626ece12236f6be9dbb6da6eb90fcbb469a1f0)
Jo-Philipp Wich [Thu, 8 Jul 2021 16:55:47 +0000 (18:55 +0200)]
luci-mod-network: dhcp.js: don't fail on not existing interface
Fixes: #5177
Fixes: 7e56289538 ("luci-mod-network: improve static DHCP lease validation")
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
(cherry picked from commit
f57d20bffffda026ab203d328a859a3f38c0c8d0)
Jo-Philipp Wich [Sat, 3 Jul 2021 18:40:29 +0000 (20:40 +0200)]
luci-mod-network: fixes to DHCP lease validation
- validate current form value IP instead of stored uci one
- ensure to not pass non-string values to the validator
- remove leftover debug code
- simplify obtaining formvalues
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
(cherry picked from commit
9d15a4e70c10a43911c7f9d48240a01c23eb81b6)
Jo-Philipp Wich [Sat, 3 Jul 2021 16:54:14 +0000 (18:54 +0200)]
luci-mod-network: improve static DHCP lease validation
- Ensure that MAC addresses are unique within the same pool
- Ensure that IP addresses are globally unique
- Ensure that IP addresses are within any DHCP pool range
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
(cherry picked from commit
7e562895380d6bbe89ed88fe7576272c078f3b59)
Dirk Brenken [Fri, 11 Jun 2021 20:48:13 +0000 (22:48 +0200)]
luci-app-fwknopd: trivial typo fix
* fix for #5073
Signed-off-by: Dirk Brenken <dev@brenken.org>
(cherry picked from commit
07d6ac5995a27fea06dd468f5a8b25b19ccfc8cc)
David Bauer [Sat, 5 Jun 2021 14:18:35 +0000 (16:18 +0200)]
rpcd-mod-luci: support parsing 11ax HW / HT modes
Add support for parsing 11ax modes returned from UBUS. This is required
so the frontend can display information about supported 11ax operation.
Signed-off-by: David Bauer <mail@david-bauer.net>
(cherry picked from commit
7b11e848ac48325377712179fb9cf79fffff207d)
Michael Pratt [Wed, 21 Apr 2021 22:03:58 +0000 (18:03 -0400)]
luci-mod-network: do not remove enable_vlan from config
There are many switch drivers where VLAN functionality is enabled by default.
In this situation, LuCI cannot be used to disable VLAN functionality,
because removing the line from configuration results in VLAN remaining enabled
by the driver.
When enable_vlan is set to 0 by default
by using functions in board.d,
and an unrelated change is made on the Switch webpage,
then the enable_vlan option gets deleted when changes are saved.
Therefore, the option needs to be preserved, whether set to 0 or 1.
Signed-off-by: Michael Pratt <mcpratt@pm.me>
(cherry picked from commit
51ab737a4ba2b0f2a9d479cf114837c570f8d05c)
Stan Grishin [Wed, 6 Oct 2021 21:50:18 +0000 (14:50 -0700)]
Merge pull request #5413 from stangri/21.02-luci-app-advanced-reboot
[21.02] luci-app-advanced-reboot: bugfix for Linksys E4200v2
Stan Grishin [Wed, 6 Oct 2021 21:43:46 +0000 (21:43 +0000)]
luci-app-advanced-reboot: bugfix for Linksys E4200v2
* bugfix for Linksys E4200v2
* backport updates from master
Signed-off-by: Stan Grishin <stangri@melmac.net>
Hannu Nyman [Tue, 5 Oct 2021 18:53:09 +0000 (21:53 +0300)]
treewide: i18n - Backport translations
Backport translations from master.
Sync.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Hannu Nyman [Tue, 5 Oct 2021 18:42:30 +0000 (21:42 +0300)]
luci-app-statistics: Remove erroneous include from default config
Remove the unnecessary Include line from the default config.
It causes error at collectd start, as the directory is missing.
daemon.err collectd[9722]: configfile: stat (/etc/collectd/conf.d) failed: No such file or directory
Leave the line as a comment/example.
Fixes #5373
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
(cherry picked from commit
2c27f5c9417ff5414a2730a9c310b68fdd5f585c)
Hannu Nyman [Tue, 28 Sep 2021 20:00:42 +0000 (23:00 +0300)]
luci-app-statistics: standardise newline usage
Fix newline usage in a few graph definitions.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
(cherry picked from commit
12b13fe89a9d21560303c963123493268a5017c0)
Stan Grishin [Sun, 26 Sep 2021 18:41:01 +0000 (11:41 -0700)]
Merge pull request #5392 from ByteAndNibble/openwrt-21.02
[21.02] luci-app-https-dns-proxy: add ControlD as provider
Aleem Hossain [Sat, 25 Sep 2021 19:44:45 +0000 (20:44 +0100)]
luci-app-https-dns-proxy: add ControlD as provider
Signed-off-by: Aleem Hossain <aleem@tectonic.it>
Jo-Philipp Wich [Fri, 24 Sep 2021 18:08:59 +0000 (20:08 +0200)]
luci-app-transmission: grant access to group and passwd files
This is required for the user and group ID dropdowns in the
configuration.
Fixes: #4697
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
(cherry picked from commit
1d9067b2715eede8c0e6977f9f1cc77037ff2842)
Schleifer, Werner [Fri, 24 Sep 2021 07:26:27 +0000 (09:26 +0200)]
luci-app-dawn: add missing quotation mark
Signed-off-by: Schleifer, Werner <werner.schleifer@gmx.de>
(cherry picked from commit
d4ab37d9a03cce11620414b98137d11d889d8720)
Jo-Philipp Wich [Thu, 23 Sep 2021 15:33:43 +0000 (17:33 +0200)]
luci-mod-network: fix name of network.device.isolate uci option
Fixes: #5383
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
(cherry picked from commit
e0053fe79d7c2167298907b06f161795f9c38031)
Hannu Nyman [Thu, 23 Sep 2021 15:19:52 +0000 (18:19 +0300)]
treewide: i18n - Sync, backport translations
Backport translations from master.
Sync translations.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Paul Spooren [Tue, 31 Aug 2021 19:22:13 +0000 (09:22 -1000)]
luci-app-attendedsysupgrade: use correct linter settings
The previous settings would use spaces which messed up things since LuCI
uses tabs everywhere.
Also removed a stray console.log
Signed-off-by: Paul Spooren <mail@aparcar.org>
(cherry picked from commit
641bfe3967cef3a7f5a2a5c72f138438c395428b)
Paul Spooren [Sun, 29 Aug 2021 10:37:31 +0000 (00:37 -1000)]
luci-app-attendedsysupgrade: support revision checks
SNAPSHOTS are not real releases and therefore the app always offers an
upgrade, even if running the latest build. To prevent that all SNAPSHOTS
now check for the running revision and if a newer one is available.
Also do a bunch of refactoring based on JavaScript I learned over the
last week.
Signed-off-by: Paul Spooren <mail@aparcar.org>
(cherry picked from commit
f799d550b6389baee5b388eefe638ba9a690f4c5)
George Iv [Wed, 21 Jul 2021 16:23:49 +0000 (19:23 +0300)]
luci-app-yggdrasil: Update to support v0.4.0 config
Signed-off-by: George Iv <zhoreeq@users.noreply.github.com>
(cherry picked from commit
3953b1a5b249b09e566ca1ec4ce2fb4e23cdf69e)
Hannu Nyman [Thu, 9 Sep 2021 15:01:47 +0000 (18:01 +0300)]
treewide: i18n - Backport translations
Backport translations from master.
Sync translations.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Dirk Brenken [Sun, 5 Sep 2021 20:05:47 +0000 (22:05 +0200)]
luci-app-travelmate: EAP-bugfixes
* fix numerous errors in EAP handling
* sync translations
Signed-off-by: Dirk Brenken <dev@brenken.org>
(cherry picked from commit
9f9247a08c79e2b94deeeb82af086ec5f5c2ebe9)
Signed-off-by: Dirk Brenken <dev@brenken.org>
Paul Dee [Tue, 31 Aug 2021 21:10:44 +0000 (23:10 +0200)]
luci-app-firewall: add ipv6 exclusive ICMP types
fixes #5213
Signed-off-by: Paul Dee <systemcrash@users.noreply.github.com>
(cherry picked from commit
19c66ef539da5136bcdb3978e5e8b87c87f8ae21)
Update commit description
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Vladislav Grigoryev [Thu, 26 Aug 2021 10:33:44 +0000 (13:33 +0300)]
luci-mod-network: fix route6 source autocomplete
Fix the wrong value for the "source" option of the "route6" section.
Signed-off-by: Vladislav Grigoryev <vg.aetera@gmail.com>
(cherry picked from commit
8b4015036d6f298cbfe0291ab8fdc23b4133cca7)
Florian Eckert [Mon, 9 Aug 2021 12:00:27 +0000 (14:00 +0200)]
luci-theme-openwrt-2020: add css success label
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
(cherry picked from commit
a655389032b85b12ec56733c455abaac07693f56)
Keith Irwin [Sun, 29 Aug 2021 04:44:38 +0000 (22:44 -0600)]
luci-app-wireguard: set allowed_ips option as optional value
Signed-off-by: Keith Irwin <git@ki9.us>
(cherry picked from commit
092109c9056444a4ba691d15031f69403ab2b37c)
fixed commit title
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Hannu Nyman [Wed, 25 Aug 2021 17:22:45 +0000 (20:22 +0300)]
treewide: i18n - Backport translations, sync.
Sync translations.
Backport translations from master.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Paul Spooren [Sun, 22 Aug 2021 10:07:20 +0000 (00:07 -1000)]
luci-app-attendedsysupgrade: use detail not message
The new API unifies all human readable responses in the `detail` field
to follow the newly used framework.
Signed-off-by: Paul Spooren <mail@aparcar.org>
(cherry picked from commit
2a29911121bf72d5d316b2eeae7f184b8ce14482)
Paul Spooren [Mon, 16 Aug 2021 04:52:18 +0000 (18:52 -1000)]
luci-app-attendedsysupgrade: use latest.json
The content is the same response as for `/api/latest.json` but
statically hosted by a webserver rather than Python generated.
Signed-off-by: Paul Spooren <mail@aparcar.org>
(cherry picked from commit
a672875402a0802ddcd0e4c8c2d0ac7913dff671)
Paul Spooren [Mon, 16 Aug 2021 04:50:49 +0000 (18:50 -1000)]
luci-app-attendedsysupgrade: show position in queue
The server provides a queue_position argument, show it.
Signed-off-by: Paul Spooren <mail@aparcar.org>
(cherry picked from commit
53ff7ca676d10fa253d3ab472b9b5645996527ed)
Paul Spooren [Mon, 9 Aug 2021 18:45:58 +0000 (08:45 -1000)]
luci-app-attendedsysupgrade: add timeout and catch
If the upgrade server API does not respond, show an error message.
Fix #5222
While at it, minimal code linting
Signed-off-by: Paul Spooren <mail@aparcar.org>
(cherry picked from commit
ff24b78c807a52a0f9afb62ba0aba1085d9ad045)
Dirk Brenken [Sun, 22 Aug 2021 07:19:15 +0000 (09:19 +0200)]
luci-app-travelmate: sync with travelmate 2.0.6
* a few (visual) fixes reported in the forum
* emphasize normal uplinks in blue, vpn uplinks in green
* sync translations
Signed-off-by: Dirk Brenken <dev@brenken.org>
(cherry picked from commit
f1d1e752b8b08b7803b6c027d9c44dded97d2a4c)
Signed-off-by: Dirk Brenken <dev@brenken.org>
Dirk Brenken [Sun, 22 Aug 2021 07:14:54 +0000 (09:14 +0200)]
luci-app-travelmate: sync with travelmate 2.0.5-3
* adapt the travelmate UI to support the changed 'trm_maxscan' option
Signed-off-by: Dirk Brenken <dev@brenken.org>
(cherry picked from commit
fd7494ffb19d1c0197ddcb048c381b44cdb205e5)
Signed-off-by: Dirk Brenken <dev@brenken.org>
Vladislav Grigoryev [Sat, 14 Aug 2021 23:37:44 +0000 (02:37 +0300)]
luci-base: support loopback by widgets.NetworkSelect
Support the "loopback" interface by "widgets.NetworkSelect".
Enable the "loopback" option to include this interface.
Can be used to configure interface binding for services.
Signed-off-by: Vladislav Grigoryev <vg.aetera@gmail.com>
(cherry picked from commit
376af36975579008e3176a860ae032759d27dcbb)
Ansuel Smith [Wed, 18 Aug 2021 17:46:04 +0000 (20:46 +0300)]
luci-mod-system: hide unsupported option on flash.js
Hide unsupported option when /rom is not used in flash.js
Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
(cherry picked from commit
82035eec6150fef1319e6fcec324124f82ada754)
Ansuel Smith [Wed, 18 Aug 2021 17:45:18 +0000 (20:45 +0300)]
luci-mod-system: improve sysupgrade page
- Add missing -k and -u option from sysupgrade page.
- Fix missing check for image verification exit code
- Provide the actual reason of the image verification
Fixes: #4160
Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
(cherry picked from commit
0f4f6e89f15aa1dac0bfd676cb8364ef0b6c6e1f)
Florian Eckert [Tue, 17 Aug 2021 10:07:36 +0000 (12:07 +0200)]
luci-mod-battstatus: chmod battstatus.js to 644
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
(cherry picked from commit
7f5751c16f9c883728ab67cab8b3c717aaf6a590)
Florian Eckert [Tue, 17 Aug 2021 10:05:33 +0000 (12:05 +0200)]
luci-mod-battstatus: fix quotation marks
Fixes output on i18n generation:
standard input:56: warning: RegExp literal terminated too early
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
(cherry picked from commit
7e1e83fcb8b3e4229dd1bf9218e1b256f81deda6)
Dirk Brenken [Fri, 13 Aug 2021 09:35:04 +0000 (11:35 +0200)]
luci-app-travelmate: sync with travelmate 2.0.5
* support new features of travelmate 2.0.5
* made the station manager more comfortable
* a few minor bugfixes
* sync translations
Signed-off-by: Dirk Brenken dev@brenken.org
Signed-off-by: Dirk Brenken <dev@brenken.org>
Hannu Nyman [Tue, 10 Aug 2021 19:08:54 +0000 (22:08 +0300)]
treewide: i18n - Sync and backport translations
Sync translations.
Backport translations from master.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Helge Mader [Mon, 19 Jul 2021 10:37:35 +0000 (12:37 +0200)]
luci-proto-bonding: bugfix xmit_hash_policy dependencies
Signed-off-by: Helge Mader <ma@dev.tdt.de>
(cherry picked from commit
adaf3feb65918bd56ac3a24ac4fc68820f794a6e)
Helge Mader [Thu, 15 Jul 2021 07:33:31 +0000 (09:33 +0200)]
luci-proto-bonding: fix member because of API change
Signed-off-by: Helge Mader <ma@dev.tdt.de>
(cherry picked from commit
64a066c33972ce803b3e78292081285e5013b4aa)
Jo-Philipp Wich [Mon, 9 Aug 2021 17:41:30 +0000 (19:41 +0200)]
luci-mod-network: fix legacy_rates option dependency
The recently introduced band option support changed the internal frequency
selector choice values, breaking the legacy rates option dependency.
Fixes: #5234
Fixes: 0829d31290 ("luci-mod-network: support newer wireless.wifi-device.band option")
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
(cherry picked from commit
fd2e755b6f30d80ffdf15536669fdb739212ac96)
Stan Grishin [Wed, 4 Aug 2021 20:24:34 +0000 (13:24 -0700)]
Merge pull request #5227 from stangri/21.02-firewall
[21.02] luci-app-firewall: replace hh.mm.ss with hh:mm:ss
Stan Grishin [Wed, 4 Aug 2021 20:20:13 +0000 (20:20 +0000)]
luci-app-firewall: replace hh.mm.ss with hh:mm:ss
Signed-off-by: Stan Grishin <stangri@melmac.net>
Stan Grishin [Mon, 2 Aug 2021 05:58:55 +0000 (22:58 -0700)]
Merge pull request #5217 from stangri/21.02-luci-app-https-dns-proxy
[21.02] luci-app-https-dns-proxy: update to 2021-07-29-1
Stan Grishin [Sat, 31 Jul 2021 10:47:39 +0000 (10:47 +0000)]
luci-app-https-dns-proxy: update to 2021-07-29-1
* add HTTP/2-only supporting providers: Mullvad, Digitale-Gesellschaft, dns.sb and Rubyfish.cn
* switch default provider from Google to Cloudflare
* add IPv6 addresses for bootstrap resolvers for Google DNS
* add secondary bootstrap resolver (Cloudflare's) to all providers with a single bootstrap resolver
* modify model/cbi file to show HTTP/2-only providers (and help texts) on HTTP/2-supporting systems
Signed-off-by: Stan Grishin <stangri@melmac.net>
Paul Spooren [Sun, 25 Jul 2021 22:36:19 +0000 (00:36 +0200)]
luci-app-attendedsysupgrade: fix empty array condition
In JavaScript (other than in Python) an empty array is considered `true`
within if statements. Fix this by checking for the array length rather
than its existence.
This fixes the issue of an empty dropdown menu in case the user is
running the latest release.
Signed-off-by: Paul Spooren <mail@aparcar.org>
(cherry picked from commit
7f5becc69e004f831c9dc09e0859c179b439c7d2)
Huangbin Zhan [Wed, 23 Dec 2020 03:09:38 +0000 (11:09 +0800)]
luci-app-attendedsysupgrade: remove depends uhttpd-mod-ubus
Remove depenedency uhttpd-mod-ubus which is not required.
User may want to work with nginx rather uhttpd.
Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
(cherry picked from commit
9866bfe13ce2bed07453cce968f670e00a0d7517)
Paul Spooren [Mon, 21 Jun 2021 08:27:25 +0000 (22:27 -1000)]
luci-app-attendedsysupgrade: fix ACL definition
Fix the ACL file which handles the permissions for the LuCI app.
Suggested-by: Jo-Philipp Wich <jo@mein.io>
Signed-off-by: Paul Spooren <mail@aparcar.org>
(cherry picked from commit
02de3e4a2b08d2fb9d4f08b83a2526337671b6e2)
Hannu Nyman [Wed, 21 Jul 2021 21:29:06 +0000 (00:29 +0300)]
treewide: i18n - Backport translations
Backport translations from master.
Sync translations.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Jo-Philipp Wich [Thu, 15 Jul 2021 09:58:38 +0000 (11:58 +0200)]
luci-mod-system: reload crond upon saving crontab
Fixes: #5184
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
(cherry picked from commit
8d4ac60f7a02e5c8e3d186f4009b4696b098152d)