project/luci.git
7 years agoluci-app-firewall: adjust drop_invalid default (#1068)
Jo-Philipp Wich [Tue, 14 Mar 2017 11:52:22 +0000 (12:52 +0100)]
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>
7 years agoi18n: sync translations
Hannu Nyman [Sat, 4 Mar 2017 16:24:26 +0000 (18:24 +0200)]
i18n: sync translations

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
7 years agoMerge pull request #1050 from luizluca/17.01/pt-br-translation
Hannu Nyman [Fri, 3 Mar 2017 20:05:24 +0000 (22:05 +0200)]
Merge pull request #1050 from luizluca/17.01/pt-br-translation

i18n: complete pt-br translation

7 years agoi18n: complete pt-br translation 1050/head
Luiz Angelo Daros de Luca [Fri, 3 Mar 2017 18:11:34 +0000 (15:11 -0300)]
i18n: complete pt-br translation

Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
(partial cherry pick from commit fe9d39c06c3535ecb8f7b4f611747d21c1050a2c)

7 years agoMerge pull request #1041 from EricLuehrsen/unbound_17_01
Hannu Nyman [Thu, 2 Mar 2017 12:37:31 +0000 (14:37 +0200)]
Merge pull request #1041 from EricLuehrsen/unbound_17_01

[lede-17.01] luci-app-unbound: service updates coordinated with application package

7 years agoluci-mod-admin-full: new hostapd functionality for 80211w/r detection
Hannu Nyman [Tue, 28 Feb 2017 12:16:19 +0000 (14:16 +0200)]
luci-mod-admin-full: new hostapd functionality for 80211w/r detection

Use the new hostapd functionality (in LEDE) to detect 802.11r and 802.11w
more properly. Leave the old logic in place for Openwrt.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
(partial cherry pick from commit b0943391d84546d7161709ef521410b9cfd21df9)

7 years agoluci-mod-admin-full: adjust 80211w option default value
Hannu Nyman [Tue, 28 Feb 2017 12:16:19 +0000 (14:16 +0200)]
luci-mod-admin-full: adjust 80211w option default value

Adjust 802.11w default value from "0" to "" in order to avoid unnecessary
"option ieee80211w 0" lines in /etc/config/wireless

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
(partial cherry pick from commit b0943391d84546d7161709ef521410b9cfd21df9)

7 years agoluci-base: backport cbi datatype changes
Hannu Nyman [Tue, 28 Feb 2017 14:22:52 +0000 (16:22 +0200)]
luci-base: backport cbi datatype changes

Backport the new cbi datatypes and whitespace fixes from master.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
7 years agounbound: add uci-default script 1041/head
Eric Luehrsen [Sat, 11 Feb 2017 21:57:15 +0000 (16:57 -0500)]
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>
7 years agounbound: update UCI for odhcpd and hostname
Eric Luehrsen [Thu, 19 Jan 2017 06:33:44 +0000 (01:33 -0500)]
unbound: update UCI for odhcpd and hostname

Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
7 years agomod-admin-full: Add IPv6 Prefix Delegation information to Status Pages
Cody R. Brown [Sat, 28 Jan 2017 09:38:06 +0000 (01:38 -0800)]
mod-admin-full: Add IPv6 Prefix Delegation information to Status Pages

The Overview page and Network>Interfaces page currently do not give much
information about IPv6, particularly with Prefix Delegated setups. In these
setups, ISP will delegate a prefix to the router. Currently LuCI doesn't display
this Prefix Delegation from the ISP anywhere. A number of changes was added
to this commit:

1) self:_ubus("ipv6-prefix") was extracted and put into protocol.ip6prefix.
2) Network>Interfaces page, if a .ip6prefix is present, show it under Status.
   (IPv6-PD).
3) On the Overview page, "Type" and "Prefix Delegated" has been added to
  the IPv6 Network Overview Status:
  - Type will display the .proto, similar to the IPv4 case.
    If a .ip6prefix is present, it'll display a "-pd" at the end of
    the Type: i.e. dhcpv6-pd vs. dhcpv6.
  - If no .ip6prefix is present, it'll do what it does currently, and
    just show Address, or :: if no address is present.
  - If .ip6prefix is present, it'll show the "Prefix Delegated", it'll also
    hide "Address" if no address is present, else it'll show ifc6.ip6addr as well.

