Commit graph

7455 commits

Author SHA1 Message Date
n3ph
d60c8f7b35 Update profile_freiburg
The SSID freiburg.freifunk.net is used as the VAP-SSID so we have to use sth. different for the ad-hoc SSID..

ATM 02:d1:11:37:fc:38 - why not using 02:CA:FF:EE:BA:BE...
2014-12-17 18:45:34 +01:00
n3ph
78b5457d3f Create profile_freiburg 2014-12-17 18:27:38 +01:00
Jo-Philipp Wich
0fb85fb307 Merge pull request #262 from chris5560/master
luci-app-ddns: Update to support ddns-scripts 2.1.0-3
2014-12-09 16:38:04 +01:00
Ted Hess
624e37ceae luci-app-mjpg-streamer: Add new module for mjpg-streamer management
Signed-off-by: Ted Hess <thess@kitschensync.net>
2014-12-09 09:49:58 -05:00
Christian Schoenebeck
61c6c67ae6 luci-app-ddns: Update to support ddns-scripts 2.1.0-3
- modified controller
-- remove support for ddns-scripts Version 1.x
-- ddns-scripts not correctly installed do not start
-- no config file create an empty one
- moved log settings to advanced tab
- set default syslog level "Notice"
- removed special handling for dynamic_dns_helper.sh in postinst

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2014-12-07 21:31:57 +01:00
Jo-Philipp Wich
91532de617 Merge pull request #256 from chris5560/master
luci-app-ddns: modified to support ddns-scripts 2.1.0-2
2014-11-24 11:37:24 +01:00
Jo-Philipp Wich
df61ddaf87 Merge pull request #258 from remakeelectric/accept-multi-chunk-post
luci.http.protocol: Allow posts to contain more than a single chunk
2014-11-22 19:21:26 +01:00
Karl Palsson
65d42ae75a luci.http.protocol: Allow posts to contain more than a single chunk
The ltn12.pump.step() loop in parse_message_body was incorrectly testing
for EOF, and returning after the first chunk, even if further chunks
were available.  The loop in parse_message_header made the correct
check, and test code making raw ajax json posts now succeeds for posts
>= 2048 bytes.

Signed-off-by: Karl Palsson <karlp@remake.is>
2014-11-21 18:18:51 +00:00
Jo-Philipp Wich
f81be49ae7 Merge pull request #257 from NeoRaider/master
modules/base: ltn12: fix source.file() termination condition
2014-11-17 15:21:47 +01:00
Matthias Schiffer
7bd68db7d7 modules/base: ltn12: source.file() should terminate when an empty chunk is read
The read method of nixio's file and socket objects both return an empty string
when they reach EOF, not nil, causing the consumer to loop endlessly as
source.file() never terminates.

As there is no other situation in which an empty chunk is read, just change it
to nil to terminate the consumer's loop.

Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
2014-11-17 14:35:24 +01:00
Christian Schoenebeck
157e8e52ae luci-app-ddns: modified to support ddns-scripts 2.1.0-2
- moved /usr/lib/ddns/dynamic_dns_lucihelper.sh to ddns-scripts package
- fixed error message when validating proxy
- modified validating ip_script to allow the usage of parameters
- using ipkg/postinst AND ipkg/postinst-pkg as long as LuCI Makefiles did not
	fullfil requirements of new OpenWrt default_postinst and default_postrm
	reported in Issue #255
- cleanup whitespaces at line ends

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2014-11-15 22:06:18 +01:00
Jo-Philipp Wich
a226f199ac Merge pull request #247 from Wedmer/master
Create README.md
2014-11-14 17:18:33 +01:00
Jo-Philipp Wich
1aeb236a94 Merge pull request #249 from openwrt-es/luci-next
applications/luci-dump1090: update config to latest version
2014-11-14 17:17:57 +01:00
Jo-Philipp Wich
534d73793f Merge pull request #250 from openwrt-es/luci-next2
Fix disabling service instance for dump1090/udpxy/shairplay/shairport
2014-11-14 17:17:39 +01:00
Jo-Philipp Wich
559bf9126c Merge pull request #248 from chris5560/master
luci-app-ddns: Update to support ddns-scripts 2.1.0-1
2014-11-14 17:17:14 +01:00
Jo-Philipp Wich
ea17c9d44e Merge pull request #252 from hnyman/update-tz
Update timezone data to 2014i (from 2011n)
2014-11-14 16:29:02 +01:00
Hannu Nyman
36357529a0 Update timezone info to 2014i (from 2011n)
Timezone information embedded in Luci is updated to 2014i.
Afaik, the old data was from version 2011n.

I used build/zoneinfo2lua.pl to pull data from my Ubuntu 14.10 buildhost
that contains 2014i version of the timezone data.

2014j has been released this week, but is not yet embedded in Ubuntu and
Turks&Caicos is the only affected country/zone.
2014i: http://mm.icann.org/pipermail/tz-announce/2014-October/000026.html
2014j: http://mm.icann.org/pipermail/tz-announce/2014-November/000027.html

