Kristoffer Grundström
5e8c1de5b8
Finished translation into Swedish
...
Signed-off-by: Kristoffer Grundström <hamnisdude@gmail.com>
2017-06-14 17:14:18 +02:00
Christian Schoenebeck
0080c9029d
luci-app-privoxy: clear PKG_MAINTAINER
...
I do not use this software any more and due to lack of time, I give the
maintenance responsibility back to the community.
Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2017-06-10 21:51:50 +02:00
Jo-Philipp Wich
cace1d80ed
luci-app-statistics: support specifying line width in graph definitions
...
This allows a graph definition to explicitely request LINE1, LINE2 or
LINE3 for a data source.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2017-06-10 20:37:29 +02:00
Jo-Philipp Wich
b1d307d3f5
luci-app-statistics: support graph menu entries without corresponding labels
...
Properly render menu items for plugin instances that do not have a
corresponding label defined.
This allows for registering new graph pages solely by dropping files
into /usr/lib/lua/luci/statistics/rrdtool/definitions/
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2017-06-10 20:32:47 +02:00
INAGAKI Hiroshi
71f76c3475
luci-app-mwan3: Fix mismatched texts
...
"hostname" and "address" in interfaceconfig.lua are mismatched with
the strings in po/pot files, and their translations are not applied.
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2017-06-11 00:47:42 +09:00
Hannu Nyman
a94e2000cd
Merge pull request #1188 from dibdot/master
...
luci-app-adblock: sync with adblock 2.7.1
2017-06-10 10:20:31 +03:00
Dirk Brenken
bd482566f4
luci-app-adblock: sync with adblock 2.7.1
...
* "Save & Reply" now distinguish between normal and manual/backup mode
and triggers an appropriate reload or a start action
Signed-off-by: Dirk Brenken <dev@brenken.org>
2017-06-09 20:18:23 +02:00
INAGAKI Hiroshi
6f2a163b38
luci-app-adblock: Update Japanese translation
...
Updated Japanese translations, and cleaned up old translations.
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2017-06-08 05:55:29 +09:00
INAGAKI Hiroshi
a8703b5ecb
luci-app-adblock: Sync translations
...
Synchronized translations with sources.
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2017-06-08 05:22:11 +09:00
Hannu Nyman
c87ce62711
Merge pull request #1185 from dibdot/master
...
luci-app-adblock: sync with adblock 2.7.0
2017-06-07 21:31:53 +03:00
Dirk Brenken
22c252e2cd
luci-app-adblock: sync with adblock 2.7.0
...
* add new 'Manual mode' option
Signed-off-by: Dirk Brenken <dev@brenken.org>
2017-06-07 19:33:31 +02:00
INAGAKI Hiroshi
d5ece06efe
luci-app-mwan3: Update Japanese translation
...
Updated Japanese translations.
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2017-06-02 02:56:22 +09:00
Florian Eckert
dda52733e2
luci-app-mwan3: update language po
...
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2017-06-01 11:56:08 +02:00
Florian Eckert
e61f40ead8
luci-app-mwan3: fix css styling
...
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2017-06-01 11:56:08 +02:00
Florian Eckert
cb2e3c1a57
luci-app-mwan3: make interface list non sortable
...
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2017-06-01 11:56:08 +02:00
Florian Eckert
30f63ced67
luci-app-mwan3: change track_ip from ip to host datatype
...
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2017-06-01 11:56:07 +02:00
Eric Luehrsen
809ddecd39
luci-app-unbound: option 'add_extra_dns' and list 'trigger'
...
Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
2017-05-23 00:15:35 -04:00
Hannu Nyman
7deb3abbad
Merge pull request #1160 from zx2c4/wg-psk-change
...
wireguard: preshared-key is now an attribute of the peer
2017-05-17 22:36:31 +03:00
INAGAKI Hiroshi
0999f64f08
luci-app-mwan3: Fix "ip" command path
...
Fixed an issue that mwan3 fails to detect connection because "ip"
command relocated.
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2017-05-15 15:24:42 +09:00
Hannu Nyman
d04f667383
luci-app-statistics: check that uci config sections exist
...
A missing or faulty luci_statistics config file may prevent
LuCI access completely already at the login phase as
the statistics config is parsed already then.
The error is like:
.../statistics/datatree.lua:16: attempt to index upvalue 'sections' (a nil value)
User may be completely locked out of LuCI until he figures out
the need to have a proper luci_statistics config file.
Prevent the error by checking for the existence of
the uci config sections before trying to use values from them.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2017-05-10 19:15:52 +03:00
Dirk Brenken
76b3af64c0
luci-app-travelmate: sync with travelmate 0.7.3
...
* Automatically refresh the overview page after button onclick event,
e.g. 'Save & Apply'
Signed-off-by: Dirk Brenken <dev@brenken.org>
2017-05-10 16:56:58 +02:00
INAGAKI Hiroshi
78e5412e6d
luci-app-travelmate: Update Japanese translation
...
Updated Japanese translations.
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2017-05-10 16:54:07 +09:00
INAGAKI Hiroshi
0db5d5ed6a
luci-app-adblock: Update Japanese translation
...
Updated Japanese translations.
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2017-05-10 16:12:39 +09:00
Jason A. Donenfeld
b9b64aae96
wireguard: preshared-key is now an attribute of the peer
...
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2017-05-09 16:51:40 +02:00
INAGAKI Hiroshi
e720a28022
luci-app-adblock: Sync translations
...
Synchronized translations with sources.
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2017-05-09 21:30:27 +09:00
INAGAKI Hiroshi
03845c4ae7
luci-app-adblock: Fix syntax error
...
Fixed syntax error in sv/adblock.po.
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2017-05-09 21:25:40 +09:00
INAGAKI Hiroshi
bc6e0c217f
luci-app-adblock: Fix duplicated text
...
Added text "Input file not found. Please check your configuration." by
commit 9b4b1df
is duplicated. so I replaced the text with previously
existed.
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2017-05-09 19:14:24 +09:00
Hannu Nyman
0145e9f307
i18n: sync translations
...
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2017-05-09 11:11:36 +03:00
Hannu Nyman
0a6ce20423
luci-app-statistics: processes: fix graph visibility
...
Fix graph visibility on processes page based on plugin
instance. The overview instance is empty, while monitored
processes have their own instances.
Original version of the patch created by @koblack and
discussed in #1021
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2017-05-09 09:46:50 +03:00
Hannu Nyman
7f256e257c
Merge pull request #1157 from dibdot/app-adblock
...
luci-app-adblock: sync with adblock 2.6.3
2017-05-08 12:28:06 +03:00
Dirk Brenken
9b4b1dfebd
luci-app-adblock: sync with adblock 2.6.3
...
* Limit Blacklist/Whitelist Online editing to max. 512 KB, approx.
20.000 domains per list
* Automatically refresh the overview page after button onclick event,
e.g. 'Suspend/Resume' or 'Save & Apply'
* cosmetics
Signed-off-by: Dirk Brenken <dev@brenken.org>
2017-05-08 11:15:19 +02:00
Hannu Nyman
fb2e4a80c1
Merge pull request #1151 from TDT-GmbH/luci-app-openvpn-fix
...
luci-app-openvpn: fix proto param selection in basic
2017-05-08 10:46:09 +03:00
Hannu Nyman
1b42d7a02d
Merge pull request #1154 from stangri/luci-app-simple-adblock
...
luci-app-simple-adblock: pt/pt-br translations.
2017-05-08 09:55:35 +03:00
Stan Grishin
b5529b5c86
luci-app-simple-adblock: pt translation
...
Signed-off-by: Stan Grishin <stangri@melmac.net>
2017-05-08 03:58:15 +03:00
Kristoffer Grundström
5ea1961b8d
Updated adblock
...
Signed-off-by <hamnisdude@gmail.com>
2017-05-07 21:14:10 +02:00
Dirk Brenken
d0938f33e0
luci-app-travelmate: sync with travelmate 0.7.2
...
* simplify uplink interface setup (just one Click! ;-),
now part of the overview tab (removed separate setup page!)
* cosmetics
Signed-off-by: Dirk Brenken <dev@brenken.org>
Conflict resolved by Hannu Nyman
2017-05-07 19:57:08 +03:00
Florian Eckert
ffcd81aa15
luci-app-openvpn: fix proto param selection in basic
...
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2017-05-04 14:01:03 +02:00
INAGAKI Hiroshi
86a708b06b
i18n: Sync translations
...
Synchronized translations with sources.
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2017-05-02 19:12:32 +09:00
Hannu Nyman
2bc2f935a0
luci-app-statistics: fix whitespace
...
* fix whitespace in config file
* place the contextswitch item corerrctly
in the sorted options list
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2017-05-02 10:07:30 +03:00
Hannu Nyman
61797d5b13
Merge pull request #1139 from fantom-x/luci-app-hd-idle-menu-item
...
luci-app-hd-idle: removed dashes in menu items and text labels
2017-04-30 23:27:00 +03:00
fantom-x
d2ce55bc1e
luci-app-hd-idle: removed dashes in menu items and text labels
...
"hd-idle" replaced with "HDD Idle" in the menu and on the page. All translation files updated accordingly.
Signed-off-by: Marc Benoit marcb6218@gmail.com
2017-04-30 15:56:42 -04:00
Hannu Nyman
b737831e56
luci-app-statistics: processes plugin: add labels, correct data
...
Enhance processes statistics page:
* add proper labels to graphs
* correct RSS memory stats title, add VSZ stats
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2017-04-30 19:05:19 +03:00
Hannu Nyman
c36201efb0
Merge pull request #1133 from fantom-x/luci-app-samba-browseable
...
luci-app-samba: add "Browsable" checkbox to each share
2017-04-30 16:14:15 +03:00
fantom-x
e31b6e9379
luci-app-samba: use flag for "Share home-directories" option
...
"Share home-directories" has only two values 0 and 1. There is no need for it to be a text box
Signed-off-by: Marc Benoit marcb6218@gmail.com
2017-04-30 09:03:39 -04:00
fantom-x
d62cb8f615
luci-app-samba: add "Browsable" checkbox to the "Network Shares" page for each share
...
Signed-off-by: Marc Benoit marcb6218@gmail.com
2017-04-29 16:53:08 -04:00
fantom-x
5bf636732e
Support for collectd-mod-contextswitch
...
Signed-off-by: Marc Benoit marcb6218@gmail.com
2017-04-29 12:38:23 -04:00
INAGAKI Hiroshi
24a4825aec
luci-app-adblock: Update Japanese translation
...
Updated Japanese translations.
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2017-04-29 09:32:17 +09:00
INAGAKI Hiroshi
cab116bfb9
luci-app-adblock: Sync translations
...
Synchronized translations with sources.
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2017-04-29 09:19:44 +09:00
Hannu Nyman
26fb47b106
Merge pull request #1128 from dibdot/app-adblock
...
luci-app-adblock: fix markup
2017-04-27 10:16:57 +03:00
Dirk Brenken
2dd0bae805
luci-app-adblock: fix markup
...
Signed-off-by: Dirk Brenken <dev@brenken.org>
2017-04-26 23:31:11 +02:00