summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2015-01-15build: add po2lmo to .gitignore (#292)Jo-Philipp Wich
2015-01-11Merge pull request #290 from chris5560/masterJo-Philipp Wich
luci.mk: cosmetic change for translation description
2015-01-11luci-app-ushare: mark as broken since ushare is in oldpackagesJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-01-11luci.mk: cosmetic change for translation descriptionChristian Schoenebeck
Sample: old: "Deutsch (German)" new: "Translation for luci-app-ddns - Deutsch (German)" Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2015-01-11luci-mod-admin-full: fix luci-bwc compilationJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-01-11Merge pull request #289 from chris5560/masterJo-Philipp Wich
luci-app-ddns: adaption to new luci structure and cleanup
2015-01-11luci-app-ddns: adaption to new luci structure and cleanupChristian Schoenebeck
- adaption to LuCI's new directory structure on github - adaption to LuCI's new Makefile optional settings - remove CHANGELOG from github - directory structure cleanup not all patches of 2.1.0-3 and before were applied to new directory structure Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2015-01-10build: rework language dependenciesJo-Philipp Wich
Rework the language package dependencies to avoid introducing unnecessary depends. The luci-i18n-$app-$lang packages now depend on luci-$app. * When a language is selected as <*> then the language packs for each enabled LuCI module are built into the image * When a language is selected as <m> then the language packs for each enabled LuCI module are built as package * When CONFIG_ALL is set (e.g. release builds, snapshots) then all language packs are built Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-01-10Merge pull request #288 from chris5560/masterJo-Philipp Wich
Modified dependencies
2015-01-10Modified dependenciesChristian Schoenebeck
Module luci-base - libubus-lua not needed Module luci-mod-admin - libubus-lua needed Collection luci - luci-lib-nixio not needed, already in luci-base Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2015-01-10luci-base: handle missing translations in template engineJo-Philipp Wich
Previously the template engine did not interpolate translation macros if no translation catalogue could be loaded due to a missing i18n directory. Change the offending code to return the original string in any error case. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-01-10luci-base: add depends on libubus-lua and luci-lib-nixio as wellJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-01-10luci-base: depend on libuci-luaJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-01-10build: fix language dependency handlingJo-Philipp Wich
Turn language selection into a tristate, this allows building language packages without having them included in the image. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-01-10luci-base: fix dependency on lua (#284)Jo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-01-09luci-base: depend on Lua (#283)Jo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-01-09luci-app-ahcp: remove empty src directoryJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-01-09luci-lib-px5g: add missing src Makefile and fix dependsJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-01-09luci-lib-luaneightbl: add src Makefile and fix dependencies (#282)Jo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-01-08luci-mod-admin-full: fix build dep spec in previous commit (#281)Jo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-01-08luci-mod-admin-full: add build dependency on libiwinfoJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-01-08build: remove remainders of old build systemJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-01-08build: adapt zoneinfo2lua.pl to new structureJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-01-08Remove obsolete .mk filesJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-01-08build: adapt i18n-update.pl to new structureJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-01-08build: adapt mkbasepot.sh to new structureJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-01-08contrib: remove abandonned projectsJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-01-08Move mjpg-streamer.pot to the right directoryJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-01-08Remove obsolete i18n directoryJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-01-08Remove obsolete ipkg directoriesJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-01-08contrib: remove obsolete luci package definitionsJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-01-08luci-base: luci.util: rewrite threadlocal code to not confuse minifierJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-01-08Rework LuCI build systemJo-Philipp Wich
* 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-05Merge pull request #278 from nmav/ocservJo-Philipp Wich
Print the ocserv's certificate hash and key ID
2015-01-05Print the ocserv's certificate hash and key IDNikos Mavrogiannopoulos
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-01-05Merge pull request #264 from thess/mjpg-streamerJo-Philipp Wich
luci-app-mjpg-streamer: Add new module for mjpg-streamer management
2015-01-05Merge pull request #273 from FreifunkUFO/masterJo-Philipp Wich
luci-freifunk-diagnostics: change adress to an ipv6-enabled host
2014-12-29change adress to an ipv6-enabled hostFreifunkUFO
2014-12-25Merge pull request #271 from FreifunkUFO/masterManuel Munz
package/community-profiles: add profile_31c3
2014-12-24details 31c3FreifunkUFO
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-09luci-app-mjpg-streamer: Add new module for mjpg-streamer managementTed Hess
Signed-off-by: Ted Hess <thess@kitschensync.net>
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>