summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2014-12-24new profile for 31c3FreifunkUFO
2014-12-18Merge pull request #267 from n3ph/masterManuel Munz
package/community-profiles: add profile_freiburg
2014-12-17Update profile_freiburgn3ph
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-17Create profile_freiburgn3ph
2014-12-09Merge pull request #262 from chris5560/masterJo-Philipp Wich
luci-app-ddns: Update to support ddns-scripts 2.1.0-3
2014-12-07luci-app-ddns: Update to support ddns-scripts 2.1.0-3Christian Schoenebeck
- 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-11-24Merge pull request #256 from chris5560/masterJo-Philipp Wich
luci-app-ddns: modified to support ddns-scripts 2.1.0-2
2014-11-22Merge pull request #258 from remakeelectric/accept-multi-chunk-postJo-Philipp Wich
luci.http.protocol: Allow posts to contain more than a single chunk
2014-11-21luci.http.protocol: Allow posts to contain more than a single chunkKarl Palsson
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-17Merge pull request #257 from NeoRaider/masterJo-Philipp Wich
modules/base: ltn12: fix source.file() termination condition
2014-11-17modules/base: ltn12: source.file() should terminate when an empty chunk is readMatthias Schiffer
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-15luci-app-ddns: modified to support ddns-scripts 2.1.0-2Christian Schoenebeck
- 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-14Merge pull request #247 from Wedmer/masterJo-Philipp Wich
Create README.md
2014-11-14Merge pull request #249 from openwrt-es/luci-nextJo-Philipp Wich
applications/luci-dump1090: update config to latest version
2014-11-14Merge pull request #250 from openwrt-es/luci-next2Jo-Philipp Wich
Fix disabling service instance for dump1090/udpxy/shairplay/shairport
2014-11-14Merge pull request #248 from chris5560/masterJo-Philipp Wich
luci-app-ddns: Update to support ddns-scripts 2.1.0-1
2014-11-14Merge pull request #252 from hnyman/update-tzJo-Philipp Wich
Update timezone data to 2014i (from 2011n)
2014-11-14Update timezone info to 2014i (from 2011n)Hannu Nyman
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-11modules/admin-full: make wifi enabling/disabling more reliableJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2014-11-10applications/luci-shairport: fix disabling service instanceÁlvaro Fernández Rojas
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2014-11-10applications/luci-shairplay: fix disabling service instanceÁlvaro Fernández Rojas
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2014-11-10applications/luci-udpxy: fix disabling service instanceÁlvaro Fernández Rojas
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2014-11-10applications/luci-dump1090: fix disabling service instanceÁlvaro Fernández Rojas
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2014-11-10applications/luci-dump1090: update config to latest versionÁlvaro Fernández Rojas
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2014-11-09Add odhcpd to ucitrack of dhcpSteven Barth
2014-11-09luci-app-ddns: Update to support ddns-scripts 2.1.0-1Christian Schoenebeck
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-07Create README.mdVladimir Ulrich
Add initial README.md file. Used Packages feed README as template. Signed-off-by: Vladimir Ulrich <admin@evl.su>
2014-11-04contrib: move luci-app-ocserv to luci-addons, fix recusrive depsJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2014-11-01build: rewrite mkversion.sh to use git metadata (#239)Jo-Philipp Wich
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-10-31modules/admin-full: add CDATA comments to wireless_modefreq.htm script tagJo-Philipp Wich
This should fix non-wellformed page errors with XHTML themes. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2014-10-30Merge pull request #242 from openwrt-es/luci-shairportJo-Philipp Wich
applications/luci-shairport: add new package.
2014-10-30applications/luci-shairport: add new package.Álvaro Fernández Rojas
This adds support for configuring shairport. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2014-10-29Merge pull request #240 from nmav/masterJo-Philipp Wich
openconnect proto: added missing makefile
2014-10-29openconnect proto: added missing makefileNikos Mavrogiannopoulos
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2014-10-29Merge pull request #226 from nmav/openconnectJo-Philipp Wich
Openconnect
2014-10-29Merge pull request #236 from openwrt-es/luci-nextJo-Philipp Wich
applications/luci-shairplay: add new package.
2014-10-29Merge pull request #237 from openwrt-es/luci-next2Jo-Philipp Wich
applications/luci-udpxy: add new package.
2014-10-29Merge pull request #238 from openwrt-es/luci-next3Jo-Philipp Wich
applications/luci-dump1090: add new package.
2014-10-28applications/luci-dump1090: add new package.Álvaro Fernández Rojas
This adds support for configuring dump1090. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2014-10-28applications/luci-udpxy: add new package.Álvaro Fernández Rojas
This adds support for configuring udpxy. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2014-10-28applications/luci-shairplay: add new package.Álvaro Fernández Rojas
This adds support for configuring shairplay. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2014-10-26base: trigger page reload with cbi reset buttonJo-Philipp Wich
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-26modules/admin-full: rework hwmode/htmode/channel selectionJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2014-10-26Merge pull request #232 from dibdot/masterJo-Philipp Wich
Update minidlna status messages for v1.13
2014-10-26luci-minidlna: fix status displayJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2014-10-22Update minidlna.luadibdot
Fix minidlna v1.13 status messages
2014-10-21modules/base: work around wireless status changesJo-Philipp Wich
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-20Added luci configuration for openconnect protocolNikos Mavrogiannopoulos
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2014-10-20Added luci configuration for ocservNikos Mavrogiannopoulos
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2014-10-20modules/base: attempt to work around Firefox autocomplete bugsJo-Philipp Wich
Ref: https://dev.openwrt.org/ticket/18176 Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>