Signed-off-by: Cody R. Brown <dev@codybrown.ca>
(cherry picked from commit 5377d22b4a8d8f2234ddb5e65783343a6f2f6897)
(commit message reformatted)

7 years agoluci: ignore '::1' in realtime connections
Eric Luehrsen [Sat, 11 Feb 2017 02:38:00 +0000 (21:38 -0500)]
luci: ignore '::1' in realtime connections

luci ignores only 127.0.0.1 in real time connections.
The dnsmasq.init script sets up resolv.conf(s) as such.
With alternate DNS servers configured 'localhost' will
resolve to '127.0.0.1' or '::1'. The connections graph
will spam itself. openwrt/luci#996

Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
(cherry picked from commit 52771816a03b9250a22a76af77c27704067d07c5)

7 years agoluci.mk: only use remote branch detection
Jo-Philipp Wich [Mon, 20 Feb 2017 13:34:16 +0000 (14:34 +0100)]
luci.mk: only use remote branch detection

LEDE's scripts/feeds script creates local branches named after the checked
out commit hash, confusing local branch detection.

Solely use remote branch detection to avoid misidentifying such cases.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
7 years agoluci.mk: fix branch detection in detached HEAD state
Jo-Philipp Wich [Mon, 20 Feb 2017 13:14:49 +0000 (14:14 +0100)]
luci.mk: fix branch detection in detached HEAD state

When LuCI is checked out via pinned feeds configuration, its source tree will
end up in detached head state, requiring some more magic to figure out the
proper branch.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
7 years agoi18n: sync translations
Hannu Nyman [Thu, 16 Feb 2017 12:49:25 +0000 (14:49 +0200)]
i18n: sync translations

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
7 years agoluci-mod-admin-full: change html for compatibility with openwrt theme
Hannu Nyman [Wed, 15 Feb 2017 06:48:22 +0000 (08:48 +0200)]
luci-mod-admin-full: change html for compatibility with openwrt theme

Openwrt theme apparently accepts slightly different html than
Bootstrap or Material. Change code to <br /> to make it compatible.

This fixes #1011

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
(cherry picked from commit 6a2a62fa4f9b220398fd2ed1a1fe79197b0019c9)

7 years agoluci-mod-admin-full: place 80211w options behind a check for wpad-full
Hannu Nyman [Tue, 14 Feb 2017 21:30:51 +0000 (23:30 +0200)]
luci-mod-admin-full: place 80211w options behind a check for wpad-full

The default hostapd/wpad mini version does not support ieee80211w
and the option's visibility in LuCI may lead it to be placed in user's
/etc/config/wireless preventing wifi from starting.

Check for hostapd/wpad full before exposing the option.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
(cherry picked from commit 07e01d094eb25e1f036e85b8cfc5aceccc56003c)

7 years agoMerge pull request #998 from hnyman/backport-80211r-80211w
Hannu Nyman [Tue, 14 Feb 2017 12:23:40 +0000 (14:23 +0200)]
Merge pull request #998 from hnyman/backport-80211r-80211w

Backport 802.11r and 802.11w LuCI support to lede-17.01

7 years agoBackport: support for 802.11w Management Frame Protection 998/head
Hannu Nyman [Fri, 10 Feb 2017 15:21:46 +0000 (17:21 +0200)]
Backport: support for 802.11w Management Frame Protection

Add support for IEEE802.11w Management Frame Protection options
into the wireless config.

Mention in the help text that the full version of wpad/hostapd is
needed.

Currently supported in LEDE by ath9k and ath10k, mwlwifi and mt76.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
(cherry picked from commit 4ddb6b28168e030263bc4ee7242880b8176637b7)
(cherry picked from commit 4d31f7ca30efc7158f8184885df86b9325ecdcba)

7 years agoBackport: support for 802.11r fast transition in wireless config
Hannu Nyman [Thu, 9 Feb 2017 08:02:49 +0000 (10:02 +0200)]
Backport: support for 802.11r fast transition in wireless config

