oweals/luci.git
5 years agoMerge pull request #2160 from remakeelectric/app-mosq
Jo-Philipp Wich [Tue, 18 Sep 2018 16:07:27 +0000 (18:07 +0200)]
Merge pull request #2160 from remakeelectric/app-mosq

luci-app-mosquitto: import new application

5 years agoluci-app-mosquitto: import new application 2160/head
Karl Palsson [Tue, 18 Sep 2018 12:47:40 +0000 (12:47 +0000)]
luci-app-mosquitto: import new application

Originally developed and maintained at https://github.com/remakeelectric/owrt_pub_feeds/tree/master/luci-app-mosquitto

Vs the original, this version has been converted to use the luci.mk
style, and has dropped the now obsolete ucitrack entries.

Signed-off-by: Karl Palsson <karlp@etactica.com>
5 years agoMerge pull request #2157 from Ansuel/unbound
Jo-Philipp Wich [Tue, 18 Sep 2018 15:38:41 +0000 (17:38 +0200)]
Merge pull request #2157 from Ansuel/unbound

luci-app-unbound: add cache_dump tab

5 years agoluci-app-unbound: add cache_dump tab 2157/head
Ansuel Smith [Tue, 18 Sep 2018 10:17:19 +0000 (12:17 +0200)]
luci-app-unbound: add cache_dump tab

This adds in the State tab a new option to dump cache from unbound-control application

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
5 years agoMerge pull request #2121 from jokdarius/feature/0001-performace-fix
Jo-Philipp Wich [Tue, 18 Sep 2018 15:18:23 +0000 (17:18 +0200)]
Merge pull request #2121 from jokdarius/feature/0001-performace-fix

luci-mod-admin-full: performance fix

5 years agoMerge pull request #2159 from TDT-AG/pr/20180918-luci-theme-material-css-customize
Jo-Philipp Wich [Tue, 18 Sep 2018 15:15:38 +0000 (17:15 +0200)]
Merge pull request #2159 from TDT-AG/pr/20180918-luci-theme-material-css-customize

luci-theme-material: make colors configurable

5 years agoMerge pull request #2126 from rosysong/ipv6
Jo-Philipp Wich [Tue, 18 Sep 2018 15:02:26 +0000 (17:02 +0200)]
Merge pull request #2126 from rosysong/ipv6

luci-proto-ipv6: fix dependency for IPv6

5 years agoMerge pull request #2150 from ameer1234567890/material-theme-monospace-font
Jo-Philipp Wich [Tue, 18 Sep 2018 15:01:46 +0000 (17:01 +0200)]
Merge pull request #2150 from ameer1234567890/material-theme-monospace-font

luci-theme-material: Monospace font for textarea elements

5 years agoluci-theme-material: make colors configurable 2159/head
Florian Eckert [Mon, 3 Sep 2018 08:46:47 +0000 (10:46 +0200)]
luci-theme-material: make colors configurable

The var() css function can be used to insert the value of a custom property.
A custom.css file is added to change the colors. This file will get included
in the cascade.css file.

The following colors could be costomized in the file costom.css.

--header-bg
--header-color
--menu-bg-color
--menu-color
--submenu-bg-hover
--submenu-bg-hover-active

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
5 years agoMerge pull request #2154 from dibdot/openvpn-fix
Dirk Brenken [Mon, 17 Sep 2018 18:36:48 +0000 (20:36 +0200)]
Merge pull request #2154 from dibdot/openvpn-fix

luci-app-openvpn: remove obsolete config options

5 years agoluci-app-openvpn: remove obsolete config options 2154/head
Dirk Brenken [Sun, 16 Sep 2018 16:58:26 +0000 (18:58 +0200)]
luci-app-openvpn: remove obsolete config options

* remove obsolete config options according to
  openwrt/openwrt@89b8ba9, fix for #2135
* whitespace/intendation fixes
* replace fieldset leftover with div
* fix finally recipe options transfer to regular config with "Add"

