summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
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-18luci-base: fix backslash escaping in luci.util.serialize_json()Jo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-03-10Merge pull request #336 from legendtang/fixJo-Philipp Wich
luci-base: fix wrong pattern of urlencode() (encode '+' properly) #182
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 #333 from legendtang/masterJo-Philipp Wich
themes/bootstrap: add media queries to bootstrap-theme for better responsive UI on mobile devices
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 #339 from Seak/masterJo-Philipp Wich
ifaces.lua:fix generating /etc/config/dhcp section
2015-03-10Merge pull request #337 from chris5560/master-app-ddnsJo-Philipp Wich
luci-app-ddns: patches for #298 #334 #335
2015-03-10Merge pull request #340 from hnyman/png-close-logspamJo-Philipp Wich
luci-statistics: fix uhttpd log spam from extra png close
2015-03-05Merge pull request #344 from melle/fix-dns-community-potsdamManuel Munz
Fixed default DNS settings for community Potsdam
2015-03-04Fixed default DNS settings for community PotsdamThomas Mellenthin
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-02/etc/config/dhcp江海客
config dhcp null
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-03-01luci-base: fix wrong pattern of urlencode() (encode '+' properly) #182Legend Tang
2015-02-28Merge pull request #334 from legendtang/fixJo-Philipp Wich
theme/bootstrap: add a mssing class style in form section (#298)
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-03-01theme/bootstrap: add a mssing class style in form section (#298)Legend Tang
NOTE: three <br /> in some luci-app's cbi-tab-descr section which help to workaround must be removed.
2015-02-28add media queries for better responsive UI on mobile devicesLegend Tang
This is for modern browsers only
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-25contrib/community-profiles/demo: remove openwifimapManuel Munz
2015-02-25contrib/community-profiles/augsburg: remove openwifimapManuel Munz
2015-02-25contrib/meshwizard: add madwifi iface options if neededsoma
2015-02-25contrib/freifunk-common: fix wifi device and iface settings: mcast_rate set ↵soma
to 6000, remove hwmode, remove madwifi only options. introduce a new section to set madwifi iface options
2015-02-20Merge pull request #328 from chris5560/master-pending-1Manuel Munz
wifi.lua: add "Back to Overview" button
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-19themes/freifunk-generic: fix error with version string display in header on BBManuel Munz
2015-02-19Merge pull request #330 from Maltis/patch-1Manuel Munz
Delete profile_neuss
2015-02-18Delete profile_neussMaltis
2015-02-18Merge pull request #329 from yayachiken/masterManuel Munz
Removed outdated information for Freifunk Aachen
2015-02-18Removed outdated information for Freifunk AachenDavid Kolossa
- Freifunk Aachen now uses Gluon - In addition, the old IP space has already been reallocated for other communities, so the information here is definitely outdated. Signed-off-by: David Kolossa <david.kolossa@posteo.de>
2015-02-14wifi.lua: add "Back to Overview" buttonChristian Schoenebeck
Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
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-10Merge pull request #323 from jmccrohan/masterManuel Munz
luci-app-asterisk: fix typo in package description
2015-02-09Avoid setting duplicate cookiesJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-02-09luci-base: pass session timeout as integerJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-02-09luci-mod-freifunk: fix public status pageJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-02-09luci-base: establish ubus connection before dropping privileges (#310)Jo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-02-09luci-app-asterisk: fix typo in package descriptionJonathan McCrohan
Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
2015-02-08Merge pull request #302 from chris5560/masterJo-Philipp Wich
luci-themes: luci.main.mediaurlbase not set correctly
2015-02-08Merge pull request #320 from chris5560/masterJo-Philipp Wich
admin_network: interface details, implement "Back to Overview" button
2015-02-08Merge pull request #315 from poranje/proto-ipv6+aiccuJo-Philipp Wich
luci-proto-ipv6: add aiccu
2015-02-08admin_network: interface details, implement back to overviewChristian Schoenebeck
Implements "Back to Overview" on interface details page Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2015-02-08Merge pull request #305 from nmav/compressionJo-Philipp Wich
luci-app-ocserv: Added option to enable compression
2015-02-08Merge pull request #319 from nmav/oc-ifaceJo-Philipp Wich
openconnect: ask for the output interface name
2015-02-08openconnect: ask for the output interface nameNikos Mavrogiannopoulos
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-02-06luci-proto-ipv6: aiccu fixed ip6prefix datatypePaul Oranje
2015-02-06luci-proto-ipv6: aiccu improvementsPaul Oranje
- option heartbeat as tunnel type (heartbeat or AYIYA) (inspired by idea of openwrt forum user thefRont) - another typo fix in the mtu option