Commit graph

2717 commits

Author SHA1 Message Date
Jo-Philipp Wich
9c16090780 luci-app-firewall: switch to client side CBI views
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-07-07 15:36:26 +02:00
Stan Grishin
4e7806ebf3 luci-app-simple-adblock: sync with the latest version of simple-adblock
Signed-off-by: Stan Grishin <stangri@melmac.net>
2019-07-05 08:30:48 -07:00
Florian Eckert
6122deefbd
Merge pull request #2818 from mberndt123/mb/extensible-statistics
luci-app-statistics: more extensibility
2019-07-05 10:17:49 +02:00
INAGAKI Hiroshi
da1a3d8ae8 luci-app-travelmate: update Japanese translation
Updated Japanese translations missing in 50748d9936

Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2019-07-05 14:47:11 +09:00
INAGAKI Hiroshi
39fd1111ee luci-app-travelmate: sync translations
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2019-07-05 14:43:43 +09:00
INAGAKI Hiroshi
50748d9936 luci-app-travelmate: update Japanese translation
Updated Japanese translations.

Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2019-07-05 14:23:54 +09:00
Matthias Berndt
c1380ab367 make luci-app-statistics more extensible 2019-07-05 02:03:13 +02:00
Martin Schiller
06b5cdb79a luci-app-mwan3: add some german translations
Signed-off-by: Martin Schiller <ms@dev.tdt.de>
2019-07-01 08:28:26 +02:00
Dirk Brenken
a04e22e846
Merge pull request #2805 from dibdot/travelmate
luci-app-travelmate: sync with update 1.4.8
2019-06-29 19:28:28 +02:00
Dirk Brenken
f73da9ca82
system-wide: fix escaping of magic chars
* fix escaping of magic lua chars (#2800)
* fix redundant second gsub line in shellstartsqescape function
* fix return value of shellstartsqescape function

Signed-off-by: Dirk Brenken <dev@brenken.org>
2019-06-29 19:26:07 +02:00
Dirk Brenken
ee80de6a7b
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>
2019-06-29 14:46:28 +02:00
Jo-Philipp Wich
0017bc89f2
Merge pull request #2794 from TDT-AG/pr/20190626-luci-app-firewall-german-translation
luci-app-firewall: add some german translations
2019-06-28 12:29:19 +02:00
Martin Schiller
7bbd54f43f luci-app-firewall: add some german translations
Signed-off-by: Martin Schiller <ms@dev.tdt.de>
2019-06-26 14:58:01 +02:00
Florian Eckert
eec28ed7b8
Merge pull request #2779 from hwti/statistics-ping-addressfamily
luci-app-statistics: add address family configuration for ping
2019-06-26 14:22:33 +02:00
Dirk Brenken
8767eb830b
luci-app-opkg: change remove button caption (first level)
* add three dots to the first level 'Remove' button caption
  (revert/fix da8668a)

Signed-off-by: Dirk Brenken <dev@brenken.org>
2019-06-25 21:28:44 +02:00
Loïc Yhuel
af5771426b luci-app-statistics: add address family configuration for ping
It allows to force ipv4 or ipv6 when the DNS returns both addresses, but
only one works (for example if there is no ipv6 connectivity).

Signed-off-by: Loïc Yhuel <loic.yhuel@gmail.com>
2019-06-21 02:03:12 +02:00
Jo-Philipp Wich
1154c4198a luci-app-opkg: make overwriting package files optional
Ref: #2775
Signed-off-by: Dirk Brenken <dev@brenken.org>
[split into multiple commits, sync translations]
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-06-19 13:33:46 +02:00
Jo-Philipp Wich
da8668a50d luci-app-opkg: change remove button caption
Add three dots to the first level 'Remove' button caption, because it
leads to a modal dialogue.

Ref: #2775
Signed-off-by: Dirk Brenken <dev@brenken.org>
[split into multiple commits, sync translations]
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-06-19 12:39:03 +02:00
Jo-Philipp Wich
88282c14cf 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>
2019-06-19 11:24:27 +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
Franco Castillo
0db58d6c42 luci-app-adblock: Update Spanish translation
Update Spanish translation

Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2019-05-15 17:58:11 -03:00
Franco Castillo
2c0c00d885 luci-app-polipo: Update Spanish translation
Update Spanish translation

Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2019-05-15 17:32:48 -03:00
Florian Eckert
5c3f3cc30c
Merge pull request #2702 from castillofrancodamian/ddns
luci-app-ddns: Udpate Spanish translation
2019-05-15 21:27:57 +02:00
Florian Eckert
8a18b721cb
Merge pull request #2701 from castillofrancodamian/wol
luci-app-wol: Update Spanish translation
2019-05-15 21:27:00 +02:00
Franco Castillo
a57d4b0f83 luci-app-ddns: Udpate Spanish translation
Udpate Spanish translation

Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2019-05-15 01:07:56 -03:00
Franco Castillo
34c400e0d4 luci-app-wol: Update Spanish translation
Update Spanish translation

Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2019-05-15 00:41:57 -03:00
Franco Castillo
6d1a8490d1 luci-app-firewall: Update Spanish translation
Update Spanish translation

Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2019-05-15 00:35:54 -03:00
Matthias84
46cb7b02a2 luci-app-uhttpd German translation
German translation by Matthias Meißer

Signed-off-by: Matthias Meißer <digi_c@arcor.de>
2019-05-14 18:36:59 +02:00
Fabian Schmid-Michels
50bb1185da luci-app-statistics: change nut voltage graph combines view.
This change splits the graph into two graphs like in apcups and makes it so
possible to see variations in AC Input/Output voltages. Battery charge and
load are indepentent variables. This change also overlays them and display
them as simply two lines. Battery temperature is also displayed as a line now,
as an area under a temperature line makes no sense. Also removed some empty
lines.

Closes: #2417

Signed-off-by: Fabian Schmid-Michels <mail@wohnheimnetz-bielefeld.de>
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2019-05-14 09:13:05 +02:00
Florian Eckert
1e206cd32d
Merge pull request #2514 from sandinak/feature_luci_stats_multiple_ups
luci-app-statistics: adding ability for luci_stats config to have multiple UPS's
2019-05-14 08:17:22 +02:00
INAGAKI Hiroshi
b21a425a2c i18n: sync translations
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2019-05-13 18:18:52 +09:00
Yousong Zhou
62d8a4fdd7 luci-app-shadowsocks-libev: move plugin options to server sections
In this change, plugin options are moved from component settings to
only server settings.  This should make the configuration easier.  And
it will be less error-prone as it's impossible now for users to
inconsisitent plugin settings for instances referring to the same remote
server

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2019-05-09 06:18:55 +00:00
Yousong Zhou
8648f7e8ce luci-app-shadowsocks-libev: i18n-sync.sh and update translation
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2019-05-06 15:23:23 +00:00
Yousong Zhou
263dc01f03 luci-app-shadowsocks-libev: allow setting plugin options
Reference: https://github.com/openwrt/packages/issues/8903
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2019-05-06 15:23:20 +00:00
Yousong Zhou
e9232f6113 luci-app-shadowsocks-libev: reword base64 -encoding-
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2019-05-06 15:23:16 +00:00
Jo-Philipp Wich
3b379f01b5 luci-app-statistics: escape backslashes as well
Fixes: bab4a3ef ("luci-app-statistics - allow rrd files to contain :")
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-04-30 09:08:56 +02:00
Florian Eckert
1b79446fdf
Merge pull request #2657 from msurovcak/msurovcak-statistics-collon
luci-app-statistics - allow rrd files to contain :
2019-04-30 08:47:38 +02:00
jose1711
dabe2a717e luci-app-mjpg-streamer: add link option
Signed-off-by: Jose Riha <jose1711@gmail.com>
2019-04-23 22:36:03 +02:00
Hannu Nyman
b3a9d51177
Merge pull request #2677 from castillofrancodamian/ddns
luci-app-ddns: Update Spanish translation
2019-04-22 20:21:44 +03:00
Franco Castillo
7b343b83df luci-app-firewall: Update Spanish translation
Update Spanish translation

Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2019-04-20 20:26:33 -03:00
Franco Castillo
531e383f31 luci-app-ddns: Update Spanish translation
Update Spanish translation

Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2019-04-20 20:16:07 -03:00
Dirk Brenken
9a331f2f95 luci-app-travelmate: sync with update 1.4.5
* see https://github.com/openwrt/packages/pull/8637 for reference

Signed-off-by: Dirk Brenken <dev@brenken.org>
2019-04-09 16:57:10 +02:00
Rosy Song
8a4cc6304e luci-app-rosy-file-server: remove unused lines
Signed-off-by: Rosy Song <rosysong@rosinson.com>
2019-04-07 18:46:12 +08:00
Rosy Song
6ca92f79ca luci-app-rosy-file-server: fix typo error on title
Signed-off-by: Rosy Song <rosysong@rosinson.com>
2019-04-07 18:44:58 +08:00
Hannu Nyman
71d9140680
Merge pull request #2404 from rosysong/file-server
luci-app-rosy-file-server: add new application
2019-04-06 19:27:15 +03:00
Martin Surovcak
7bab4a3ef2
luci-app-statistics - allow rrd files to contain :
Fixes situations where RRD file name contains ":" (eg. _ping/ipv6_) in `rrdtool` it's unescaped - thus not able to render image. Adding simple escaping of `:` to `\\:` fixes the situation.

Might be a solution for #958.
2019-04-04 00:36:05 +02:00
Jo-Philipp Wich
d679b93bad
Merge pull request #2618 from TDT-AG/pr/20199397-luci-app-statistics
luci-app-statistics: enhancements
2019-04-03 21:01:08 +02:00
Hannu Nyman
a483a8d05b
Merge pull request #2655 from castillofrancodamian/unbound
luci-app-unbound: Add Spanish translation
2019-04-02 20:15:08 +03:00
Hannu Nyman
b39df7f051
Merge pull request #2654 from castillofrancodamian/nft-qos
luci-app-nft-qos: Add Spanish translation
2019-04-02 20:14:33 +03:00
Hannu Nyman
8fa04c4b48
Merge pull request #2653 from castillofrancodamian/p910nd
luci-app-p910nd: Update Spanish translation
2019-04-02 20:14:09 +03:00
Hannu Nyman
a29e5e55d9
Merge pull request #2652 from castillofrancodamian/vnstat
luci-app-vnstat: Update Spanish translation
2019-04-02 20:13:40 +03:00
Hannu Nyman
be4ba09538
Merge pull request #2651 from castillofrancodamian/noddos
luci-app-noddos: Add Spanish translation
2019-04-02 20:13:20 +03:00
Franco Castillo
5781b813df luci-app-unbound: Add Spanish translation
Add Spanish translation

Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2019-04-02 14:11:03 -03:00
Franco Castillo
69c8281720 luci-app-nft-qos: Add Spanish translation
Add Spanish translation

Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2019-04-02 00:24:26 -03:00
Franco Castillo
a1812e15b8 luci-app-p910nd: Update Spanish translation
Update Spanish translation

Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2019-04-02 00:08:09 -03:00
Franco Castillo
b0bc9f5cfb luci-app-vnstat: Update Spanish translation
Update Spanish translation

Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2019-04-02 00:01:45 -03:00
Franco Castillo
98ce8b12ec luci-app-noddos: Add Spanish translation
Add Spanish translation

Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2019-04-01 23:55:38 -03:00
Franco Castillo
a63f9cbd12 luci-app-mwan3: Add Spanish translation
Add Spanish translation

Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2019-04-01 23:38:10 -03:00
Hannu Nyman
12322c56f8
Merge pull request #2649 from castillofrancodamian/pagekitec
luci-app-pagekitec: Add Spanish translation
2019-04-01 20:09:56 +03:00
Hannu Nyman
1172d733d5
Merge pull request #2648 from castillofrancodamian/dnscrypt
luci-app-dnscrypt-proxy: Add Spanish translation
2019-04-01 20:09:34 +03:00
Franco Castillo
33c0674694 luci-app-pagekitec: Add Spanish translation
Add Spanish translation

Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2019-03-31 20:02:46 -03:00
Franco Castillo
5138152c5f luci-app-dnscrypt-proxy: Add Spanish translation
Add Spanish translation

Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2019-03-31 19:30:12 -03:00
Franco Castillo
c60b3de895 luci-app-vpnbypass: Add Spanish translation
Add Spanish translation

Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2019-03-31 19:03:12 -03:00
Franco Castillo
908bd72725 luci-app-firewall: Update Spanish translation
Update Spanish translation

Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2019-03-27 14:23:10 -03:00
INAGAKI Hiroshi
7fab2c01be luci-app-simple-adblock: update Japanese translation
Updated Japanese translations.

Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2019-03-27 13:30:05 +09:00
Dirk Brenken
f08c01976f luci-app-wifischedule: apply-bugfix
* minimal fix for #2631 (untested)

Signed-off-by: Dirk Brenken <dev@brenken.org>
2019-03-19 20:52:00 +01:00
Paul Spooren
1dcf802257 luci-app-attendedsysupgrade: add 409 error code
HTTP Error code is send by the upgrade server in case of package
conflicts, like when requesting to install both `odhcpd` and
`odhcpd-ipv6only`.

Also put a <p> around download links to make them look more appealing.

Signed-off-by: Paul Spooren <mail@aparcar.org>
2019-03-18 16:52:31 +01:00
Paul Spooren
c318a10c14 luci-app-attendedsysupgrade: refactor and format
* Reuse `request_dict` between requests.
* used vim Autoformat plugin to make the javascript code nice.
* add board_name as it eventually replaces board/model in requests

Signed-off-by: Paul Spooren <mail@aparcar.org>
2019-03-18 12:12:32 +01:00
Florian Eckert
05f0649716 luci-app-statistics: update i18n
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2019-03-08 08:39:48 +01:00
Florian Eckert
cd1e8cc6b9 luci-app-statistics: add new item callback for menu entry
Add the item callback function to the rrdtool definitions.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2019-03-07 15:16:55 +01:00
Florian Eckert
82c2a97314 luci-app-statistics: load graph menu entry name from the definitions
This change defines the menu entry for the LuCI and the rrd definition in
one place. This also has advantage when plugins are written with
exec/python/perl or lua. The controller does not have to be touched for
the menu entry change.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2019-03-07 15:16:38 +01:00
Florian Eckert
42a060a852 luci-app-statistics: Diskfree graph show also percent view
The Diskfree (df) plugin could also collect the values in percent if the
option "ValuesPercentage" is set in the collectd configuration.
This commit will check if "df_complex" / "percent_bytes" or both are
collected by collectd and so will show the corrsponding graph.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2019-03-07 15:16:17 +01:00
Florian Eckert
b42465f3fc luci-app-statistics: rrdtool add canvas height option
Added configuration parameters to also configure the height of the rrd images.

config statistics 'rrdtool'
	option image_height '200'

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2019-03-07 15:14:11 +01:00
Hannu Nyman
61ea3ed1ee
Merge pull request #2617 from castillofrancodamian/upnp
luci-app-upnp: Update Spanish translation
2019-03-06 17:59:36 +02:00
Franco Castillo
e6025d925c luci-app-upnp: Update Spanish translation
Update Spanish translation

Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2019-03-05 20:57:19 -03:00
Franco Castillo
7e865e1072 luci-app-samba: Update Spanish translation
Update Spanish translation

Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2019-03-05 20:45:29 -03:00
Franco Castillo
41fe7ed75a luci-app-openvpn: Update Spanish translation
Update Spanish translation

Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2019-03-02 14:45:47 -03:00
Hannu Nyman
5c52239305
Merge pull request #2610 from castillofrancodamian/statistics
luci-app-statistics: Update Spanish translation
2019-03-02 18:17:02 +02:00
Franco Castillo
40d594e901 luci-app-statistics: Update Spanish translation
Update Spanish translation

Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2019-03-02 12:57:43 -03:00
Franco Castillo
7aba59e644 luci-app-transmission: Update Spanish translation
Update Spanish translation

Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2019-03-02 12:36:20 -03:00
Hannu Nyman
958e830d39
Merge pull request #2606 from castillofrancodamian/wireguard
luci-app-wireguard: Update Spanish translation
2019-03-02 09:48:26 +02:00
Hannu Nyman
472ef0aa03
Merge pull request #2607 from castillofrancodamian/upnp
luci-app-upnp: Update Spanish translation
2019-03-02 09:48:16 +02:00
Franco Castillo
279115e3bf luci-app-upnp: Update Spanish translation
Update Spanish translation

Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2019-03-01 18:49:38 -03:00
Franco Castillo
fb0c47f5d8 luci-app-wireguard: Update Spanish translation
Update Spanish translation

Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2019-03-01 18:17:41 -03:00
Hannu Nyman
56f905229e
Merge pull request #2605 from castillofrancodamian/samba4
luci-app-samba4: Update Spanish translation
2019-03-01 23:11:38 +02:00
Franco Castillo
fe0e728a96 luci-app-samba4: Update Spanish translation
Update Spanish translation

Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2019-03-01 18:06:52 -03:00
Hannu Nyman
78afd47cae
Merge pull request #2604 from castillofrancodamian/firewall
luci-app-firewall: Update Spanish translation
2019-03-01 23:06:50 +02:00
Franco Castillo
34634b2838 luci-app-firewall: Update Spanish translation
Update Spanish translation

Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2019-03-01 17:36:53 -03:00
Franco Castillo
037520f937 luci-app-wol: Update Spanish translation
Update Spanish translation

Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2019-03-01 17:00:53 -03:00
Hannu Nyman
bdfb3705ff
Merge pull request #2599 from castillofrancodamian/wifischedule
luci-app-wifischedule: Update Spanish translation
2019-02-28 22:54:56 +02:00
Hannu Nyman
81bfa5f1f0
Merge pull request #2601 from castillofrancodamian/minidlna
luci-app-minidlna: Update Spanish translation
2019-02-28 22:54:39 +02:00
Hannu Nyman
5af817d792
Merge pull request #2597 from castillofrancodamian/oslr
luci-app-olsr: Update Spanish translation
2019-02-28 22:54:24 +02:00
Hannu Nyman
affa1f9fbb
Merge pull request #2596 from castillofrancodamian/ahcp
luci-app-ahcp: Update Spanish translation
2019-02-28 22:53:26 +02:00
Hannu Nyman
780b033801
Merge pull request #2598 from castillofrancodamian/samba4
luci-app-samba4: Update Spanish translation
2019-02-28 22:53:11 +02:00
Hannu Nyman
4045d16026
Merge pull request #2600 from castillofrancodamian/advanced-reboot
luci-app-advanced-reboot: Update Spanish translation
2019-02-28 22:52:55 +02:00
Hannu Nyman
118c6c76ea
Merge pull request #2595 from castillofrancodamian/firewall
luci-app-firewall: Update Spanish translation
2019-02-28 22:52:34 +02:00
Franco Castillo
0d12a437b6 luci-app-minidlna: Update Spanish translation
Update Spanish translation

Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2019-02-28 15:23:04 -03:00
Franco Castillo
1ebe39327c luci-app-advanced-reboot: Update Spanish translation
Update Spanish translation

Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2019-02-28 15:19:40 -03:00
Franco Castillo
d6d24d0c59 luci-app-wifischedule: Update Spanish translation
Update Spanish translation

Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2019-02-28 15:07:16 -03:00
Franco Castillo
5c6dcd6d3c luci-app-samba4: Update Spanish translation
Update Spanish translation

Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2019-02-28 15:02:49 -03:00
Franco Castillo
d80995e2f4 luci-app-olsr: Update Spanish translation
Update Spanish translation

Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2019-02-28 14:58:14 -03:00
Franco Castillo
2a04635c83 luci-app-ahcp: Update Spanish translation
Update Spanish translation

Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2019-02-28 14:53:31 -03:00
Franco Castillo
26bed1e806 luci-app-firewall: Update Spanish translation
Update Spanish translation

Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2019-02-28 14:42:09 -03:00
Franco Castillo
d6dbc9a803 luci-app-transmission: Update Spanish translation
Update Spanish translation

Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2019-02-28 14:32:26 -03:00
Hannu Nyman
bbdedb2c87
Merge pull request #2588 from castillofrancodamian/qos
luci-app-qos: Update Spanish translation
2019-02-27 21:00:01 +02:00
Hannu Nyman
ef1e9f59ee
Merge pull request #2586 from castillofrancodamian/hd_idle
luci-app-hd_idle: Update Spanish translation
2019-02-27 20:59:46 +02:00
Hannu Nyman
11546d7d6c
Merge pull request #2589 from castillofrancodamian/travelmate
luci-app-travelmate: Add Spanish translation
2019-02-27 20:59:32 +02:00
Franco Castillo
174b43aee5 luci-app-travelmate: Add Spanish translation
Add Spanish translation

Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2019-02-27 15:49:30 -03:00
Franco Castillo
fb44cf74a5 luci-app-qos: Update Spanish translation
Update Spanish translation

Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2019-02-27 15:16:33 -03:00
Franco Castillo
fc4f161284 luci-app-watchcat: Update Spanish translation
Update Spanish translation

Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2019-02-27 15:07:39 -03:00
Franco Castillo
c89df15b2a luci-app-hd_idle: Update Spanish translation
Update Spanish translation

Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2019-02-27 14:42:29 -03:00
Franco Castillo
5322f2771e luci-app-wireguard: Add Spanish translation
Add Spanish translation

Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2019-02-27 14:18:45 -03:00
Hannu Nyman
2d31350bca
Merge pull request #2582 from castillofrancodamian/firewall
luci-app-firewall: Update Spanish translation
2019-02-27 16:51:01 +02:00
Franco Castillo
d3133da6b9 luci-app-firewall: Update Spanish translation
Update Spanish translation

Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2019-02-26 21:11:32 -03:00
Hannu Nyman
c17b62db10
Merge pull request #2580 from castillofrancodamian/shadowsocks-libev
luci-app-shadowsocks-libev: Add Spanish translation
2019-02-26 19:29:55 +02:00