Signed-off-by: Dirk Brenken <dev@brenken.org>
5 years agoMerge pull request #2149 from dibdot/openvpn-fix
Dirk Brenken [Sun, 16 Sep 2018 06:42:21 +0000 (08:42 +0200)]
Merge pull request #2149 from dibdot/openvpn-fix

luci-app-openvpn: fix template based config creation

5 years agoMerge pull request #2152 from EricLuehrsen/unbound-1.8.0
Dirk Brenken [Sun, 16 Sep 2018 06:41:25 +0000 (08:41 +0200)]
Merge pull request #2152 from EricLuehrsen/unbound-1.8.0

luci-app-unbound: add protocol=ip4_local option support

5 years agoluci-app-unbound: add protocol=ip4_local option support 2152/head
Eric Luehrsen [Sun, 16 Sep 2018 00:35:26 +0000 (20:35 -0400)]
luci-app-unbound: add protocol=ip4_local option support

Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
5 years agoMerge pull request #2122 from rosysong/backup
Hannu Nyman [Fri, 14 Sep 2018 17:05:36 +0000 (20:05 +0300)]
Merge pull request #2122 from rosysong/backup

Backup: add firmware backup for mtdblock devices

5 years agoluci-theme-material: Monospace font for textarea elements 2150/head
Ameer Dawood [Fri, 14 Sep 2018 07:50:20 +0000 (12:50 +0500)]
luci-theme-material: Monospace font for textarea elements

Signed-off-by: Ameer Dawood <ameer1234567890@gmail.com>
5 years agoluci-app-openvpn: fix template based config creation 2149/head
Dirk Brenken [Fri, 14 Sep 2018 06:57:06 +0000 (08:57 +0200)]
luci-app-openvpn: fix template based config creation

* minimal fix to bring back openvpn config creation based on
openvpn_recipes template, fix for #2146

Signed-off-by: Dirk Brenken <dev@brenken.org>
5 years agoMerge pull request #2148 from ysoyipek/patch-5
Hannu Nyman [Fri, 14 Sep 2018 06:32:50 +0000 (09:32 +0300)]
Merge pull request #2148 from ysoyipek/patch-5

luci-base: update Turkish translation

5 years agoluci-base: update Turkish translation 2148/head
Yusuf Soyipek [Thu, 13 Sep 2018 20:17:57 +0000 (23:17 +0300)]
luci-base: update Turkish translation

Add missing translations.

Signed-off-by: Yusuf Soyipek <yusuf@soyipek.com>
5 years agoMerge pull request #2144 from TDT-AG/pr/20180912-i18n-sync-translations
Hannu Nyman [Wed, 12 Sep 2018 15:47:48 +0000 (18:47 +0300)]
Merge pull request #2144 from TDT-AG/pr/20180912-i18n-sync-translations

i18n: sync translations

5 years agoi18n: sync translations 2144/head
Martin Schiller [Wed, 12 Sep 2018 09:17:30 +0000 (11:17 +0200)]
i18n: sync translations

Signed-off-by: Martin Schiller <ms@dev.tdt.de>
5 years agoMerge pull request #2071 from Andy2244/luci-app-samba4-timemachine
Dirk Brenken [Tue, 11 Sep 2018 08:26:48 +0000 (10:26 +0200)]
Merge pull request #2071 from Andy2244/luci-app-samba4-timemachine

luci-app-samba4: add macOS and Apple Timemachine support

5 years agoluci-app-samba4: add macOS compatibility option and Apple Timemachine support 2071/head
Andy Walsh [Thu, 16 Aug 2018 22:11:10 +0000 (00:11 +0200)]
luci-app-samba4: add macOS compatibility option and Apple Timemachine support

Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
5 years agoMerge pull request #2136 from aft90/luci-app-adblock-query-box-placeholder
Dirk Brenken [Sat, 8 Sep 2018 18:23:15 +0000 (20:23 +0200)]
Merge pull request #2136 from aft90/luci-app-adblock-query-box-placeholder

luci-app-adblock: use placeholder in query tool

