Age | Commit message (Collapse) | Author |
|
Fixes: 9c7eb1dec ("luci-base: switch from server side to client side widget markup")
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
|
|
luci-app-openvpn: add new tls_ciphersuites option
|
|
The "luci.form" and "luci.tools.widgets" classes use the "multiple"
keyword while ui.js uses "multi" internally, leading to single-value
dropdowns widget values getting stored as uci lists.
Fix the issue by using "multiple" everywhere.
Fixes: #2871
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
|
|
This is used to configure ciphers for TLS 1.3 or newer.
Signed-off-by: Martin Schiller <ms@dev.tdt.de>
|
|
luci-app-firewall: format protocol family for forwards and rules
|
|
Fixes: #2878
Signed-off-by: Anton Kikin <a.kikin@tano-systems.com>
|
|
luci-app-adblock: English grammar fix
|
|
Signed-off-by: Paul Dee <itsascambutmailmeanyway@gmail.com>
|
|
This option is not a flag.
Signed-off-by: Jose Riha <jose1711@gmail.com>
[Changed commit message and add missing Singed-off-by]
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
|
|
luci-base & luci-app-firewall: update Ukrainian translation.
|
|
Updates, fixes and additions.
Signed-off-by: Yurii <yuripet@gmail.com>
|
|
Updates, fixes and additions.
Signed-off-by: Yurii <yuripet@gmail.com>
|
|
luci-base: fix Russian translation
|
|
luci-app-firewall: update Japanese translation
|
|
Updated Japanese translations.
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
|
|
Signed-off-by: Anton Kikin <a.kikin@tano-systems.com>
|
|
luci-app-wireguard: QR-Code enhancements
|
|
luci-app-rosy-file-server: Add template
|
|
luci-app-lxc: Add template
|
|
luci-app-opkg: Update Spanish translation
|
|
luci-base: Update Spanish translation
|
|
luci-app-firewall: Update Spanish translation
|
|
Update Russian translation
|
|
Add template.
Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
|
|
Add template.
Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
|
|
Update Spanish translation.
Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
|
|
Update Spanish translation.
Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
|
|
Update Spanish translation.
Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
|
|
Signed-off-by: Anton Kikin <a.kikin@tano-systems.com>
|
|
Signed-off-by: Anton Kikin <a.kikin@tano-systems.com>
|
|
Updated Japanese translations.
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
|
|
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
|
|
Removed unnecessary symbols ("%>") at the end of the text.
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
|
|
Fixes: #2854
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
|
|
Signed-off-by: Yurii <yuripet@gmail.com>
|
|
Signed-off-by: Yurii <yuripet@gmail.com>
|
|
Updates, fixes and additions.
Signed-off-by: Yurii <yuripet@gmail.com>
|
|
Updates, fixes and additions.
Signed-off-by: Yurii <yuripet@gmail.com>
|
|
Signed-off-by: Yurii <yuripet@gmail.com>
|
|
Signed-off-by: Yurii <yuripet@gmail.com>
|
|
Updates, fixes and additions.
Signed-off-by: Yurii <yuripet@gmail.com>
|
|
Fixes: #2852
Fixes: ce04d7f ("luci-base: fix label-to-input association in js cbi maps")
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
|
|
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
|
|
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
|
|
Fixes: #2852
Fixes: ce04d7f04 ("luci-base: fix label-to-input association in js cbi maps")
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
|
|
* 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>
|
|
The Makefile is minified as the LuCi build system does most of the job.
Signed-off-by: Paul Spooren <mail@aparcar.org>
|
|
Fixes: #2850
Fixes: 66dfe64ca ("luci-base: luci.js: cache determined RPC base url in session storage")
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
|
|
Update status view because of ubus value rename
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
|
|
Insteado f displaying only the primary/delegated address, display all
configured IP addresses in the upstream interface boxes, similar to
the interface overview page.
Fixes: #2757
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
|