Commit graph

7272 commits

Author SHA1 Message Date
Jo-Philipp Wich
85e4256a7a build: adapt mkbasepot.sh to new structure
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-01-08 16:40:09 +01:00
Jo-Philipp Wich
7e4fff2514 contrib: remove abandonned projects
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-01-08 16:35:30 +01:00
Jo-Philipp Wich
d82b889a7b Move mjpg-streamer.pot to the right directory
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-01-08 16:34:17 +01:00
Jo-Philipp Wich
2f043016e8 Remove obsolete i18n directory
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-01-08 16:32:32 +01:00
Jo-Philipp Wich
50b258a1d4 Remove obsolete ipkg directories
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-01-08 16:31:40 +01:00
Jo-Philipp Wich
39ff053890 contrib: remove obsolete luci package definitions
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-01-08 16:26:52 +01:00
Jo-Philipp Wich
fa84ca05d5 luci-base: luci.util: rewrite threadlocal code to not confuse minifier
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-01-08 16:26:20 +01:00
Jo-Philipp Wich
1bb4822dca Rework LuCI build system
* Rename subdirectories to their repective OpenWrt package names
 * Make each LuCI module its own standalone package
 * Deploy a shared luci.mk which is used by each module Makefile

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-01-08 16:26:20 +01:00
Jo-Philipp Wich
9edd0e46c3 Merge pull request #278 from nmav/ocserv
Print the ocserv's certificate hash and key ID
2015-01-05 19:04:19 +01:00
Nikos Mavrogiannopoulos
fb4ce0f954 Print the ocserv's certificate hash and key ID
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-01-05 18:59:13 +01:00
Jo-Philipp Wich
66aa988246 Merge pull request #264 from thess/mjpg-streamer
luci-app-mjpg-streamer: Add new module for mjpg-streamer management
2015-01-05 17:16:59 +01:00
Jo-Philipp Wich
3fd748745c Merge pull request #273 from FreifunkUFO/master
luci-freifunk-diagnostics: change adress to an ipv6-enabled host
2015-01-05 16:35:50 +01:00
FreifunkUFO
9ad09999d5 change adress to an ipv6-enabled host 2014-12-29 19:05:00 +01:00
Manuel Munz
5e6c33e213 Merge pull request #271 from FreifunkUFO/master
package/community-profiles: add profile_31c3
2014-12-25 10:15:51 +01:00
FreifunkUFO
f02b18b10c details 31c3 2014-12-24 03:50:24 +01:00
FreifunkUFO
154dd68b56 new profile for 31c3 2014-12-24 03:41:38 +01:00
Manuel Munz
43c395abe0 Merge pull request #267 from n3ph/master
package/community-profiles: add profile_freiburg
2014-12-18 01:53:26 +01:00
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