5 years agoMerge pull request #2137 from musashino205/l10n/adblk-upd-ja
Dirk Brenken [Sat, 8 Sep 2018 18:21:56 +0000 (20:21 +0200)]
Merge pull request #2137 from musashino205/l10n/adblk-upd-ja

luci-app-adblock: update Japanese translation

5 years agoluci-app-adblock: update Japanese translation 2137/head
INAGAKI Hiroshi [Sat, 8 Sep 2018 17:40:08 +0000 (02:40 +0900)]
luci-app-adblock: update Japanese translation

Updated Japanese translations.

Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
5 years agomodules: add backup module for mtdblock devices 2122/head
Rosy Song [Sat, 8 Sep 2018 07:07:01 +0000 (15:07 +0800)]
modules: add backup module for mtdblock devices

Signed-off-by: Rosy Song <rosysong@rosinson.com>
5 years agoluci-app-adblock: use placeholder in query tool 2136/head
Andrei Troie [Fri, 7 Sep 2018 22:56:23 +0000 (23:56 +0100)]
luci-app-adblock: use placeholder in query tool

Use the placeholder property on the textbox in the query tool so it's more convenient.

Signed-off-by: Andrei Troie <andreitroie90@gmail.com>
5 years agoMerge pull request #2131 from tano-systems/firewall-fix-russian-translation
Hannu Nyman [Fri, 7 Sep 2018 13:35:34 +0000 (16:35 +0300)]
Merge pull request #2131 from tano-systems/firewall-fix-russian-translation

luci-app-firewall: fix and update Russian translation

5 years agoluci-app-firewall: fix and update Russian translation 2131/head
Anton Kikin [Mon, 3 Sep 2018 23:10:40 +0000 (02:10 +0300)]
luci-app-firewall: fix and update Russian translation

Add missing translations and update existing not quite correct translations.
Removed redundant <br> tags from translations.

Signed-off-by: Anton Kikin <a.kikin@tano-systems.com>
5 years agoluci-base: fix a typo in Russian translation
Anton Kikin [Wed, 5 Sep 2018 21:48:53 +0000 (00:48 +0300)]
luci-base: fix a typo in Russian translation

Signed-off-by: Anton Kikin <a.kikin@tano-systems.com>
5 years agoMerge pull request #2110 from stangri/luci-app-https_dns_proxy
Dirk Brenken [Tue, 4 Sep 2018 14:49:43 +0000 (16:49 +0200)]
Merge pull request #2110 from stangri/luci-app-https_dns_proxy

luci-app-https_dns_proxy: initial commit

5 years agoMerge pull request #2120 from TDT-AG/pr/20180830-luci-app-mwan3-fixes
Dirk Brenken [Mon, 3 Sep 2018 14:31:41 +0000 (16:31 +0200)]
Merge pull request #2120 from TDT-AG/pr/20180830-luci-app-mwan3-fixes

luci-app-mwan3:  fixes and improvements

5 years agoluci-app-https_dns_proxy: initial commit 2110/head
Stan Grishin [Thu, 23 Aug 2018 22:11:49 +0000 (15:11 -0700)]
luci-app-https_dns_proxy: initial commit

Signed-off-by: Stan Grishin <stangri@melmac.net>
5 years agoMerge pull request #2129 from Rixerx/master
Hannu Nyman [Sun, 2 Sep 2018 17:29:25 +0000 (20:29 +0300)]
Merge pull request #2129 from Rixerx/master

luci-base: update Polish translation

5 years agoluci-base: update Polish translation 2129/head
Krystian Kozak [Sun, 2 Sep 2018 13:28:59 +0000 (15:28 +0200)]
luci-base: update Polish translation

Updated Polish translations.

Signed-off-by: Krystian Kozak <krystian.kozak20@gmail.com>
5 years agoMerge pull request #2127 from tano-systems/update-russian-translation
Hannu Nyman [Sun, 2 Sep 2018 07:54:06 +0000 (10:54 +0300)]
Merge pull request #2127 from tano-systems/update-russian-translation

luci-base: update Russian translation

5 years agoMerge pull request #2125 from dibdot/adblock
Dirk Brenken [Sat, 1 Sep 2018 15:10:37 +0000 (17:10 +0200)]
Merge pull request #2125 from dibdot/adblock

