project/luci.git
7 years agoluci-mod-admin-full: use switch toplogy information for vlan setup
Jo-Philipp Wich [Mon, 15 Aug 2016 15:57:01 +0000 (17:57 +0200)]
luci-mod-admin-full: use switch toplogy information for vlan setup

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
7 years agoluci-base: support reading switch topology from /etc/board.json
Jo-Philipp Wich [Mon, 15 Aug 2016 15:52:28 +0000 (17:52 +0200)]
luci-base: support reading switch topology from /etc/board.json

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
7 years agoluci-base: cbi.js: handle undefined arguments in formatting
Jo-Philipp Wich [Thu, 4 Aug 2016 09:45:04 +0000 (11:45 +0200)]
luci-base: cbi.js: handle undefined arguments in formatting

Fix the JavaScript String.format() to not trigger an exception if the argument
for an escaped format like %h or %q is undefined.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
7 years agoluci-mod-admin-full: status page formatting fix
Jo-Philipp Wich [Thu, 4 Aug 2016 09:42:40 +0000 (11:42 +0200)]
luci-mod-admin-full: status page formatting fix

Display a question mark for undefined SSID and BSSID strings.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
7 years agoluci-base: fix handling of monitor ifaces
Jo-Philipp Wich [Thu, 4 Aug 2016 09:40:34 +0000 (11:40 +0200)]
luci-base: fix handling of monitor ifaces

Wireless monitor interfaces usually have no SSID set in their config and
various network model utility functions did not handle this case properly,
mainly while trying to incorperate the SSID string into various description
labels.

Fall back to the internal network id (radioX.networkY) in cases where neither
the SSID nor the BSSID are available.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
7 years agoluci-base: improve string format error reporting
Jo-Philipp Wich [Thu, 4 Aug 2016 09:37:13 +0000 (11:37 +0200)]
luci-base: improve string format error reporting

In mod metamethod, execute string format under pcall() and rethrow error in
caller context to report caller of function in errors and not the meta
method itself.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
7 years agoluci-mod-admin-full: fix net diagnostics with missing config
Jo-Philipp Wich [Sun, 31 Jul 2016 13:59:58 +0000 (15:59 +0200)]
luci-mod-admin-full: fix net diagnostics with missing config

Gracefully handle a missing diag section in /etc/config/luci when rendering
the network diagnostics tool page.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
7 years agoMerge pull request #766 from feckert/config_diag_url
Jo-Philipp Wich [Fri, 29 Jul 2016 13:28:28 +0000 (15:28 +0200)]
Merge pull request #766 from feckert/config_diag_url

luci-mod-admin-full: make diagnostics url customizable

7 years agoluci-mod-admin-full: make diagnostics url customizable 766/head
Florian Eckert [Fri, 29 Jul 2016 06:21:23 +0000 (08:21 +0200)]
luci-mod-admin-full: make diagnostics url customizable

Signed-off-by: Florian Eckert <Eckert.Florian@googlemail.com>
7 years agoMerge pull request #764 from chris5560/master
Christian Schoenebeck [Sun, 24 Jul 2016 18:29:27 +0000 (20:29 +0200)]
Merge pull request #764 from chris5560/master

luci-app-privoxy: change to tabbed display

7 years agoluci-app-privoxy: change to tabbed display 764/head
Christian Schoenebeck [Sun, 24 Jul 2016 08:59:21 +0000 (10:59 +0200)]
luci-app-privoxy: change to tabbed display

- changed to tabbed display
- modified version detection
- adaption to new function version_compare() in ipkg.lua
- adaption to fixed Flag.parse() in cbi.lua
- add support new option "system.boot_delay"
- also fix #763

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
7 years agoMerge pull request #743 from HenryGiraldo/master
Jo-Philipp Wich [Fri, 8 Jul 2016 13:18:21 +0000 (15:18 +0200)]
Merge pull request #743 from HenryGiraldo/master

Closes #741: Can't delete disabled wireless networks

7 years agoMerge pull request #754 from dalmago/translation
Jo-Philipp Wich [Fri, 8 Jul 2016 13:16:28 +0000 (15:16 +0200)]
Merge pull request #754 from dalmago/translation

luci-app-ddns: adding pt-br translation

7 years agoMerge pull request #753 from platschi/master
Manuel Munz [Tue, 5 Jul 2016 18:36:24 +0000 (20:36 +0200)]
Merge pull request #753 from platschi/master

