Commit graph

2612 commits

Author SHA1 Message Date
Dirk Brenken
7e335559a4
luci-app-adblock: sync with adblock 3.8.0
* add support for the 'null' blocking variant in dnsmasq
  (via addn-hosts), see new select box 'DNS Variant'
* add support for 'DNS File Reset', where the final DNS blockfile
  will be purged after DNS backend loading (save storage space)
* Provide additional Runtime information:
  'DNS Variant' and 'Backup Directory'
* add E-Mail notification options to LuCI

Signed-off-by: Dirk Brenken <dev@brenken.org>
(cherry picked from commit 9400fc7536)
2019-08-23 06:54:24 +02:00
Hannu Nyman
717378494e
Merge pull request #2992 from stangri/19.07-luci-app-simple-adblock
[19.07] luci-app-simple-adblock: support for varios DNS resolvers/options
2019-08-18 20:14:20 +03:00
Stan Grishin
217577997e [19.07] luci-app-simple-adblock: support for varios DNS resolvers/options
Signed-off-by: Stan Grishin <stangri@melmac.net>
2019-08-17 06:15:28 -07:00
Stan Grishin
157cf95191 [19.07] luci-app-advanced-reboot: [18.06] luci-app-advanced-reboot: luci-app-advanced-reboot: support for Linksys EA8300
Signed-off-by: Stan Grishin <stangri@melmac.net>
2019-08-17 04:29:31 -07:00
Dirk Brenken
a0c376779d
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>
(cherry picked from commit 4e75e3710c)
2019-08-15 15:50:27 +02:00
Hannu Nyman
f92bca04eb 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>
(cherry picked from commit 24c0e7ca4c)
2019-08-14 19:03:27 +03:00
Hannu Nyman
a4dc8f0d8d luci-app-statistics: cpufreq: enhance additional data
* Use the new data series sorting and coloring options to
  display the frequencies in order and with matching coloring in
  different cores.

* Fix the y-axis text and legend in the frequency usage graph

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
(cherry picked from commit 05cad423ce)
2019-08-01 18:15:59 +03:00
Hannu Nyman
73212d42a5 luci-app-statistics: add options for graph series sorting and color
Add two data series-level options "negweight" and "posweight" that
will use the numerical value of the data instance name
as the sorting factor. This enables e.g. sorting by CPU frequency
in the cpufreq module.

Add new graph-level option "ordercolor" to use colorsfrom a
pre-defined color table for the data series. This enables keeping
similar colors for similar data series in different plugin instances.
E.g. CPU frequencies in several cores that are handled and displayed
separately.
 (note: the table has 8 items and if there are more series, it uses
  the same colors again. The table can be easily extended/modified)

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
(cherry picked from commit 4ca5727785)
2019-08-01 18:15:16 +03:00
Hannu Nyman
dd908ced91 luci-app-statistics: cpufreq: changes in data structure
Collectd 5.9.0 changed the data structure of the cpufreq plugin:
CPU cores are now handled as separate plugin instances.

There are also new data items per core:
 * time spent at each frequency
 * amount of frequency transitions

Enable these new data items, but initially hide them behind
a new config option "ExtraItems" (default: disabled), as
the amount of graphs in multi-core systems could be rather large.

Note that the frequencies are not (yet) sorted, so the
information value of the time-spent graph is semi-random.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
(cherry picked from commit e6f30bb7f3)
2019-07-30 21:03:03 +03:00
Stan Grishin
c0057ae7a2 luci-app-https_dns_proxy: better handling of ports, update of dhcp config
Signed-off-by: Stan Grishin <stangri@melmac.net>
(cherry picked from commit 85989079f6)
2019-07-26 12:41:13 +02:00
Stan Grishin
98ca9b6f7f [19.07] luci-app-advanced-reboot: fix README url in Makefile
Signed-off-by: Stan Grishin <stangri@melmac.net>
2019-07-08 12:44:23 -07:00
Stan Grishin
4a87c761da luci-app-simple-adblock: sync with the latest version of simple-adblock
Signed-off-by: Stan Grishin <stangri@melmac.net>
2019-07-05 08:56:12 -07:00
Dirk Brenken
3aacc6669b
luci-app-travelmate: sync with update 1.4.8
* add optional 'trm_scanbuffer' parm
* fix wrong lua escape character in wifi edit
* sync translations

Signed-off-by: Dirk Brenken <dev@brenken.org>
(cherry picked from commit ee80de6a7b)
2019-07-01 10:01:24 +02:00
Jo-Philipp Wich
16df8c93f2 luci-app-opkg: honor installed flag to skip half-installed packages
Do not consider half-installed packages (which happens after an
installation failure) to be installed.

Ref: https://github.com/openwrt/luci/pull/2775
Signed-off-by: Dirk Brenken <dev@brenken.org>
[split into multiple commits, refactored code, use local variables]
Signed-off-by: Jo-Philipp Wich <jo@mein.io>

(cherry picked from commit 88282c14cf)
2019-06-24 09:24:47 +02:00
Hannu Nyman
cffeee49d7 treewide: fix datetype/datatype typo
Fix 'datetype' typo.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2019-06-16 17:54:04 +03:00
练亮斌
2326a0a4c0
luci-app-aria2: fix: datatype
just a spelling mistake.

Signed-off-by: Liangbin Lian <jjm2473@gmail.com>
2019-06-16 22:26:11 +08:00
INAGAKI Hiroshi
bb7fb4f225 luci-app-mwan3: update Japanese translation
Updated Japanese translations.

Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2019-06-10 16:04:20 +09:00
Hannu Nyman
0a5579a631 i18n: sync translations
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2019-06-09 19:24:00 +03:00
Dirk Brenken
a9f305e159
Merge pull request #2755 from dibdot/lxc
luci-app-lxc: add conffiles define
2019-06-07 06:55:36 +02:00
Dirk Brenken
231eaf2065
luci-app-lxc: add conffiles define
- fix #2754

