summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2016-05-23ModulesHowTo: Fix typoGuido L
Signed-off-by: Guido Lipke <lipkegu@gmail.com>
2016-05-14Merge pull request #723 from 981213/pr_disable_patternHannu Nyman
luci-base:Turn off pattern matching when generating distversion
2016-05-14luci-base:Turn off pattern matching when generating distversionChuanhong Guo
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>
2016-05-12luci-app-statistics: option for max/avg data when not rrasingleHannu Nyman
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>
2016-05-12Merge pull request #721 from kdarbyshirebryant/maxrrdtoolHannu Nyman
Graph the max value rather than avg if rrdsingle disabled
2016-05-11Graph the max value rather than avg if rrdsingle disabledKevin Darbyshire-Bryant
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>
2016-05-10Merge pull request #717 from Umeaboy/patch-25Hannu Nyman
Update wshaper.po
2016-05-10Update wshaper.poKristoffer Grundström
2016-05-10Merge pull request #707 from ↵Hannu Nyman
SvenRoederer/fix/freifunk-communitysetting-selection/master luci-mod-freifunk: fix lookup of community-name
2016-05-08Merge pull request #715 from chris5560/masterChristian Schoenebeck
luci-app-ddns: adapt to support khost (Knot DNS) and drill (ddns-scri…
2016-05-08luci-app-ddns: adapt to support khost (Knot DNS) and drill (ddns-scripts 2.7.1)Christian Schoenebeck
adapt to support khost (Knot DNS) and drill (ddns-scripts 2.7.1) Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2016-05-02Merge pull request #703 from t0t3m1n/fix_snrHannu Nyman
luci-mod-admin-full: fix wrong dsl stats visualization
2016-05-02Merge pull request #709 from SvenRoederer/update_community-profiles/masterHannu Nyman
freifunk-profiles: remove depreciated profiles
2016-05-01freifunk-profiles: remove depreciated profilesSven Roederer
- 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
2016-05-01luci-mod-admin-full: dnsmasq options quietdhcp and sequential_ipHannu Nyman
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>
2016-05-01i18n: sync translationsHannu Nyman
Sync translations Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2016-05-01luci-app-adblock: adjust to change in option nameHannu Nyman
Change also the adb_nullport option name to match 1.1.0 Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2016-05-01luci-app-adblock: match adblock 1.1.0Hannu Nyman
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>
2016-04-28luci-mod-freifunk: fix lookup of community-nameSven Roederer
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
2016-04-26luci-base: fix syntax error in luci.model.networkJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2016-04-26luci-base: add more ignore patterns to luci.model.networkJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2016-04-26luci-base: fix luci.model.network.ignore_interface()Jo-Philipp Wich
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>
2016-04-25Merge pull request #706 from KevinOConnor/anonidentity-20160407Manuel Munz
luci-mod-admin-full: Add option to set anonymous_identity field
2016-04-18luci-mod-admin-full: fix wrong dsl stats visualizationLuca Debernardi
This patch fixes the wrong visualization of Noise Margin (SNR) and Signal Attenuation (SATN) stats Signed-off-by: Luca Debernardi <luca.debernardi@gmail.com>
2016-04-17luci-base: read odhcpd leasefile location via uciHannu Nyman
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>
2016-04-16luci-app-transmission: remove dependency on transmission-daemonHannu Nyman
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>
2016-04-09Merge pull request #700 from chris5560/masterChristian Schoenebeck
fix problem not correctly handling "Bind Network" field
2016-04-09fix problem not correctly handling "Bind Network" fieldChristian Schoenebeck
- fix problem not correctly handling "Bind Network" field #699 - some german translation extensions Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2016-04-08Merge pull request #698 from cshore/pull-request-fix-lib-dependsHannu Nyman
luci-base: utils: Make checklib return a boolean
2016-04-08luci-base: utils: Make checklib return a booleanDaniel Dickinson
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>
2016-04-07luci-mod-admin-full: Add option to set anonymous_identity fieldKevin O'Connor
Add support for setting the "anonymous_identity" field on EAP type networks. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2016-04-01Merge pull request #692 from oskarirauta/masterJo-Philipp Wich
Update network.lua
2016-04-01Update network.luaOskari Rauta
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.
2016-03-31luci-app-firewall: capitalize weekday names (#691)Jo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2016-03-30Merge pull request #688 from Wedmer/masterHannu Nyman
[luci-app-openvpn] Optimized code and added suggested fix from #650
2016-03-30timezone data: update to 2016cHannu Nyman
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>
2016-03-29Merge pull request #681 from cshore/pull-request-wifi-interface-nameHannu Nyman
luci-mod-admin-full: Add option to set wireless interface name
2016-03-29Merge pull request #680 from cshore/pull-request-dnsmasq-optionsHannu Nyman
luci-mod-admin-full: various dnsmasq options
2016-03-29Merge pull request #679 from cshore/pull-request-dnsmasq-dnssecHannu Nyman
Pull request dnsmasq dnssec
2016-03-29Merge pull request #678 from cshore/pull-request-lib-dependsHannu Nyman
luci-base: Add option to check linked libraries
2016-03-29Merge pull request #690 from stweil/masterHannu Nyman
Fix some typos found by codespell
2016-03-29applications/luci-app-ddns: Fix typos (found by codespell)Stefan Weil
Signed-off-by: Stefan Weil <sw@weilnetz.de>
2016-03-29applications/luci-app-coovachilli: Fix typos (found by codespell)Stefan Weil
Signed-off-by: Stefan Weil <sw@weilnetz.de>
2016-03-28Merge pull request #686 from cshore/pull-request-stastiscs-dfHannu Nyman
luci-app-statistics: Fix disk usage graphing
2016-03-28Merge pull request #689 from stweil/masterHannu Nyman
Fix some typos found by codespell
2016-03-26documentation: Fix typos (found by codespell)Stefan Weil
Signed-off-by: Stefan Weil <sw@weilnetz.de>
2016-03-26build/luadoc: Fix typos (found by codespell)Stefan Weil
Signed-off-by: Stefan Weil <sw@weilnetz.de>
2016-03-26applications/luci-app-asterisk: Fix typos (found by codespell)Stefan Weil
Signed-off-by: Stefan Weil <sw@weilnetz.de>
2016-03-25[luci-app-openvpn] Optimized code and added suggested fix from #650Vladimir Ulrich
Signed-off-by: Vladimir Ulrich <admin@evl.su>
2016-03-25luci-app-statistics: Fix disk usage graphingDaniel Dickinson
Disk usage graphing was broken. This fixes it. Signed-off-by: Daniel Dickinson <openwrt@daniel.thecshore.com>