contrib/community_profiles: Add LibreTulum

7 years agoUpdate LibreTulum Profile 753/head
platschi [Tue, 5 Jul 2016 17:41:49 +0000 (12:41 -0500)]
Update LibreTulum Profile

7 years agoluci-app-ddns: adding pt-br translation 754/head
Matheus Dal Mago [Sat, 2 Jul 2016 20:57:39 +0000 (17:57 -0300)]
luci-app-ddns: adding pt-br translation

Signed-off-by: Matheus Dal Mago <matheusdalmago10@gmail.com>
7 years agoAdd LibreTulum
platschi [Sat, 2 Jul 2016 04:34:23 +0000 (23:34 -0500)]
Add LibreTulum

Adding Profile for LibreTulum

7 years agoluci-mod-admin-full: add log_file and log_proto support
John Crispin [Thu, 30 Jun 2016 01:18:49 +0000 (03:18 +0200)]
luci-mod-admin-full: add log_file and log_proto support

Signed-off-by: John Crispin <john@phrozen.org>
[Jo-Philipp Wich: remove file datatype constraint]
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
7 years agoluci-proto-vpnc: further typo fixes
Juan Manuel M [Tue, 28 Jun 2016 14:15:23 +0000 (11:15 -0300)]
luci-proto-vpnc: further typo fixes

7 years agoluci-app-openvpn: various fixes and optimizations
Vladimir Ulrich [Thu, 23 Jun 2016 16:12:18 +0000 (19:12 +0300)]
luci-app-openvpn: various fixes and optimizations

