Yousong Zhou
76a4609c66
luci-app-shadowsocks-libev: hide key, password value in instance overview
...
This is mainly for ss_server section
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2017-08-08 11:25:22 +08:00
Hannu Nyman
71fd98c44a
Merge pull request #1285 from kuoruan/i18n-zh-cn
...
luci-app-nlbwmon: Fix and update Simplified Chinese translation
2017-08-07 16:02:53 +03:00
kuoruan
2bcf29d54a
luci-app-nlbwmon: Fix and update Simplified Chinese translation
...
Signed-off-by: Hsing-wang Liao <kuoruan@gmail.com>
2017-08-07 18:28:29 +08:00
Jo-Philipp Wich
1fdad2616d
luci-app-nlbw: make display template XHTML compliant
...
This allows proper rendering in OpenWrt theme. Fixes #1284 .
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2017-08-07 09:56:30 +02:00
Hannu Nyman
bf7e21c65c
Merge pull request #1283 from musashino205/tmate-upd-ja
...
luci-app-travelmate: Update Japanese translation
2017-08-06 18:46:52 +03:00
Hannu Nyman
8ff8b03722
Merge pull request #1264 from kuoruan/zh-cn-tr
...
Update some Simplified Chinese translation
2017-08-06 18:46:29 +03:00
INAGAKI Hiroshi
50c796fb13
luci-app-travelmate: Update Japanese translation
...
Updated Japanese translations.
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2017-08-07 00:25:50 +09:00
kuoruan
2c32ed1863
luci-app-nlbwmon: Add Simplified Chinese translation
...
Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
2017-08-06 22:21:05 +08:00
Hsing-Wang Liao
baac7eba42
luci-app-firewall: Update Simplified Chinese translation
...
Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
2017-08-06 22:21:05 +08:00
Hsing-Wang Liao
afb3c2a934
luci-app-firewall: Fix a word typo, arbritary -> arbitrary
...
Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
2017-08-06 22:21:04 +08:00
INAGAKI Hiroshi
ba2dd646fa
luci-app-travelmate: Sync translations
...
Synchronized translations with sources.
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2017-08-06 21:13:29 +09:00
Hsing-Wang Liao
ba548d3844
luci-app-bcp38: Add Simplified Chinese translation
...
Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
2017-08-06 17:42:49 +08:00
Hannu Nyman
1dd49b93c7
Merge pull request #1281 from dibdot/travelmate
...
luci-app-travelmate: bugfix
2017-08-06 08:49:19 +03:00
Dirk Brenken
4e80499a02
luci-app-travelmate: bugfix
...
* fix bug in interface wizard during initial setup
* cosmetics
Signed-off-by: Dirk Brenken <dev@brenken.org>
2017-08-05 21:49:28 +02:00
Jo-Philipp Wich
53da9adc25
Merge pull request #1279 from aparcar/fix_slash
...
luci-app-attendedsysupgrade: remove leading slash
2017-08-05 14:04:30 +02:00
INAGAKI Hiroshi
a9afd33afe
luci-app-adblock: Update Japanese translation
...
Updated Japanese translations.
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2017-08-05 13:55:30 +09:00
INAGAKI Hiroshi
f7b0e3f5ef
luci-app-adblock: Sync translations
...
Synchronized translations with sources.
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2017-08-05 13:47:21 +09:00
Paul Spooren
a22f050861
luci-app-attendedsysupgrade: remove leading slash
...
the slash leads to // redirecting to /. The redirecting causes problems
with CORS [1].
[1]: http://enable-cors.org/
Signed-off-by: Paul Spooren <paul@spooren.de>
2017-08-04 18:09:43 +02:00
Hannu Nyman
d082ed964b
Merge pull request #1278 from yousong/shadowsocks-libev
...
luci-app-shadowsocks-libev: support ss_redir disable_sni option
2017-08-04 17:33:15 +03:00
Yousong Zhou
5d91683575
luci-app-shadowsocks-libev: support ss_redir disable_sni option
...
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2017-08-04 22:29:09 +08:00
Hannu Nyman
af8e2c6d17
Merge pull request #1277 from dibdot/adblock
...
luci-app-adblock: sync with adblock 2.8.5
2017-08-04 13:35:41 +03:00
Dirk Brenken
0f13f7eb81
luci-app-adblock: sync with adblock 2.8.5
...
* add preliminary kresd support
* small fixes
Signed-off-by: Dirk Brenken <dev@brenken.org>
2017-08-04 11:12:03 +02:00
Hannu Nyman
efb7e5f365
Merge pull request #1275 from dibdot/travelmate
...
luci-app-travelmate: small bugfixes & optimizations
2017-08-03 18:29:48 +03:00
Dirk Brenken
b110746b98
luci-app-travelmate: small bugfixes & optimizations
...
* various small bugfixes and optimizations
Signed-off-by: Dirk Brenken <dev@brenken.org>
2017-08-03 17:04:58 +02:00
Paul Spooren
b90153386c
luci-app-attendedsysupgrade: add package
...
Add a simple luci view in system tab to perform a sysupgrade
with no hassle.
Asks an external update server for upgrades, downloads and
flashes the upgrade.
This packge is the frontend for my current GSoC project:
https://summerofcode.withgoogle.com/projects/#5684958571003904
More code is found here:
https://github.com/aparcar/gsoc17-attended-sysupgrade
Signed-off-by: Paul Spooren <paul@spooren.de>
[jo@mein.io: squash commits, remove PKGARCH from Makefile]
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2017-08-02 22:28:50 +02:00
Yousong Zhou
7fae5f5c22
luci-app-shadowsocks-libev: add common flag ipv6_first
...
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2017-08-02 15:02:31 +08:00
Yousong Zhou
a668c58607
luci-app-shadowsocks-libev: remove redundant duplicate methods
...
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2017-08-02 14:35:32 +08:00
Jo-Philipp Wich
f438c1c1ab
Merge pull request #1271 from musashino205/nbm-upd-ja
...
luci-app-nlbwmon: Update Japanese translation
2017-08-01 14:00:14 +02:00
Jo-Philipp Wich
e276df2051
luci-app-nlbwmon: always fetch latest data
...
When displaying the most current accounting period, pass an empty timestamp
to the backend in order to query the current in-memory data instead of the
latest committed values.
This ensures that the dashboard always renders the most current data in its
default view.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2017-08-01 13:51:45 +02:00
INAGAKI Hiroshi
feca480f5f
luci-app-nlbwmon: Update Japanese translation
...
Updated Japanese translations.
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2017-08-01 19:41:57 +09:00
Hannu Nyman
7387bf619f
Merge pull request #1270 from dibdot/travelmate
...
luci-app-travelmate: rework wireless station re-ordering
2017-08-01 09:20:18 +03:00
Dirk Brenken
3909cf79dc
luci-app-travelmate: rework wireless station re-ordering
...
* rework wireless station re-ordering code, now complete uci index
based, therefore no longer tied to a definite order of wifi-iface
sections
Signed-off-by: Dirk Brenken <dev@brenken.org>
2017-07-31 23:07:11 +02:00
Jo-Philipp Wich
6f9b75cc42
luci-app-nlbwmon: remove version marker from javascripts
...
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2017-07-31 19:32:02 +02:00
Jo-Philipp Wich
3722aa0286
luci-app-nlbwmon: improve initial view
...
Make sure that placeholder pie charts are rendered, display a hint about
yet missing data in the tables and offer a link to force-commit ("Reload")
the data.
Also fix some mixed white space, an imbalanced dom operation and sync
translation template.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2017-07-31 19:15:17 +02:00
INAGAKI Hiroshi
2e5da9b4fe
luci-app-travelmate: Update Japanese translation
...
Updated Japanese translations.
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2017-07-31 21:18:28 +09:00
INAGAKI Hiroshi
439f0dbafc
luci-app-travelmate: Sync translations
...
Synchronized translations with sources.
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2017-07-31 20:56:24 +09:00
Hannu Nyman
0b11fdebf8
Merge pull request #1267 from dibdot/travelmate
...
luci-app-travelmate: bugfixes
2017-07-31 12:40:43 +03:00
Jo-Philipp Wich
f7a9c713e5
luci-app-nlbwmon: add missing charting library
...
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2017-07-31 11:11:21 +02:00
Dirk Brenken
4142839e0d
luci-app-travelmate: bugfixes
...
* fix interface default value on overview page
* fix re-ordering of wireless stations
* added translation fix by INAGAKI Hiroshi <musashino.open@gmail.com>
Signed-off-by: Dirk Brenken <dev@brenken.org>
2017-07-31 10:26:09 +02:00
Hannu Nyman
fd6f892bc1
Merge pull request #1263 from musashino205/nbm-add-ja
...
luci-app-nlbwmon: Add Japanese translation
2017-07-30 19:48:49 +03:00
Hannu Nyman
c22b44b3fb
Merge pull request #1261 from dibdot/travelmate
...
luci-app-travelmate: enhancements & fixes
2017-07-30 19:48:32 +03:00
INAGAKI Hiroshi
7594c52888
luci-app-nlbwmon: Add Japanese translation
...
Added po templates and Japanese translation.
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2017-07-30 19:08:36 +09:00
Jo-Philipp Wich
2523e0f479
Merge pull request #1259 from jow-/introduce-nlbwmon
...
luci-app-nlbwmon: new package
2017-07-30 11:54:09 +02:00
Dirk Brenken
81f52d4290
luci-app-travelmate: enhancements & fixes
...
* Further optimized Station Overview & Scan page,
especially for mobile devices
* add a "Rescan" button in manual mode on overview page
* XHTML fixes
Signed-off-by: Dirk Brenken <dev@brenken.org>
2017-07-29 17:36:48 +02:00
Jo-Philipp Wich
0fe93fc3a3
luci-app-nlbwmon: new package
...
This commit introduces luci-app-nlbwmon, a frontend for nlbwmon, the
lightweight NetLink BandWidth Montor.
The nlbwmon daemon gathers per-host traffic statistics by querying netlink
accounting data. Due to this approach, the executable is very small and does
not rely on libpcap and CPU intensive raw sockets to monitor traffic.
Depends on PR https://github.com/openwrt/packages/pull/4646
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2017-07-28 16:26:42 +02:00
INAGAKI Hiroshi
3604e4756d
luci-app-mwan3: Update Japanese translation
...
Updated Japanese translations.
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2017-07-28 13:47:25 +09:00
Hannu Nyman
3603e27e30
i18n: sync translations
...
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2017-07-27 19:40:47 +03:00
Hannu Nyman
f450c0403d
Merge pull request #1252 from musashino205/mwan3-fix-status
...
luci-app-mwan3: Add translate strings in update_status()
2017-07-25 08:36:52 +03:00
Hannu Nyman
314dd1aa11
Merge pull request #1251 from dibdot/luci-app-travelmate
...
luci-app-travelmate: enhancements & fixes
2017-07-25 08:35:53 +03:00
Dirk Brenken
5dd6be4513
luci-app-travelmate: enhancements & fixes
...
* add re-ordering buttons in Station Overview
* fix possible nil error during wifi scan
Signed-off-by: Dirk Brenken <dev@brenken.org>
2017-07-25 07:24:59 +02:00
INAGAKI Hiroshi
ec305ecc82
luci-app-mwan3: Sync translations
...
Synchronized translations with sources.
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2017-07-25 14:12:25 +09:00
INAGAKI Hiroshi
35cfbe09cc
luci-app-mwan3: Add translate strings in update_status()
...
Translation function is not used in "start", "stop", and "restart",
and I modified them because the LuCI i18n-tools cannot be detected.
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2017-07-25 13:56:50 +09:00
Hannu Nyman
6c8a9f104c
Merge pull request #1250 from dibdot/luci-app-travelmate
...
luci-app-travelmate: small bugfixes
2017-07-24 19:54:31 +03:00
Dirk Brenken
31f77a3cfe
luci-app-travelmate: small bugfixes
...
* speed up wireless scan
* emphasize active uplink in Station Overview
* mark hidden SSIDs
Signed-off-by: Dirk Brenken <dev@brenken.org>
2017-07-24 16:02:21 +02:00
Hannu Nyman
844a741e7e
Merge pull request #1249 from yousong/shadowsocks-libev
...
luci-app-shadowsocks-libev: auto update instance running state
2017-07-24 14:57:07 +03:00
Hannu Nyman
3f0aead2ea
Merge pull request #1248 from musashino205/tmate-upd-ja
...
luci-app-travelmate: Update Japanese translation
2017-07-24 14:56:51 +03:00
Hannu Nyman
f7cf1dae69
Merge pull request #1239 from kuoruan/zh-cn-tr
...
Add some translate strings & Update Simplified Chinese translation
2017-07-24 14:51:12 +03:00
INAGAKI Hiroshi
47cf4afa4d
luci-app-travelmate: Update Japanese translation
...
Updated Japanese translations, and cleaned up old translations.
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2017-07-24 16:25:17 +09:00
Yousong Zhou
06ad394dde
luci-app-shadowsocks-libev: auto update instance running state
...
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2017-07-24 14:53:36 +08:00
INAGAKI Hiroshi
01c5bc66a9
luci-app-travelmate: Sync translations
...
Synchronized translations with sources.
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2017-07-24 14:56:48 +09:00
Hannu Nyman
17de308ab7
Merge pull request #1240 from bobmseagithub/luci-app-statistics_Voltage_graphs
...
luci-app-statistics: Voltage graphs - AC and DC
2017-07-24 08:02:18 +03:00
bobmseagithub
2145b7b33b
luci-app-statistics: Voltage graphs - AC and DC
...
The Voltage graph combines Battery, Input Voltage and Output Voltage.
The Y-Axis scale masks changes in Input/Output voltages over time.
This patch splits the graphs into 2 graphs.
This makes it possible to see variations in AC Input/Output voltages.
Signed-off-by: Bob Meizlik <bobmseagithub@squakmt.com>
2017-07-23 20:44:44 -07:00
Hannu Nyman
8f62b28948
Merge pull request #1242 from yousong/shadowsocks-libev
...
luci-app-shadowsocks-libev: rewrite for shadowsocks-libev 3.0.6-2
2017-07-23 19:37:10 +03:00
Hannu Nyman
52a0787c3f
Merge pull request #1238 from dibdot/luci-app-travelmate
...
luci-app-travelmate: sync with travelmate 0.9.0
2017-07-23 19:34:39 +03:00
Yousong Zhou
48b5ccfad5
luci-app-shadowsocks-libev: rewrite for shadowsocks-libev 3.0.6-2
...
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2017-07-23 23:40:26 +08:00
Hsing-Wang Liao
ccca70579f
luci-app-mwan3: Clean unneeded css styles
...
Some css styles were cleaned by commit e61f40ead8
but that commit forget the file advanced_wirelessconfig.htm, clean these styles to unify style.
Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
2017-07-23 14:34:44 +08:00
Hsing-Wang Liao
e3b22c4888
luci-app-mwan3: Update Simplified Chinese translation
...
Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
2017-07-23 10:42:50 +08:00
kuoruan
7445849460
luci-app-mwan3: Add more translate strings
...
Signed-off-by: Hsing-wang Liao <kuoruan@gmail.com>
2017-07-23 10:42:49 +08:00
Yousong Zhou
90de442347
luci-app-firewall: fix typo dsp -> ds
...
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2017-07-21 20:34:46 +08:00
Dirk Brenken
e900b892e8
luci-app-travelmate: sync with travelmate 0.9.0
...
* add a wireless station manager to edit and delete existing
interfaces or scan for new uplinks
Signed-off-by: Dirk Brenken <dev@brenken.org>
2017-07-20 07:44:15 +02:00
Stan Grishin
f6505fc01c
luci-app-advanced-reboot: initial commit
...
Signed-off-by: Stan Grishin <stangri@melmac.net>
2017-07-12 23:21:36 -07:00
Jo-Philipp Wich
854a5f68bb
luci-app-shadowsocks-libev: eliminate use of luci.sys.net.arptable()
...
Translate the use of luci.sys.net.arptable() to luci.ip.neighbors() to allow
dropping the former function from base LuCI later on.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2017-07-11 14:05:31 +02:00
Hannu Nyman
4f127c3254
Merge pull request #1229 from dibdot/master
...
luci-app-adblock: bugfix
2017-07-05 22:38:32 +03:00
Dirk Brenken
985f0f5118
luci-app-adblock: bugfix
...
* fix nil error on overview page
Signed-off-by: Dirk Brenken <dev@brenken.org>
2017-07-05 21:31:56 +02:00
guidosarducci
808f261793
luci-app-statistics: add support for apcups plugin
...
OpenWRT/LEDE support for APC UPSes is only partial: although the collectd
apcups plugin is included, related lua/luci code is missing. These changes
add the lua side and have been used for ~2 years, both on OpenWRT and LEDE.
Reworked from patches submitted by James Klaas to the luci development list
in 2015.
Signed-off-by: Tony Ambardar <itugrok@yahoo.com>
2017-07-04 16:07:14 -07:00
Hannu Nyman
afa7a14caf
luci-app-statistics: set logfile as first item in collectd.conf
...
Force logfile plugin to be evaluated first so that it gets placed
first in the collectd.conf file.
Reference to https://collectd.org/wiki/index.php/Plugin:LogFile
Fixes #1219
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2017-07-02 23:22:26 +03:00
Hannu Nyman
2dc60d2b44
Merge pull request #1225 from dibdot/master
...
luci-app-adblock: sync with adblock 2.8.1
2017-06-29 14:08:12 +03:00
Dirk Brenken
3c5e41d369
luci-app-adblock: sync with adblock 2.8.1
...
* add bind support
Signed-off-by: Dirk Brenken <dev@brenken.org>
2017-06-29 12:58:33 +02:00
Hannu Nyman
cb557f61c3
Merge pull request #1194 from TDT-GmbH/add-license-tags
...
Add license tags
2017-06-20 16:40:48 +03:00
Kristoffer Grundström
286f8f6cd4
luci-app-firewall: Updated Swedish translation
...
Signed-off-by: Kristoffer Grundström <hamnisdude@gmail.com>
2017-06-17 22:08:51 +02:00
Hannu Nyman
d2f64a497b
Merge pull request #1207 from Umeaboy/patch-34
...
luci-app-diag-core: Updated Swedish translation
2017-06-17 22:11:58 +03:00
Hannu Nyman
616614f1ba
Merge pull request #1206 from Umeaboy/patch-33
...
luci-app-aria2: Created Swedish translation
2017-06-17 22:11:45 +03:00
Hannu Nyman
1502b7f7a3
Merge pull request #1205 from Umeaboy/patch-32
...
clamav: Added the Swedish language
2017-06-17 22:11:20 +03:00
Kristoffer Grundström
325f557958
luci-app-diag-core: Updated Swedish translation
...
Signed-off-by: Kristoffer Grundström <hamnisdude@gmail.com>
2017-06-17 20:36:02 +02:00
Kristoffer Grundström
4b5487e2a3
luci-app-aria2: Created Swedish translation
...
Signed-off-by: Kristoffer Grundström <hamnisdude@gmail.com>
2017-06-17 20:23:36 +02:00
Kristoffer Grundström
8a718169e7
clamav: Added the Swedish language
...
Signed-off-by: Kristoffer Grundström <hamnisdude@gmail.com>
2017-06-17 20:04:52 +02:00
Kristoffer Grundström
b9830a5e50
luci-app-commands-sv
...
Signed-off-by: Kristoffer Grundström <hamnisdude@gmail.com>
2017-06-17 19:49:23 +02:00
Hannu Nyman
9af5013810
Merge pull request #1199 from Umeaboy/patch-29
...
Some translations for Swedish done.
2017-06-17 09:22:10 +03:00
Kristoffer Grundström
e97e690aeb
Some translation for Swedish done.
...
Signed-off-by: Kristoffer Grundström <hamnisdude@gmail.com>
2017-06-14 18:08:43 +02:00
Kristoffer Grundström
caf6d9c103
Some translations for Swedish done.
...
Signed-off-by: Kristoffer Grundström <hamnisdude@gmail.com>
2017-06-14 17:36:47 +02:00
Kristoffer Grundström
f207747482
Some translation for Swedish done.
...
Signed-off-by: Kristoffer Grundström <hamnisdude@gmail.com>
2017-06-14 17:32:50 +02:00
Kristoffer Grundström
dd18385a61
Finished translation to Swedish
...
Signed-off-by: Kristoffer Grundström <hamnisdude@gmail.com>
2017-06-14 17:19:33 +02:00
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
Quirin Hofstaetter
b2ee84ce60
luci-app-qos: add license tag
...
Signed-off-by: Quirin Hofstaetter <qh@dev.tdt.de>
2017-06-13 13:40:05 +02:00
Quirin Hofstaetter
015348d8e1
luci-app-firewall: add license tag
...
Signed-off-by: Quirin Hofstaetter <qh@dev.tdt.de>
2017-06-13 13:40:01 +02:00
Quirin Hofstaetter
42be6e3257
luci-app-commands: add license tag
...
Signed-off-by: Quirin Hofstaetter <qh@dev.tdt.de>
2017-06-13 13:39:53 +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
Christian Schoenebeck
3e0492fee9
luci-app-ddns: fix to correct system status
...
preset network "wan", if not configured in ddns config to correct
display system status #1117
Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2017-04-26 21:54:57 +02:00
Hannu Nyman
415b99de5a
Merge pull request #1124 from dibdot/app-adblock
...
luci-app-adblock: sync with 2.6.1
2017-04-26 14:52:16 +03:00
Dirk Brenken
0e80aba7b1
luci-app-adblock: sync with 2.6.1
...
* add two new extra options
* cosmetics
Signed-off-by: Dirk Brenken <dev@brenken.org>
2017-04-25 23:17:08 +02:00
Vladimir Ulrich
f45d8767a6
[luci-app-openvpn] Fixed ivalid checks for parameters in VPN tab.
...
closes #887
Signed-off-by: Vladimir Ulrich <admin@evl.su>
2017-04-25 19:40:41 +03:00
Hannu Nyman
8701c8b001
luci-app-uhttpd: remove unnecessary fields from Makefile
...
Remove unnecessary fields from Makefile and
rely on LuCI automatics.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2017-04-23 17:07:44 +03:00
Hannu Nyman
fed6b9ef19
luci-app-dynapoint: remove unnecessary fields from Makefile
...
Remove unnecessary fields from Makefile and
rely on LuCI automatics.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2017-04-23 13:12:30 +03:00
Hannu Nyman
1e53316a45
luci-app-fwknopd: remove unnecessary fields from Makefile
...
Remove unnecessary version fields from Makefile and
rely on LuCI automatics.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2017-04-23 13:11:17 +03:00
INAGAKI Hiroshi
96d182ebea
luci-app-travelmate: Update Japanese translation
...
Updated Japanese translations.
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2017-04-22 17:43:01 +09:00
INAGAKI Hiroshi
1a71a502f9
luci-app-travelmate: Sync translations
...
Synchronized translations with sources.
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2017-04-22 16:41:57 +09:00
INAGAKI Hiroshi
44c41e57d0
luci-app-travelmate: Fix detection issues of i18n tools
...
Fixed detection issues of i18n tools for translation target.
'translate()' -> 'translatef()'
And fixed the format within that function.
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2017-04-22 16:25:37 +09:00
Hannu Nyman
494fc4cdb9
Merge pull request #1118 from dibdot/app-travelmate
...
travelmate: major frontend update
2017-04-21 22:19:35 +03:00
Dirk Brenken
bbd2c52a16
travelmate: major frontend update
...
* all options are full configurable via frontend
* show current runtime information
* show current travelmate logfile information
* automatic wwan network interface setup (advanced section)
* direct access to all relevant configuration files (advanced section)
Signed-off-by: Dirk Brenken <dev@brenken.org>
2017-04-21 21:09:14 +02:00
liushuyu
e741857fc8
luci-app: Improve zh-CN translations
2017-04-18 14:00:07 -06:00
Hannu Nyman
cee4427eeb
Merge pull request #1110 from psyborg55/psyborg55-patch-1
...
luci-app-mwan3: disable uci/sed errors print to syslog
2017-04-18 15:40:03 +03:00
Hannu Nyman
91c0b91a2e
Merge pull request #1115 from dibdot/app-adblock
...
luci-app-adblock: sync with 2.6.0-2
2017-04-17 20:29:11 +03:00
Dirk Brenken
b234897789
luci-app-adblock: sync with 2.6.0-2
...
* made default trigger delay more conservative to fix possible start up
issues
* add luci-lib-jsonc dependency
Signed-off-by: Dirk Brenken <dev@brenken.org>
2017-04-17 17:52:27 +02:00
Yousong Zhou
ed11130b84
luci-app-upnp: fix setting ucitrack init option
...
Fixes FS#693
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2017-04-15 11:51:55 +08:00
psyborg55
d912d6bb47
luci-app-mwan3: disable uci/sed errors print to syslog
...
Maintainer: @arfett
Compile tested: ramips, xiaomi mini, r50082
Run tested: ramips, xiaomi mini, r50082
Add uci parameter to silence errors printed to syslog and append extra redirect of sed error messages to /dev/null.
Signed-off-by: Tomislav Požega <pozega.tomislav@gmail.com>
2017-04-14 23:30:47 +02:00
INAGAKI Hiroshi
738538d14c
luci-app-adblock: Update Japanese translation
...
Updated Japanese translations.
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2017-04-13 13:11:58 +09:00
INAGAKI Hiroshi
a7dc588a0f
luci-app-adblock: Sync translations
...
Synchronized translations with sources.
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2017-04-13 12:35:16 +09:00
Hannu Nyman
fa6dc645e8
Merge pull request #1108 from dibdot/app-adblock
...
luci-app-adblock: sync with adblock 2.6.0
2017-04-12 17:04:35 +03:00
Dirk Brenken
3096af833b
luci-app-adblock: sync with adblock 2.6.0
...
* add new trigger timeout input field
* the download utility plus SSL Library will be listed in runtime
information and the blocklist source table contains an additional
"SSL req." column
* various small fixes
* changed copyright notice
Signed-off-by: Dirk Brenken <dev@brenken.org>
2017-04-12 11:56:02 +02:00
Martin Schiller
91daed4530
luci-app-openvpn: Fix default value for remote_random flag
...
Signed-off-by: Martin Schiller <ms@dev.tdt.de>
2017-04-12 06:26:10 +02:00
INAGAKI Hiroshi
99af05d103
luci-app-mwan3: Update Japanese translation
...
Updated Japanese translations.
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2017-04-10 23:05:48 +09:00
Hannu Nyman
7a7e08c39b
luci-app-mwan3: sync translations
...
Fix manually minor breakage from the previous commit.
Prune some deleted strings.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2017-04-10 14:42:14 +03:00
INAGAKI Hiroshi
473409ad8e
luci-app-mwan3: Fix luci tools cannot detect translate()
...
Fixed strings in Lua sources where the LuCI i18n tools cannot be
detected. And also fixed some other problems.
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2017-04-09 21:38:36 +09:00
Hsing-Wang Liao
5900ca8db7
luci-app-mwan3: Add Simplified Chinese translation
...
Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
2017-04-09 16:18:44 +08:00
INAGAKI Hiroshi
601784f283
luci-app-mwan3: Update Japanese translation
...
Synchronized translations with sources and updated japanese
translations.
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2017-04-07 03:53:13 +09:00
Hannu Nyman
a33dfdd67c
Merge pull request #1094 from TDT-GmbH/luci-app-mwan3-update
...
luci-app-mwan3: update interfaceconfig page with new params
2017-04-06 11:11:37 +03:00
Hannu Nyman
d3fc9b2a37
Merge pull request #1098 from musashino205/mwan3-add-ja
...
luci-app-mwan3: Add Japanese translation
2017-04-04 18:06:19 +03:00
INAGAKI Hiroshi
c528be41b7
luci-app-adblock: Update Japanese translation
...
Added and Modified some Japanese translations.
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2017-04-04 23:33:16 +09:00
INAGAKI Hiroshi
09c33440da
luci-app-adblock: Sync translations
...
Synchronized translations with sources.
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2017-04-04 23:28:50 +09:00
INAGAKI Hiroshi
fce9f5248b
luci-app-mwan3: Add Japanese translation
...
Added po templates and Japanese translations.
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2017-04-04 22:49:38 +09:00
Hannu Nyman
1390a6465d
Merge pull request #1096 from dibdot/app-adblock
...
luci-app-adblock: sync with adblock 2.5.1
2017-04-04 15:28:44 +03:00
Dirk Brenken
03ae05549d
luci-app-adblock: sync with adblock 2.5.1
...
* made buttons translatable
* accept empty values for interface trigger input field
* replace 'url' with 'luci.dispatcher.build_url'
Signed-off-by: Dirk Brenken <dev@brenken.org>
2017-04-04 14:11:41 +02:00
INAGAKI Hiroshi
a0e9d3474d
luci-app-adblock: Update Japanese translation
...
Updated Japanese translation.
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2017-04-04 20:04:51 +09:00
Florian Eckert
71f2f045b2
luci-app-mwan3: add me as co maintainer
...
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2017-04-03 11:19:56 +02:00
Florian Eckert
7e4fb9998b
luci-app-mwan3: add failure and recovery interval
...
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2017-04-03 11:16:42 +02:00
Florian Eckert
e49e657859
luci-app-mwan3: call translatef funktion if reasonable
...
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2017-04-03 11:04:34 +02:00
Florian Eckert
e1e5743a1a
luci-app-mwan3: add new ip family param
...
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2017-03-31 15:02:03 +02:00
Florian Eckert
7d5579b3e0
luci-app-mwan3: add new conntrack flash param
...
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2017-03-31 15:01:51 +02:00
Florian Eckert
585b6b3111
luci-app-mwan3: add new ping size param
...
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2017-03-31 15:01:41 +02:00
INAGAKI Hiroshi
369dbbfe71
i18n: Sync translations
...
Synchronized all translations.
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2017-03-31 00:50:22 +09:00
Dirk Brenken
a9ae300673
luci-app-adblock: fix XHTML/HTML5 markup
...
* fix XHTML parsing errors in openwrt theme
* tested with openwrt, bootstrap & material theme
Signed-off-by: Dirk Brenken <dev@brenken.org>
2017-03-28 20:05:03 +02:00
INAGAKI Hiroshi
8db29afb59
luci-app-adblock: Update Japanese translation
...
Added Japanese translations of recently added strings.
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2017-03-27 22:20:46 +09:00
INAGAKI Hiroshi
9e869fb003
luci-app-adblock: Sync translations
...
Synchronized translations with Lua sources.
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2017-03-27 22:04:31 +09:00
Hannu Nyman
0ca4e3b883
Merge pull request #1083 from dibdot/luci-app-adblock
...
luci-app-adblock: small fixes in overview tab
2017-03-27 14:25:49 +03:00
Dirk Brenken
f2264da43c
luci-app-adblock: small fixes in overview tab
...
* mute stderr in syscalls
* better suspend/resume button handling
Signed-off-by: Dirk Brenken <dev@brenken.org>
2017-03-27 11:36:41 +02:00
INAGAKI Hiroshi
d3fecae59e
luci-app-adblock: Fix display issues with translation
...
Fixed display issues when applying translation.
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2017-03-27 14:38:52 +09:00
INAGAKI Hiroshi
5c11719b44
luci-app-adblock: Fix package call from buildroot
...
Cannot load this package in buildroot, so I fixed package call from
buildroot in the Makefile.
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2017-03-26 23:15:03 +09:00
Hannu Nyman
dbc156f40a
Merge pull request #1080 from dibdot/luci-app-adblock
...
luci-app-adblock: major update
2017-03-26 14:15:07 +03:00
Dirk Brenken
1bc3833e68
luci-app-adblock: major update
...
* multi-tab navigation
Overview/View Logfile/Advanced
Advanced: Edit Blacklist/Whitelist/Configuration
Query domains
* all adblock options are now configurable via LuCI
Signed-off-by: Dirk Brenken <dev@brenken.org>
2017-03-26 08:49:02 +02:00
INAGAKI Hiroshi
50b1cf8fc9
luci-app-clamav: Add Japanese translation
...
Added po templates and Japanese translations.
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2017-03-26 15:24:16 +09:00
INAGAKI Hiroshi
4620f7e353
luci-app-simple-adblock: Add Japanese translation
...
Added Japanese translations.
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2017-03-22 04:00:26 +09:00
Hannu Nyman
c69622e5af
Merge pull request #1063 from stangri/luci-app-simple-adblock
...
luci-app-simple-adblock: initial commit
2017-03-18 16:56:41 +02:00
Hannu Nyman
ea801ada7d
Merge pull request #1026 from danrl/mwan
...
luci-app-mwan3: initial commit
2017-03-15 18:14:33 +02:00
Hannu Nyman
a8465cffb8
Merge pull request #1025 from danrl/cshark
...
luci-app-cshark: initial commit
2017-03-15 16:11:29 +02:00
Jo-Philipp Wich
55ed62eab7
luci-app-firewall: adjust drop_invalid default ( #1068 )
...
Since firewall3 commit b33f78371e7c7b6a131c2b6c01673cbd4b3c13d1 the
drop_invalid option is off by default.
Adjust LuCI view to properly handle the changed semantics.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2017-03-14 12:52:25 +01:00
Florian Eckert
82885cd9ed
luci-app-openvpn: fix prettify refactoring
...
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2017-03-14 09:11:45 +01:00
Hannu Nyman
9779d5395c
Merge pull request #1065 from stangri/luci-app-vpnbypass
...
luci-app-vpnbypass: updated service start/enable logic.
2017-03-13 10:21:02 +02:00
Stan Grishin
e86438fa76
luci-app-vpnbypass: updated service start/enable logic.
2017-03-12 19:46:44 -07:00
Stan Grishin
c9e12f1721
luci-app-simple-adblock: initial commit of companion package to simple-adblock
...
luci-app-simple-adblock: bumped version number to match main package
Signed-off-by: Stan Grishin <stangri@melmac.net>
2017-03-11 21:34:12 -08:00
Florian Eckert
b92ac48bc8
luci-app-openvpn: prettify openvpn-advanced parameter set
...
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2017-03-09 16:15:36 +01:00
Hannu Nyman
ff36d1b9e9
Merge pull request #1054 from stangri/luci-app-vpnbypass
...
luci-app-vpnbypass: directly enable service from Web UI.
2017-03-05 16:38:01 +02:00
Stan Grishin
3ff56f8cfb
luci-app-vpnbypass: directly enable service from Web UI.
...
Signed-off-by: Stan Grishin <stangri@melmac.net>
2017-03-05 06:14:39 -08:00
Hannu Nyman
61f63fb9af
i18n: sync translations
...
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2017-03-04 12:26:30 +02:00
Luiz Angelo Daros de Luca
dc0dae8709
luci-app-wireguard: Add pt-br translation
...
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
2017-03-03 15:27:03 -03:00
Hannu Nyman
04cf8763cc
meshwizard: cleanup references to madwifi
...
Remove the code related to the deprecated madwifi driver.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2017-02-28 18:57:31 +02:00
Hannu Nyman
3c988cf16c
treewide: cleanup references to madwifi from LuCI
...
Remove the code related to the deprecated madwifi driver.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2017-02-28 18:55:11 +02:00
INAGAKI Hiroshi
9865a7ff69
luci-app-wireguard: Add Japanese translation
...
Added po templates file and Japanese translations.
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2017-02-28 05:37:11 +09:00
Hannu Nyman
829344d676
Merge pull request #1038 from danrl/luci-app-wireguard
...
luci-app-wireguard: performance+ (no more sys.exec calls)
2017-02-27 16:50:52 +02:00
danrl
090913c941
luci-app-wireguard: performance+ (less sys.exec calls)
...
Thanks to latest developments in wireguard-tools, we can now
fetch all data we need for display using a single sys.exec()
call instead of multiple ones. This application is now
significantly smaller and runs much faster.
Added Firewall Mark feature.
Signed-off-by: Dan Luedtke <mail@danrl.com>
2017-02-27 15:25:11 +01:00
Hannu Nyman
0f474fc302
Merge pull request #1005 from kdarbyshirebryant/miniupnpenable
...
luci-minuupnpd: use enable flag
2017-02-26 20:25:33 +02:00
Hannu Nyman
6e2647a9d6
Merge pull request #1037 from musashino205/adblock-upd-ja
...
luci-app-adblock: Update Japanese translation
2017-02-26 19:58:18 +02:00
Kevin Darbyshire-Bryant
1093327a4d
luci-minuupnpd: use enable flag
...
Add a 'master' miniupnpd service enable flag rather than just relying on
rcS.d script existence. This allows the service to be disabled
across sysupgrade, similar to minidlna.
Signed-off-by: Kevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk>
2017-02-23 09:49:56 +00:00
INAGAKI Hiroshi
d933bd3177
luci-app-adblock: Update Japanese translation
...
Improved existing translations.
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2017-02-23 15:11:41 +09:00
Luiz Angelo Daros de Luca
fe9d39c06c
i18n: complete pt-br translation
...
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
2017-02-22 20:34:38 -03:00
Hannu Nyman
3df5fd2697
Merge pull request #1027 from danrl/lxc
...
luci-app-lxc: initial commit
2017-02-21 11:00:16 +02:00
danrl
fbd3e1219a
luci-app-lxc: initial commit
...
Moved over here from the packages repository.
Signed-off-by: Dan Luedtke <mail@danrl.com>
2017-02-21 09:17:36 +01:00
danrl
0279bd22b8
luci-app-wireguard: resolve meta package in depdencies
...
Signed-off-by: Dan Luedtke <mail@danrl.com>
2017-02-21 08:59:32 +01:00
Hannu Nyman
0f5321d2eb
Merge pull request #1022 from danrl/luci-app-wireguard
...
luci-app-wireguard: initial commit
2017-02-19 16:13:19 +02:00
danrl
a25c71f556
luci-app-mwan3: initial commit
...
Moved over here from the packages repository.
Signed-off-by: Dan Luedtke <mail@danrl.com>
2017-02-17 11:22:01 +01:00
danrl
d0cb158e34
luci-app-cshark: initial commit
...
Moved over here from the packages repository.
Signed-off-by: Dan Luedtke <mail@danrl.com>
2017-02-17 11:08:46 +01:00
Hannu Nyman
9726e26a7a
Merge pull request #1024 from stangri/luci-app-vpnbypass
...
luci-app-vpnbypass: add datatypes and placeholders to fields
2017-02-17 09:07:47 +02:00
danrl
58833aa2df
luci-app-wireguard: initial commit
...
This application allows for monitoring of WireGuard interfaces via the
Status menu.
Signed-off-by: Dan Luedtke <mail@danrl.com>
2017-02-17 07:32:17 +01:00
Stan Grishin
b152ec0e66
luci-app-vpnbypass: add datatypes and placeholders to addresses and ports
...
Signed-off-by: Stan Grishin <stangri@melmac.net>
2017-02-16 20:19:27 -08:00
Hannu Nyman
c0303598d5
luci-app-bcp38: fix typo in dependency
...
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2017-02-16 12:14:45 +02:00
Hannu Nyman
d537684324
Merge pull request #1017 from danrl/luci-app-bcp38
...
luci-app-bcp38: added bcp38 application
2017-02-16 11:32:08 +02:00
Hannu Nyman
1099ee9ce1
Merge pull request #1018 from danrl/luci-app-clamav
...
luci-app-clamav: added clamav application
2017-02-16 11:31:42 +02:00
Hannu Nyman
13af69d2f2
Merge pull request #1019 from danrl/luci-app-e2guardian
...
luci-app-e2guardian: add e2guardian application
2017-02-16 11:31:26 +02:00
danrl
09bf5214b4
luci-app-clamav: added clamav application
...
This application was moved from the packages repository to luci.
Signed-off-by: Dan Luedtke <mail@danrl.com>
2017-02-16 09:50:20 +01:00
danrl
baeed9e902
luci-app-squid: added squid application
...
This application was moved from the packages repository to luci.
Signed-off-by: Dan Luedtke <mail@danrl.com>
2017-02-15 14:41:24 +01:00
danrl
c8ed8ada16
luci-app-e2guardian: add e2guardian application
...
This application was moved from the packages repository to luci.
Signed-off-by: Dan Luedtke <mail@danrl.com>
2017-02-15 14:40:48 +01:00
danrl
85ed192e3d
luci-app-bcp38: added bcp38 application
...
This application was moved from the packages repository to luci.
Signed-off-by: Dan Luedtke <mail@danrl.com>
2017-02-15 14:38:10 +01:00
Stan Grishin
ca0d990704
luci-app-vpnbypass: cbi file fix for README and an unneeded section
...
Signed-off-by: Stan Grishin <stangri@melmac.net>
2017-02-14 17:19:11 -08:00
Stan Grishin
980195277f
luci-app-vpnbypass: include dnsmasq settings, link to README
...
Signed-off-by: Stan Grishin <stangri@melmac.net>
2017-02-13 19:30:00 -08:00
Hannu Nyman
298f838d39
luci-app-statistics: remove non-functional links from graphs
...
The statistics graphs on the pages with multiple data sources
have contained links to the data sources, but those links
have not worked. Remove the links as they are unnecessary.
This commit fixes #1006
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2017-02-13 19:10:51 +02:00
Hannu Nyman
afc7321c6a
Merge pull request #1004 from kdarbyshirebryant/miniupnpluci
...
luci-app-miniupnpd: restore missing luci install file
2017-02-13 10:30:13 +02:00
Hannu Nyman
e28660c26a
Merge pull request #1002 from EricLuehrsen/unbound_uci_defaults
...
unbound: add uci-default script
2017-02-12 10:41:17 +02:00
Hannu Nyman
0bfe064cc3
Merge pull request #1003 from stangri/luci-app-vpnbypass
...
luci-app-vpnbypass: makefile fix & controller fix
2017-02-12 10:19:00 +02:00
Eric Luehrsen
2dc66acf2d
unbound: add uci-default script
...
Also if unbound-control is installed, then configure so
luci-app-commands can quickly show the "local zones" and
"local data" (aka hosts). This helps diagnose DHCP-DNS
zone data and adblock zone data.
Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
2017-02-11 22:00:50 -05:00
Stan Grishin
5e5d2e1e15
luci-app-vpnbypass: makefile fix & controller fix
...
Signed-off-by: Stan Grishin <stangri@melmac.net>
2017-02-11 17:11:59 -08:00
Kevin Darbyshire-Bryant
5ef9a3a009
luci-app-miniupnpd: restore missing luci install file
...
Restore luci indexcache handling incorrect removed in
387a06bb73
Signed-off-by: Kevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk>
2017-02-11 19:48:37 +00:00
Kevin Darbyshire-Bryant
9b35ded53b
luci-app-minidlna: permit minidlna after sysupgrade
...
Do not disable minidlna after sysupgrade, rather trust the config
enabled status in /etc/config/minidlna.
Signed-off-by: Kevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk>
2017-02-11 11:12:12 +00:00
Hannu Nyman
5ecd5f5bb0
luci-app-wshaper: remove package
...
wshaper was removed from the Packages repo
so remove also the corresponding LuCI app.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2017-02-07 11:52:01 +02:00