Backports from master the commits that add support for
IEEE802.11r Fast Transition to luci.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
(cherry picked from commit f02794f28c343070487bbc794b425f91b675fdb9)
(cherry picked from commit 171c06146ad2a45b1026e3a9779766855964fc2d)
(cherry picked from commit 02bed261881dd60f212f81e7ed3e3afeb4bd890d)
(cherry picked from commit c491c181ea69dc544b49dff66d999f62ebf48619)

7 years agoluci-base: add hexstring datatype
Hannu Nyman [Thu, 9 Feb 2017 14:58:07 +0000 (16:58 +0200)]
luci-base: add hexstring datatype

Add datatype 'hexstring' for input validaiton datatypes.

It will accept any hexadecimal string.

(no length validation, as rangelength can be used for that.)

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
(cherry picked from commit 11f23559e4be78f202aa55d811d5b58cb0ca0a78)

7 years agoMerge pull request #957 from musashino205/17-dynpnt-add-ja
Daniel Dickinson [Tue, 7 Feb 2017 21:04:20 +0000 (16:04 -0500)]
Merge pull request #957 from musashino205/17-dynpnt-add-ja

luci-app-dynapoint: Add Japanese translation

7 years agoluci-app-adblock: put backup options to global section
Dirk Brenken [Sun, 5 Feb 2017 07:02:39 +0000 (08:02 +0100)]
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>
(cherry picked from commit d3a74836b7abb64591afde6ce0d0eb7a40d308fa)

7 years agoluci-ssl-openssl: use OpenSSL for key generation, drop px5g
Hannu Nyman [Tue, 31 Jan 2017 14:47:12 +0000 (16:47 +0200)]
luci-ssl-openssl: use OpenSSL for key generation, drop px5g

Replace a dependency for px5g with openssl-util. Both LEDE and
Openwrt have now uhttpd versions that can generate keys with
OpenSSL cmd tools if px5g is not found. This change enables an
"OpenSSL-only" version of LuCI without mbedTLS/PolarSSL.

(Note: if px5g is found, uhttpd will prefer that.)

Relevant commits in uhttpd:

LEDE:
https://github.com/lede-project/source/commit/3c4858eeb2bbb3107f87bb3be07d5c172c8e0ef9
https://github.com/lede-project/source/commit/82132540a3efbc98f8f4379b26d4b4541013e69d
https://github.com/lede-project/source/commit/9097dc5ad844c336020be11085e1c8c80390ac9c

Openwrt:
https://github.com/openwrt/openwrt/commit/6ec32832d25335355d205c4601d4a8ca5dfd6808

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
(cherry picked from commit b6341bd197aed9640c4d0dcff73019e045978df0)

7 years agoluci-mod-admin-full: fixes for usbport LED triggers
Jo-Philipp Wich [Mon, 30 Jan 2017 14:50:08 +0000 (15:50 +0100)]
luci-mod-admin-full: fixes for usbport LED triggers

The previous commit erroneously used "ports" instead of "port" as name for the
option widget, causing wrong uci values to be written.

Also work around some cbi idiosyncrasies regarding MultiValue widgets which
prevented rendering the correct initial selection state.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
7 years agoluci-base: fix logic errors in ipmask4 and ipmask6 datatype validators 986/head
Jo-Philipp Wich [Mon, 30 Jan 2017 18:14:08 +0000 (19:14 +0100)]
luci-base: fix logic errors in ipmask4 and ipmask6 datatype validators

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
7 years agoluci-mod-admin-full: admin: change password in Map.parse()
Jo-Philipp Wich [Wed, 25 Jan 2017 23:21:17 +0000 (00:21 +0100)]
luci-mod-admin-full: admin: change password in Map.parse()

Move the password setting into the .parse() callback to ensure that it is
updated regardless of whether "Save" or "Save & Apply" has been pressed.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
7 years agoluci-mod-admin-full: support configuring usbport LED triggers
Jo-Philipp Wich [Wed, 25 Jan 2017 23:08:43 +0000 (00:08 +0100)]
luci-mod-admin-full: support configuring usbport LED triggers

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
7 years agoluci-base: mvalue: fix column wrapping
Jo-Philipp Wich [Wed, 25 Jan 2017 23:07:26 +0000 (00:07 +0100)]
luci-base: mvalue: fix column wrapping

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
7 years agoluci-mod-admin-full: reload wifi settings page after changing countey code
Jo-Philipp Wich [Wed, 25 Jan 2017 22:37:40 +0000 (23:37 +0100)]
luci-mod-admin-full: reload wifi settings page after changing countey code