luci-app-adblock: sync with adblock 3.5.5

5 years agoluci-base: update Russian translation 2127/head
Anton Kikin [Sat, 1 Sep 2018 13:38:36 +0000 (16:38 +0300)]
luci-base: update Russian translation

Add missing translations.

Signed-off-by: Anton Kikin <a.kikin@tano-systems.com>
5 years agoluci-proto-ipv6: fix dependency for IPv6 2126/head
Rosy Song [Fri, 31 Aug 2018 10:01:24 +0000 (18:01 +0800)]
luci-proto-ipv6: fix dependency for IPv6

Signed-off-by: Rosy Song <rosysong@rosinson.com>
5 years agoMerge pull request #2124 from YuriPet/master
Hannu Nyman [Sat, 1 Sep 2018 07:25:35 +0000 (10:25 +0300)]
Merge pull request #2124 from YuriPet/master

luci-base: update Ukrainian translation

5 years agoluci-app-adblock: sync with adblock 3.5.5 2125/head
Dirk Brenken [Sat, 1 Sep 2018 06:42:00 +0000 (08:42 +0200)]
luci-app-adblock: sync with adblock 3.5.5

* fix cornercase issues in runtime information/json parsing

Signed-off-by: Dirk Brenken <dev@brenken.org>
5 years agoluci-base: update Ukrainian translation 2124/head
Yurii [Fri, 31 Aug 2018 21:16:40 +0000 (00:16 +0300)]
luci-base: update Ukrainian translation

Updated with the latest sync translation.

Signed-off-by: Yurii yuripet@gmail.com
5 years agoMerge pull request #2123 from musashino205/l10n/base-upd-ja
Hannu Nyman [Fri, 31 Aug 2018 19:25:03 +0000 (22:25 +0300)]
Merge pull request #2123 from musashino205/l10n/base-upd-ja

luci-base: update Japanese translation

5 years agoluci-base: update Japanese translation 2123/head
INAGAKI Hiroshi [Fri, 31 Aug 2018 18:30:34 +0000 (03:30 +0900)]
luci-base: update Japanese translation

Updated Japanese translations.

Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
5 years agoi18n: sync translations
INAGAKI Hiroshi [Fri, 31 Aug 2018 17:23:25 +0000 (02:23 +0900)]
i18n: sync translations

Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
5 years agoluci-mod-admin-full: performance fix 2121/head
Darius [Fri, 31 Aug 2018 07:54:35 +0000 (10:54 +0300)]
luci-mod-admin-full: performance fix

* uci:get replaced with direct access of value (functions has 3x better performance in that way)

Signed-off-by: Darius Joksas <jok.darius@gmail.com>
5 years agoluci-proto-ppp: align keepalive defaults with current OpenWrt
Jo-Philipp Wich [Thu, 30 Aug 2018 13:28:19 +0000 (15:28 +0200)]
luci-proto-ppp: align keepalive defaults with current OpenWrt

Disabling LCP echos by *not* setting "option keepalive" was broken in
OpenWrt since https://dev.archive.openwrt.org/ticket/2373.html so setting
"0" in LuCI had the effect of reverting back to "5, 1" while the help
suggested otherwise.

Support for "keepalive 0" was fixed with https://git.openwrt.org/555c59230
so align LuCI now to emit "option keepalive 0" instead of removing the
option when entering "0" in the gui.

Fixes #2112
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
5 years agoluci-app-mwan3: translate missing text in diagnostic page 2120/head
Florian Eckert [Thu, 30 Aug 2018 12:41:06 +0000 (14:41 +0200)]
luci-app-mwan3: translate missing text in diagnostic page

Translate missing text.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
5 years agoluci-app-mwan3: diagnostic fix physical device lookup
Florian Eckert [Thu, 30 Aug 2018 07:04:48 +0000 (09:04 +0200)]
luci-app-mwan3: diagnostic fix physical device lookup

