summaryrefslogtreecommitdiffhomepage
path: root/applications
AgeCommit message (Collapse)Author
2015-06-11add chinese translations for luci-app-mjpg-streamermaz-1
2015-06-11add chinese translations for luci-app-privoxymaz-1
2015-06-06luci-app-qos: remove l7 optionsHannu Nyman
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>
2015-06-04luci-app-privoxy: fixed function ipkg_ver_compare()Christian Schoenebeck
fixed function ipkg_ver_compare() Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2015-06-04luci-app-radicale: fixed function ipkg_ver_compareChristian Schoenebeck
fixed function ipkg_ver_compare() Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2015-05-31applications/splash: remove set -x from splash.shManuel Munz
2015-05-30applications/olsr: change config file download on olsr overview page to use ↵Manuel Munz
seperate v4 and v6 config files
2015-05-30applications/olsr: redirect errors on jsoninfo connects with netcat to ↵Manuel Munz
/dev/null to avoid spamming the log
2015-05-30applications/olsr: Get jsoninfo source port prom olsrd/olsrd6 config fileManuel Munz
2015-05-26Merge pull request #388 from oneru/fwknop-qrJo-Philipp Wich
Luci-app-fwknopd: Update uci-defaults as key-gen is now exposed in th…
2015-05-24luci-app-ddns: fixed version checkChristian Schoenebeck
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>
2015-05-22Luci-app-fwknopd: Update uci-defaults as key-gen is now exposed in the ↵Jonathan Bennett
fwknopd binary Signed-off-by: Jonathan Bennett <jbennett@incomsystems.biz>
2015-05-20Merge pull request #385 from oneru/fwknop-qrJo-Philipp Wich
luci-app-fwknopd: Add qr code support
2015-05-20luci-app-fwknopd: Add qr code supportJonathan Bennett
Signed-off-by: Jonathan Bennett <jbennett@incomsystems.biz>
2015-05-14Merge pull request #382 from chris5560/masterChristian Schoenebeck
luci-app-ddns: reflect changes on ddns-scripts
2015-05-12Add initial luci-app-fwknopd - a way to control the firewall knock daemon ↵Jonathan Bennett
from luci Signed-off-by: Jonathan Bennett <jbennett@incomsystems.biz>
2015-05-12luci-app-ddns: reflect changes on ddns-scriptsChristian Schoenebeck
* 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>
2015-05-03luci-app-radicale: New app to support Radicale CalDAV/CardDAV serverChristian Schoenebeck
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>
2015-04-28luci-app-ddns: fix Simplified Chinese translationsSyrone Wong
fix typos and elegant zh_CN translations
2015-04-24luci-app-ddns:Fix Simplified Chinese translation for luci-app-ddns郭传鈜
2015-04-23Revert "luci-app-ddns:Fix Simplified Chinese translation."Christian Schoenebeck
2015-04-23Merge pull request #367 from 981213/translate_pull_requestChristian Schoenebeck
luci-app-ddns:Fix Simplified Chinese translation. Many Thanks Christian
2015-04-23luci-app-ddns:Fix Simplified Chinese translation.郭传鈜
2015-04-21fix wrong xhtml tags in po filesChristian Schoenebeck
Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2015-04-20Synchronize translationsJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-04-20luci-app-ahcp: remove leftover po templatesJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-03-20luci-app-ddns: fix errors in global.luaChristian Schoenebeck
fix dispatcher and validation errors in global.lua Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2015-03-10Merge pull request #304 from nmav/ocserv-cryptJo-Philipp Wich
luci-app-ocserv: uclibc's crypt() doesn't support sha2crypt
2015-03-10Merge pull request #338 from chris5560/master-app-privoxyJo-Philipp Wich
luci-app-privoxy: cleanup and fixes for #298 #334 #335
2015-03-10Merge pull request #337 from chris5560/master-app-ddnsJo-Philipp Wich
luci-app-ddns: patches for #298 #334 #335
2015-03-02luci-statistics: fix uhttpd log spam from extra png closeHannu Nyman
Fix log spam that uhttpd logging change has brought to surface. Sun Mar 1 11:10:42 2015 daemon.err uhttpd[2293]: /usr/lib/lua/luci/dispatcher.lua:433: Failed to execute call dispatcher target for entry '/admin/statistics/graph/conntrack'. Sun Mar 1 11:10:42 2015 daemon.err uhttpd[2293]: The called action terminated with an exception: Sun Mar 1 11:10:42 2015 daemon.err uhttpd[2293]: .../luci/controller/luci_statistics/luci_statistics.lua:153: attempt to use a closed file Closing the png file explicitly on line 153 is unnecessary, as ltn12's source.file method already closes the file after use. https://github.com/openwrt/luci/blob/master/modules/luci-base/luasrc/ltn12.lua#L119 More info at https://dev.openwrt.org/ticket/19083#comment:2 Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2015-03-01luci-app-privoxy: cleanup and fixes for #298 #334 #335Christian Schoenebeck
* remove extra apperror.lua page * so no nore need for extra directory inside model/cbi * add option temporary_directory needed for external filters * remove special handling of bootstrap theme #298 #334 * modified version handling suggested in #335 Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2015-03-01luci-app-ddns: patches for #298 #334 #335Christian Schoenebeck
* remove usage of opkg via system call for version handling thanks to Jo-Philipp Wich #335 * remove special handling of bootstrap theme #298 #334 Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2015-02-28luci-app-upnp: supress stderr when listing MINIUPNPD chainJo-Philipp Wich
Current OpenWrt trunk now relays uhttpd stderr to syslog, so don't spam it with "iptables: No chain/target/match by that name." when miniupnpd is not configured but its status is queried by an overview page applet. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-02-28Merge pull request #325 from chris5560/master-app-ddnsJo-Philipp Wich
luci-app-ddns: update to version 2.2.0-1
2015-02-20applications/luci-splash: fix fac02283137f6ff59363695bb07a3f9cec58e577 | ipt ↵Manuel Munz
module was missing and the new functions didn't return anything
2015-02-19applications/olsr-services: fix error on public services pageManuel Munz
2015-02-10luci-app-ddns: update to version 2.2.0-1Christian Schoenebeck
- implement new option bind_interface - fixes problems when updating status displays (i.e. showing Software update needed) - new links to OpenWrt wiki - new screen to set global settings - implements global option use_curl Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2015-02-09luci-app-asterisk: fix typo in package descriptionJonathan McCrohan
Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
2015-02-08Merge pull request #305 from nmav/compressionJo-Philipp Wich
luci-app-ocserv: Added option to enable compression
2015-01-26luci-app-firewall: rework internal/external zone list handling when adding ↵Jo-Philipp Wich
forwards Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-01-25luci-app-privoxy: fix path to luci.mk after moveJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-01-24luci-app-privoxy: move from openwrt/packages to openwrt/luciChristian Schoenebeck
* move from openwrt/packages to openwrt/luci * adaption to new LuCI subdirectory structure * fix error handling * modified version handling * fixed translations Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2015-01-22luci-app-splash: convert ip4mac() to luci.ip.neighbors()Jo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-01-22luci-app-splash: convert luci.sys.net.arptable() to luci.ip.neighbors()Jo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-01-22luci-app-olsr: rewrite mac address resolvingJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-01-22luci-app-coovachilli: switch to luci.ip route functionsJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-01-22luci-app-siitwizard: switch to luci.ip route functionsJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-01-22luci-app-olsr: use luci.ip.routes() to find default gwJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-01-20luci-app-ocserv: Added option to enable compressionNikos Mavrogiannopoulos