Jo-Philipp Wich
974f5bc413
luci-base: update german translation
...
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2018-11-14 20:46:04 +01:00
Hannu Nyman
e064e5be1a
Merge pull request #2281 from TDT-AG/pr/20181114-luci-app-mwan3
...
luci-app-mwan3: add/remove options
2018-11-14 16:36:08 +02:00
Hannu Nyman
ea45853bc6
Merge pull request #2277 from sotux/master
...
i18n: luci-base: update Simplified Chinese translation
2018-11-14 16:32:07 +02:00
Dirk Brenken
b1cd4237dd
Merge pull request #2284 from dibdot/travelmate
...
luci-app-travelmate: consolidate css
2018-11-14 11:49:05 +01:00
Dirk Brenken
206df14e73
Merge pull request #2283 from dibdot/adblock
...
luci-app-adblock: consolidate css
2018-11-14 11:48:45 +01:00
Dirk Brenken
cb6353c193
Merge pull request #2280 from dibdot/banip
...
luci-app-banip: fix remaining css issues
2018-11-14 11:48:14 +01:00
Dirk Brenken
176a767279
luci-app-banip: fix remaining css issues
...
* fix IE Edge rendering issues
* merge remaining external styles in central css
Signed-off-by: Dirk Brenken <dev@brenken.org>
2018-11-14 11:44:48 +01:00
Dirk Brenken
83c68a8b2f
luci-app-travelmate: consolidate css
...
* fix IE Edge rendering issues
* merge external styles in central css
Signed-off-by: Dirk Brenken <dev@brenken.org>
2018-11-14 11:43:39 +01:00
Dirk Brenken
253f912f17
luci-app-adblock: consolidate css
...
* fix IE Edge rendering issues
* merge external styles in central css
Signed-off-by: Dirk Brenken <dev@brenken.org>
2018-11-14 10:45:18 +01:00
Florian Eckert
1a52df6bdb
luci-base: allow optional default value for file browser
...
With this change we could set optional value for the file browser.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-11-14 10:10:56 +01:00
Florian Eckert
8938f53f1b
luci-app-mwan3: remove deprecated local_source option
...
Remove deprecated local_source option which is not supported/needed anymore.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-11-14 09:22:20 +01:00
Florian Eckert
6ec540c46d
luci-app-mwan3: add rt_table_lookup option
...
Make list option rt_table_lookup configurable in luci.
With this option we could define additional routing tables which get
scanned by mwan3 and then get added to the connected ipset.
The entries will be treated as connected network and will not get
mangeld by mwan3.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-11-14 09:19:08 +01:00
Florian Eckert
8517a25a80
luci-app-mwan3: add rtmon interval option
...
Add the configuration option rtmon to luci.
With this parameter we could adjust how often the routing table get
synced between main routing table and the interface routing table.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-11-14 09:17:04 +01:00
Florian Eckert
29ab12650c
luci-app-mwan3: rename variable in globalsconfig.lua
...
Name variables as the options name in uci.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-11-14 09:15:46 +01:00
Florian Eckert
fc1e2c53b9
luci-app-mwan3: declare variables in globalsconfig.lua local
...
It is best practice to declar module variables local.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-11-14 09:15:13 +01:00
Jo-Philipp Wich
e535ef5828
Merge pull request #2279 from yglb/master
...
luci-theme-rosy: Remove redundant statements and fixed typo
2018-11-14 07:28:25 +01:00
Yanlan Shen
4d3d6c66d6
luci-theme-rosy: fixed typo
...
Signed-off-by: Yanlan Shen <yanlan.shen.@rosinson.com>
2018-11-14 11:50:49 +08:00
Yanlan Shen
4335c50a2b
luci-theme-rosy: Remove redundant statements
...
Signed-off-by: Yanlan Shen <yanlan.shen.@rosinson.com>
2018-11-14 11:49:33 +08:00
Zheng Qian
e57b4bbf8b
i18n: luci-base: update Simplified Chinese translation
...
Signed-off-by: Zheng Qian <sotux82@gmail.com>
2018-11-14 10:25:28 +08:00
Jo-Philipp Wich
1ca22ec3f0
Merge pull request #2245 from Ansuel/fstab
...
luci-mod-system: add support for additional filesystem
2018-11-12 19:34:24 +01:00
Ansuel Smith
9f95fb3c08
luci-mod-system: add support for additional filesystem
...
The filesystem option doesn't include additional filesystem included with /etc/filesystems, this is usefull if someone have ntfs-3g installed and wants to force use the external utility to mount partition instead of the default present in the kernel (if it's supported)
Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
2018-11-12 19:32:23 +01:00
Hannu Nyman
99a696db26
Merge pull request #2275 from musashino205/l10n/tmate-upd-ja
...
luci-app-travelmate: update Japanese translation
2018-11-12 19:21:57 +02:00
INAGAKI Hiroshi
d519ef732f
luci-app-travelmate: update Japanese translation
...
Updated Japanese translations.
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2018-11-13 02:17:39 +09:00
Kevin Darbyshire-Bryant
2e37a8ba10
luci-mod-admin-full: dnsmasq clarify non-wildcard mode
...
'non-wildcard' interfaces enables dnsmasq's '--bind-dynamic' mode.
This binds dynamically to interfaces rather than wildcard addresses
*and* keeps track of interface comings/goings via a unique Linux api.
Quoting dnsmasq's author "bind-dynamic (bind individual addresses,
keep up with changes in interface config) ... On linux, there's actually
no sane reason not to use --bind-dynamic, and it's only not the default
for historical reasons."
listen/exclude interfaces may be used independently of bind dynamic mode
so removed the bogus dependency of 'nonwildcard' enabling access to
'listen/exclude' interfaces - they may be used in any mode.. In fact
the dnsmasq init script takes notice of include/exclude interfaces
irrespective of the 'nonwildcard' parameter.
Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
2018-11-12 15:38:36 +00:00
Jo-Philipp Wich
8e6af11715
Merge pull request #2274 from TDT-AG/pr/20181112-luic-mod-system
...
luci-mod-system: add user defined interface to netdev trigger
2018-11-12 15:38:27 +01:00
Florian Eckert
27bf7c2876
luci-mod-system: add user defined interface to netdev trigger
...
Give the user the possibility to define and interface for the netdev
trigger which is not available at the moment. This is usefull if a
interface is not presented on configuration time.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-11-12 15:34:54 +01:00
Dirk Brenken
ac47c730c7
Merge pull request #2272 from dibdot/banip
...
luci-app-banip: fix JS errors in chromium
2018-11-12 12:16:31 +01:00
Dirk Brenken
9f2c2e7218
luci-app-banip: fix JS errors in chromium
...
* fix JS errors in chromium on ipset- & ripe-view page
Signed-off-by: Dirk Brenken <dev@brenken.org>
2018-11-12 12:14:52 +01:00
Jo-Philipp Wich
dc2877d39f
Merge pull request #2262 from yglb/master
...
luci-theme-rosy
2018-11-12 07:52:50 +01:00
pmelange
5fd51f05a8
luci-app-olsr: convert olsr.lua and smartgw.htm to new json plugin
...
Signed-off-by: pmelange <isprotejesvalkata@gmail.com>
2018-11-11 19:50:43 +01:00
pmelange
7fb197c10a
luci-app-olsr: convert mid.htm to new json plugin
...
Signed-off-by: pmelange <isprotejesvalkata@gmail.com>
2018-11-11 19:45:42 +01:00
Jo-Philipp Wich
302ea071f9
Merge pull request #2268 from hnyman/rrd
...
luci-app-statistics: remove old deprecated rrdtool po files
2018-11-11 18:41:57 +01:00
Hannu Nyman
36b1c60efc
luci-app-statistics: remove old deprecated rrdtool po files
...
Remove old rrdtool.po* files that have been deprecated already
in 2011-2015.
Also remove reference to them from i18n-sync.pl
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2018-11-11 18:10:46 +02:00
Dirk Brenken
ad4c7b0153
Merge pull request #2264 from dibdot/banip
...
luci-app-banip: new package
2018-11-11 14:59:39 +01:00
Hannu Nyman
be47cb741f
Merge pull request #2267 from musashino205/l10n/base-upd-ja_2
...
luci-base: fix issues and update Japanese translation
2018-11-11 09:17:38 +02:00
INAGAKI Hiroshi
db6e5bc8d4
luci-base: update Japanese translation
...
Updated Japanese translations.
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2018-11-11 15:47:49 +09:00
INAGAKI Hiroshi
183faf70a0
luci-base: sync translations
...
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2018-11-11 15:35:47 +09:00
INAGAKI Hiroshi
c3225c7012
luci-base: fix translation issues
...
Fixed several issues for translation.
- add translation markup to "Expecting "
- add missing ")" into "valid time (HH:MM:SS"
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2018-11-11 15:24:18 +09:00
Hannu Nyman
89e26911f1
i18n: cleanup old strings
...
also sync translations
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2018-11-10 21:26:41 +02:00
Hannu Nyman
04454aa7e3
luci-app-travelmate: further translation fixup
...
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2018-11-10 21:25:54 +02:00
Hannu Nyman
88632b37a1
Merge pull request #2265 from danrl/dm
...
luci-*-wireguard: Remove inactive maintainer
2018-11-10 15:07:09 +02:00
Dan Lüdtke
63b86dbbbf
luci-*-wireguard: Remove inactive maintainer
...
I tried to find a successor in the last months, but that failed.
Signed-off by Dan Luedtke <mail@danrl.com>
2018-11-10 13:54:59 +01:00
Dirk Brenken
e50021f77f
luci-app-banip: new package
...
for details & LuCI screenshots see base package desprition/PR:
https://github.com/openwrt/packages/pull/7373
Signed-off-by: Dirk Brenken <dev@brenken.org>
2018-11-10 11:19:50 +01:00
Yanlan Shen
6caf05eee2
luci-theme-rosy: Bug fix for network-interfaces
...
Signed-off-by: Yanlan Shen <yanlan.shen.@rosinson.com>
2018-11-09 15:06:52 +08:00
Yanlan Shen
a4e4f935e0
luci-theme-rosy: Fix resolution-related styles
...
Signed-off-by: Yanlan Shen <yanlan.shen.@rosinson.com>
2018-11-09 15:06:45 +08:00
Yanlan Shen
641681fa32
luci-theme-rosy: Modify the layout of the header and footer
...
Signed-off-by: Yanlan Shen <yanlan.shen.@rosinson.com>
2018-11-09 15:06:38 +08:00
Yanlan Shen
f67cd74f01
luci-theme-rosy: Add a background picture
...
Signed-off-by: Yanlan Shen <yanlan.shen.@rosinson.com>
2018-11-09 15:06:30 +08:00
pmelange
9e7557b606
luci-app-olsr: convert interfaces.htm to new json plugin
...
Signed-off-by: pmelange <isprotejesvalkata@gmail.com>
2018-11-07 18:41:58 +01:00
pmelange
6ef3a00f6b
luci-app-olsr: convert olsr.lua and overview.htm to new json plugin
...
Signed-off-by: pmelange <isprotejesvalkata@gmail.com>
2018-11-07 18:41:58 +01:00
pmelange
4fc3ab4737
luci-base: network.lua add ipv6-prefix-assignment support to get_status_by_address
...
Signed-off-by: pmelange <isprotejesvalkata@gmail.com>
2018-11-07 18:41:58 +01:00