Commit graph

1394 commits

Author SHA1 Message Date
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
Dirk Brenken
d3a74836b7 luci-app-adblock: put backup options to global section
this PR reflect the changes made in adblock 2.3.0

Signed-off-by: Dirk Brenken <dev@brenken.org>
2017-02-05 08:02:39 +01:00
Hannu Nyman
4b3b9be098 Merge pull request #983 from stangri/luci-app-vpnbypass_makefileFix
luci-app-vpnbypass: luci tree Makefile + i18n support.
2017-01-28 18:50:36 +02:00
Stan Grishin
d2fcd543a4 luci-app-vpnbypass: switch to luci-tree Makefile, i18n support
Signed-off-by: Stan Grishin <stangri@melmac.net>

luci-app-vpnbypass: fixed makefile, fixed pot-file

Signed-off-by: Stan Grishin <stangri@melmac.net>
2017-01-28 08:42:29 -08:00
Hannu Nyman
f5461669af Merge pull request #979 from musashino205/wol-upd-ja
luci-app-wol: Update Japanese translation
2017-01-27 15:32:25 +02:00
Hannu Nyman
4e6010cd73 Merge pull request #977 from stangri/luci-app-vpnbypass
luci-app-vpnbypass: initial commit of companion app to vpnbypass package
2017-01-27 15:31:48 +02:00
INAGAKI Hiroshi
38fa3899b5 luci-app-wol: Update Japanese translation
Added one Japanese translation of recently added string.

Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2017-01-27 21:03:42 +09:00
INAGAKI Hiroshi
d4f4885739 luci-app-wol: Sync translations
Synchronized translations with Lua sources.

Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2017-01-27 19:17:20 +09:00
Hannu Nyman
16bbe45e95 luci-app-wol: add ability to send packet to broadcast address
Add the ability to send the WOL packet to the broadcast address,
if etherwake is used as the wol tool.

Modified from the original idea in #975

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2017-01-27 10:37:54 +02:00
Hannu Nyman
c5b84f2fba luci-app-wol: move to services menu
Move the wake-on-lan app from the network menu to services menu,
where other similar apps are located.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2017-01-27 10:34:46 +02:00
Stan Grishin
c9c76a136a luci-app-vpnbypass: initial commit of companion app to vpnbypass package
Signed-off-by: Stan Grishin <stangri@melmac.net>
2017-01-26 14:54:48 -08:00
INAGAKI Hiroshi
fbc06f2ab2 i18n: Sync translations
Synchronized translations with Lua sources.

Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2017-01-26 12:38:28 +09:00
INAGAKI Hiroshi
8f4339d09e luci-app-statistics: Update Japanese translation
Added some Japanese translations and fixed some mistranslations.

Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2017-01-24 15:08:48 +09:00
INAGAKI Hiroshi
66e3d0c9e7 luci-app-statistics: Sync translations
Synchronized translation of each language po file and po templates
with Lua source.

Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2017-01-24 14:46:30 +09:00
Eric Luehrsen
54aa4b5799 unbound: update UCI for odhcpd and hostname
Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
2017-01-24 00:06:49 -05:00
Hannu Nyman
eaafb4508c luci-app-statistics: add advice about data directory permissions
Add advice about the permissions needed for the data directory:

  Pages are rendered as user 'nobody', so the *.rrd files,
  data directory and all its parent directories need to be
  world readable.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2017-01-23 19:31:40 +02:00
Jo-Philipp Wich
c7939d3feb luci-app-firewall: use new ipmask validation types when applicable
This allows for address specifications like "fdca🔢0123::abcd/::ffff:ffff:ffff:ffff"
which only match the last 64 bits of an address. This syntax is legal and already supported
by iptables and firewall3.

Fixes https://bugs.lede-project.org/index.php?do=details&task_id=417

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2017-01-23 16:18:20 +01:00
INAGAKI Hiroshi
668e691d5c luci-app-commands: Update Japanese translation
Added some Japanese translations of recently added strings.

Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2017-01-21 18:24:22 +09:00
INAGAKI Hiroshi
2c502a8fe3 luci-app-commands: Sync translations
Synchronized translation of each languate and po templates with Lua
sources.

Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2017-01-21 18:21:55 +09:00
Daniel Dickinson
e1edb1025c Merge pull request #768 from t123yh/app_commands_nodownload
luci-app-commands: allow executing without downloading on public links
2017-01-20 18:00:42 -05:00
INAGAKI Hiroshi
f86210504e luci-app-dynapoint: Add Japanese translation
Added Japanese translations.

Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2017-01-17 03:23:38 +09:00
Daniel Dickinson
348a6fde90 Merge pull request #817 from ascob/luci-app-dynapoint
luci-app-dynapoint: new package
2017-01-16 09:28:26 -05:00
Daniel Dickinson
a85807d375 Merge pull request #946 from chloe-jeong/trunk-ko
Updates korean languages.
2017-01-16 02:07:36 -05:00
t123yh
077ac32635 luci-app-commands: Allow executing without downloading on public links
Signed-off-by: t123yh <t123yh@outlook.com>
2017-01-15 23:13:10 +08:00
ascob
cd8096b0ce luci-app-dynapoint: new package
Add luci-app-dynapoint to repo
LuCI Support for DynaPoint
Dynapoint allows dynamic access point creation
and deletion depending on changes of certain network conditions.
More information: https://github.com/thuehn/dynapoint