Use diffrent function to get the physical interface name.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
5 years agoluci-app-mwan3: change interface enabled option to use flag cbi class
Florian Eckert [Fri, 13 Jul 2018 12:34:28 +0000 (14:34 +0200)]
luci-app-mwan3: change interface enabled option to use flag cbi class

Make mwan3 interface enable config option use cbi flag.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
5 years agoluci-app-mwan3: add command to diag_command output view
Florian Eckert [Fri, 22 Jun 2018 06:51:27 +0000 (08:51 +0200)]
luci-app-mwan3: add command to diag_command output view

Add executed command to diagnostic output.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
5 years agoMerge pull request #2117 from cshoredaniel/pr-app-nut
Hannu Nyman [Wed, 29 Aug 2018 13:32:58 +0000 (16:32 +0300)]
Merge pull request #2117 from cshoredaniel/pr-app-nut

luci-app-nut: Add support for NUT configuration

5 years agoluci-app-nut: Add support for NUT configuration 2117/head
Daniel Dickinson [Sun, 14 Aug 2016 00:35:01 +0000 (20:35 -0400)]
luci-app-nut: Add support for NUT configuration

Adds app to configure NUT (Network UPS Tools), including
nut-server, nut-monitor, and nut-cgi.

Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
5 years agoMerge pull request #2103 from dibdot/force_fix
Hannu Nyman [Mon, 20 Aug 2018 20:41:20 +0000 (23:41 +0300)]
Merge pull request #2103 from dibdot/force_fix

luci-mod-admin-full: fix forced upgrade

5 years agoluci-mod-admin-full: fix forced upgrade 2103/head
Dirk Brenken [Mon, 20 Aug 2018 19:36:11 +0000 (21:36 +0200)]
luci-mod-admin-full: fix forced upgrade

* fix logical glitch in forced upgrade logic

Signed-off-by: Dirk Brenken <dev@brenken.org>
5 years agoMerge pull request #2095 from ameer1234567890/remove-colons-unbound
Dirk Brenken [Mon, 20 Aug 2018 15:11:06 +0000 (17:11 +0200)]
Merge pull request #2095 from ameer1234567890/remove-colons-unbound

luci-app-unbound: Colons removed from input headers

5 years agoluci-app-unbound: Colons removed from input headers 2095/head
Ameer Dawood [Sun, 19 Aug 2018 08:42:49 +0000 (13:42 +0500)]
luci-app-unbound: Colons removed from input headers
Most OpenWrt applications do not have a colon in input headers.
This has been explained in #1566 as well.
This commit removes the said colons.

Signed-off-by: Ameer Dawood <ameer1234567890@gmail.com>
5 years agoMerge pull request #2075 from dibdot/force_update
Dirk Brenken [Fri, 17 Aug 2018 14:11:27 +0000 (16:11 +0200)]
Merge pull request #2075 from dibdot/force_update

luci-mod-admin-full: allow forced upgrade (revised)

5 years agoluci-mod-admin-full: allow forced upgrade (revised) 2075/head
Dirk Brenken [Fri, 17 Aug 2018 10:52:36 +0000 (12:52 +0200)]
luci-mod-admin-full: allow forced upgrade (revised)

* allow 'forced' firmware upgrades, even if the image format check
fails. Useful where flashing back to the OEM versions or switching
between ar71xx and ath79 builds
* option is only visible after first/failed image check
* added warning info (see screenshots below)

Signed-off-by: Dirk Brenken <dev@brenken.org>
5 years agoluci-base: remove fake password field from tab order
Jo-Philipp Wich [Fri, 17 Aug 2018 04:58:53 +0000 (06:58 +0200)]
luci-base: remove fake password field from tab order

Set a negative tabindex on the dummy password field to not break the form
tab order flow.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
5 years agoluci-base: mark password template dummy field as hidden
Jo-Philipp Wich [Thu, 16 Aug 2018 07:36:37 +0000 (09:36 +0200)]
luci-base: mark password template dummy field as hidden

Mark the dummy input field as aria-hidden, should fix #2063.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
5 years agoMerge pull request #2068 from ameer1234567890/patch-1
Dirk Brenken [Wed, 15 Aug 2018 17:30:10 +0000 (19:30 +0200)]
Merge pull request #2068 from ameer1234567890/patch-1