Reloading the page ensures that the allowed tx power values and channel select
lists are properly populated with the new effective values.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
7 years agoluci-mod-admin-full: allow unset txpower value
Rafał Miłecki [Tue, 3 Jan 2017 14:54:57 +0000 (15:54 +0100)]
luci-mod-admin-full: allow unset txpower value

Sometimes txpower is not set so we should have an option with empty
value to let it stay unset.

Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
7 years agoluci-base: datatypes.lua: add missing parentheses in conditional
Jo-Philipp Wich [Tue, 24 Jan 2017 12:51:23 +0000 (13:51 +0100)]
luci-base: datatypes.lua: add missing parentheses in conditional

The missing parens lead to a wrong expression precedence, causing a runtime
error when attempting to compare nil with a number.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
7 years agoluci-app-firewall: use new ipmask validation types when applicable
Jo-Philipp Wich [Mon, 23 Jan 2017 15:18:20 +0000 (16:18 +0100)]
luci-app-firewall: use new ipmask validation types when applicable

This allows for address specifications like "fdca:1234: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>
7 years agoluci-base: add ipmask, ipmask4 and ipmask6 validators
Jo-Philipp Wich [Mon, 23 Jan 2017 15:10:36 +0000 (16:10 +0100)]
luci-base: add ipmask, ipmask4 and ipmask6 validators

These validators accept IP address specifications in the form

 - address
 - address/bits
 - address/netmask

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
7 years agoluci-base: datatypes.lua: cleanup white space
Jo-Philipp Wich [Mon, 23 Jan 2017 15:10:07 +0000 (16:10 +0100)]
luci-base: datatypes.lua: cleanup white space

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
7 years agoluci-app-dynapoint: Add Japanese translation 957/head
INAGAKI Hiroshi [Tue, 17 Jan 2017 15:54:19 +0000 (00:54 +0900)]
luci-app-dynapoint: Add Japanese translation

Added Japanese translations.

Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
7 years agoMerge pull request #953 from musashino205/mount-fix-disp
Daniel Dickinson [Mon, 16 Jan 2017 15:45:20 +0000 (10:45 -0500)]
Merge pull request #953 from musashino205/mount-fix-disp

luci-mod-admin-full: Fix display problems of mount

7 years agoMerge pull request #947 from danrl/proto-wireguard
Daniel Dickinson [Mon, 16 Jan 2017 14:39:55 +0000 (09:39 -0500)]
Merge pull request #947 from danrl/proto-wireguard

luci-proto-wireguard: enable addressing for tunnel interfaces

7 years agoMerge pull request #817 from ascob/luci-app-dynapoint
Daniel Dickinson [Mon, 16 Jan 2017 14:28:26 +0000 (09:28 -0500)]
Merge pull request #817 from ascob/luci-app-dynapoint

luci-app-dynapoint: new package

7 years agoMerge pull request #917 from aa65535/master
Daniel Dickinson [Mon, 16 Jan 2017 14:26:42 +0000 (09:26 -0500)]
Merge pull request #917 from aa65535/master

luci-base:adjust the code order

7 years agoMerge pull request #946 from chloe-jeong/trunk-ko
Daniel Dickinson [Mon, 16 Jan 2017 07:07:36 +0000 (02:07 -0500)]
Merge pull request #946 from chloe-jeong/trunk-ko

Updates korean languages.

7 years agoMerge pull request #861 from ynezz/master
Daniel Dickinson [Mon, 16 Jan 2017 06:49:21 +0000 (01:49 -0500)]
Merge pull request #861 from ynezz/master

luci-mod-admin-full: Store system time into RTC also

7 years agoMerge pull request #859 from feckert/realtime_wlan
Daniel Dickinson [Mon, 16 Jan 2017 06:42:00 +0000 (01:42 -0500)]
Merge pull request #859 from feckert/realtime_wlan