Signed-off-by: Tobias Ilte <tobias.ilte@campus.tu-berlin.de>
2017-01-15 14:18:08 +01:00
Weongyo Jeong
752a6df19f luci-app-firewall: Updates korean language.
Initial korean language support for luci-app-firewall.

Signed-off-by: Weongyo Jeong <weongyo@gmail.com>
2017-01-14 21:13:48 +09:00
INAGAKI Hiroshi
f005a173ae luci-app-travelmate: Update Japanese translation
Added some translations of recently added strings.

Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2017-01-14 03:36:55 +09:00
INAGAKI Hiroshi
5116754a6c luci-app-travelmate: sync translations
Recently several strings to be translated ware added to Lua source, so I updated po templates and japanese po file.

Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2017-01-14 03:06:08 +09:00
Hannu Nyman
de4bda67e0 Merge pull request #939 from dibdot/master
luci-app-travelmate: update gui elements
2017-01-12 22:36:10 +02:00
Daniel Dickinson
6a7eaeb486 Merge pull request #938 from cshore-firmware/pull-request-statistics-df
app-statistics: df: Don't separate disk usage types
2017-01-12 10:19:37 -05:00
Dirk Brenken
34810889a6 luci-app-travelmate: update gui elements
* update gui elements to reflect changes in travelmate 0.3.x

Signed-off-by: Dirk Brenken <dev@brenken.org>
2017-01-12 15:55:55 +01:00
Hannu Nyman
61fa65f2f9 i18n: sync translations
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2017-01-11 15:50:46 +02:00
INAGAKI Hiroshi
7e53e57e68 luci-app-wifischedule: Update Japanese translation
Added a Japanese translation of recently added string.

Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2017-01-11 17:11:25 +09:00
Bastian Bittorf
bae82052e0 luci-app-olsr: adapt to changed behavior of new OLSRd v0.9.5
controller/olsr.lua:
drop HTTP-headers which are now emitted, we do not need them

status-olsr/neighbors.htm:
olsr ETX value now without muliplication 1024x

Signed-off-by: Bastian Bittorf <bb@npl.de>
Signed-off-by: Freifunk UFO <ufo@rund.freifunk.net>
2017-01-10 17:23:36 +01:00
Hannu Nyman
92c537bb5e Merge pull request #919 from kuoruan/luci-app-wifischedule
Luci app wifischedule: minor changes
2017-01-09 15:05:31 +02:00
Jonathan Bennett
846bdf4d80 [luci-app-fwknopd] Remove usage of dynamic tag.
Also adds NAT-DNS as a default setting, and enables a QR-code per access.conf entry
Signed-off-by: Jonathan Bennett <JBennett@incomsystems.biz>
2017-01-09 01:55:19 -06:00
Hsing-Wang Liao
ddfe7c4374 luci-app-wifischedule: minor changes
* Formatting codes.
* Move to services sub menu.
* Update Simplified Chinese translation.
* And some other small changes.

Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
2017-01-08 11:30:00 +08:00
Hsing-Wang Liao
a3066aa0bb luci-app-privoxy: Update Simplified Chinese translation
Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
2017-01-07 21:51:13 +08:00
Hannu Nyman
a2dfd21c80 i18n: sync translations
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2017-01-03 15:43:16 +02:00
INAGAKI Hiroshi
ebe5fdd155 luci-app-shairplay: Add Japanese translation
Added Japanese translations and po templates.

Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2017-01-03 15:07:13 +09:00
INAGAKI Hiroshi
5c9360cb4a luci-app-wifischedule: Update Japanese translation
Added some translations of recently added strings.

Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2017-01-02 18:32:28 +09:00
Hannu Nyman
6e5d868cc6 Merge pull request #912 from kuoruan/luci-app-wifischedule
Luci-app-wifischedule: Update translation
2017-01-02 10:06:07 +02:00
Hsing-Wang Liao
583ec633ff luci-app-wifischedule: Add Simplified Chinese translation
Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
2017-01-02 12:54:41 +08:00
Hsing-Wang Liao
2f42138ef4 luci-app-wifischedule: Add more translation
Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
2017-01-02 12:53:58 +08:00
INAGAKI Hiroshi
677c103daa luci-app-uhttpd: Add Japanese translation
Added Japanese translation.

Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2017-01-01 18:20:02 +09:00
INAGAKI Hiroshi
cb1f76f804 luci-app-uhttpd: Add po templates
Added po template (.pot) file.

Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2017-01-01 18:14:15 +09:00
INAGAKI Hiroshi
1ba296c6bf luci-app-travelmate: Add Japanese translation
Added Japanese translations.

Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2016-12-30 20:10:54 +09:00
Hannu Nyman
f12fdba222 Merge pull request #905 from musashino205/upnp-upd-ja
luci-app-upnp: Update Japanese translation
2016-12-28 21:08:28 +02:00
INAGAKI Hiroshi
d6069bdf58 luci-app-upnp: Update Japanese translation
Added some translations and fixed mistranslated string.

Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2016-12-24 19:55:16 +09:00
INAGAKI Hiroshi
5738805634 luci-app-firewall: Update Japanese translation
Added some translations for the schedule settings and others.

Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2016-12-24 02:55:32 +09:00
Hannu Nyman
df0d765deb Merge pull request #901 from musashino205/wifischd-add-ja
luci-app-wifischedule: Add Japanese translation
2016-12-23 09:51:46 +02:00