project/luci.git
8 years agoTimezone information: update to 2015f 441/head
Hannu Nyman [Mon, 17 Aug 2015 19:53:11 +0000 (22:53 +0300)]
Timezone information: update to 2015f

Changes in 2015e and 2015f:
http://mm.icann.org/pipermail/tz-announce/2015-June/000032.html
http://mm.icann.org/pipermail/tz-announce/2015-August/000033.html

     Morocco will suspend DST from 2015-06-14 03:00 through 2015-07-19 02:00,
     not 06-13 and 07-18 as we had guessed.

     Assume Cayman Islands will observe DST starting next year, using US rules.
     Although it isn't guaranteed, it is the most likely.

     North Korea switches to +0830 on 2015-08-15.
     The abbreviation remains "KST".

     Uruguay no longer observes DST.

     Moldova starts and ends DST at 00:00 UTC, not at 01:00 UTC.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
8 years agoMerge pull request #433 from chris5560/master
Christian Schoenebeck [Tue, 4 Aug 2015 19:19:35 +0000 (21:19 +0200)]
Merge pull request #433 from chris5560/master

ipkg.lua: compare_versions() Replace Lua Math Library call

8 years agoipkg.lua: compare_versions() Replace Lua Math Library call 433/head
Christian Schoenebeck [Tue, 4 Aug 2015 19:14:48 +0000 (21:14 +0200)]
ipkg.lua: compare_versions() Replace Lua Math Library call

function compare_versions(): replace Lua Math Library call with if clause

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
8 years agoMerge pull request #431 from chris5560/master
Christian Schoenebeck [Tue, 4 Aug 2015 09:05:23 +0000 (11:05 +0200)]
Merge pull request #431 from chris5560/master

cbi.lua: Fix Flag.parse() to set "self.section.changed"

8 years agocbi.lua: Fix Flag.parse() to set "self.section.changed" 431/head
Christian Schoenebeck [Sun, 2 Aug 2015 05:06:42 +0000 (07:06 +0200)]
cbi.lua: Fix Flag.parse() to set "self.section.changed"

Add to set "self.section.changed" on changes like other values do.

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
8 years agoMerge pull request #429 from chris5560/master
Christian Schoenebeck [Sat, 1 Aug 2015 14:17:11 +0000 (16:17 +0200)]
Merge pull request #429 from chris5560/master

ipkg.lua: new function compare_version()

8 years agoluci-lib-nixio: pass exact sockaddr length to getnameinfo()
Jo-Philipp Wich [Thu, 30 Jul 2015 20:16:47 +0000 (22:16 +0200)]
luci-lib-nixio: pass exact sockaddr length to getnameinfo()

Musl libc requires the length parameter of getnameinfo() to be exactly
`sizeof(struct sockaddr_in)` or `sizeof(struct sockaddr_in6)`, depending on
the passed sockaddr family.

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
8 years agocontrib/community-profiles: add hameln
Manuel Munz [Thu, 30 Jul 2015 14:44:44 +0000 (16:44 +0200)]
contrib/community-profiles: add hameln

8 years agoipkg.lua: new function compare_version 429/head
Christian Schoenebeck [Mon, 27 Jul 2015 16:08:54 +0000 (18:08 +0200)]
ipkg.lua: new function compare_version

* minor fix function _list() set to local
* new function compare_version() lua version of opkg compare-version

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
8 years agoFix: A disabled wireless network may be shown as enabled, when multiple networks...
Georgi Valkov [Fri, 17 Jul 2015 23:28:54 +0000 (02:28 +0300)]
Fix: A disabled wireless network may be shown as enabled, when multiple networks are defined on the same radio.

8 years agoFix: Status for disabled wireless networks may display the SSID, BSSID and Mode of...
Georgi Valkov [Fri, 17 Jul 2015 22:22:47 +0000 (01:22 +0300)]
Fix: Status for disabled wireless networks may display the SSID, BSSID and Mode of an active network on the same radio.

8 years agoWhen editing an AP wireless network in LuCI, if one or more STA networks are also...
Georgi Valkov [Fri, 17 Jul 2015 17:03:58 +0000 (20:03 +0300)]
When editing an AP wireless network in LuCI, if one or more STA networks are also present on the same radio, then the channel is locked and cannot be changed for the AP. The case when all STA networks are disabled is not considered. This patch fixes the issue. Disabled networks no longer apply a lock on the channel.

