Jo-Philipp Wich
e64b0c3c0d
luci-base: network.js: return mac addresses in upper case
...
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-08-14 22:58:15 +02:00
Jo-Philipp Wich
227fae8a37
luci-base: network.js: extend ifnameOf() and expose as getIfnameOf()
...
Extend the ifnameOf() helper function to cover all object types used by
network.js and expose it as public getIfnameOf() api function for use by
other modules.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-08-14 22:58:15 +02:00
Jo-Philipp Wich
3e5ef065df
luci-base: network.js: add ability to flush the internal cache
...
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-08-14 22:58:15 +02:00
Jo-Philipp Wich
d1e9841e86
luci-base: ui.js: do not forcibly sort synamic list items
...
Ref: https://forum.openwrt.org/t/cannot-save-certain-fields/42738/2
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-08-14 22:46:19 +02:00
Hannu Nyman
24c0e7ca4c
luci-app-statistics: cpufreq: tweak graphs
...
* Frequency usage percentage stats are by kHz instead of Hz.
Correct the labels. (Linux natively uses kHz for CPU frequency stats,
but collectd scales the current frequency stats item to Hz.)
* Show frequency usage percentage graph before the transition counts,
as it is more descriptive.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2019-08-14 19:00:09 +03:00
Jo-Philipp Wich
f929298318
Merge pull request #2976 from aaronmdjones/master
...
luci-app-firewall: rules: allow ICMPv6 ND types and sort alphabetically
2019-08-11 11:21:25 +02:00
Aaron Jones
f7cb913d10
luci-app-firewall: rules: sort ICMP types alphabetically
...
This just makes it easier to find the type one would want.
No types were added or removed, only re-arranged.
Signed-off-by: Aaron Jones <aaronmdjones@gmail.com>
2019-08-11 06:13:15 +00:00
Aaron Jones
17f3e03930
luci-app-firewall: rules: allow ICMPv6 ND types
...
The "Match ICMP Type" dropdown had entries for router
solicitation & router advertisements, but not the more
generic neighbour solicitation & neighbour advertisements.
A LAN cannot function without Neighbour Discovery; this
means that setting a LAN interface default input policy to
REJECT breaks IPv6 WAN access for all hosts on that LAN;
as they can no longer discover their gateway's MAC address.
This can be fixed with appropriate rules allowing ND input,
which this patch allows one to do in LuCI.
The spelling is the same as in [1].
[1] <https://git.openwrt.org/?p=openwrt/openwrt.git;a=blob;f=package/network/config/firewall/files/firewall.config >
Signed-off-by: Aaron Jones <aaronmdjones@gmail.com>
2019-08-11 06:10:47 +00:00
Yousong Zhou
9def6faa4e
luci-app-statistics: scale up ping_droprate to range 0-100
...
In original collectd, values of this metric are in range 0-1. OpenWrt
previously have a custom patch scaling them up to range 0-100. That
patch has been removed to align with possibly other deployments.
Ref: https://github.com/openwrt/packages/pull/9677
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2019-08-10 09:53:14 +08:00
Florian Eckert
15e9526089
Merge pull request #2969 from TDT-AG/pr/20190806-luci-base
...
luci-base: add new VPN toplevel menu entry
2019-08-09 14:46:29 +02:00
Dirk Brenken
b11a25dcb9
Merge pull request #2968 from dibdot/banIP
...
luci-app-banip: sync with 0.1.5
2019-08-07 05:45:28 +02:00
Dirk Brenken
c6eb79387a
Merge pull request #2967 from dibdot/travelmate
...
luci-app-travelmate: sync with 1.4.10
2019-08-07 05:45:06 +02:00
Florian Eckert
7af8043a75
luci-app-ocserv: move to new vpn menu section
...
Move the app ocserv to the new vpn menu section.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2019-08-06 16:23:08 +02:00
Florian Eckert
a63b465adb
luci-app-openvpn: move to new vpn menu section
...
Move the app openvpn to the new vpn menu section.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2019-08-06 16:22:44 +02:00
Florian Eckert
d3e060ae6c
luci-base: add vpn menu section
...
There is always more vpn services. To make the LuCI menu look cleaner, a
new top level menu "VPN" will be added with this commit. All luci-app-*
that have something to do with VPN should move to this new menu entry.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2019-08-06 16:20:17 +02:00
Dirk Brenken
4e75e3710c
luci-app-travelmate: sync with 1.4.10
...
* wifi add/edit: add a select box to reference an external script
for automated captive portal logins
* fix a visual issue with material theme
Signed-off-by: Dirk Brenken <dev@brenken.org>
2019-08-06 16:01:53 +02:00
Dirk Brenken
ee28798aff
luci-app-banip: sync with 0.1.5
...
* add new extra options to control auto-addons to
blacklist & whitelist ('ban_autoblacklist' & 'ban_autowhitelist')
Signed-off-by: Dirk Brenken <dev@brenken.org>
2019-08-06 15:51:23 +02:00
Jo-Philipp Wich
1fc8d021ed
protocols: fix contains_interface() implementation in several backends
...
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-08-06 15:19:50 +02:00
Jo-Philipp Wich
d73553e530
luci-lib-ip: support specifying source address in route()
...
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-08-06 15:19:50 +02:00
Florian Eckert
2bc03f86de
Merge pull request #2966 from TsLenMo/master
...
Fix a software page style issue for rosy, Fix #2965 .
2019-08-06 12:06:12 +02:00
TsLenMo
0623b5362c
luci-theme-rosy: fix a software page style issue
...
The software page is out of the parent box, and the same is true in chrome and firefox.
Signed-off-by: TsLenMo <2013319822@qq.com>
2019-08-06 17:31:29 +08:00
Hannu Nyman
0cf9d53fff
Merge pull request #2964 from musashino205/l10n/base-upd-ja
...
luci-base: update Japanese translation
2019-08-05 20:55:22 +03:00
INAGAKI Hiroshi
6b8532c8e8
luci-base: update Japanese translation
...
Updated Japanese translations.
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2019-08-06 02:52:54 +09:00
Jo-Philipp Wich
07aedbf129
Merge pull request #2962 from TDT-AG/pr/20190802-luci-app-openvpn
...
luci-app-openvpn: replace tls_cipher and tls_ciphersuites with DynamicList
2019-08-05 09:28:29 +02:00
Florian Eckert
6a847fea04
luci-app-openvpn: use DynamicList for tls_ciphersuites
...
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2019-08-02 15:49:00 +02:00
Florian Eckert
7880a9276b
luci-app-openvpn: use DynamicList for tls_cipher
...
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2019-08-02 15:48:56 +02:00
Florian Eckert
07dbee37f8
Merge pull request #2643 from kuoruan/aria2
...
luci-app-aria2: Refactor, new views and more options
2019-08-02 11:22:55 +02:00
Florian Eckert
e647a60b9d
Merge pull request #2961 from castillofrancodamian/udpxy
...
luci-app-udpxy: add template
2019-08-02 10:24:35 +02:00
Florian Eckert
bd76519971
Merge pull request #2960 from castillofrancodamian/travel
...
luci-app-travelmate: update Spanish translation
2019-08-02 10:24:11 +02:00
Florian Eckert
f595819235
Merge pull request #2959 from castillofrancodamian/stat
...
luci-app-statistics: update Spanish translation
2019-08-02 10:23:50 +02:00
Florian Eckert
cc84fef649
Merge pull request #2958 from castillofrancodamian/simple
...
luci-app-simple-adblock: update Spanish translation
2019-08-02 10:23:29 +02:00
Florian Eckert
3a859852f4
Merge pull request #2957 from castillofrancodamian/firewall
...
luci-app-firewall: update Spanish translation
2019-08-02 10:23:01 +02:00
Florian Eckert
ada9ed66d1
Merge pull request #2955 from castillofrancodamian/dump1090
...
luci-app-dump1090: add Spanish translation
2019-08-02 10:21:00 +02:00
Florian Eckert
4d66ad60ba
Merge pull request #2953 from castillofrancodamian/cshark
...
luci-app-cshark: add Spanish translation
2019-08-02 10:20:29 +02:00
Florian Eckert
01c9dba918
Merge pull request #2952 from castillofrancodamian/wireguard
...
luci-app-wireguard: update Spanish translation
2019-08-02 10:20:06 +02:00
Florian Eckert
5784e31996
Merge pull request #2951 from castillofrancodamian/bmx7
...
luci-app-bmx7: add Spanish translation
2019-08-02 10:19:37 +02:00
Florian Eckert
66edf2c7e5
Merge pull request #2949 from castillofrancodamian/olsr-s
...
luci-app-olsr-services: add Spanish translation
2019-08-02 10:18:01 +02:00
Florian Eckert
a0d47643d7
Merge pull request #2947 from castillofrancodamian/ocserv
...
luci-app-ocserv: add Spanish translation
2019-08-02 10:17:28 +02:00
Florian Eckert
94a7390b91
Merge pull request #2946 from castillofrancodamian/squid
...
luci-app-squid: add Spanish translation
2019-08-02 10:16:51 +02:00
Florian Eckert
73aca7c530
Merge pull request #2945 from castillofrancodamian/att
...
luci-app-attendedsysupgrade: add Spanish translation
2019-08-02 10:16:32 +02:00
Franco Castillo
e862e6c261
luci-app-udpxy: add template
...
Add template.
Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2019-08-01 23:18:33 -03:00
Franco Castillo
b7ae1694f2
luci-app-travelmate: update Spanish translation
...
Update Spanish translation.
Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2019-08-01 23:12:26 -03:00
Franco Castillo
92ff9bb8c5
luci-app-statistics: update Spanish translation
...
Update Spanish translation.
Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2019-08-01 23:07:19 -03:00
Franco Castillo
399e7dfb38
luci-app-simple-adblock: update Spanish translation
...
Update Spanish translation.
Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2019-08-01 22:59:55 -03:00
Franco Castillo
66e995ca0f
luci-app-firewall: update Spanish translation
...
Update Spanish translation.
Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2019-08-01 22:48:19 -03:00
Franco Castillo
8b8d3dec6e
luci-app-dump1090: add Spanish translation
...
Add Spanish translation.
Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2019-08-01 22:27:18 -03:00
Franco Castillo
e2f36277ea
luci-app-cshark: add Spanish translation
...
Add Spanish translation.
Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2019-08-01 22:02:27 -03:00
Franco Castillo
8ab206b770
luci-app-wireguard: update Spanish translation
...
Update Spanish translation.
Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2019-08-01 21:53:17 -03:00
Franco Castillo
090df3fd32
luci-app-bmx7: add Spanish translation
...
Add Spanish translation.
Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2019-08-01 21:40:02 -03:00
Franco Castillo
b2fae6e3a8
luci-app-olsr-services: add Spanish translation
...
Add Spanish translation.
Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2019-08-01 20:56:27 -03:00