Closes #628 as suggestion was implemented and tested.
Added PID handling function (Fixes https://dev.openwrt.org/ticket/21506).

Signed-off-by: Vladimir Ulrich <admin@evl.su>
7 years agoMerge pull request #749 from TaiSHiNet/master
Jo-Philipp Wich [Tue, 28 Jun 2016 14:04:07 +0000 (16:04 +0200)]
Merge pull request #749 from TaiSHiNet/master

Fixed luci-proto-vpnc typos which rendered it unusable

7 years agoFixed luci-proto-vpnc typos which rendered it unusable 749/head
Juan Manuel M [Tue, 28 Jun 2016 14:01:41 +0000 (11:01 -0300)]
Fixed luci-proto-vpnc typos which rendered it unusable

7 years agoMerge pull request #744 from chris5560/master
Hannu Nyman [Sun, 19 Jun 2016 16:56:15 +0000 (19:56 +0300)]
Merge pull request #744 from chris5560/master

luci-app-ddns: fix handling of parameter "is_glue" and "dns_seerver"

7 years agoluci-app-ddns: - fix handling of parameter "is_glue" and "dns_seerver" 744/head
Christian Schoenebeck [Sat, 18 Jun 2016 19:58:02 +0000 (21:58 +0200)]
luci-app-ddns: - fix handling of parameter "is_glue" and "dns_seerver"

- fix handling of parameter "is_glue" and "dns_seerver"
- depends on https://github.com/openwrt/packages/pull/2875

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
7 years agoCloses #741: Can't delete disabled wireless networks 743/head
Enrique Giraldo [Thu, 16 Jun 2016 13:08:36 +0000 (15:08 +0200)]
Closes #741: Can't delete disabled wireless networks

When a wireless network is disabled it can't be removed. From
wifi_overview.htm the delete call is generated as wlan0, wlan1 or
whatever. This wlan is not working because it is disabled, then LuCI
deletes the virtual radio which really is named as wlan0.

7 years agoluci-app-adblock: adjust to adblock 1.2.0
Hannu Nyman [Sun, 12 Jun 2016 18:14:54 +0000 (21:14 +0300)]
luci-app-adblock: adjust to adblock 1.2.0

* more status info
* change in default nullipv addresses
* two uhttpd instances (for ports 80/443)

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
7 years agoMerge pull request #740 from mkresin/master
Hannu Nyman [Sun, 12 Jun 2016 10:58:58 +0000 (13:58 +0300)]
Merge pull request #740 from mkresin/master

luci-app-ddns: pass the is_glue option value to the helper

7 years agoluci-app-ddns: pass the is_glue option value to the helper 740/head
Mathias Kresin [Sat, 4 Jun 2016 05:41:10 +0000 (07:41 +0200)]
luci-app-ddns: pass the is_glue option value to the helper

Signed-off-by: Mathias Kresin <dev@kresin.me>
7 years agoMerge pull request #739 from LipkeGu/patch-1
Hannu Nyman [Sat, 11 Jun 2016 07:30:33 +0000 (10:30 +0300)]
Merge pull request #739 from LipkeGu/patch-1

luci-mod-freifunk: Fix "Undefined reference to net.iwdata"

7 years agoluci-mod-freifunk: Fix "Undefined reference to net.iwdata" 739/head
Guido L [Thu, 9 Jun 2016 23:55:33 +0000 (01:55 +0200)]
luci-mod-freifunk: Fix "Undefined reference to net.iwdata"

This PR fixes an Internal Server Error when requesting the Wireless Informations in luci-mod-freifunk.
It checks an unindexed value "net.iwdata".

```
/usr/lib/lua/luci/dispatcher.lua:460: Failed to execute template dispatcher target for entry '/freifunk/status'. The called action terminated with an exception: /usr/lib/lua/luci/template.lua:97: Failed to execute template 'freifunk/public_status'.

A runtime error occured: [string "/usr/lib/lua/luci/view/freifunk/public_stat..."]:116: attempt to index field 'iwdata' (a nil value) stack traceback: [C]: in function 'assert' /usr/lib/lua/luci/dispatcher.lua:460: in function 'dispatch' /usr/lib/lua/luci/dispatcher.lua:141: in function...
```

signed-off.by: Guido Lipke <lipkegu@gmail.com>

7 years agoluci-app-firewall: cleanup translations
Hannu Nyman [Thu, 9 Jun 2016 17:26:18 +0000 (20:26 +0300)]
luci-app-firewall: cleanup translations

Cleanup the .po files by removing the archived old translation strings.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
7 years agoluci-base: cleanup translations
Hannu Nyman [Thu, 9 Jun 2016 09:51:21 +0000 (12:51 +0300)]
luci-base: cleanup translations

Cleanup the .po files by removing the archived old translation strings.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
7 years agoi18n: sync translations
Hannu Nyman [Thu, 9 Jun 2016 08:58:00 +0000 (11:58 +0300)]
i18n: sync translations

sync translations

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
7 years agoluci-mod-admin-full/mini: replace Wifi with Wireless in menus
Hannu Nyman [Thu, 9 Jun 2016 08:55:20 +0000 (11:55 +0300)]
luci-mod-admin-full/mini: replace Wifi with Wireless in menus

Replace the menu item "Wifi" by "Wireless",
which is already used for page and section headings

This closes #695

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
7 years agoMerge pull request #735 from kdarbyshirebryant/srcdietfix
Jo-Philipp Wich [Wed, 8 Jun 2016 08:47:39 +0000 (10:47 +0200)]
Merge pull request #735 from kdarbyshirebryant/srcdietfix

luci-base: fix lua interpreter location

7 years agoMerge pull request #733 from kuoruan/jql
Jo-Philipp Wich [Sun, 5 Jun 2016 09:47:01 +0000 (11:47 +0200)]
Merge pull request #733 from kuoruan/jql

luci-theme-bootstrap: Remove jql.min.js which does not exist

7 years agoluci-app-adblock: support 1.16
Hannu Nyman [Fri, 3 Jun 2016 14:24:56 +0000 (17:24 +0300)]
luci-app-adblock: support 1.16

Add support for 'adb_restricted'

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
7 years agoluci-base: fix lua interpreter location 735/head
Kevin Darbyshire-Bryant [Sun, 29 May 2016 13:56:51 +0000 (14:56 +0100)]
luci-base: fix lua interpreter location

An lua interpreter is required on the building host to run the
luasrcdiet lua script.  Due to a build change, the interpreter was not
being installed to the correct location.

Signed-off-by: Kevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk>
7 years agoluci-base: fix whitespace
Hannu Nyman [Fri, 3 Jun 2016 07:35:37 +0000 (10:35 +0300)]
luci-base: fix whitespace

change spaces to tabs

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
7 years agoMerge pull request #732 from kuoruan/aria2
Hannu Nyman [Thu, 2 Jun 2016 08:53:30 +0000 (11:53 +0300)]
Merge pull request #732 from kuoruan/aria2

luci-app-aria2: Add package

7 years agoluci-theme-bootstrap: Remove jql.min.js which does not exist 733/head
Hsing-Wang Liao [Tue, 31 May 2016 04:28:10 +0000 (12:28 +0800)]
luci-theme-bootstrap: Remove jql.min.js which does not exist

Fix 404 error

Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
7 years agoluci-app-aria2: Add package 732/head
Hsing-Wang Liao [Mon, 30 May 2016 06:30:47 +0000 (14:30 +0800)]
luci-app-aria2: Add package

LuCI Support for Aria2

Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
7 years agoi18n: sync translations
Hannu Nyman [Mon, 30 May 2016 07:24:47 +0000 (10:24 +0300)]
i18n: sync translations

sync translations.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
7 years agoMerge pull request #730 from kuoruan/luci-master
Hannu Nyman [Mon, 30 May 2016 07:16:13 +0000 (10:16 +0300)]
Merge pull request #730 from kuoruan/luci-master

luci-app-adblock: Add translation

7 years agoluci-app-adblock: Add Simplified Chinese translation 730/head
kuoruan [Fri, 27 May 2016 10:34:33 +0000 (18:34 +0800)]
luci-app-adblock: Add Simplified Chinese translation

Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
7 years agoluci-app-adblock: Add po templates
kuoruan [Fri, 27 May 2016 10:30:11 +0000 (18:30 +0800)]
luci-app-adblock: Add po templates

Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
7 years agoluci-app-adblock: support adb_fetchttl option
Hannu Nyman [Thu, 26 May 2016 16:01:12 +0000 (19:01 +0300)]
luci-app-adblock: support adb_fetchttl option

Support adb_fetchttl options from adblock 1.1.15

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
7 years agoMerge pull request #727 from LipkeGu/patch-1
Hannu Nyman [Thu, 26 May 2016 07:18:04 +0000 (10:18 +0300)]
Merge pull request #727 from LipkeGu/patch-1

ModulesHowTo: Fix typo

7 years agoluci-base: remove deprecated 6relayd from ucitrack
Hannu Nyman [Wed, 25 May 2016 19:26:36 +0000 (22:26 +0300)]
luci-base: remove deprecated 6relayd from ucitrack

Cleanup /etc/config/ucitrack by removing '6relayd' item,
as the whole 6relayd package was removed in 2014.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
7 years agoMerge pull request #728 from LipkeGu/luci-admin-system-fstab-ui
Jo-Philipp Wich [Mon, 23 May 2016 11:33:04 +0000 (13:33 +0200)]
Merge pull request #728 from LipkeGu/luci-admin-system-fstab-ui

luci-mod-admin-full: Look also if the file /etc/config/fstab exists.

7 years agoluci-mod-admin-full: Look also if the file /etc/config/fstab exists. 728/head
Guido Lipke [Mon, 23 May 2016 11:16:04 +0000 (13:16 +0200)]
luci-mod-admin-full: Look also if the file /etc/config/fstab exists.

This pull request adds a condition, which checks whether the file "/etc/config/fstab" exists before it allows access to "mount points".

Signed-off-by: Guido Lipke <lipkegu@gmail.com>
7 years agoModulesHowTo: Fix typo 727/head
Guido L [Mon, 23 May 2016 00:50:01 +0000 (02:50 +0200)]
ModulesHowTo: Fix typo

Signed-off-by: Guido Lipke <lipkegu@gmail.com>
7 years agoMerge pull request #723 from 981213/pr_disable_pattern
Hannu Nyman [Sat, 14 May 2016 07:37:07 +0000 (10:37 +0300)]
Merge pull request #723 from 981213/pr_disable_pattern

luci-base:Turn off pattern matching when generating distversion

7 years agoluci-base:Turn off pattern matching when generating distversion 723/head
Chuanhong Guo [Sat, 14 May 2016 03:46:28 +0000 (11:46 +0800)]
luci-base:Turn off pattern matching when generating distversion
Otherwize the distrevision may be displayed twice if it contains some special matching patterns.(For example I am using "git-$hash" in my own OpenWrt branch.)
Signed-off-by: Chuanhong Guo <gch981213@gmail.com>
7 years agoluci-app-statistics: option for max/avg data when not rrasingle
Hannu Nyman [Thu, 12 May 2016 07:26:59 +0000 (10:26 +0300)]
luci-app-statistics: option for max/avg data when not rrasingle

Introduce option that enables the user to select max values
instead of averages for graphs if the user has disabled RRAsingle.

The option defaults to average values, which have been the default
in Luci statistics.

Remove 'optional' from RRASingle, as it is a key option for statistics.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
7 years agoMerge pull request #721 from kdarbyshirebryant/maxrrdtool
Hannu Nyman [Thu, 12 May 2016 07:24:42 +0000 (10:24 +0300)]
Merge pull request #721 from kdarbyshirebryant/maxrrdtool

Graph the max value rather than avg if rrdsingle disabled

7 years agoGraph the max value rather than avg if rrdsingle disabled 721/head
Kevin Darbyshire-Bryant [Thu, 31 Dec 2015 18:00:55 +0000 (18:00 +0000)]
Graph the max value rather than avg if rrdsingle disabled

With rrdsingle the average values are used for graphing. As the
timescale increases (say over a day or month) the average values
progressively reduce.  Using the maximum value over the longer periods
is arguably no less deceptive but it does produce more informative
graphs.

V2 - Invert the default path logic related to rra.single

Signed-off-by: Kevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk>
7 years agoMerge pull request #717 from Umeaboy/patch-25
Hannu Nyman [Tue, 10 May 2016 19:25:35 +0000 (22:25 +0300)]
Merge pull request #717 from Umeaboy/patch-25

Update wshaper.po

7 years agoUpdate wshaper.po 717/head
Kristoffer Grundström [Tue, 10 May 2016 16:29:55 +0000 (18:29 +0200)]
Update wshaper.po

7 years agoMerge pull request #707 from SvenRoederer/fix/freifunk-communitysetting-selection...
Hannu Nyman [Tue, 10 May 2016 09:31:38 +0000 (12:31 +0300)]
Merge pull request #707 from SvenRoederer/fix/freifunk-communitysetting-selection/master

luci-mod-freifunk: fix lookup of community-name

7 years agoMerge pull request #715 from chris5560/master
Christian Schoenebeck [Sun, 8 May 2016 17:29:02 +0000 (19:29 +0200)]
Merge pull request #715 from chris5560/master

luci-app-ddns: adapt to support khost (Knot DNS) and drill (ddns-scri…

7 years agoluci-app-ddns: adapt to support khost (Knot DNS) and drill (ddns-scripts 2.7.1) 715/head
Christian Schoenebeck [Sun, 8 May 2016 17:26:53 +0000 (19:26 +0200)]
luci-app-ddns: adapt to support khost (Knot DNS) and drill (ddns-scripts 2.7.1)

adapt to support khost (Knot DNS) and drill (ddns-scripts 2.7.1)

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
7 years agoMerge pull request #703 from t0t3m1n/fix_snr
Hannu Nyman [Mon, 2 May 2016 08:01:27 +0000 (11:01 +0300)]
Merge pull request #703 from t0t3m1n/fix_snr

luci-mod-admin-full: fix wrong dsl stats visualization

7 years agoMerge pull request #709 from SvenRoederer/update_community-profiles/master
Hannu Nyman [Mon, 2 May 2016 08:00:27 +0000 (11:00 +0300)]
Merge pull request #709 from SvenRoederer/update_community-profiles/master

freifunk-profiles: remove depreciated profiles

7 years agofreifunk-profiles: remove depreciated profiles 709/head
Sven Roederer [Sun, 1 May 2016 18:57:48 +0000 (20:57 +0200)]
freifunk-profiles: remove depreciated profiles

- 31C3: this was used back in 2014, looking forward for new the congress
- seefeld: died in march 2013 ... (as per note on their Wiki-page)

Signed-off-by: Sven Roederer devel-sven@geroedel.de
7 years agoluci-mod-admin-full: dnsmasq options quietdhcp and sequential_ip
Hannu Nyman [Sun, 1 May 2016 20:26:42 +0000 (23:26 +0300)]
luci-mod-admin-full: dnsmasq options quietdhcp and sequential_ip

Add support for dnsmasq uci options 'quietdhcp' and 'sequential_ip'
(disable logging, allocate ip addresses sequentially)

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
7 years agoi18n: sync translations
Hannu Nyman [Sun, 1 May 2016 13:03:50 +0000 (16:03 +0300)]
i18n: sync translations

Sync translations

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
7 years agoluci-app-adblock: adjust to change in option name
Hannu Nyman [Sun, 1 May 2016 07:51:04 +0000 (10:51 +0300)]
luci-app-adblock: adjust to change in option name

Change also the adb_nullport option name to match 1.1.0

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
7 years agoluci-app-adblock: match adblock 1.1.0
Hannu Nyman [Sat, 30 Apr 2016 23:55:45 +0000 (02:55 +0300)]
luci-app-adblock: match adblock 1.1.0

Update the luci app to match adblock 1.1.0
Add support for showing blocklist status info.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
7 years agoluci-mod-freifunk: fix lookup of community-name 707/head
Sven Roederer [Sun, 24 Apr 2016 20:38:26 +0000 (22:38 +0200)]
luci-mod-freifunk: fix lookup of community-name

restore the lookup of the freifunk community-name stored in
uci "freifunk.community.name".
In https://github.com/openwrt/luci/commit/9780ee382e72f8a5fb69e337a3fcc51fc0914883
the value changed to the complete path of the community-profile, e.g.
"/etc/config/profile_berlin". This causes lookup problems on other
pages, like "mod-freifunk -> overview -> index" (view/freifunk/index.htm line37, line 54).
And as the option suggests it's the community-name not the community-profile path.

Signed-off-by: Sven Roederer devel-sven@geroedel.de
7 years agoluci-base: fix syntax error in luci.model.network
Jo-Philipp Wich [Tue, 26 Apr 2016 19:02:51 +0000 (21:02 +0200)]
luci-base: fix syntax error in luci.model.network

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
7 years agoluci-base: add more ignore patterns to luci.model.network
Jo-Philipp Wich [Tue, 26 Apr 2016 19:01:08 +0000 (21:01 +0200)]
luci-base: add more ignore patterns to luci.model.network

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
7 years agoluci-base: fix luci.model.network.ignore_interface()
Jo-Philipp Wich [Tue, 26 Apr 2016 18:54:52 +0000 (20:54 +0200)]
luci-base: fix luci.model.network.ignore_interface()

Fix the underlying _iface_ignore() function to not ignore virtual interfaces,
in order to let ignore_interface() return true for PPP and similar devices.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
7 years agoMerge pull request #706 from KevinOConnor/anonidentity-20160407
Manuel Munz [Mon, 25 Apr 2016 14:06:10 +0000 (16:06 +0200)]
Merge pull request #706 from KevinOConnor/anonidentity-20160407

luci-mod-admin-full: Add option to set anonymous_identity field

8 years agoluci-mod-admin-full: fix wrong dsl stats visualization 703/head
Luca Debernardi [Mon, 18 Apr 2016 19:18:52 +0000 (21:18 +0200)]
luci-mod-admin-full: fix wrong dsl stats visualization

This patch fixes the wrong visualization of Noise Margin (SNR) and Signal Attenuation (SATN) stats

Signed-off-by: Luca Debernardi <luca.debernardi@gmail.com>
8 years agoluci-base: read odhcpd leasefile location via uci
Hannu Nyman [Sun, 17 Apr 2016 09:10:24 +0000 (12:10 +0300)]
luci-base: read odhcpd leasefile location via uci

Check the location of the odhcpd leasefile from /etc/config/dhcp
via uci. Fallback to the default location.

This fixes #702

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
8 years agoluci-app-transmission: remove dependency on transmission-daemon
Hannu Nyman [Sat, 16 Apr 2016 09:14:53 +0000 (12:14 +0300)]
luci-app-transmission: remove dependency on transmission-daemon

transmission-daemon was split to -openssl and -polarssl variants,
so the old dependency needs to be removed.

luci-app-transmission will not install the transmission package
from now on. Instead the required transmission-daemon variant
needs to be installed separately.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
8 years agoMerge pull request #700 from chris5560/master
Christian Schoenebeck [Sat, 9 Apr 2016 17:46:11 +0000 (19:46 +0200)]
Merge pull request #700 from chris5560/master

fix problem not correctly handling "Bind Network" field

8 years agofix problem not correctly handling "Bind Network" field 700/head
Christian Schoenebeck [Sat, 9 Apr 2016 17:44:08 +0000 (19:44 +0200)]
fix problem not correctly handling "Bind Network" field

- fix problem not correctly handling "Bind Network" field #699
- some german translation extensions

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
8 years agoMerge pull request #698 from cshore/pull-request-fix-lib-depends
Hannu Nyman [Fri, 8 Apr 2016 06:24:38 +0000 (09:24 +0300)]
Merge pull request #698 from cshore/pull-request-fix-lib-depends

luci-base: utils: Make checklib return a boolean

8 years agoluci-base: utils: Make checklib return a boolean 698/head
Daniel Dickinson [Tue, 29 Mar 2016 14:18:22 +0000 (10:18 -0400)]
luci-base: utils: Make checklib return a boolean

Using tristate is counter-intuitive and probably doesn't provide a lot
of benefit so we use a boolean and treat "don't know" as false (because
it is safer than showing options that are not actually available).

Signed-off-by: Daniel Dickinson <openwrt@daniel.thecshore.com>
8 years agoluci-mod-admin-full: Add option to set anonymous_identity field 706/head
Kevin O'Connor [Thu, 7 Apr 2016 16:09:00 +0000 (12:09 -0400)]
luci-mod-admin-full: Add option to set anonymous_identity field

Add support for setting the "anonymous_identity" field on EAP type
networks.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
8 years agoMerge pull request #692 from oskarirauta/master
Jo-Philipp Wich [Fri, 1 Apr 2016 12:31:10 +0000 (14:31 +0200)]
Merge pull request #692 from oskarirauta/master

Update network.lua

8 years agoUpdate network.lua 692/head
Oskari Rauta [Fri, 1 Apr 2016 04:15:11 +0000 (04:15 +0000)]
Update network.lua

Fix display of WAN status when WAN is provided by using WWAN device or similar with other similar similar methods.
Explanation:
Before this, protocol was fetched from /etc/config/network for interface which often is wan_4 - but protocol is configured in file as wan, and therefore protocol is always none, since configuration is made for wan and then setup as wan_4 and possibly wan_6 if ipv6 is being used. This commit uses ubus to get used active protocol. For example, in case of qmi, it displays protocol as dhcp since even if I configured wan to use qmi, dhcp was used as a protocol for getting IP address.

8 years agoluci-app-firewall: capitalize weekday names (#691)
Jo-Philipp Wich [Thu, 31 Mar 2016 12:27:29 +0000 (14:27 +0200)]
luci-app-firewall: capitalize weekday names (#691)

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
8 years agoMerge pull request #688 from Wedmer/master
Hannu Nyman [Wed, 30 Mar 2016 12:29:01 +0000 (15:29 +0300)]
Merge pull request #688 from Wedmer/master

[luci-app-openvpn] Optimized code and added suggested fix from #650

8 years agotimezone data: update to 2016c
Hannu Nyman [Wed, 30 Mar 2016 08:30:36 +0000 (11:30 +0300)]
timezone data: update to 2016c

Update timezone data to 2016c.

2016b: http://mm.icann.org/pipermail/tz-announce/2016-March/000036.html

   Changes affecting future time stamps

     New zones Europe/Astrakhan and Europe/Ulyanovsk for Astrakhan and
     Ulyanovsk Oblasts, Russia, both of which will switch from +03 to +04
     on 2016-03-27 at 02:00 local time.  They need distinct zones since
     their post-1970 histories disagree.  New zone Asia/Barnaul for Altai
     Krai and Altai Republic, Russia, which will switch from +06 to +07
     on the same date and local time.  Also, Asia/Sakhalin moves from +10
     to +11 on 2016-03-27 at 02:00.

     As a trial of a new system that needs less information to be made up,
     the new zones use numeric time zone abbreviations like "+04"
     instead of invented abbreviations like "ASTT".

     Haiti will not observe DST in 2016.

     Palestine's spring-forward transition on 2016-03-26 is at 01:00,
     not 00:00. Guess future transitions will be March's last Saturday
     at 01:00, not March's last Friday at 24:00.

2016c: http://mm.icann.org/pipermail/tz-announce/2016-March/000037.html

   Changes affecting future time stamps

     Azerbaijan no longer observes DST.

     Chile reverts from permanent to seasonal DST.
     Guess that future transitions are August's and May's second
     Saturdays at 24:00 mainland time.  Also, call the period from
     2014-09-07 through 2016-05-14 daylight saving time instead of
     standard time, as that seems more appropriate now.

Note for Openwrt usage:

Either musl or busybox does not like the new timezone format.
Although the rule looks ok in /etc/TZ, timezone is interpreted wrongly
by date, uptime etc. "Old timezones" are handle correctly, but these
new "<+04>-4" style zones do not work. Example below:

Europe/Helsinki
 root@OpenWrt:~# cat /etc/TZ
 EET-2EEST,M3.5.0/3,M10.5.0/4
 root@OpenWrt:~# uptime
  11:00:52 up 18:17,  load average: 0.43, 0.13, 0.11
 root@OpenWrt:~# date
 Wed Mar 30 11:00:55 EEST 2016

Europe/Astrakhan
 ( Time is showed as GMT instead of the correct zone and
   zone name is parsed wrongly )
 root@OpenWrt:~# cat /etc/TZ
 <+04>-4
 root@OpenWrt:~# uptime
  08:02:52 up 18:19,  load average: 0.17, 0.18, 0.13
 root@OpenWrt:~# date
 Wed Mar 30 08:02:59 +04>-4 2016

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
8 years agoMerge pull request #681 from cshore/pull-request-wifi-interface-name
Hannu Nyman [Tue, 29 Mar 2016 12:44:48 +0000 (15:44 +0300)]
Merge pull request #681 from cshore/pull-request-wifi-interface-name

luci-mod-admin-full: Add option to set wireless interface name

8 years agoMerge pull request #680 from cshore/pull-request-dnsmasq-options
Hannu Nyman [Tue, 29 Mar 2016 12:42:45 +0000 (15:42 +0300)]
Merge pull request #680 from cshore/pull-request-dnsmasq-options

luci-mod-admin-full: various dnsmasq options

8 years agoMerge pull request #679 from cshore/pull-request-dnsmasq-dnssec
Hannu Nyman [Tue, 29 Mar 2016 12:41:56 +0000 (15:41 +0300)]
Merge pull request #679 from cshore/pull-request-dnsmasq-dnssec

Pull request dnsmasq dnssec

8 years agoMerge pull request #678 from cshore/pull-request-lib-depends
Hannu Nyman [Tue, 29 Mar 2016 12:33:00 +0000 (15:33 +0300)]
Merge pull request #678 from cshore/pull-request-lib-depends

luci-base: Add option to check linked libraries

8 years agoMerge pull request #690 from stweil/master
Hannu Nyman [Tue, 29 Mar 2016 07:18:06 +0000 (10:18 +0300)]
Merge pull request #690 from stweil/master

Fix some typos found by codespell

8 years agoapplications/luci-app-ddns: Fix typos (found by codespell) 690/head
Stefan Weil [Sat, 26 Mar 2016 09:19:25 +0000 (10:19 +0100)]
applications/luci-app-ddns: Fix typos (found by codespell)

Signed-off-by: Stefan Weil <sw@weilnetz.de>
8 years agoapplications/luci-app-coovachilli: Fix typos (found by codespell)
Stefan Weil [Sat, 26 Mar 2016 09:17:09 +0000 (10:17 +0100)]
applications/luci-app-coovachilli: Fix typos (found by codespell)

Signed-off-by: Stefan Weil <sw@weilnetz.de>
8 years agoMerge pull request #686 from cshore/pull-request-stastiscs-df
Hannu Nyman [Mon, 28 Mar 2016 19:23:57 +0000 (22:23 +0300)]
Merge pull request #686 from cshore/pull-request-stastiscs-df

luci-app-statistics: Fix disk usage graphing

8 years agoMerge pull request #689 from stweil/master
Hannu Nyman [Mon, 28 Mar 2016 18:18:36 +0000 (21:18 +0300)]
Merge pull request #689 from stweil/master

Fix some typos found by codespell

8 years agodocumentation: Fix typos (found by codespell) 689/head
Stefan Weil [Sat, 26 Mar 2016 09:11:33 +0000 (10:11 +0100)]
documentation: Fix typos (found by codespell)

Signed-off-by: Stefan Weil <sw@weilnetz.de>
8 years agobuild/luadoc: Fix typos (found by codespell)
Stefan Weil [Sat, 26 Mar 2016 09:09:27 +0000 (10:09 +0100)]
build/luadoc: Fix typos (found by codespell)

Signed-off-by: Stefan Weil <sw@weilnetz.de>
8 years agoapplications/luci-app-asterisk: Fix typos (found by codespell)
Stefan Weil [Sat, 26 Mar 2016 09:08:41 +0000 (10:08 +0100)]
applications/luci-app-asterisk: Fix typos (found by codespell)

Signed-off-by: Stefan Weil <sw@weilnetz.de>
8 years ago[luci-app-openvpn] Optimized code and added suggested fix from #650 688/head
Vladimir Ulrich [Fri, 25 Mar 2016 16:28:35 +0000 (19:28 +0300)]
[luci-app-openvpn] Optimized code and added suggested fix from #650
Signed-off-by: Vladimir Ulrich <admin@evl.su>