luci-app-minidlna: Colons removed

5 years agoluci-app-minidlna: Colons removed 2068/head
Ameer Dawood [Wed, 15 Aug 2018 17:13:59 +0000 (22:13 +0500)]
luci-app-minidlna: Colons removed
Colons have been removed as asked in #1566
Signed-off-by: Ameer Dawood <ameer1234567890@gmail.com>
5 years agoMerge pull request #2066 from hcwhan/master
Hannu Nyman [Wed, 15 Aug 2018 15:41:15 +0000 (18:41 +0300)]
Merge pull request #2066 from hcwhan/master

the 'infinite' error in zh-cn

5 years agoUpdate base.po 2066/head
hcwhan [Wed, 15 Aug 2018 05:43:49 +0000 (13:43 +0800)]
Update base.po

5 years agoMerge pull request #2040 from yangfl/master
Jo-Philipp Wich [Mon, 13 Aug 2018 13:23:27 +0000 (15:23 +0200)]
Merge pull request #2040 from yangfl/master

luci-app: update Chinese translation

5 years agoMerge pull request #1989 from hanipouspilot/ncm
Jo-Philipp Wich [Mon, 13 Aug 2018 13:23:02 +0000 (15:23 +0200)]
Merge pull request #1989 from hanipouspilot/ncm

luci-proto-ncm: suggest both tty and wdm devices

5 years agoMerge pull request #2060 from Ansuel/reboo
Jo-Philipp Wich [Mon, 13 Aug 2018 13:21:40 +0000 (15:21 +0200)]
Merge pull request #2060 from Ansuel/reboo

luci-mod-admin-full: applyreboot doesn't reload page

5 years agoMerge pull request #2058 from EricLuehrsen/unbound_20180810
Jo-Philipp Wich [Mon, 13 Aug 2018 13:21:01 +0000 (15:21 +0200)]
Merge pull request #2058 from EricLuehrsen/unbound_20180810

luci-app-unbound: add zone-details combined tab

5 years agoluci-mod-admin-full: applyreboot doesn't reload page 2060/head
Ansuel Smith [Mon, 13 Aug 2018 08:57:21 +0000 (10:57 +0200)]
luci-mod-admin-full: applyreboot doesn't reload page

The applyreboot page doesn't reload the page onload of the loding gif. This adds the right function.

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
5 years agoluci-app-firewall: allow "open ports" when no wan zone exists
Jo-Philipp Wich [Mon, 13 Aug 2018 07:20:43 +0000 (09:20 +0200)]
luci-app-firewall: allow "open ports" when no wan zone exists

Arguably this makes little if no wan zone exists but prefer consistency
over heuristics and always render the "open port" shortcut.

Fixes #2056
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
5 years agotreewide: rework uci change display
Jo-Philipp Wich [Sat, 4 Aug 2018 20:09:49 +0000 (22:09 +0200)]
treewide: rework uci change display

 - Use native rpcd uci changes format instead of incompletely converting
   back and forth between the old and the new format
 - Rework uci changelog template to print the equivalent uci commands
   for the various changes
 - Rework theme headers to properly count the uncomitted changes
 - Rework theme CSS to properly style new changelog

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
5 years agoluci-app-unbound: add zone-details combined tab 2058/head
Eric Luehrsen [Sun, 12 Aug 2018 15:13:31 +0000 (11:13 -0400)]
luci-app-unbound: add zone-details combined tab

Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
5 years agoluci-app: update Chinese translation 2040/head
yangfl [Tue, 7 Aug 2018 12:25:39 +0000 (20:25 +0800)]
luci-app: update Chinese translation

Signed-off-by: David Yang <mmyangfl@gmail.com>
5 years agoMerge pull request #2053 from YuriPet/master
Hannu Nyman [Fri, 10 Aug 2018 14:51:44 +0000 (17:51 +0300)]
Merge pull request #2053 from YuriPet/master

luci-base: corrected Ukrainian translation