luci-mod-admin-full: show realtime wlan graph only if iw command is installed

7 years agoluci-base: sync translations 953/head
INAGAKI Hiroshi [Mon, 16 Jan 2017 04:01:17 +0000 (13:01 +0900)]
luci-base: sync translations

Recently a string to be translated were added to Lua source, so
I synchronized po templates and po file of each language with Lua
source.

Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
7 years agoluci-mod-admin-full: Fix display problems of mount
INAGAKI Hiroshi [Mon, 16 Jan 2017 03:52:06 +0000 (12:52 +0900)]
luci-mod-admin-full: Fix display problems of mount

Fixed some display problems where the UUID label of the drop down
list does not exist and the positions of other labels are misplaced
in mount settings page.

Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
7 years agoluci-app-dynapoint: new package 817/head
ascob [Wed, 5 Oct 2016 16:40:07 +0000 (18:40 +0200)]
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>
7 years agoMerge pull request #948 from musashino205/wifi-fix-disp
Daniel Dickinson [Sat, 14 Jan 2017 21:06:36 +0000 (16:06 -0500)]
Merge pull request #948 from musashino205/wifi-fix-disp

luci-mod-admin-full: Fix display problem of wifi_add

7 years agoluci-mod-admin-full: Fix display problem of wifi_add 948/head
INAGAKI Hiroshi [Sat, 14 Jan 2017 17:16:33 +0000 (02:16 +0900)]
luci-mod-admin-full: Fix display problem of wifi_add

Fixed an issue where the network name is displayed as "%q" on wlan
connection destination network settings page.

Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
7 years agoluci-proto-wireguard: enable addressing for tunnel interfaces 947/head
danrl [Sat, 14 Jan 2017 16:12:36 +0000 (17:12 +0100)]
luci-proto-wireguard: enable addressing for tunnel interfaces

Enable static addresses on WireGuard tunnel interfaces without requiring
an static address interface.

This removes the requirement to use a static address interface on top of a
WireGuard tunnel interface in the majority of cases. In the past, users have
been confused by the current approach and asked for a simpler way to configure
WireGuard interfaces.

Signed-off-by: Dan Luedtke <mail@danrl.com>
7 years agoluci-app-firewall: Updates korean language. 946/head
Weongyo Jeong [Tue, 10 Jan 2017 16:25:06 +0000 (01:25 +0900)]
luci-app-firewall: Updates korean language.

Initial korean language support for luci-app-firewall.

Signed-off-by: Weongyo Jeong <weongyo@gmail.com>
7 years agoluci-base: Updates korean language.
Weongyo Jeong [Thu, 22 Dec 2016 14:18:22 +0000 (23:18 +0900)]
luci-base: Updates korean language.

Signed-off-by: Weongyo Jeong <weongyo@gmail.com>
7 years agoMerge pull request #942 from musashino205/tmate-upd-ja
Daniel Dickinson [Sat, 14 Jan 2017 06:57:34 +0000 (01:57 -0500)]
Merge pull request #942 from musashino205/tmate-upd-ja

luci-app-travelmate: Update Japanese translation

7 years agoMerge pull request #943 from SvenRoederer/patch-1
Daniel Dickinson [Sat, 14 Jan 2017 06:56:08 +0000 (01:56 -0500)]
Merge pull request #943 from SvenRoederer/patch-1

freifunk-common: bump version as of recent changes

7 years agofreifunk-common: bump version as of recent changes 943/head
Sven Roederer [Fri, 13 Jan 2017 22:27:05 +0000 (23:27 +0100)]
freifunk-common: bump version as of recent changes

the updates for olsr-0.9.5 compatibility should have changed the release-number

Signed-off-by: Sven Roederer <freifunk@it-solutions.geroedel.de>
7 years agoluci-app-travelmate: Update Japanese translation 942/head
INAGAKI Hiroshi [Fri, 13 Jan 2017 18:36:55 +0000 (03:36 +0900)]
luci-app-travelmate: Update Japanese translation

Added some translations of recently added strings.

Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
7 years agoluci-app-travelmate: sync translations
INAGAKI Hiroshi [Fri, 13 Jan 2017 18:06:08 +0000 (03:06 +0900)]
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>
7 years agoMerge pull request #939 from dibdot/master
Hannu Nyman [Thu, 12 Jan 2017 20:36:10 +0000 (22:36 +0200)]
Merge pull request #939 from dibdot/master