8 years agoWorkaround: saved administration site user and pass may appear on the Wireless config...
Georgi Valkov [Fri, 17 Jul 2015 16:52:24 +0000 (19:52 +0300)]
Workaround: saved administration site user and pass may appear on the Wireless configuration page, replacing the WPA key.

8 years agoMerge pull request #428 from aa65535/master
Christian Schoenebeck [Fri, 24 Jul 2015 07:54:17 +0000 (09:54 +0200)]
Merge pull request #428 from aa65535/master

luci-app-shadowsocks-libev: update package

8 years agoluci-app-shadowsocks-libev: update package 428/head
Jian Chang [Wed, 22 Jul 2015 16:52:27 +0000 (00:52 +0800)]
luci-app-shadowsocks-libev: update package

support for shadowsocks-libev v2.2.3

Signed-off-by: Jian Chang <aa65535@live.com>
8 years agoluci-mod-rpc: move luci config require into the authentication function (#427)
Jo-Philipp Wich [Wed, 15 Jul 2015 21:25:43 +0000 (23:25 +0200)]
luci-mod-rpc: move luci config require into the authentication function (#427)

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
8 years agoluci-mod-rpc: add missing luci config require
Jo-Philipp Wich [Wed, 15 Jul 2015 20:30:45 +0000 (22:30 +0200)]
luci-mod-rpc: add missing luci config require

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
8 years agoAdd luci support for dnsmasq option '--servers-file'
Lars Kruse [Sun, 29 Mar 2015 20:11:29 +0000 (22:11 +0200)]
Add luci support for dnsmasq option '--servers-file'

Signed-off-by: Lars Kruse <lists@sumpfralle.de>
8 years agoMerge pull request #426 from mamarley/vnstatunderscorefix
Christian Schoenebeck [Sun, 12 Jul 2015 16:50:06 +0000 (18:50 +0200)]
Merge pull request #426 from mamarley/vnstatunderscorefix

luci-app-vnstat: Fix blank graphs for iface names with underscores

8 years agoluci-app-vnstat: Fix blank graphs for iface names with underscores 426/head
Michael Marley [Sun, 12 Jul 2015 15:38:40 +0000 (11:38 -0400)]
luci-app-vnstat: Fix blank graphs for iface names with underscores

The regex used to process the iface query string argument in
vnstat.htm was stripping underscores, which caused the graph not to
display for interfaces with names containing underscores.  This
patch adds the underscore to that regex so that the interface name
will be correct and the graph will be displayed.

Signed-off-by: Michael Marley <michael@michaelmarley.com>
8 years agocontrib/meshwizard: fix LAN with OLSR and DHCP
Manuel Munz [Tue, 7 Jul 2015 10:22:39 +0000 (12:22 +0200)]
contrib/meshwizard: fix LAN with OLSR and DHCP

8 years agocontrib/meshwizard: fix a bug that occured when processing list options in set_defaults()
Manuel Munz [Sat, 4 Jul 2015 23:32:25 +0000 (01:32 +0200)]
contrib/meshwizard: fix a bug that occured when processing list options in set_defaults()

8 years agoMerge pull request #425 from aa65535/master
Christian Schoenebeck [Sat, 4 Jul 2015 19:20:00 +0000 (21:20 +0200)]
Merge pull request #425 from aa65535/master

luci-app-shadowsocks-libev: add package

8 years agoluci-mod-admin-full: restart the firewall instead of reloading it
Jo-Philipp Wich [Fri, 3 Jul 2015 14:59:37 +0000 (16:59 +0200)]
luci-mod-admin-full: restart the firewall instead of reloading it

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
8 years agoluci-app-shadowsocks-libev: add package 425/head
Jian Chang [Fri, 3 Jul 2015 07:17:38 +0000 (15:17 +0800)]
luci-app-shadowsocks-libev: add package

This adds support for configuring shadowsocks-libev

Signed-off-by: Jian Chang <aa65535@live.com>
8 years agofix ifname in wifi overview (freifunk public status).
Manuel Munz [Sun, 28 Jun 2015 13:59:53 +0000 (15:59 +0200)]
fix ifname in wifi overview (freifunk public status).

8 years agoFix routes on freifunk public status page
Manuel Munz [Sun, 28 Jun 2015 13:55:37 +0000 (15:55 +0200)]
Fix routes on freifunk public status page

8 years agocontrib/firefunk-watchdog: fix build against musl
Jo-Philipp Wich [Thu, 25 Jun 2015 12:19:51 +0000 (14:19 +0200)]
contrib/firefunk-watchdog: fix build against musl

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
8 years agoMerge pull request #424 from kdarbyshirebryant/master
Jo-Philipp Wich [Wed, 24 Jun 2015 10:16:23 +0000 (12:16 +0200)]
Merge pull request #424 from kdarbyshirebryant/master

luci-app-upnp: Stop sys upgrade disabling miniupnpd service on first boot after upgrade

8 years agoMerge pull request #1 from kdarbyshirebryant/miniupnpdatupgrade 424/head
kdarbyshirebryant [Mon, 22 Jun 2015 18:04:00 +0000 (19:04 +0100)]
Merge pull request #1 from kdarbyshirebryant/miniupnpdatupgrade

Delete luci-upnp

8 years agoDelete luci-upnp
kdarbyshirebryant [Mon, 22 Jun 2015 17:58:58 +0000 (18:58 +0100)]
Delete luci-upnp

Stop sys upgrade automatically disabling miniupnpd on first boot after upgrade.
I spent a lot of time tracking this behaviour down which only occurs if you have luci-app-upnp installed.

8 years agoUpdate base.po
fabio70mi [Mon, 15 Jun 2015 12:40:52 +0000 (14:40 +0200)]
Update base.po

Corrected "Aggironamento Automatico" to "Aggiornamento Automatico"

8 years agoMerge pull request #419 from dangowrt/fix-olsr-json-dependency
Jo-Philipp Wich [Tue, 16 Jun 2015 16:27:09 +0000 (18:27 +0200)]
Merge pull request #419 from dangowrt/fix-olsr-json-dependency

luci-app-olsr: depend on luci-lib-json

8 years agoluci-app-olsr: depend on luci-lib-json 419/head
Daniel Golle [Tue, 16 Jun 2015 15:36:42 +0000 (17:36 +0200)]
luci-app-olsr: depend on luci-lib-json

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
8 years agoFix markup in Template reference
Jo-Philipp Wich [Tue, 16 Jun 2015 08:21:47 +0000 (10:21 +0200)]
Fix markup in Template reference

8 years agoFix links in ThemesHowTo.md
Jo-Philipp Wich [Tue, 16 Jun 2015 08:17:28 +0000 (10:17 +0200)]
Fix links in ThemesHowTo.md

8 years agoAdd documentation converted from old Trac wiki pages
Jo-Philipp Wich [Tue, 16 Jun 2015 08:11:03 +0000 (10:11 +0200)]
Add documentation converted from old Trac wiki pages

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
8 years agoMerge pull request #414 from maz-1/mjpg-update
Jo-Philipp Wich [Tue, 16 Jun 2015 07:56:30 +0000 (09:56 +0200)]
Merge pull request #414 from maz-1/mjpg-update

add chinese translations for luci-app-mjpg-streamer

8 years agoMerge pull request #409 from oneru/fwknop-qr
Christian Schoenebeck [Sun, 14 Jun 2015 10:22:48 +0000 (12:22 +0200)]
Merge pull request #409 from oneru/fwknop-qr

Luci-app-fwknopd:add a couple config options to the interface

8 years agoMerge pull request #1 from maz-1/allcommits 411/head 414/head
maz-1 [Sat, 13 Jun 2015 02:46:23 +0000 (10:46 +0800)]
Merge pull request #1 from maz-1/allcommits

add chinese translations for luci-app-mjpg-streamer

8 years agoMerge pull request #410 from maz-1/master
Christian Schoenebeck [Fri, 12 Jun 2015 16:56:18 +0000 (18:56 +0200)]
Merge pull request #410 from maz-1/master

add chinese translations to luci-app-privoxy

8 years agoadd chinese translations for luci-app-mjpg-streamer
maz-1 [Thu, 11 Jun 2015 08:35:21 +0000 (10:35 +0200)]
add chinese translations for luci-app-mjpg-streamer

8 years agoadd chinese translations for luci-app-privoxy 410/head
maz-1 [Thu, 11 Jun 2015 08:29:55 +0000 (10:29 +0200)]
add chinese translations for luci-app-privoxy

8 years agoLuci-app-fwknopd:add a couple config options to the interface 409/head
Jonathan Bennett [Wed, 10 Jun 2015 14:31:53 +0000 (09:31 -0500)]
Luci-app-fwknopd:add a couple config options to the interface
Minor tweaks to uci-defaults
refresh translation files
Signed-off-by: Jonathan Bennett <JBennett@incomsystems.biz>
8 years agoMerge pull request #402 from NeoRaider/json-empty-object 405/head 406/head 407/head 408/head
Jo-Philipp Wich [Wed, 10 Jun 2015 08:20:49 +0000 (10:20 +0200)]
Merge pull request #402 from NeoRaider/json-empty-object

luci-lib-json: ignore null keys to allow encoding empty objects

8 years agoMerge pull request #389 from hnyman/timezone2015d
Jo-Philipp Wich [Wed, 10 Jun 2015 08:19:19 +0000 (10:19 +0200)]
Merge pull request #389 from hnyman/timezone2015d

Timezone information is updated to 2015d, released on 24 Apr 2015.

8 years agoMerge pull request #403 from hnyman/fix-qos-l7
Jo-Philipp Wich [Sun, 7 Jun 2015 15:13:48 +0000 (17:13 +0200)]
Merge pull request #403 from hnyman/fix-qos-l7

luci-app-qos: remove l7 options

8 years agoluci-app-qos: remove l7 options 403/head
Hannu Nyman [Sat, 6 Jun 2015 07:41:23 +0000 (10:41 +0300)]
luci-app-qos: remove l7 options

Cleanup luci-app-qos, as it still contains references to l7 functionality
that has been removed both from kernel and from qos-scripts.

Qos config page has a non-functional "Service" option and every visit to
qos config page generates currently an error as no l7 files can be found.
   daemon.err uhttpd[2285]: find: /etc/l7-protocols/: No such file or directory

Patch removes "Service" option and the l7 file search.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
8 years agoluci-lib-json: ignore null keys to allow encoding empty objects 402/head
Matthias Schiffer [Thu, 4 Jun 2015 19:03:24 +0000 (21:03 +0200)]
luci-lib-json: ignore null keys to allow encoding empty objects

There is currently no way to encode an empty object {}, as empty tables are
encoded as empty lists [].

With this patch, encode() will ignore table fields with the key json.null (which
doesn't make sense anyways). This allows adding a field with key json.null to
force encoding it as an object.

Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
8 years agoMerge pull request #401 from chris5560/master
Christian Schoenebeck [Thu, 4 Jun 2015 19:00:37 +0000 (21:00 +0200)]
Merge pull request #401 from chris5560/master

luci-app-privoxy: fixed function ipkg_ver_compare()

8 years agoluci-app-privoxy: fixed function ipkg_ver_compare() 401/head
Christian Schoenebeck [Thu, 4 Jun 2015 18:59:21 +0000 (20:59 +0200)]
luci-app-privoxy: fixed function ipkg_ver_compare()

fixed function ipkg_ver_compare()

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
8 years agoMerge pull request #400 from chris5560/master
Christian Schoenebeck [Thu, 4 Jun 2015 18:51:30 +0000 (20:51 +0200)]
Merge pull request #400 from chris5560/master

luci-app-radicale: fixed function ipkg_ver_compare

8 years agoluci-app-radicale: fixed function ipkg_ver_compare 400/head
Christian Schoenebeck [Thu, 4 Jun 2015 18:50:08 +0000 (20:50 +0200)]
luci-app-radicale: fixed function ipkg_ver_compare

fixed function ipkg_ver_compare()

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
8 years agocontrib/community-profiles/augsburg: Increase leasetime and bandwidth limits
Manuel Munz [Sun, 31 May 2015 14:41:11 +0000 (16:41 +0200)]
contrib/community-profiles/augsburg: Increase leasetime and bandwidth limits

8 years agoapplications/splash: remove set -x from splash.sh
Manuel Munz [Sat, 30 May 2015 23:13:30 +0000 (01:13 +0200)]
applications/splash: remove set -x from splash.sh

8 years agomodules/freifunk: fix basics cbi model
Manuel Munz [Sat, 30 May 2015 21:01:24 +0000 (23:01 +0200)]
modules/freifunk: fix basics cbi model

8 years agoapplications/olsr: change config file download on olsr overview page to use seperate...
Manuel Munz [Sat, 30 May 2015 20:53:11 +0000 (22:53 +0200)]
applications/olsr: change config file download on olsr overview page to use seperate v4 and v6 config files

8 years agocontrib/meshwizard: add ipv6only option to txtinfo/jsoninfo plugin config
Manuel Munz [Sat, 30 May 2015 20:02:05 +0000 (22:02 +0200)]
contrib/meshwizard: add ipv6only option to txtinfo/jsoninfo plugin config

8 years agoapplications/olsr: redirect errors on jsoninfo connects with netcat to /dev/null...
Manuel Munz [Sat, 30 May 2015 19:04:50 +0000 (21:04 +0200)]
applications/olsr: redirect errors on jsoninfo connects with netcat to /dev/null to avoid spamming the log

8 years agoapplications/olsr: Get jsoninfo source port prom olsrd/olsrd6 config file
Manuel Munz [Sat, 30 May 2015 18:48:57 +0000 (20:48 +0200)]
applications/olsr: Get jsoninfo source port prom olsrd/olsrd6 config file

8 years agomeshwizard: use different port (9091) for ipv6 jsoninfo
Manuel Munz [Sat, 30 May 2015 18:45:17 +0000 (20:45 +0200)]
meshwizard: use different port (9091) for ipv6 jsoninfo

8 years agoadd changes that were missing in the last commit
Manuel Munz [Sat, 30 May 2015 15:01:02 +0000 (17:01 +0200)]
add changes that were missing in the last commit

8 years agoMerge branch 'master' of github.com:openwrt/luci
Manuel Munz [Sat, 30 May 2015 14:57:30 +0000 (16:57 +0200)]
Merge branch 'master' of github.com:openwrt/luci

8 years agocontrib/meshwizard: fix interaction with uci in OpenWrt CC, see https://dev.openwrt...
Manuel Munz [Sat, 30 May 2015 14:56:18 +0000 (16:56 +0200)]
contrib/meshwizard: fix interaction with uci in OpenWrt CC, see https://dev.openwrt.org/ticket/19539

8 years agoMerge pull request #398 from albialbi/patch-1
Manuel Munz [Sat, 30 May 2015 12:22:24 +0000 (14:22 +0200)]
Merge pull request #398 from albialbi/patch-1

bssid und ssid scheme Anpassung für kathleen

8 years agobssid und ssid scheme Anpassung für kathleen 398/head
albialbi [Sat, 30 May 2015 12:10:26 +0000 (14:10 +0200)]
bssid und ssid scheme Anpassung für kathleen

8 years agoluci-base: prevent parsing the form input after cbi emergency save
Jo-Philipp Wich [Tue, 26 May 2015 15:32:11 +0000 (17:32 +0200)]
luci-base: prevent parsing the form input after cbi emergency save

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
8 years agoMerge pull request #388 from oneru/fwknop-qr
Jo-Philipp Wich [Tue, 26 May 2015 15:14:24 +0000 (17:14 +0200)]
Merge pull request #388 from oneru/fwknop-qr

Luci-app-fwknopd: Update uci-defaults as key-gen is now exposed in th…

8 years agoluci-base: fallback to a simple text editor if uci config cannot be loaded
Jo-Philipp Wich [Tue, 26 May 2015 15:11:41 +0000 (17:11 +0200)]
luci-base: fallback to a simple text editor if uci config cannot be loaded

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
8 years agoluci-base: rename .gitignore to .placeholder
Jo-Philipp Wich [Tue, 26 May 2015 14:26:24 +0000 (16:26 +0200)]
luci-base: rename .gitignore to .placeholder

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
8 years agoMerge pull request #394 from chris5560/master
Christian Schoenebeck [Mon, 25 May 2015 12:40:12 +0000 (14:40 +0200)]
Merge pull request #394 from chris5560/master

luci-app-ddns: fixed version check

8 years agoluci-app-ddns: fixed version check 394/head
Christian Schoenebeck [Sun, 24 May 2015 18:03:52 +0000 (20:03 +0200)]
luci-app-ddns: fixed version check

fixed version checking in function ipkg_ver_compare()
Reported issue #387 and openwrt/packages issue 1285

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
8 years agoTimezone information is updated to 2015d, released on 24 Apr 2015. 389/head
Hannu Nyman [Sat, 23 May 2015 14:34:13 +0000 (17:34 +0300)]
Timezone information is updated to 2015d, released on 24 Apr 2015.

I used build/zoneinfo2lua.pl to pull data from my Ubuntu 15.04.

Changes in 2015d are rather small:
http://mm.icann.org/pipermail/tz-announce/2015-April/000031.html

   Changes affecting future time stamps
     Egypt will not observe DST in 2015 and will consider canceling it
     permanently.  For now, assume no DST indefinitely.

   Change affecting time zone abbreviations
     The abbreviations for Hawaii-Aleutian standard and daylight times
     have been changed from HAST/HADT to HST/HDT, as per US Government
     Printing Office style.  This affects only America/Adak since 1983,
     as America/Honolulu was already using the new style.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
8 years agoLuci-app-fwknopd: Update uci-defaults as key-gen is now exposed in the fwknopd binary 388/head
Jonathan Bennett [Fri, 22 May 2015 17:48:06 +0000 (12:48 -0500)]
Luci-app-fwknopd: Update uci-defaults as key-gen is now exposed in the fwknopd binary
Signed-off-by: Jonathan Bennett <jbennett@incomsystems.biz>
8 years agoMerge pull request #384 from nightcoffee/nightcoffee-patch-1
Jo-Philipp Wich [Thu, 21 May 2015 12:51:30 +0000 (14:51 +0200)]
Merge pull request #384 from nightcoffee/nightcoffee-patch-1

luci-base: Add cache control in index.html

8 years agoMerge pull request #385 from oneru/fwknop-qr
Jo-Philipp Wich [Wed, 20 May 2015 18:26:59 +0000 (20:26 +0200)]
Merge pull request #385 from oneru/fwknop-qr

luci-app-fwknopd: Add qr code support

8 years agoluci-app-fwknopd: Add qr code support 385/head
Jonathan Bennett [Mon, 18 May 2015 03:33:30 +0000 (22:33 -0500)]
luci-app-fwknopd: Add qr code support
Signed-off-by: Jonathan Bennett <jbennett@incomsystems.biz>
8 years agoluci-base: Add cache control in index.html 384/head
nightcoffee [Mon, 18 May 2015 12:05:02 +0000 (20:05 +0800)]
luci-base: Add cache control in index.html

Signed-off-by: Night Coffee <ydkf@qq.com>
8 years agoIPv6 updates
Steven Barth [Sun, 17 May 2015 08:38:03 +0000 (10:38 +0200)]
IPv6 updates

Signed-off-by: Steven Barth <steven@midlink.org>
8 years agoMerge pull request #382 from chris5560/master
Christian Schoenebeck [Thu, 14 May 2015 07:02:40 +0000 (09:02 +0200)]
Merge pull request #382 from chris5560/master

luci-app-ddns: reflect changes on ddns-scripts

8 years agoMerge pull request #380 from oneru/master
Christian Schoenebeck [Thu, 14 May 2015 07:01:33 +0000 (09:01 +0200)]
Merge pull request #380 from oneru/master

Add initial luci-app-fwknopd - a way to control the firewall knock da…

8 years agoAdd initial luci-app-fwknopd - a way to control the firewall knock daemon from luci 380/head
Jonathan Bennett [Sat, 9 May 2015 04:30:02 +0000 (23:30 -0500)]
Add initial luci-app-fwknopd - a way to control the firewall knock daemon from luci
Signed-off-by: Jonathan Bennett <jbennett@incomsystems.biz>
8 years agoluci-app-ddns: reflect changes on ddns-scripts 382/head
Christian Schoenebeck [Tue, 12 May 2015 18:31:30 +0000 (20:31 +0200)]
luci-app-ddns: reflect changes on ddns-scripts

* reflect updated language file for zh-cn
* change default for retry_count to 0 compatible to ddns-scripts 2.4.2-1
* addition to retry_count help description
* modified dependency on ddns-scripts 2.4.2-1

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
8 years agoMerge pull request #376 from chris5560/master
Christian Schoenebeck [Fri, 8 May 2015 18:44:13 +0000 (20:44 +0200)]
Merge pull request #376 from chris5560/master

luci-app-radicale: New app to support Radicale CalDAV/CardDAV server

8 years agocollections/luci: depend on luci-proto-ipv6 if IPV6 is enabled
Jo-Philipp Wich [Wed, 6 May 2015 13:59:40 +0000 (15:59 +0200)]
collections/luci: depend on luci-proto-ipv6 if IPV6 is enabled

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
8 years agoMerge pull request #331 from poranje/proto=ipv6+aiccu+fixes
Jo-Philipp Wich [Wed, 6 May 2015 13:42:53 +0000 (15:42 +0200)]
Merge pull request #331 from poranje/proto=ipv6+aiccu+fixes

luci-proto-ipv6: fix aiccu requiretls

8 years agoluci.mk: don't builtin translations selected by CONFIG_ALL
Jo-Philipp Wich [Tue, 5 May 2015 08:32:15 +0000 (10:32 +0200)]
luci.mk: don't builtin translations selected by CONFIG_ALL

Make sure that translation packages enabled through CONFIG_ALL
that depend on builtin packages are restricted to modules.

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
8 years agoluci-app-radicale: New app to support Radicale CalDAV/CardDAV server 376/head
Christian Schoenebeck [Sun, 3 May 2015 16:05:32 +0000 (18:05 +0200)]
luci-app-radicale: New app to support Radicale CalDAV/CardDAV server

New Application
!!! Dependency not set because there are two packages "radicale-py2" and
"radicale-py3" (currently BROKEN) available !!!

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
8 years agoluci-proto-ipv6: correct aiccu options defaults 331/head
Paul Oranje [Sat, 2 May 2015 10:24:25 +0000 (12:24 +0200)]
luci-proto-ipv6: correct aiccu options defaults

- requiretls default set to disabled
- corrected syntax errors in default values of Flag options for nat,
verbose and requiretls.

8 years agoMerge branch 'master' of https://github.com/openwrt/luci into proto=ipv6+aiccu+fixes
Paul Oranje [Sat, 2 May 2015 08:44:17 +0000 (10:44 +0200)]
Merge branch 'master' of https://github.com/openwrt/luci into proto=ipv6+aiccu+fixes

8 years agoMerge pull request #374 from wongsyrone/patch-1
Jo-Philipp Wich [Tue, 28 Apr 2015 13:56:15 +0000 (15:56 +0200)]
Merge pull request #374 from wongsyrone/patch-1

luci-app-ddns: fix Simplified Chinese translations

8 years agoluci-app-ddns: fix Simplified Chinese translations 374/head
Syrone Wong [Tue, 28 Apr 2015 13:52:27 +0000 (21:52 +0800)]
luci-app-ddns: fix Simplified Chinese translations

fix typos and elegant zh_CN translations

8 years agoMerge pull request #358 from freifunk-leipzig/master
Jo-Philipp Wich [Mon, 27 Apr 2015 13:09:17 +0000 (15:09 +0200)]
Merge pull request #358 from freifunk-leipzig/master

luci-mod-admin-full: change adress to an ipv6-enabled host

8 years agoMerge pull request #370 from 981213/pull_request
Jo-Philipp Wich [Mon, 27 Apr 2015 13:08:21 +0000 (15:08 +0200)]
Merge pull request #370 from 981213/pull_request

Fix some Simplified Chinese translations in luci.

8 years agoMerge pull request #371 from aidvu/fstab-swap
Jo-Philipp Wich [Mon, 27 Apr 2015 13:06:42 +0000 (15:06 +0200)]
Merge pull request #371 from aidvu/fstab-swap

luci-mod-admin-full: mount points SWAP fix

8 years agoluci-mod-admin-full: mount points SWAP fix 371/head
Andrija Vucinic [Sat, 25 Apr 2015 21:35:33 +0000 (23:35 +0200)]
luci-mod-admin-full: mount points SWAP fix

SWAP section was showing an error. Fixed it to display the devices/size properly.

8 years agoluci-base:Add some Simplified Chinese translation for luci-base 370/head
郭传鈜 [Fri, 24 Apr 2015 04:57:01 +0000 (12:57 +0800)]
luci-base:Add some Simplified Chinese translation for luci-base

8 years agoluci-app-ddns:Fix Simplified Chinese translation for luci-app-ddns
郭传鈜 [Fri, 24 Apr 2015 04:55:39 +0000 (12:55 +0800)]
luci-app-ddns:Fix Simplified Chinese translation for luci-app-ddns

8 years agoMerge pull request #369 from openwrt/revert-367-translate_pull_request
Christian Schoenebeck [Thu, 23 Apr 2015 18:22:05 +0000 (20:22 +0200)]
Merge pull request #369 from openwrt/revert-367-translate_pull_request

Revert "luci-app-ddns:Fix Simplified Chinese translation."

8 years agoRevert "luci-app-ddns:Fix Simplified Chinese translation." 369/head
Christian Schoenebeck [Thu, 23 Apr 2015 18:18:19 +0000 (20:18 +0200)]
Revert "luci-app-ddns:Fix Simplified Chinese translation."