5 years agoUpdate base.po: corrected translation errors 2053/head
Yurii [Fri, 10 Aug 2018 14:40:44 +0000 (17:40 +0300)]
Update base.po: corrected translation errors

Signed-off-by: Yurii yuripet@gmail.com
5 years agoMerge pull request #2042 from Ansuel/apprebooy
Jo-Philipp Wich [Wed, 8 Aug 2018 08:42:25 +0000 (10:42 +0200)]
Merge pull request #2042 from Ansuel/apprebooy

luci-mod-admin-full: improve applyreboot page

5 years agoluci-mod-admin-full: fix broken applyreboot page 2042/head
Ansuel Smith [Tue, 7 Aug 2018 15:37:48 +0000 (17:37 +0200)]
luci-mod-admin-full: fix broken applyreboot page

This improve applyreboot page and fix problem with luci-nginx that doesn't refresh the page when the router reboot.

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
5 years agoMerge pull request #2043 from Ansuel/materialfix
Jo-Philipp Wich [Tue, 7 Aug 2018 15:50:34 +0000 (17:50 +0200)]
Merge pull request #2043 from Ansuel/materialfix

luci-theme-material: fix theme for applyreboot page changes

5 years agoluci-theme-material: fix theme for applyreboot page changes 2043/head
Ansuel Smith [Tue, 7 Aug 2018 15:46:00 +0000 (17:46 +0200)]
luci-theme-material: fix theme for applyreboot page changes

This rename style.css to casade.css (like the other themes) and fix the css to display the header even in the applyreboot page

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
5 years agoMerge pull request #2041 from farmergreg/to-be-or-not-to-be
Jo-Philipp Wich [Tue, 7 Aug 2018 14:27:57 +0000 (16:27 +0200)]
Merge pull request #2041 from farmergreg/to-be-or-not-to-be

Correct grammar in apply_widget.htm

5 years agoCorrect grammar in apply_widget.htm 2041/head
Gregory L. Dietsche [Tue, 7 Aug 2018 14:20:28 +0000 (09:20 -0500)]
Correct grammar in apply_widget.htm

This patch corrects "to get" to "to be" in apply_widget.htm
This shell command was used to find and make the change in
all impacted files:

find . -type f -exec sed -i 's/Waiting for configuration to get applied/Waiting for configuration to be applied/g' {} +

Signed-off-by: Gregory L. Dietsche <gregory.dietsche@cuw.edu>
5 years agoluci-base: update Chinese translation
yangfl [Thu, 2 Aug 2018 05:57:46 +0000 (13:57 +0800)]
luci-base: update Chinese translation

Signed-off-by: David Yang <mmyangfl@gmail.com>
5 years agoMerge pull request #2038 from musashino205/l10n/samba4-upd-ja
Jo-Philipp Wich [Mon, 6 Aug 2018 10:33:01 +0000 (12:33 +0200)]
Merge pull request #2038 from musashino205/l10n/samba4-upd-ja

luci-app-samba4: update Japanese translation

5 years agoluci-app-samba4: update Japanese translation 2038/head
INAGAKI Hiroshi [Sun, 5 Aug 2018 20:18:10 +0000 (05:18 +0900)]
luci-app-samba4: update Japanese translation

Updated Japanese translations.

Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
5 years agoMerge pull request #2037 from Rixerx/master
Hannu Nyman [Sun, 5 Aug 2018 17:11:34 +0000 (20:11 +0300)]
Merge pull request #2037 from Rixerx/master

luci-base: update Polish translation

5 years agoluci-base: update Polish translation 2037/head
Krystian Kozak [Sun, 5 Aug 2018 12:17:52 +0000 (14:17 +0200)]
luci-base: update Polish translation

Updated Polish translations.

Signed-off-by: Krystian Kozak <krystian.kozak20@gmail.com>
5 years agoMerge pull request #2026 from alanswanson/master
Jo-Philipp Wich [Sat, 4 Aug 2018 17:53:01 +0000 (19:53 +0200)]
Merge pull request #2026 from alanswanson/master