Signed-off-by: Dirk Brenken <dev@brenken.org>
2019-06-06 13:03:40 +02:00
Florian Eckert
69f6a36084 luci-app-mwan3: change flush_conntrack option to list option
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2019-06-03 14:22:54 +02:00
Hannu Nyman
17d6746989
Merge pull request #2733 from castillofrancodamian/samba4
luci-app-samba4: Update Spanish translation
2019-05-29 19:29:11 +03:00
Hannu Nyman
dc4576ed0e
Merge pull request #2734 from castillofrancodamian/tinyproxy
luci-app-tinyproxy: Update Spanish translation
2019-05-29 19:28:55 +03:00
Hannu Nyman
560cde667d
Merge pull request #2735 from castillofrancodamian/statistics
luci-app-statistics: Update Spanish translation
2019-05-29 19:28:19 +03:00
Hannu Nyman
b77b55359d
Merge pull request #2394 from gyr0tron/privoxy_hindi
luci-app-privoxy: Added Hindi translation
2019-05-29 19:27:09 +03:00
Gyrotron
629c941eff Added privoxy Hindi translations
Signed-off-by: Simmar Kalsi <simmarkalsi@gmail.com>
2019-05-29 21:51:49 +05:30
Franco Castillo
5c93eb3022 luci-app-statistics: Update Spanish translation
Update Spanish translation

Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2019-05-28 16:08:31 -03:00
Florian Eckert
ffc62ad5f5
Merge pull request #2673 from jose1711/mjpg-streamer-link
luci-app-mjpg-streamer: add link option
2019-05-28 21:03:43 +02:00
Florian Eckert
27a900225f
Merge pull request #2391 from Matthias84/patch-4
luci-app-uhttpd: German translation
2019-05-28 20:57:34 +02:00
Franco Castillo
75e6ee3668 luci-app-tinyproxy: Update Spanish translation
Update Spanish translation

Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2019-05-28 15:49:24 -03:00
Franco Castillo
f05bf1a06b luci-app-samba4: Update Spanish translation
Update Spanish translation

Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2019-05-28 15:35:56 -03:00
Dirk Brenken
6a84951130
Merge pull request #2725 from EricLuehrsen/unbound_view
luci-app-unbound: match dependencies with unbound package
2019-05-28 16:18:44 +02:00
Franco Castillo
16b06fbe84 luci-app-hd-idle: Update Spanish translation
Update Spanish translation

Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2019-05-28 00:48:50 -03:00
Eric Luehrsen
3e358e5994 luci-app-unbound: match dependencies with unbound package
Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
2019-05-23 20:43:19 -04:00
Florian Eckert
3c4ae77557
Merge pull request #2719 from castillofrancodamian/aria2
luci-app-aria2: Update Spanish translation
2019-05-17 09:04:05 +02:00
Franco Castillo
64645dd94d luci-app-aria2: Update Spanish translation
Update Spanish translation

Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2019-05-16 22:55:12 -03:00
Franco Castillo
79f883f822 luci-app-firewall: Update Spanish translation
Update Spanish translation

Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2019-05-16 22:32:26 -03:00
Franco Castillo
a3ffb498f4 luci-app-mjpg-streamer: Add Spanish translation
Add Spanish translation

Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2019-05-16 15:43:52 -03:00
Hannu Nyman
1992a323e2
Merge pull request #2714 from castillofrancodamian/watchcat
luci-app-watchcat: Update Spanish translation
2019-05-16 21:33:32 +03:00
Franco Castillo
b2b1c83908 luci-app-watchcat: Update Spanish translation
Update Spanish translation

Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2019-05-16 15:28:59 -03:00
Franco Castillo
6868105948 luci-app-opkg: Update Spanish translation
Update Spanish translation

Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2019-05-16 15:24:52 -03:00
Dirk Brenken
0a63e65bf6
Merge pull request #2711 from dibdot/banip
luci-app-banip: change maxqueue default / sync with banIP 0.1.1
2019-05-16 17:08:44 +02:00
Florian Eckert
e9da852fba
Merge pull request #2703 from castillofrancodamian/polipo
luci-app-polipo: Update Spanish translation
2019-05-16 11:46:58 +02:00
Florian Eckert
e312059fb6
Merge pull request #2707 from castillofrancodamian/shadowsocks-libev
luci-app-shadowsocks-libev: Udpate Spanish translation
2019-05-16 11:46:13 +02:00
Florian Eckert
0356ce014c
Merge pull request #2709 from castillofrancodamian/nlbwmon
luci-app-nlbwmon: Add Spanish translation
2019-05-16 11:36:30 +02:00
Florian Eckert
3eea81a4bc
Merge pull request #2705 from castillofrancodamian/adblock
luci-app-adblock: Update Spanish translation
2019-05-16 11:33:40 +02:00
Dirk Brenken
e65341e58e
luci-app-banip: change maxqueue default / sync with banIP 0.1.1
* change maxqueue default to '4' to reduce the overall system load

Signed-off-by: Dirk Brenken <dev@brenken.org>
2019-05-16 10:39:48 +02:00
Franco Castillo
436c2ea74d luci-app-ddns: Update Spansih translation
Update Spansih translation

Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2019-05-15 20:11:45 -03:00
Franco Castillo
00bb2db4fc luci-app-nlbwmon: Add Spanish translation
Add Spanish translation

Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2019-05-15 19:18:23 -03:00
Franco Castillo
c0a3a2f408 luci-app-shadowsocks-libev: Udpate Spanish translation
Udpate Spanish translation

Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2019-05-15 18:27:19 -03:00