luci-app-travelmate: update gui elements

7 years agoMerge pull request #938 from cshore-firmware/pull-request-statistics-df
Daniel Dickinson [Thu, 12 Jan 2017 15:19:37 +0000 (10:19 -0500)]
Merge pull request #938 from cshore-firmware/pull-request-statistics-df

app-statistics: df: Don't separate disk usage types

7 years agoluci-app-travelmate: update gui elements 939/head
Dirk Brenken [Thu, 12 Jan 2017 13:56:04 +0000 (14:56 +0100)]
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>
7 years agoi18n: sync translations
Hannu Nyman [Wed, 11 Jan 2017 13:50:46 +0000 (15:50 +0200)]
i18n: sync translations

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
7 years agoluci-mod-admin-full: fix help text for wifi join options
Hannu Nyman [Wed, 11 Jan 2017 13:31:54 +0000 (15:31 +0200)]
luci-mod-admin-full: fix help text for wifi join options

Clarify the help text in the wifi join dialog.
Reference to #793, #876, #897

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
7 years agoMerge pull request #933 from musashino205/wifischd-upd-ja
Hannu Nyman [Wed, 11 Jan 2017 08:14:55 +0000 (10:14 +0200)]
Merge pull request #933 from musashino205/wifischd-upd-ja

luci-app-wifischedule: Update Japanese translation

7 years agoluci-app-wifischedule: Update Japanese translation 933/head
INAGAKI Hiroshi [Wed, 11 Jan 2017 08:11:25 +0000 (17:11 +0900)]
luci-app-wifischedule: Update Japanese translation

Added a Japanese translation of recently added string.

Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
7 years agoMerge pull request #930 from cshore-firmware/pull-request-fix-webadmin
Daniel Dickinson [Tue, 10 Jan 2017 22:19:55 +0000 (17:19 -0500)]
Merge pull request #930 from cshore-firmware/pull-request-fix-webadmin

base: webadmin: Don't take substring of nil variable

7 years agoMerge pull request #929 from bittorf/master
Hannu Nyman [Tue, 10 Jan 2017 16:28:18 +0000 (18:28 +0200)]
Merge pull request #929 from bittorf/master

luci-app-olsr: adapt to changed behavior of new OLSRd v0.9.5

7 years agoluci-app-olsr: adapt to changed behavior of new OLSRd v0.9.5 929/head
Bastian Bittorf [Tue, 10 Jan 2017 16:20:54 +0000 (17:20 +0100)]
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>
7 years agoluci-ssl-openssl: update note about px5g's SSL library usage
Hannu Nyman [Mon, 9 Jan 2017 15:52:18 +0000 (17:52 +0200)]
luci-ssl-openssl: update note about px5g's SSL library usage

px5g still requires libmbedtls (in LEDE) or libpolarssl (in Openwrt).

In LEDE it is also possible to replace px5g with openssl-util and
achieve "openssl-only" build without libmbedtls, as uhttpd can also
generate keys with openssl commandline tools if px5g is not present.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
7 years agoMerge pull request #919 from kuoruan/luci-app-wifischedule
Hannu Nyman [Mon, 9 Jan 2017 13:05:31 +0000 (15:05 +0200)]
Merge pull request #919 from kuoruan/luci-app-wifischedule

Luci app wifischedule: minor changes

7 years agoMerge pull request #927 from jp-bennett/master
Hannu Nyman [Mon, 9 Jan 2017 08:54:37 +0000 (10:54 +0200)]
Merge pull request #927 from jp-bennett/master

[luci-app-fwknopd] Remove usage of dynamic tag.