This update should fix Openwrt bugs #11445 and #18323.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2014-11-14 17:06:30 +02:00
Jo-Philipp Wich
ef444d511d modules/admin-full: make wifi enabling/disabling more reliable
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2014-11-11 22:33:43 +01:00
Álvaro Fernández Rojas
ebb00d824f applications/luci-shairport: fix disabling service instance
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2014-11-10 13:53:43 +01:00
Álvaro Fernández Rojas
76c55e0c97 applications/luci-shairplay: fix disabling service instance
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2014-11-10 13:53:24 +01:00
Álvaro Fernández Rojas
2a7b4a6f80 applications/luci-udpxy: fix disabling service instance
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2014-11-10 13:53:10 +01:00
Álvaro Fernández Rojas
2367a3a092 applications/luci-dump1090: fix disabling service instance
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2014-11-10 13:52:42 +01:00
Álvaro Fernández Rojas
c5e1037b40 applications/luci-dump1090: update config to latest version
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2014-11-10 13:31:17 +01:00
Steven Barth
a7b44a1b4b Add odhcpd to ucitrack of dhcp 2014-11-09 19:41:14 +01:00
Christian Schoenebeck
ee9fdba617 luci-app-ddns: Update to support ddns-scripts 2.1.0-1
fix verify of entry for DNS server Issue #244
	https://github.com/openwrt/luci/issues/244
add support for option 'update_script'
add display of version information when click on "Dynamic DNS" on
overview page
add verify of installed ddns-scripts version and show as hint if not
correct version
modified epoch to date conversation
cbi object Flag did not set section.changed state, fixed in
tools.flag_parse function
ucitrack entry no longer needed and removed
minor fixes

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2014-11-09 18:37:15 +01:00
Vladimir Ulrich
b53ff99450 Create README.md
Add initial README.md file. Used Packages feed README as template.
Signed-off-by: Vladimir Ulrich <admin@evl.su>
2014-11-07 18:05:28 +03:00
Jo-Philipp Wich
92bfcbbc34 contrib: move luci-app-ocserv to luci-addons, fix recusrive deps
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2014-11-04 11:23:43 +01:00
Jo-Philipp Wich
212d7be533 build: rewrite mkversion.sh to use git metadata (#239)
The current build/mkversion.sh still expected an SVN repository layout,
rewrite it to derive tags and branchnames from git metadata.

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2014-11-01 09:53:02 +01:00
Jo-Philipp Wich
5916f762f6 modules/admin-full: add CDATA comments to wireless_modefreq.htm script tag
This should fix non-wellformed page errors with XHTML themes.

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2014-10-31 12:48:24 +01:00
Jo-Philipp Wich
1b6e4e4304 Merge pull request #242 from openwrt-es/luci-shairport
applications/luci-shairport: add new package.
2014-10-30 12:40:39 +01:00
Álvaro Fernández Rojas
8414e71422 applications/luci-shairport: add new package.
This adds support for configuring shairport.

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2014-10-30 12:34:25 +01:00
Jo-Philipp Wich
5189dda49f Merge pull request #240 from nmav/master
openconnect proto: added missing makefile
2014-10-29 23:30:51 +01:00
Nikos Mavrogiannopoulos
45399c5f9a openconnect proto: added missing makefile
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2014-10-29 23:28:36 +01:00
Jo-Philipp Wich
f77b1111e4 Merge pull request #226 from nmav/openconnect
Openconnect
2014-10-29 22:40:04 +01:00
Jo-Philipp Wich
517ba7dadb Merge pull request #236 from openwrt-es/luci-next
applications/luci-shairplay: add new package.
2014-10-29 22:38:15 +01:00
Jo-Philipp Wich
98a878691d Merge pull request #237 from openwrt-es/luci-next2
applications/luci-udpxy: add new package.
2014-10-29 22:37:13 +01:00
Jo-Philipp Wich
f2ef3ff930 Merge pull request #238 from openwrt-es/luci-next3
applications/luci-dump1090: add new package.
2014-10-29 22:35:38 +01:00
Álvaro Fernández Rojas
ad7ef75a84 applications/luci-dump1090: add new package.
This adds support for configuring dump1090.

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2014-10-28 19:38:21 +01:00
Álvaro Fernández Rojas
267a2e8548 applications/luci-udpxy: add new package.
This adds support for configuring udpxy.

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2014-10-28 18:03:18 +01:00
Álvaro Fernández Rojas
a33be32731 applications/luci-shairplay: add new package.
This adds support for configuring shairplay.

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2014-10-28 16:29:29 +01:00
Jo-Philipp Wich
2826426c6a base: trigger page reload with cbi reset button
Many complex widgets do not reset properly with traditional form reset,
therfore simply reload the page.

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2014-10-26 18:20:22 +01:00
Jo-Philipp Wich
89f270466c modules/admin-full: rework hwmode/htmode/channel selection
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2014-10-26 17:46:05 +01:00
Jo-Philipp Wich
636fb470e7 Merge pull request #232 from dibdot/master
Update minidlna status messages for v1.13
2014-10-26 15:42:55 +01:00
Jo-Philipp Wich
0f87ddaec1 luci-minidlna: fix status display
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2014-10-26 15:36:09 +01:00
dibdot
29eab3c131 Update minidlna.lua
Fix minidlna v1.13 status messages
2014-10-22 21:34:30 +02:00
Jo-Philipp Wich
ecb0c2f11b modules/base: work around wireless status changes
The latest netifd updates changed the ubus wireless status reporting in a
way that breaks the current LuCI integration. Work around the changed
format by translating the extended UCI section syntax back to the plain one.

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2014-10-21 23:39:08 +02:00
Nikos Mavrogiannopoulos
8df4e5d219 Added luci configuration for openconnect protocol
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2014-10-20 20:22:55 +02:00
Nikos Mavrogiannopoulos
a531a7d16e Added luci configuration for ocserv
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2014-10-20 20:22:52 +02:00
Jo-Philipp Wich
ff65318ba5 modules/base: attempt to work around Firefox autocomplete bugs
Ref: https://dev.openwrt.org/ticket/18176

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2014-10-20 19:45:28 +02:00
Manuel Munz
b83bbed919 Merge pull request #230 from hubx/master
Freifunk: correct bbsid in Potsdam on channel 5
2014-10-19 23:43:34 +02:00