luci-mod-admin-full: Fix DSL Stats display of dB statistics

5 years agoluci-mod-admin-full: Fix DSL Stats display of dB statistics 2026/head
Alan Swanson [Tue, 31 Jul 2018 21:37:47 +0000 (22:37 +0100)]
luci-mod-admin-full: Fix DSL Stats display of dB statistics
Line attenuation, signal attenuation, noise margin and aggregate transmit power really need to show
decimal digits. Fixes commit 88713f6 from issue #2003 due to excess changes from %s to %d.

5 years agoMerge pull request #2029 from yangfl/master
Hannu Nyman [Thu, 2 Aug 2018 05:05:33 +0000 (08:05 +0300)]
Merge pull request #2029 from yangfl/master

luci-app-ddns: fix huge typo in luasrc/tools/ddns.lua

5 years agoluci-app-ddns: fix huge typo in luasrc/tools/ddns.lua 2029/head
yangfl [Thu, 2 Aug 2018 02:51:25 +0000 (10:51 +0800)]
luci-app-ddns: fix huge typo in luasrc/tools/ddns.lua

Signed-off-by: David Yang <mmyangfl@gmail.com>
5 years agoMerge pull request #2017 from chris5560/master-ddns
Hannu Nyman [Wed, 1 Aug 2018 16:44:24 +0000 (19:44 +0300)]
Merge pull request #2017 from chris5560/master-ddns

luci-app-ddns: remove myself as PKG_MAINTAINER

5 years agoMerge pull request #2015 from chris5560/master
Hannu Nyman [Wed, 1 Aug 2018 16:44:00 +0000 (19:44 +0300)]
Merge pull request #2015 from chris5560/master

luci-app-radicale: remove myself as PKG_MAINTAINER

5 years agoluci-theme-bootstrap: fix CSS regression in kernel/system log pages
Jo-Philipp Wich [Tue, 31 Jul 2018 15:24:55 +0000 (17:24 +0200)]
luci-theme-bootstrap: fix CSS regression in kernel/system log pages

An unrelated removed some crucial fixes due to improper rebasing.

Fixes: 7ba4eb1a4 ("luci-theme-bootstrap: add styling for input-adjacent buttons")
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
5 years agoMerge pull request #2021 from dibdot/travelmate
Dirk Brenken [Tue, 31 Jul 2018 09:27:11 +0000 (11:27 +0200)]
Merge pull request #2021 from dibdot/travelmate

luci-app-travelmate: "final" fixes

5 years agoMerge pull request #2019 from dibdot/adblock
Dirk Brenken [Tue, 31 Jul 2018 09:26:43 +0000 (11:26 +0200)]
Merge pull request #2019 from dibdot/adblock

luci-app-adblock: "final" fixes

5 years agoluci-app-travelmate: "final" fixes 2021/head
Dirk Brenken [Tue, 31 Jul 2018 07:36:27 +0000 (09:36 +0200)]
luci-app-travelmate: "final" fixes

during intense testing with different browsers (Chrome/Firefox/partly IE
in a VM) I found & fixed some more minor things:

* re-add accidently removed "apply_on_parse" attribute in overview cbi
* fixed a corner case where the "Restart" button not works correctly
* Removed leftovers from last commit

Signed-off-by: Dirk Brenken <dev@brenken.org>
5 years agoluci-app-adblock: "final" fixes 2019/head
Dirk Brenken [Tue, 31 Jul 2018 07:21:44 +0000 (09:21 +0200)]
luci-app-adblock: "final" fixes

during intense testing with different browsers (Chrome/Firefox/partly IE
in a VM) I found & fixed some more minor things:

* remove needless hook & include from overview page
* fix possible JS error in Runtime Information
* Align CSS color with "LuCI standard"

Signed-off-by: Dirk Brenken <dev@brenken.org>
5 years agoMerge pull request #2001 from Rixerx/master
Hannu Nyman [Mon, 30 Jul 2018 20:09:01 +0000 (23:09 +0300)]
Merge pull request #2001 from Rixerx/master

luci-base: update Polish translation