Steven Barth
5ef2946ede
Fix typo in last commit
...
Signed-off-by: Steven Barth <steven@midlink.org>
2015-04-10 18:55:56 +02:00
Steven Barth
5934fb4e9d
proto_hnet: fix homenet dependency
...
Signed-off-by: Steven Barth <steven@midlink.org>
2015-04-10 18:04:56 +02:00
Steven Barth
dc6a250a01
proto_hnet: add missing categories
...
Signed-off-by: Steven Barth <steven@midlink.org>
2015-04-10 17:29:42 +02:00
Jo-Philipp Wich
576e235d0b
Merge pull request #355 from nmav/no-defaultroute
...
luci-proto-openconnect: Added option for default gateway
2015-03-31 16:07:29 +02:00
Nikos Mavrogiannopoulos
515ad0e08e
luci-proto-openconnect: Added option for default gateway
...
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-03-29 08:31:32 +02:00
Christian Schoenebeck
3e37216a46
Merge pull request #347 from chris5560/master-app-ddns
...
luci-app-ddns: fix errors in global.lua
2015-03-20 09:09:21 +01:00
Christian Schoenebeck
3902988878
luci-app-ddns: fix errors in global.lua
...
fix dispatcher and validation errors in global.lua
Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2015-03-20 09:06:11 +01:00
Jo-Philipp Wich
6160a53ab9
luci-base: fix backslash escaping in luci.util.serialize_json()
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-03-18 12:43:29 +01:00
Jo-Philipp Wich
4ab6dcea9b
Merge pull request #336 from legendtang/fix
...
luci-base: fix wrong pattern of urlencode() (encode '+' properly) #182
2015-03-10 18:56:41 +01:00
Jo-Philipp Wich
dd2b05289b
Merge pull request #304 from nmav/ocserv-crypt
...
luci-app-ocserv: uclibc's crypt() doesn't support sha2crypt
2015-03-10 18:55:46 +01:00
Jo-Philipp Wich
31e7adea63
Merge pull request #333 from legendtang/master
...
themes/bootstrap: add media queries to bootstrap-theme for better responsive UI on mobile devices
2015-03-10 18:55:15 +01:00
Jo-Philipp Wich
6f56c69d63
Merge pull request #338 from chris5560/master-app-privoxy
...
luci-app-privoxy: cleanup and fixes for #298 #334 #335
2015-03-10 18:54:24 +01:00
Jo-Philipp Wich
4c9ddbc969
Merge pull request #339 from Seak/master
...
ifaces.lua:fix generating /etc/config/dhcp section
2015-03-10 18:53:37 +01:00
Jo-Philipp Wich
d539eb4d13
Merge pull request #337 from chris5560/master-app-ddns
...
luci-app-ddns: patches for #298 #334 #335
2015-03-10 18:49:10 +01:00
Jo-Philipp Wich
965c6315bf
Merge pull request #340 from hnyman/png-close-logspam
...
luci-statistics: fix uhttpd log spam from extra png close
2015-03-10 18:48:15 +01:00
Manuel Munz
b9e3aae13a
Merge pull request #344 from melle/fix-dns-community-potsdam
...
Fixed default DNS settings for community Potsdam
2015-03-05 00:54:21 +01:00
Thomas Mellenthin
abef3ba248
Fixed default DNS settings for community Potsdam
2015-03-04 20:45:27 +01:00
Hannu Nyman
83973f28c3
luci-statistics: fix uhttpd log spam from extra png close
...
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 19:04:16 +02:00
江海客
7b04bc7473
/etc/config/dhcp
...
config dhcp null
2015-03-02 15:14:24 +08:00
Christian Schoenebeck
37cf3e0ef1
luci-app-privoxy: cleanup and fixes for #298 #334 #335
...
* 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-01 20:37:00 +01:00
Christian Schoenebeck
df05909723
luci-app-ddns: patches for #298 #334 #335
...
* 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-01 20:08:45 +01:00
Legend Tang
d79f5da13f
luci-base: fix wrong pattern of urlencode() (encode '+' properly) #182
2015-03-01 03:03:08 +08:00
Jo-Philipp Wich
de5ec52b87
Merge pull request #334 from legendtang/fix
...
theme/bootstrap: add a mssing class style in form section (#298 )
2015-02-28 19:16:54 +01:00
Jo-Philipp Wich
cf4b89b06b
luci-app-upnp: supress stderr when listing MINIUPNPD chain
...
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-28 19:07:36 +01:00
Legend Tang
291834e707
theme/bootstrap: add a mssing class style in form section ( #298 )
...
NOTE: three <br /> in some luci-app's cbi-tab-descr section which help
to workaround must be removed.
2015-03-01 01:20:33 +08:00
Legend Tang
d6b0448339
add media queries for better responsive UI on mobile devices
...
This is for modern browsers only
2015-02-28 23:08:26 +08:00
Jo-Philipp Wich
f47be40cd4
Merge pull request #325 from chris5560/master-app-ddns
...
luci-app-ddns: update to version 2.2.0-1
2015-02-28 13:25:57 +01:00
Manuel Munz
293d964ae2
contrib/community-profiles/demo: remove openwifimap
2015-02-25 20:11:31 +01:00
Manuel Munz
4fb3ca989e
contrib/community-profiles/augsburg: remove openwifimap
2015-02-25 20:09:47 +01:00
soma
63976f603a
contrib/meshwizard: add madwifi iface options if needed
2015-02-25 20:00:33 +01:00
soma
7cfa62a254
contrib/freifunk-common: fix wifi device and iface settings: mcast_rate set to 6000, remove hwmode, remove madwifi only options. introduce a new section to set madwifi iface options
2015-02-25 19:59:26 +01:00
Manuel Munz
4137afed40
Merge pull request #328 from chris5560/master-pending-1
...
wifi.lua: add "Back to Overview" button
2015-02-20 14:28:11 +01:00
Manuel Munz
9cac3f4ec1
applications/luci-splash: fix fac0228313
| ipt module was missing and the new functions didn't return anything
2015-02-20 14:20:55 +01:00
Manuel Munz
47603a37ed
applications/olsr-services: fix error on public services page
2015-02-19 20:33:26 +01:00
Manuel Munz
8b123df287
themes/freifunk-generic: fix error with version string display in header on BB
2015-02-19 20:20:31 +01:00
Manuel Munz
ce0b7cc96e
Merge pull request #330 from Maltis/patch-1
...
Delete profile_neuss
2015-02-19 00:08:04 +01:00
Maltis
c7b0be3c9a
Delete profile_neuss
2015-02-18 23:40:19 +01:00
Manuel Munz
e11b5e49f8
Merge pull request #329 from yayachiken/master
...
Removed outdated information for Freifunk Aachen
2015-02-18 22:58:32 +01:00
David Kolossa
3bda4ed550
Removed outdated information for Freifunk Aachen
...
- 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-18 22:45:25 +01:00
Christian Schoenebeck
51a047426d
wifi.lua: add "Back to Overview" button
...
Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2015-02-14 11:27:57 +01:00
Christian Schoenebeck
8b0f83264a
luci-app-ddns: update to version 2.2.0-1
...
- 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-10 21:49:57 +01:00
Manuel Munz
86c6272240
Merge pull request #323 from jmccrohan/master
...
luci-app-asterisk: fix typo in package description
2015-02-10 08:45:18 +01:00
Jo-Philipp Wich
ec1a86977b
Avoid setting duplicate cookies
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-02-09 16:30:11 +01:00
Jo-Philipp Wich
ec90cd69ed
luci-base: pass session timeout as integer
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-02-09 13:03:44 +01:00
Jo-Philipp Wich
240458ea8a
luci-mod-freifunk: fix public status page
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-02-09 12:15:06 +01:00
Jo-Philipp Wich
993cf12229
luci-base: establish ubus connection before dropping privileges ( #310 )
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-02-09 12:14:20 +01:00
Jonathan McCrohan
2d26869c94
luci-app-asterisk: fix typo in package description
...
Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
2015-02-09 00:38:38 +00:00
Jo-Philipp Wich
76dfdc1b1e
Merge pull request #302 from chris5560/master
...
luci-themes: luci.main.mediaurlbase not set correctly
2015-02-08 19:57:20 +01:00
Jo-Philipp Wich
6b1b7336f0
Merge pull request #320 from chris5560/master
...
admin_network: interface details, implement "Back to Overview" button
2015-02-08 19:22:45 +01:00
Jo-Philipp Wich
1abe6fa10c
Merge pull request #315 from poranje/proto-ipv6+aiccu
...
luci-proto-ipv6: add aiccu
2015-02-08 19:18:16 +01:00