7 years ago[luci-app-fwknopd] Remove usage of dynamic tag. 927/head
Jonathan Bennett [Mon, 9 Jan 2017 04:11:02 +0000 (22:11 -0600)]
[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>
7 years agoluci-app-wifischedule: minor changes 919/head
Hsing-Wang Liao [Thu, 5 Jan 2017 08:28:45 +0000 (16:28 +0800)]
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>
7 years agoMerge pull request #923 from kuoruan/i18n-zh-cn
Hannu Nyman [Sat, 7 Jan 2017 15:04:32 +0000 (17:04 +0200)]
Merge pull request #923 from kuoruan/i18n-zh-cn

Update Simplified Chinese translation

7 years agoluci-app-privoxy: Update Simplified Chinese translation 923/head
Hsing-Wang Liao [Sat, 7 Jan 2017 13:51:13 +0000 (21:51 +0800)]
luci-app-privoxy: Update Simplified Chinese translation

Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
7 years agoluci-base: Update Simplified Chinese translation
Hsing-Wang Liao [Sat, 7 Jan 2017 13:50:21 +0000 (21:50 +0800)]
luci-base: Update Simplified Chinese translation

Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
7 years agoluci-base: update LuaSrcDiet download location
Hannu Nyman [Thu, 5 Jan 2017 21:34:54 +0000 (23:34 +0200)]
luci-base: update LuaSrcDiet download location

Update the googlecode download address to the current one.

Change hash to SHA256 at the same time.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
7 years agoi18n: sync translations
Hannu Nyman [Tue, 3 Jan 2017 13:43:16 +0000 (15:43 +0200)]
i18n: sync translations

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
7 years agoluci-base:adjust the code order 917/head
Jian Chang [Tue, 3 Jan 2017 11:00:53 +0000 (19:00 +0800)]
luci-base:adjust the code order

The `cbi_validate_field` should be after data initialized.

Signed-off-by: Jian Chang <aa65535@live.com>
7 years agoMerge pull request #916 from musashino205/shairplay-add-ja
Hannu Nyman [Tue, 3 Jan 2017 09:08:57 +0000 (11:08 +0200)]
Merge pull request #916 from musashino205/shairplay-add-ja

luci-app-shairplay: Add Japanese translation

7 years agoluci-app-shairplay: Add Japanese translation 916/head
INAGAKI Hiroshi [Tue, 3 Jan 2017 06:07:13 +0000 (15:07 +0900)]
luci-app-shairplay: Add Japanese translation

Added Japanese translations and po templates.

Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
7 years agoMerge pull request #908 from SvenRoederer/update_community-profiles/master
Hannu Nyman [Mon, 2 Jan 2017 17:03:14 +0000 (19:03 +0200)]
Merge pull request #908 from SvenRoederer/update_community-profiles/master

community-profiles: update Berlin

7 years agoluci-theme-bootstrap: tune default style select boxes
Jo-Philipp Wich [Mon, 2 Jan 2017 10:59:21 +0000 (11:59 +0100)]
luci-theme-bootstrap: tune default style select boxes

The previous styling made select dropdowns look like disabled text input
fields on Chrome browsers.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
7 years agoMerge pull request #914 from musashino205/wifischd-upd-ja
Hannu Nyman [Mon, 2 Jan 2017 09:41:52 +0000 (11:41 +0200)]
Merge pull request #914 from musashino205/wifischd-upd-ja

luci-app-wifischedule: Update Japanese translation

7 years agoluci-app-wifischedule: Update Japanese translation 914/head
INAGAKI Hiroshi [Mon, 2 Jan 2017 09:32:28 +0000 (18:32 +0900)]
luci-app-wifischedule: Update Japanese translation

Added some translations of recently added strings.

Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
7 years agoMerge pull request #912 from kuoruan/luci-app-wifischedule
Hannu Nyman [Mon, 2 Jan 2017 08:06:07 +0000 (10:06 +0200)]
Merge pull request #912 from kuoruan/luci-app-wifischedule

Luci-app-wifischedule: Update translation

7 years agoluci-app-wifischedule: Add Simplified Chinese translation 912/head
Hsing-Wang Liao [Mon, 2 Jan 2017 04:54:41 +0000 (12:54 +0800)]
luci-app-wifischedule: Add Simplified Chinese translation

Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
7 years agoluci-app-wifischedule: Add more translation
Hsing-Wang Liao [Mon, 2 Jan 2017 04:53:47 +0000 (12:53 +0800)]
luci-app-wifischedule: Add more translation

Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
7 years agoMerge pull request #909 from musashino205/uhttpd-add-ja
Hannu Nyman [Sun, 1 Jan 2017 11:58:48 +0000 (13:58 +0200)]
Merge pull request #909 from musashino205/uhttpd-add-ja

luci-app-uhttpd: Add Japanese translation

7 years agoluci-app-uhttpd: Add Japanese translation 909/head
INAGAKI Hiroshi [Sun, 1 Jan 2017 09:20:02 +0000 (18:20 +0900)]
luci-app-uhttpd: Add Japanese translation

Added Japanese translation.

Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
7 years agoluci-app-uhttpd: Add po templates
INAGAKI Hiroshi [Sun, 1 Jan 2017 09:14:15 +0000 (18:14 +0900)]
luci-app-uhttpd: Add po templates

Added po template (.pot) file.

Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
7 years agocommunity-profiles: update Berlin 908/head
Sven Roederer [Fri, 30 Dec 2016 23:00:23 +0000 (00:00 +0100)]
community-profiles: update Berlin

since Kathleen-0.2.0 Release there is a new owm-api-url

Signed-off-by: Sven Roederer devel-sven@geroedel.de
7 years agobase: webadmin: Don't take substring of nil variable 930/head
Daniel Dickinson [Thu, 29 Dec 2016 20:04:57 +0000 (15:04 -0500)]
base: webadmin: Don't take substring of nil variable

When converting interface names to UCI network names
webadmin fails if there is no UCI network name because
webadmin failed to ensure uciname has a value before
attempting to take a substring.

Signed-off-by: Daniel Dickinson <lede@cshore.thecshore.com>
7 years agoMerge pull request #906 from musashino205/tmate-add-ja
Hannu Nyman [Fri, 30 Dec 2016 11:26:01 +0000 (13:26 +0200)]
Merge pull request #906 from musashino205/tmate-add-ja

luci-app-travelmate: Add Japanese translation

7 years agoluci-app-travelmate: Add Japanese translation 906/head
INAGAKI Hiroshi [Fri, 30 Dec 2016 11:10:54 +0000 (20:10 +0900)]
luci-app-travelmate: Add Japanese translation

Added Japanese translations.

Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
7 years agoMerge pull request #905 from musashino205/upnp-upd-ja
Hannu Nyman [Wed, 28 Dec 2016 19:08:28 +0000 (21:08 +0200)]
Merge pull request #905 from musashino205/upnp-upd-ja

luci-app-upnp: Update Japanese translation

7 years agoMerge pull request #904 from musashino205/firewall-upd-ja
Hannu Nyman [Wed, 28 Dec 2016 19:08:09 +0000 (21:08 +0200)]
Merge pull request #904 from musashino205/firewall-upd-ja

luci-app-firewall: Update Japanese translation

7 years agoluci-app-upnp: Update Japanese translation 905/head
INAGAKI Hiroshi [Sat, 24 Dec 2016 10:55:16 +0000 (19:55 +0900)]
luci-app-upnp: Update Japanese translation

Added some translations and fixed mistranslated string.

Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
7 years agoluci-app-firewall: Update Japanese translation 904/head
INAGAKI Hiroshi [Fri, 23 Dec 2016 17:55:32 +0000 (02:55 +0900)]
luci-app-firewall: Update Japanese translation

Added some translations for the schedule settings and others.

Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
7 years agoMerge pull request #901 from musashino205/wifischd-add-ja
Hannu Nyman [Fri, 23 Dec 2016 07:51:46 +0000 (09:51 +0200)]
Merge pull request #901 from musashino205/wifischd-add-ja

luci-app-wifischedule: Add Japanese translation

7 years agoMerge pull request #903 from musashino205/stat-fix-ja
Hannu Nyman [Fri, 23 Dec 2016 07:46:12 +0000 (09:46 +0200)]
Merge pull request #903 from musashino205/stat-fix-ja

luci-app-statistics: Fix mistranslations for Japanese

7 years agoluci-app-statistics: Fix mistranslations for Japanese 903/head
INAGAKI Hiroshi [Fri, 23 Dec 2016 06:08:13 +0000 (15:08 +0900)]
luci-app-statistics: Fix mistranslations for Japanese

Fixed some mistranslations for Japanese.

Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>