Hannu Nyman
7df0df48c0
statistics: Add support for entropy stats
...
Add statistics on the available entropy.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2015-08-27 10:19:38 +03:00
Hannu Nyman
34e875b3d3
firewall: validate max length of zone name
...
fw3 sets the maximum length of the zone name to 14 and
ignores zone definitions with too long names.
http://nbd.name/gitweb.cgi?p=firewall3.git;a=blob;f=zones.h;hb=HEAD#l25
http://nbd.name/gitweb.cgi?p=firewall3.git;a=blob;f=zones.c;hb=HEAD#l195
Add a simple validation to ensure that the new zone name is short enough.
This should fix issue #345
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2015-08-26 13:55:26 +03:00
Christian Schoenebeck
084d435060
Merge pull request #448 from hnyman/cpulabel
...
statistics: cpu graph - add label definitions, add softirq and interrupt stats
2015-08-24 09:49:54 +02:00
Hannu Nyman
9a06498dbd
statistics: memory plugin - improve graph by better scaling of y-axis
...
Utilise alt_autoscale_max to make the memory chart y-axis to scale better
for devices with e.g. 128 MB RAM.
Also fix the axis min value to 0.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2015-08-23 21:12:56 +03:00
Hannu Nyman
86ff4bd3a4
statistics: support rrdtool's alt_autoscale and alt_autoscale_max options
...
Implement support for alternative scaling of the y-axis.
By default, rrdtool will autoscale to 1,2,5,10,20,50,100,200,... etc.,
which is not always suitable (e.g. memory charts for device with 128 MB).
Rrdtool 1.0.50 already supports alternative autoscaling that creates
a tighter y-axis. Implement graph-level options in Luci statistics to
support those boolean options as "alt_autoscale" and "alt_autoscale_max".
info at http://oss.oetiker.ch/rrdtool/doc/rrdgraph.en.html
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2015-08-23 21:02:14 +03:00
Hannu Nyman
962cd2c4c1
statistics: cpu graph - add label definitions, add softirq and interrupt stats
...
CPU plugin in the Luci statistics was missing the label definitions,
so the field labels are like "cpu_system" instead of "System".
Add proper label definitions to CPU (like the other plugins already have).
The statistics graph was also missing softirq and interrupt stats, although colors
for them were defined. Softirq consumes massive amount of CPU especially with
any qos in use, so it is important for the user to see also that data. Add both
softirq and interrupt stats to the graph.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2015-08-23 17:14:22 +03:00
Srdjan Rosic
82fecb7709
Enable setting --script-security in client mode.
...
This is useful in client mode as well, since it allows one to use --route-noexec and --up <cmd> or --route-up <cmd> to create routes manually instead of relying on whatever routes vpn server pushes down to the client.
mode=server dependency in luci was introduced together with script_security by mmunz back in 2011.with no explanation in the commit why mode=server was there.
2015-08-22 09:27:25 +01:00
Hannu Nyman
b7b6ed740b
statistics: fix ping graph label regression
...
Earlier update to collectd 5.4.1 changed the field from "ping" to "value",
which was changed in the graph definition here, but the label definition
was forgotten. Field's label now reads "ping_IPaddr_value".
Correct the label definition to show only IPaddr like the other two graphs.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2015-08-19 10:56:30 +03:00
Hannu Nyman
ff9da6cb76
statistics: fix conntrack regression caused by collectd 5.5.0
...
Collectd 5.5.0 introduced new data to conntrack plugin:
In addition to the number of tracked connections there is also
the static max conntrack value and the calculated use percentage.
Luci's conntrack plugin intrepretes "conntrack-max" as a new data instance
and includes it in the graph in addition to the real "conntrack" number.
Eliminate "max" from graph by specifying empty "" instance as data source.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2015-08-18 23:05:00 +03:00
François Kooman
72c853629e
introduce tls_version_min and tls_version_max, add key_direction and change tls_auth and secret config options to use it
2015-08-15 10:46:44 +02:00
Jian Chang
966d87b79b
luci-app-shadowsocks-libev: update package
...
support for shadowsocks-libev v2.2.3
Signed-off-by: Jian Chang <aa65535@live.com>
2015-07-23 00:52:27 +08:00
Michael Marley
b1b0ba5ba9
luci-app-vnstat: Fix blank graphs for iface names with underscores
...
The regex used to process the iface query string argument in
vnstat.htm was stripping underscores, which caused the graph not to
display for interfaces with names containing underscores. This
patch adds the underscore to that regex so that the interface name
will be correct and the graph will be displayed.
Signed-off-by: Michael Marley <michael@michaelmarley.com>
2015-07-12 11:45:23 -04:00
Jian Chang
74501038e4
luci-app-shadowsocks-libev: add package
...
This adds support for configuring shadowsocks-libev
Signed-off-by: Jian Chang <aa65535@live.com>
2015-07-03 15:17:38 +08:00
kdarbyshirebryant
387a06bb73
Delete luci-upnp
...
Stop sys upgrade automatically disabling miniupnpd on first boot after upgrade.
I spent a lot of time tracking this behaviour down which only occurs if you have luci-app-upnp installed.
2015-06-22 18:58:58 +01:00
Daniel Golle
ba897c6a20
luci-app-olsr: depend on luci-lib-json
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-06-16 17:41:23 +02:00
Jo-Philipp Wich
37a9d6aee7
Merge pull request #414 from maz-1/mjpg-update
...
add chinese translations for luci-app-mjpg-streamer
2015-06-16 09:56:30 +02:00
Christian Schoenebeck
3429097437
Merge pull request #409 from oneru/fwknop-qr
...
Luci-app-fwknopd:add a couple config options to the interface
2015-06-14 12:22:48 +02:00
maz-1
8e43ab3770
add chinese translations for luci-app-mjpg-streamer
2015-06-11 10:35:21 +02:00
maz-1
0b00986cfc
add chinese translations for luci-app-privoxy
2015-06-11 10:29:55 +02:00
Jonathan Bennett
9d69f61f4c
Luci-app-fwknopd:add a couple config options to the interface
...
Minor tweaks to uci-defaults
refresh translation files
Signed-off-by: Jonathan Bennett <JBennett@incomsystems.biz>
2015-06-10 16:10:56 -05:00
Hannu Nyman
1d477abc54
luci-app-qos: remove l7 options
...
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-06 10:41:23 +03:00
Christian Schoenebeck
22f40d392b
luci-app-privoxy: fixed function ipkg_ver_compare()
...
fixed function ipkg_ver_compare()
Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2015-06-04 20:59:21 +02:00
Christian Schoenebeck
e2d6ee7822
luci-app-radicale: fixed function ipkg_ver_compare
...
fixed function ipkg_ver_compare()
Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2015-06-04 20:50:08 +02:00
Manuel Munz
0fe4e4696e
applications/splash: remove set -x from splash.sh
2015-05-31 01:13:30 +02:00
Manuel Munz
7f26be3628
applications/olsr: change config file download on olsr overview page to use seperate v4 and v6 config files
2015-05-30 22:53:11 +02:00
Manuel Munz
516ea62f73
applications/olsr: redirect errors on jsoninfo connects with netcat to /dev/null to avoid spamming the log
2015-05-30 21:04:50 +02:00
Manuel Munz
cc39eaa681
applications/olsr: Get jsoninfo source port prom olsrd/olsrd6 config file
2015-05-30 20:48:57 +02:00
Boyi C
a948f4c77e
Update qos.lua to add custom QOS classes to luci droplist
2015-05-26 15:08:07 -06:00
Jo-Philipp Wich
d6d0926aee
Merge pull request #388 from oneru/fwknop-qr
...
Luci-app-fwknopd: Update uci-defaults as key-gen is now exposed in th…
2015-05-26 17:14:24 +02:00
Christian Schoenebeck
740ce09fb9
luci-app-ddns: fixed version check
...
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-24 20:03:52 +02:00
Nikos Mavrogiannopoulos
1c57ea5d22
luci-app-ocserv: list users with no group
...
This was marked as "(none)" which was not caught by the regex.
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-05-24 16:52:32 +02:00
Jonathan Bennett
30b8097f65
Luci-app-fwknopd: Update uci-defaults as key-gen is now exposed in the fwknopd binary
...
Signed-off-by: Jonathan Bennett <jbennett@incomsystems.biz>
2015-05-22 12:48:06 -05:00
Jo-Philipp Wich
ec48d2d01f
Merge pull request #385 from oneru/fwknop-qr
...
luci-app-fwknopd: Add qr code support
2015-05-20 20:26:59 +02:00
Jonathan Bennett
4ccb221f6d
luci-app-fwknopd: Add qr code support
...
Signed-off-by: Jonathan Bennett <jbennett@incomsystems.biz>
2015-05-20 13:02:11 -05:00
Christian Schoenebeck
754ca290e5
Merge pull request #382 from chris5560/master
...
luci-app-ddns: reflect changes on ddns-scripts
2015-05-14 09:02:40 +02:00
Jonathan Bennett
fd130d0ce7
Add initial luci-app-fwknopd - a way to control the firewall knock daemon from luci
...
Signed-off-by: Jonathan Bennett <jbennett@incomsystems.biz>
2015-05-12 21:10:00 -05:00
Christian Schoenebeck
d3b6c375ce
luci-app-ddns: reflect changes on ddns-scripts
...
* 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-12 20:31:30 +02:00
Christian Schoenebeck
e6804f0a93
luci-app-radicale: New app to support Radicale CalDAV/CardDAV server
...
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-05-03 18:05:32 +02:00
Syrone Wong
775182ce28
luci-app-ddns: fix Simplified Chinese translations
...
fix typos and elegant zh_CN translations
2015-04-28 21:52:27 +08:00
郭传鈜
26b1b6d65d
luci-app-ddns:Fix Simplified Chinese translation for luci-app-ddns
2015-04-24 13:34:23 +08:00
Christian Schoenebeck
42dffa5636
Revert "luci-app-ddns:Fix Simplified Chinese translation."
2015-04-23 20:18:19 +02:00
Christian Schoenebeck
52bf535ddd
Merge pull request #367 from 981213/translate_pull_request
...
luci-app-ddns:Fix Simplified Chinese translation.
Many Thanks
Christian
2015-04-23 20:16:04 +02:00
郭传鈜
3d5c630ff3
luci-app-ddns:Fix Simplified Chinese translation.
2015-04-23 13:10:19 +08:00
Christian Schoenebeck
2fdd19524d
fix wrong xhtml tags in po files
...
Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2015-04-21 21:26:00 +02:00
Jo-Philipp Wich
6a13d73c29
Synchronize translations
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-04-20 10:35:08 +02:00
Jo-Philipp Wich
661c33ba91
luci-app-ahcp: remove leftover po templates
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-04-20 10:08:23 +02: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
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
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
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
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
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
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
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
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
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
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
cd24ad05a4
Merge pull request #305 from nmav/compression
...
luci-app-ocserv: Added option to enable compression
2015-02-08 19:13:39 +01:00
Jo-Philipp Wich
44a62295f9
luci-app-firewall: rework internal/external zone list handling when adding forwards
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-01-26 17:55:09 +01:00
Jo-Philipp Wich
5317b09be7
luci-app-privoxy: fix path to luci.mk after move
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-01-25 18:30:07 +01:00
Christian Schoenebeck
29f7cf16e5
luci-app-privoxy: move from openwrt/packages to openwrt/luci
...
* 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-24 10:38:54 +01:00
Jo-Philipp Wich
1d461b6e7e
luci-app-splash: convert ip4mac() to luci.ip.neighbors()
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-01-22 22:07:50 +01:00
Jo-Philipp Wich
fac0228313
luci-app-splash: convert luci.sys.net.arptable() to luci.ip.neighbors()
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-01-22 21:57:00 +01:00
Jo-Philipp Wich
44ee102ff9
luci-app-olsr: rewrite mac address resolving
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-01-22 17:52:44 +01:00
Jo-Philipp Wich
625a89a370
luci-app-coovachilli: switch to luci.ip route functions
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-01-22 16:36:18 +01:00
Jo-Philipp Wich
feb576413b
luci-app-siitwizard: switch to luci.ip route functions
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-01-22 16:29:35 +01:00
Jo-Philipp Wich
b48386be67
luci-app-olsr: use luci.ip.routes() to find default gw
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-01-22 15:12:56 +01:00
Nikos Mavrogiannopoulos
d0759af923
luci-app-ocserv: Added option to enable compression
2015-01-20 22:21:20 +01:00
Nikos Mavrogiannopoulos
7a792ee564
luci-app-ocserv: uclibc's crypt() doesn't support sha2crypt
...
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-01-20 22:19:11 +01:00
Jo-Philipp Wich
0d541a4cbd
Merge pull request #299 from nmav/ocserv-match
...
luci-app-ocserv: modified match to apply to newer versions of occtl
2015-01-19 18:39:10 +01:00
Jo-Philipp Wich
c96d986645
Merge pull request #301 from nmav/ocserv4
...
luci-app-ocserv: express PKID in a way that is acceptable by openconnect
2015-01-19 18:38:51 +01:00
Nikos Mavrogiannopoulos
d3104487b4
luci-app-ocserv: express PKID in a way that is acceptable by openconnect
...
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-01-19 18:24:54 +01:00
Nikos Mavrogiannopoulos
f5da9b53e1
ocserv: modified match to apply to newer versions of occtl
...
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-01-18 22:49:06 +01:00
Christian Schoenebeck
819a733df3
luci-app-ddns: Update to version 2.1.1-0
...
- adaption Makefile to changed luci.mk
- description in Makefile for correct version handling
- modified handling to detect and display installed version
- new functions ipkg_ver_installed() and ipkg_ver_compare
- correct wrong spellings
- modified language template and German translation
Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2015-01-18 19:22:54 +01:00
Jo-Philipp Wich
41d2b33087
Update my email addresses in the license headers
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-01-16 23:49:44 +01:00
Jo-Philipp Wich
7a3493b1f7
Globally reduce copyright headers
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-01-16 23:38:38 +01:00
Jo-Philipp Wich
9d908ffd78
luci-app-olsr: add workaround for finding default gw with policy routing
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-01-16 21:40:49 +01:00
Jo-Philipp Wich
6043fe9433
luci-app-siitwizard: explicitely require bit library
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-01-15 16:04:54 +01:00
Jo-Philipp Wich
831a8cb13d
luci-app-multiwan: switch to nixio.fs
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-01-15 15:06:03 +01:00
Jo-Philipp Wich
924202156e
luci-app-splash: switch to nixio.fs
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-01-15 15:05:06 +01:00
Jo-Philipp Wich
bca0643eda
luci-app-olsr-services: switch to nixio.fs
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-01-15 15:04:04 +01:00
Jo-Philipp Wich
7298099b02
luci-app-freifunk-widgets: switch to nixio.fs
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-01-15 15:03:18 +01:00
Jo-Philipp Wich
2af6fac809
luci-app-olsr: switch to nixio.fs
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-01-15 14:55:46 +01:00
Jo-Philipp Wich
99d4d5e454
luci-app-ushare: mark as broken since ushare is in oldpackages
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-01-11 17:39:46 +01:00
Christian Schoenebeck
ea5f22e653
luci-app-ddns: adaption to new luci structure and cleanup
...
- 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-11 00:16:07 +01:00
Jo-Philipp Wich
6ee776863a
luci-app-ahcp: remove empty src directory
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-01-09 13:23:34 +01:00
Jo-Philipp Wich
d82b889a7b
Move mjpg-streamer.pot to the right directory
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-01-08 16:34:17 +01:00
Jo-Philipp Wich
50b258a1d4
Remove obsolete ipkg directories
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-01-08 16:31:40 +01:00
Jo-Philipp Wich
1bb4822dca
Rework LuCI build system
...
* 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-08 16:26:20 +01:00
Jo-Philipp Wich
9edd0e46c3
Merge pull request #278 from nmav/ocserv
...
Print the ocserv's certificate hash and key ID
2015-01-05 19:04:19 +01:00
Nikos Mavrogiannopoulos
fb4ce0f954
Print the ocserv's certificate hash and key ID
...
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-01-05 18:59:13 +01:00
Jo-Philipp Wich
66aa988246
Merge pull request #264 from thess/mjpg-streamer
...
luci-app-mjpg-streamer: Add new module for mjpg-streamer management
2015-01-05 17:16:59 +01:00
FreifunkUFO
9ad09999d5
change adress to an ipv6-enabled host
2014-12-29 19:05:00 +01:00
Ted Hess
624e37ceae
luci-app-mjpg-streamer: Add new module for mjpg-streamer management
...
Signed-off-by: Ted Hess <thess@kitschensync.net>
2014-12-09 09:49:58 -05:00
Christian Schoenebeck
61c6c67ae6
luci-app-ddns: Update to support ddns-scripts 2.1.0-3
...
- 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-12-07 21:31:57 +01:00
Christian Schoenebeck
157e8e52ae
luci-app-ddns: modified to support ddns-scripts 2.1.0-2
...
- 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-15 22:06:18 +01:00
Jo-Philipp Wich
1aeb236a94
Merge pull request #249 from openwrt-es/luci-next
...
applications/luci-dump1090: update config to latest version
2014-11-14 17:17:57 +01:00
Jo-Philipp Wich
534d73793f
Merge pull request #250 from openwrt-es/luci-next2
...
Fix disabling service instance for dump1090/udpxy/shairplay/shairport
2014-11-14 17:17:39 +01:00
Álvaro Fernández Rojas
ebb00d824f
applications/luci-shairport: fix disabling service instance
...
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2014-11-10 13:53:43 +01:00
Álvaro Fernández Rojas
76c55e0c97
applications/luci-shairplay: fix disabling service instance
...
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2014-11-10 13:53:24 +01:00
Álvaro Fernández Rojas
2a7b4a6f80
applications/luci-udpxy: fix disabling service instance
...
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2014-11-10 13:53:10 +01:00
Álvaro Fernández Rojas
2367a3a092
applications/luci-dump1090: fix disabling service instance
...
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2014-11-10 13:52:42 +01:00
Álvaro Fernández Rojas
c5e1037b40
applications/luci-dump1090: update config to latest version
...
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2014-11-10 13:31:17 +01:00
Christian Schoenebeck
ee9fdba617
luci-app-ddns: Update to support ddns-scripts 2.1.0-1
...
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-09 18:37:15 +01:00
Álvaro Fernández Rojas
8414e71422
applications/luci-shairport: add new package.
...
This adds support for configuring shairport.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2014-10-30 12:34:25 +01:00
Jo-Philipp Wich
f77b1111e4
Merge pull request #226 from nmav/openconnect
...
Openconnect
2014-10-29 22:40:04 +01:00
Jo-Philipp Wich
517ba7dadb
Merge pull request #236 from openwrt-es/luci-next
...
applications/luci-shairplay: add new package.
2014-10-29 22:38:15 +01:00
Jo-Philipp Wich
98a878691d
Merge pull request #237 from openwrt-es/luci-next2
...
applications/luci-udpxy: add new package.
2014-10-29 22:37:13 +01:00
Álvaro Fernández Rojas
ad7ef75a84
applications/luci-dump1090: add new package.
...
This adds support for configuring dump1090.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2014-10-28 19:38:21 +01:00
Álvaro Fernández Rojas
267a2e8548
applications/luci-udpxy: add new package.
...
This adds support for configuring udpxy.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2014-10-28 18:03:18 +01:00
Álvaro Fernández Rojas
a33be32731
applications/luci-shairplay: add new package.
...
This adds support for configuring shairplay.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2014-10-28 16:29:29 +01:00
Jo-Philipp Wich
0f87ddaec1
luci-minidlna: fix status display
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2014-10-26 15:36:09 +01:00
Nikos Mavrogiannopoulos
a531a7d16e
Added luci configuration for ocserv
...
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2014-10-20 20:22:52 +02:00
Jo-Philipp Wich
6960e02601
applications/luci-olsr: use correct config file for IPv6 plugin config
...
Based on patch by Erich N. Pekarek <erich@pekarek.at>
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2014-10-11 22:50:09 +02:00
Jo-Philipp Wich
d0fd58a441
Merge pull request #223 from chris5560/master
...
luci-app-ddns: update/rebuild to support ddns-scripts V 2.x
2014-10-11 12:11:06 +02:00
Christian Schoenebeck
c09f8a7e41
luci-app-ddns: update/rebuild to support ddns-scripts V 2.x
...
extends/replaces exising luci-app-ddns to support ddns-scripts starting
Version 2.0.1-8
Still supports ddns-scripts Version 1.0.0-23 with the old interface
including fix for OpenWrt Ticket #18018 .
Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2014-10-10 21:55:22 +02:00
Vladimir Ulrich
90c0e4dad4
Fixed pinghost to pinghosts
...
Signed-off-by: Vladimir Ulrich <admin@evl.su>
2014-10-10 19:59:35 +04:00
Vladimir Ulrich
01541f8c7f
Updated openvpn app to work with current openvpn package
...
Signed-off-by: Vladimir Ulrich <admin@evl.su>
2014-10-10 19:59:35 +04:00
soma
ccdc6535a9
add support for splash leases plugin
2014-10-10 10:52:41 +02:00
Jo-Philipp Wich
0dc160db71
collectd: Update luci-statistics / collectd to 5.4.1 - Luci
...
[PATCH 1/2] [packages] collectd: Update luci-statistics / collectd to 5.4.1 -
packages
[PATCH 2/2] [luci] collectd: Update luci-statistics / collectd to 5.4.1 - Luci
Collectd, the backbone of Luci statistics module, has been recently updated
already to 5.4.1, while Openwrt is still with 4.10.8.
5.0-5.4 branches have been released in 2011-2013 and the last Collectd
release in January 2014 only contained 5.4.1. 4.10.x is being "phased out"
and new commits have been made only rarely. No 4.10.x release for ages.
My ar71xx/wndr3700 build has been using 5.4.1 since March (and used 5.3.1
long before that).
I have compile-tested (with ar71xx) all collectd modules, and I have verified
the real-life functionality of the following plugins: Conntrack,
CPU/Processor, DNS, Interfaces, Memory, Ping, Processes, TCP Connections,
System Load, Uptime, Wireless.
The version bump requires changes both to "collectd" in the packages feed and
to "luci-statistics" in the luci feed, as some of the data items have changed
name or file structure.
I am including two separate patches: one for collectd in packages and one for
luci-statistics in Luci trunk.
Collectd:
Explanation of main changes in the patches for collectd in packages feed:
Patches to be removed:
- 120-fix_kernel_2.6.37.patch is unnecessary. The file to be patched has been
removed upstream.
- 130-timeleft-max.patch is included upstream. Patch removed.
http://git.verplant.org/?p=collectd.git;a=commitdiff;h=d5b09f2bb673ac9396da52b85bcbd16c98b3d633
Changed patches:
- 003-remove-werror.patch: Quilt choked on some -Werror related changes, so I
removed them.
- 900-add-iwinfo-plugin.patch: Changed to patch configure.ac instead of
configure.in
New patches:
- 140-fix-fqdnlookup.patch : FQDNLookup option has been turned on by default
since 5.1. If that option is enabled, it causes collectd to refuse to start
in a basic Openwrt box as typically a fully qualified domain name does not
exist for the router. (That error related can only be properly seen when
console is used to start collectd. Otherwise Luci statistics collectd simply
dies immediately after starting it.) That option should be false by default.
I included a new patch 140-fix-fqdnlookup.patch to turn the option off by
default.
http://git.verplant.org/?p=collectd.git;a=commit;h=e58f85bb68b4c45130bb6fdf40b51db95d2b71e5
- 150-fix-interface-af-link : a FreeBSD10-specific change broke build for me,
so I reverted the change.
http://git.verplant.org/?p=collectd.git;a=commitdiff;h=645dadb3fcc466e8880fda4eb23b21ad433631fc
- 905-disable-sigrok-glib: libsigrok checks for a glib-related macro that
breaks configure. Bypass the invalid macro. I have also added a disabling
option in Makefile.
Luci:
Data presentation in luci-statistics requires three changes in the Luci sources:
-conntrack result data has changed name from "entropy" to "value".
-ping result data has changed name from "ping" to "value".
http://git.verplant.org/?p=collectd.git;a=commitdiff;h=77a6905147798210ec17173bd5e4410adcc3a112
-interface plugin has changed rrd data file structure so that the plugin
instances (=interfaces) have separate data files. Luci needs to draw the
graph for each plugin instance, not for each data instance.
http://git.verplant.org/?p=collectd.git;a=commitdiff;h=cc3640ba512862cd5745446f1f1a997dd4344454
My previous patches for upgrading to earlier 5.x series can be marked as
superseeded in Patchwork.
http://patchwork.openwrt.org/patch/2457/
http://patchwork.openwrt.org/patch/3300/
http://patchwork.openwrt.org/patch/4204/
http://patchwork.openwrt.org/patch/4205/
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2014-09-18 13:29:11 +00:00
Manuel Munz
89a03c45c5
applications/status-olsr: Disable neightbl calls in olsrd neighbors view because neightbl segfaults on BB and it wasn't used anyways.
2014-08-12 17:08:49 +00:00
Jo-Philipp Wich
a9f187152c
hd-idle: enable_debug will block LuCI interface
...
NEVER enable_debug from LuCI, because hd-idle goes into
foreground/console mode and LuCI will hang during "Save&Apply" forever.
This parameter should be removed completely. Also not being availible
inside OpenWrt's init script. If you reboot, hd-idle blocks the boot
process because it's not going to background.
Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2014-08-12 10:43:56 +00:00
Manuel Munz
6f8daab6eb
luci/po: spelling and grammar fixes by Alex Henrie
2014-08-05 10:21:03 +00:00
Patrick Grimm
2332a0692c
luci-olsr split IPv6/4 configuration in 2 sections
2014-07-30 19:11:04 +00:00
Manuel Munz
d5ed4ae998
Add comment option to qos config page. See also https://dev.openwrt.org/changeset/40935 . Thanks Roman.
2014-06-07 12:05:39 +00:00
Manuel Munz
f443bcaca6
applications/meshwizard: Fox error when iwinfo.freqlist is empty
2014-04-27 13:45:53 +00:00
Jo-Philipp Wich
f26e8e9516
applications/luci-firewall: cope with both tables and strings when processing zone name or network in rule detail page ( #675 )
2014-04-24 21:42:55 +00:00
Manuel Munz
c38187d0d8
applications/olsr: Validate input for lqmult, #654
2013-12-29 11:55:18 +00:00
Jo-Philipp Wich
6f8881d48d
applications/luci-statistics: fix xhtml entity error introduced with r9926
2013-12-03 23:58:15 +00:00
Manuel Munz
e97596f42d
applications/luci-splash: fix another crash in luci-splash when there were empty whitelist/blacklist sections
2013-11-11 20:12:40 +00:00
Manuel Munz
785211a974
applications/luci-splash: Fix another condidtion which led to a deadlock
2013-11-03 14:01:17 +00:00
Manuel Munz
6010725e02
applications/luci-splash: Only add leases to the stats section if they are still online (i.e. mac known in arp table). Thanks michiwend.
2013-10-27 09:59:19 +00:00
Manuel Munz
87b7651ef2
applications/luci-splash: remove unneeded tc exec
2013-10-20 11:59:53 +00:00
Patrick Grimm
12ede3f2d9
applications/luci-statistics: fix img url
2013-10-18 10:42:15 +00:00
Manuel Munz
69792fa157
applications/luci-splash: improve traffic limiting per client for ipv6
2013-10-17 23:11:17 +00:00
Manuel Munz
5cfabc7eb2
applications/luci-splash: Make luci-splash more silent in normal mode in case of tc/iptables errors
2013-10-17 00:22:55 +00:00
Manuel Munz
0678fe5eeb
applications/luci-splash: Do not allow to lease whitelisted clients
2013-10-17 00:01:06 +00:00
Manuel Munz
4ae0d30edd
applications/luci-splash: Fix a crash when removing whitelisted clients which could caused deadlocks
2013-10-16 23:51:43 +00:00
Manuel Munz
e966cfea23
applications/luci-splash: Add a filter for arguments, only allow valid mac and ip addresses
2013-10-16 19:48:23 +00:00
Patrick Grimm
31ce19743a
applications/luci-olsr-services add olsr ipv6 services
2013-10-14 10:27:21 +00:00
Manuel Munz
0c1f8b8aa3
applications/luci-splash: Fix two problems with whitelisting clients
2013-10-13 22:40:09 +00:00
Manuel Munz
2595726dfb
applications/luci-splash: Update stats when a lease is added or removed
2013-10-01 20:22:08 +00:00
Manuel Munz
5e8c7a439e
applications/luci-splash: Write summary stats (counter of leased, white-/blacklisted) into the leases state file
2013-09-28 12:40:29 +00:00
Manuel Munz
cc2c364198
applications/luci-splash: Show black-/whitelisted clients in luci-splash list output again
2013-09-28 12:06:13 +00:00
Manuel Munz
8bb613ad08
appllications/olsr: Fix invalid html, #607
2013-09-19 17:18:28 +00:00
Manuel Munz
148b883c11
applications/olsr: Fix invalid json output
2013-09-19 16:49:28 +00:00
Manuel Munz
a4c083ecef
applications/luci-ddns: Add more datatype checks and defaults
2013-09-16 19:51:25 +00:00
Manuel Munz
1354c88aee
applications/firewall: fix display of enabled/disabled rules, #594
2013-09-02 09:48:01 +00:00
Manuel Munz
a7c1b0e602
applications/luci-splash: Add known leases when restarting splash
2013-08-19 12:17:58 +00:00
Manuel Munz
bafe0c18b3
applications/luci-splash: Add another missing translation
2013-08-19 11:48:07 +00:00
Manuel Munz
9cf8a23f52
applications/luci-splash: Fix a translation problem with 2 strings
2013-08-19 11:33:14 +00:00
Manuel Munz
47612c60f3
applications/luci-splash: Per default redirect to the page the user requested after he accepted the splash. This can be overwritten with redirect_url in the general section in luci_splash config, #595
2013-08-18 20:41:30 +00:00
Manuel Munz
15088f5dd4
applications/luci-splash: Always allow clients to connect to the community homepage, make description of allowed hosts/subnets more clear, #595
2013-08-18 20:37:35 +00:00
Manuel Munz
bf86e86429
applications/luci-splash: Set http_keepalive to zero. This fixes a problem where the user was not properly redirected after accepting the splash in some cases and when an uhttpd was used that supports http keepalive
2013-08-17 20:12:19 +00:00
Manuel Munz
82ab31b510
applications/luci-splash: Fix clients upload and download limiting
2013-08-17 19:42:45 +00:00
Patrick Grimm
f496c67d25
luci-olsr: fix ipv6 nil in device var
2013-08-11 21:07:25 +00:00
Manuel Munz
3b0dee6e5c
applications/luci-splash: do not delete the nodes luci_splash_mark_in rule when its ip is unknown while syncing, instead use iptables comments there and delete that rule when the lease has been removed.
2013-08-11 16:45:39 +00:00
Manuel Munz
bbc5b2ef69
applications/luci-splash: Use a seperate config file for leases, #590
2013-08-11 16:42:53 +00:00
Patrick Grimm
bffccf25c5
luci-olsr: fix ipv6 ipv4 detection
2013-08-07 20:25:17 +00:00
Manuel Munz
2eb088f084
applications/olsr: Remove macs from olsr neighbors page; show '?' for SNR when no info is available; use a seperate column for local interface
2013-08-01 21:53:58 +00:00
Manuel Munz
37bf7b0217
applications/luci-splash: Add TOS, Fix Community Name, add possibility to just add some custom text to the splash page instead of replacing the whole page
2013-07-28 08:15:22 +00:00
Patrick Grimm
022970ec49
luci-olsr: read ip6assign from ubus
2013-07-25 08:32:04 +00:00
Patrick Grimm
56b48f76a7
luci-olsr: fix snr calc olsr neighbours and unit in Legend
2013-07-10 18:11:09 +00:00
Patrick Grimm
25c4b954a6
luci-olsr: add snr for olsr neighbours and update Legend
2013-07-10 17:52:38 +00:00
Patrick Grimm
cd04b1541d
luci-olsr: neightbl for ipv6 neighbours
2013-07-07 20:16:39 +00:00
Patrick Grimm
624926911b
luci-olsr: fix typo
2013-07-02 23:17:16 +00:00
Patrick Grimm
38aa51a391
luci-olsr: add interface and wifi stats to public olsr-neighb site
2013-07-02 22:31:04 +00:00
Jo-Philipp Wich
b543594e5e
applications/luci-firewall: remove nat reflection dependency on the wan zone, it causes issues with network lists and is not needed with fw3 anymore
2013-06-13 17:25:44 +00:00
Manuel Munz
2a366f4c55
applications/luci-splash: Always insert the mangling rules, not just when bandwidth limit is used. That makes it possible to have client bandwidth stats without using the bandwidth limit. Taken from https://github.com/freifunk/ff-control/blob/master/patches/luci-splash-mark.patch , thx Patrick
2013-06-04 19:24:30 +00:00
Manuel Munz
a1bd60ef6e
applications/luci-splash: Only restart splash in hotplug for interfaces which are using splash
2013-06-02 23:48:30 +00:00
Manuel Munz
af72920b6e
applications/luci-splash: Add hotplug script for splash
2013-06-02 16:41:03 +00:00
Manuel Munz
039cf65524
applications/luci-splash: Work with firewall3
2013-06-02 16:36:37 +00:00
Manuel Munz
542fa0e493
respect community settings for using VAP in luci-meshwizard
2013-05-23 14:06:21 +00:00
Manuel Munz
f8bf25a7bf
applications/luci-splash: Only add splash forwarding rule for ip6tables when the interface has an ipv6 address
2013-05-18 09:35:48 +00:00
Jo-Philipp Wich
4960caf90e
Add support for collectd-mod-uptime to luci-statistics
...
collectd-mod-uptime is already there, but there has been no Luci support for
it, so no graphs are shown.
Based on forum discussion (see
https://forum.openwrt.org/viewtopic.php?id=42478 ), I submit a patch to add
the support to luci-statistics.
Patch is for Luci trunk and the functionality can be enabled by selecting
collectd-mod-uptime in menuconfig.
signed-off-by: hannu.nyman@iki.fi
2013-04-23 10:09:19 +00:00
Manuel Munz
276a93867c
applications/luci-olsr: Fix overview page for ipv4 or ipv6 only
2013-03-26 10:30:41 +00:00
Manuel Munz
7f3b0af6d9
applications/luci-splash: Add limited IPv6 Support
2013-03-25 16:31:34 +00:00
Jo-Philipp Wich
8900357b4b
luci-app-qos: remove support for mini admin
2013-03-19 16:41:37 +00:00
Jo-Philipp Wich
240eff0a56
applications/luci-firewall: fix display bug in snat rule overview, proto all rules got displayed as TCP+UDP
2013-03-19 16:36:25 +00:00
Jo-Philipp Wich
a6becaf5b5
luci-app-firewall: don't allow configuring src_mac for snat rules
2013-03-19 16:32:41 +00:00
Manuel Munz
1c37402e41
applications/luci-olsr: Use 100ms timeout for dns requests via nixio.getnameinfo
2013-03-17 12:21:30 +00:00
Manuel Munz
c2f99c27aa
applications/luci-olsr: Add config options for jsoninfo plugin
2013-03-16 18:23:39 +00:00
Manuel Munz
97f0cf2996
applications/luci-olsr: Use jsoninfo instead of txtinfo as data source.
2013-03-16 18:08:13 +00:00
Iordan Iordanov
a0183b2f75
- added beep.gsm
...
- now escaping special characters in pbx-asterisk
- changed location of voicemail temp stuff and log file
- changed pbx-send-voicemail to use base64 instead of uuencode
- added many missing dependencies
- now allowing ip addresses as well as hostnames for external host
- constrained # seconds to ring to positive integers
- specifying externrefresh in sip.conf template
- fixed voicemail (sending recordings, recording new greeting, instructions)
- Implemented callback
2013-03-09 22:52:53 +00:00
Manuel Munz
b754f09d56
applications/luci_splash: Do not try to get parent interfaces for bridges
2013-02-09 16:55:35 +00:00
Manuel Munz
e2b94c2fde
applications/luci-splash: Get parent interface from ifname option. This is for the new syntax where interfaces are used for aliases. The alias notation (config alias in /etc/config/network) is no longer supported by luci-splash.
2013-01-30 10:13:43 +00:00
Manuel Munz
07c2268d72
applications/olsr: Make sure ipv6 addresses from are in the same format when we compare them
2013-01-21 14:14:34 +00:00
Manuel Munz
7023f33223
diagnostics: Replace 2 more
2013-01-13 19:06:32 +00:00
Manuel Munz
ad45a3c401
applications/freifunk-widgets: Use   instead of for compatibility with xhtml
2013-01-13 18:56:19 +00:00
Jo-Philipp Wich
ffb6ca49d2
applications/luci-upnp: also purge entry from lease file when deleting leases, remove mini support
2013-01-13 18:33:27 +00:00
Manuel Munz
a4a3a989fe
applications/freifunk-widgets: Use non breaking space in search engine names
2013-01-13 09:08:26 +00:00
Manuel Munz
663be04c44
applications/meshwizard: Allow to setup a VAP interface for ath5k/ath9k too
2013-01-12 19:43:42 +00:00
Manuel Munz
c6b31fbb50
applications/freifunk-diagnostics: Fix url
2013-01-10 10:54:38 +00:00
Manuel Munz
d3184b9e79
applications: add luci-freifunk-diagnostics which is a clone of diagnostics in admin-full
2013-01-09 18:50:07 +00:00
Manuel Munz
f5535cb804
applications/olsr: fix link targets in overview
2013-01-07 10:01:46 +00:00
Manuel Munz
4dec885167
applications/luci-statistics: Change datatype to host to allow ipv4 or ipv6 addresses or hostnames, #432
2013-01-06 17:20:50 +00:00
Jo-Philipp Wich
33d15b9422
applications/luci-polipo: fix typo in polipo_purge script ( #523 )
2012-12-29 13:12:40 +00:00
Jo-Philipp Wich
f2a428cdb3
applications/luci-upnp: fix missing XML escapres ( #521 )
2012-12-25 02:44:19 +00:00
Jo-Philipp Wich
5a23297f9d
applications/luci-statistics: render graph menus in alphabetic order
2012-12-25 02:31:28 +00:00
Jo-Philipp Wich
8cfa5cc7c5
don't use symlink to /lib/functions.sh
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
2012-12-20 15:01:04 +00:00
Jo-Philipp Wich
99a8b2826e
luci_statistics: Add y_min, y_max, units_exponent options and clean up some graphs
...
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
2012-12-14 21:53:03 +00:00
Jo-Philipp Wich
ac472f9ebc
luci-statistics: add transform_rpn option to graphs, use it for nut battery life
...
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
2012-12-14 13:27:43 +00:00
Jo-Philipp Wich
1461a0dba1
luci-statistics: don't plot data points where there are no data.
...
Converting NaN to zero for the sake of the cumulative stack in non-overlay
mode is all very well. But we shouldn't then use that for displaying the
graph. Make another variable %s_plot which *preserves* NaN from the input
data, and then we don't get bogus data points drawn. Especially at the end
of the graph this was problematic.
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
2012-12-14 13:27:39 +00:00
Jo-Philipp Wich
900515f0a6
applications/luci-statistics: convert nut plugin to minutes
2012-12-11 14:05:57 +00:00
Jo-Philipp Wich
61e5292c34
applications/luci-statistics: add missing nut plugin entry to config menu
2012-12-11 13:49:07 +00:00
Jo-Philipp Wich
5a54cc575a
Add NUT UPS support to luci-statistics
2012-12-11 13:27:37 +00:00
Jo-Philipp Wich
a9d48d56e2
applications/luci-statistics: fix typo in collectd cbi
2012-12-02 13:32:54 +00:00
Manuel Munz
f13dd6c052
applications/luci-olsr: sync colors with map, add legend
2012-12-01 00:07:33 +00:00
Jo-Philipp Wich
848e43a5b4
remove .i18n annotations from controller files
2012-11-26 12:53:43 +00:00
Jo-Philipp Wich
838c82fa9e
applications/luci-p910nd: expose bind parameter
2012-11-21 20:13:56 +00:00
Jo-Philipp Wich
69ac1031b7
applications/luci-commands, applications/luci-upnp, modules/admin-core, modules/admin-full, modules/freifunk: clean up argument handling of leaf nodes
2012-11-21 19:29:47 +00:00
Jo-Philipp Wich
3451d533e5
applications/luci-commands: improve dashboard html, remove inline styles, fix layout for both openwrt and bootstrap themes, use command basename when naming output download
2012-11-21 18:36:43 +00:00
Jo-Philipp Wich
dfdd128c4b
applications/luci-commands: remove bogus default value from arguments field
2012-11-21 16:47:59 +00:00
Jo-Philipp Wich
3e59bb699b
applications: add new application luci-app-commands which allows configuring custom shell commands for invocation through the gui
2012-11-21 16:22:04 +00:00
Manuel Munz
7b7030629c
Add some more datatype checks, patch by Eugene C., #499
2012-11-10 20:55:50 +00:00
Jo-Philipp Wich
e736b9592c
applications/luci-ushare: fix XML markup error in map
2012-10-29 14:36:52 +00:00
Jo-Philipp Wich
431d4e8eff
merge branch changes into trunk
2012-10-29 13:09:31 +00:00
Manuel Munz
386fa7a674
applications/freifunk-widgets: remove order variable, fix html in rss view, fix search view
2012-09-19 06:27:51 +00:00
Manuel Munz
be8760679a
applications/freifunk-widgets: Add missing Makefile
2012-09-17 20:33:51 +00:00
Manuel Munz
745920eb08
applications: add freifunk widgets app to customize the index page
2012-09-17 14:20:36 +00:00
Daniel Golle
3a5d75d9ba
luci-meshwizard: set correct path for ucitrack
...
/etc/init.d/wizard doesn't exist anymore apparently, calling
/usr/bin/meshwizard/wizard.sh makes more sense instead.
Signed-off-by: Daniel Golle <dgolle@allnet.de>
2012-09-14 04:54:24 +00:00
Jo-Philipp Wich
e6915e72df
applications/luci-firewall: offer zone selection in redirect quickadd ( #483 )
2012-09-11 18:35:40 +00:00
Jo-Philipp Wich
1aa81b4ae0
applications/luci-statistics: add missing return in _expand()
2012-09-07 16:17:43 +00:00
Jo-Philipp Wich
0a96f6de35
applications/luci-statistics: cope with uci list values, thanks Bluse for reporting this
2012-09-06 20:15:05 +00:00
Manuel Munz
4f126632a5
applications/splash: Fix error when replacing markers, delete file which contains the custom text if it is empty, #477
2012-09-02 19:34:32 +00:00
Manuel Munz
1f1aaf1a66
applications/meshwizard: Add ipv6 config options
2012-08-20 11:12:39 +00:00
Jo-Philipp Wich
fb71a1b39b
applications/luci-diag-devinfo: fix lost description in netdiscover_devinfo.lua, patch by "BasicXP" <basicxp@ubuntu.com>
2012-08-15 14:16:57 +00:00
Jo-Philipp Wich
6c66d91336
applications/luci-firewall: javascript & validation fixes in quickaction forms
2012-08-09 10:16:03 +00:00
Jo-Philipp Wich
a2e93572a9
applications/luci-firewall: allow negations in all applicable fields ( #468 )
2012-08-09 10:03:32 +00:00
Jo-Philipp Wich
2026f53881
applications/luci-wol: use net.mac_hints() instead of net.arptable() and other sources
2012-08-09 10:03:28 +00:00
Jo-Philipp Wich
11aa473423
applications/luci-meshwizard: use wifi.getiwinfo() to find available channels
2012-08-08 20:22:18 +00:00
Jo-Philipp Wich
acb289083c
applications/luci-firewall: fix rule table formatting, add mac & ip hints to various ip related fields
2012-08-08 15:20:07 +00:00
Jo-Philipp Wich
b252792ad7
applications/luci-ushare: add description ( #458 )
2012-07-24 11:54:29 +00:00
Manuel Munz
fc86236180
applications/luci-openvpn: Change enable to enabled, #352
2012-07-09 06:25:04 +00:00
Manuel Munz
16c7706442
applications/luci-tinyproxy: Change enable option to enabled, #404
2012-07-09 06:08:17 +00:00
Manuel Munz
9b1f4dfee3
contrib/freifunk-policyrouting: Fix deletion of rules; add fallback option to use the mesh gateway if the own gateway is not available
2012-07-01 00:01:38 +00:00
Manuel Munz
78fd18c8e9
applications/luci-splash: when more than two clients where leased and another one got a lease luci-splash dropped the others, see #431 . Thanks to andrenarchy for the patch
2012-06-18 11:12:38 +00:00
Manuel Munz
af094a27e2
applications/olsr: Device was not properly shown for ipv6 adresses which used the short form, this should take care of that issue
2012-05-28 01:31:44 +00:00
Jo-Philipp Wich
929046cef4
applications/luci-minidlna: fix status parsing
2012-05-03 08:52:57 +00:00
Manuel Munz
e6d5c4d5ae
applications/transmission: Fix nil value with trport, #397
2012-04-18 16:49:10 +00:00
Jo-Philipp Wich
ca9314ee22
New application for watchcat
...
Hi,
This patch add a new luci-application for the watchcat package (in
feeds/packages/utils).
Chris
2012-04-16 16:49:04 +00:00
Manuel Munz
84dadb80ab
applications/transmission: Add support for transmission. Patch by Gabor Varga. #392
2012-04-15 20:26:10 +00:00
Jo-Philipp Wich
4f9363d700
applications/luci-radvd: allow the special value "infinity" for preferred lifetime options, resync translation
2012-04-15 14:31:12 +00:00
Jo-Philipp Wich
88c914ffb7
applications/luci-upnp: load language file in status template
2012-04-09 15:19:51 +00:00
Jo-Philipp Wich
c7a3eeddf3
applications/luci-minidlna: load language file in status template
2012-04-09 15:19:47 +00:00
Jo-Philipp Wich
cd456ff616
applications/luci-minidlna: fix possible nil indexing if album art option is unset, only show one filename in placeholder
2012-04-09 13:12:25 +00:00
Jo-Philipp Wich
76b51196f5
pplications/luci-minidlna: rework cbi model to use iface widget for interfaces and dynamic list for album art, introduce general and advanced tabs, sync translations
2012-04-09 12:35:49 +00:00
Jo-Philipp Wich
46a864f099
applications/luci-minidlna: remove redundant percent sign, sync translations
2012-04-07 23:43:21 +00:00
Jo-Philipp Wich
62d83c80ea
applications/luci-minidlna: fix whitespace in controller, add status display to cbi map
2012-04-07 23:39:27 +00:00
Jo-Philipp Wich
3353616e61
applications/luci-minidlna: add status output
2012-04-07 23:38:53 +00:00
Jo-Philipp Wich
9ccbf86b05
applications: add an application for miniDLNA
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
2012-04-06 09:44:36 +00:00
Jo-Philipp Wich
9f729c8d8c
applications/luci-ahcp: allow to translate AHCP service status string
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
2012-04-02 22:50:34 +00:00
Jo-Philipp Wich
c3426d56b1
applications/luci-multiwan: use new uci disable option instead of disabling the init script
2012-03-07 13:06:17 +00:00
Jo-Philipp Wich
62df088b9b
applications/luci-firewall: explicitely convert all translation values to strings, otherwhise table.concat() might choke on userdata ( #372 )
2012-02-19 20:22:17 +00:00
Jo-Philipp Wich
bbc2c69965
applications/luci-statistics: avoid global vars, avoid nil indexing, get rid of counter variable
2012-02-19 17:05:09 +00:00
Patrick Grimm
ad7aecad88
applications/luci-statistics: make host selectable if collectd-mod-network server is on
2012-02-19 15:11:23 +00:00
Jo-Philipp Wich
1964491eaa
applications: add luci-ltqtapi, provides port status monitoring and VoIP control for Lantiq boards
2012-02-14 15:17:48 +00:00
Jo-Philipp Wich
dfd302bb1c
applications: drop luci-lqtapifoss
2012-02-14 15:17:14 +00:00
Patrick Grimm
dd3f7d2022
luci-olsr: fix html olsr status page
2012-02-08 18:36:26 +00:00
Patrick Grimm
74bf635d8c
luci-splash: fix typo
2012-02-05 17:56:08 +00:00
Patrick Grimm
f492411143
luci-splash: create the tbody outside from tr loop
2012-02-03 23:52:55 +00:00
Patrick Grimm
65e081954a
luci-splash: getElementById("splash_table") splash_table is the id from a tbody. dont add tbody close tag.
2012-02-02 21:55:37 +00:00
Patrick Grimm
1b7a550e01
luci-splash: Fix html typo
2012-02-01 18:55:11 +00:00
Patrick Grimm
7db300b5e6
Freifunk: Fix html typo
2012-01-10 17:37:49 +00:00
Jo-Philipp Wich
3ee2fcccca
applications/luci-firewall: fix some datatype sepcifications after r8156
2012-01-09 05:48:27 +00:00
Jo-Philipp Wich
e4dc649e82
applications/luci-firewall: fix datatype validation for masq src/dest; allow list of negated ucinames, hostnames, ip-ranges or -addresses
2012-01-07 21:55:52 +00:00
Jo-Philipp Wich
0ce6a286f7
applications/luci-firewall: fix crash in rule formatting helper when a rule with an /128 ipv6 prefix is encountered
2012-01-01 15:31:25 +00:00
Jo-Philipp Wich
4988cc6b59
applications/luci-firewall: fix wrong location of cbi templates
2011-12-20 15:09:38 +00:00
Jo-Philipp Wich
0f71faaf34
applications/luci-firewall: use option "name" instead of deprecated "_name", expose "extra" option, add enable/disable toggles for portforwards, snats and rules
2011-12-20 03:14:54 +00:00
Jo-Philipp Wich
5de0c58bd9
applications/luci-firewall: make rule descriptions fully translateable
2011-12-20 00:08:07 +00:00
Jo-Philipp Wich
033de64a0f
applications/luci-firewall: complete rework firewall ui
...
- split zone setup, port forwards, traffic rules and firewall.user
- add quickadd forms for various common rules like port forwards
- add tool class for textual formatting and descriptions of rules
- simplify controller, remove old mini admin remainders
2011-12-19 21:16:31 +00:00
Jo-Philipp Wich
5c1ef9a0a6
applications/luci-firewall: allow negated uci identifiers, hostnames and ip addresses in zone masq src/dest fields
2011-12-16 01:25:07 +00:00
Jo-Philipp Wich
a8024bc0da
applications/luci-statistics: add iwinfo config
2011-12-14 15:48:59 +00:00
Jo-Philipp Wich
1623363363
applications/luci-statistics: add iwinfo support to stat-genconfig
2011-12-13 14:06:02 +00:00
Jo-Philipp Wich
c833c96750
applications/luci-statistics: fix controller ( #7344 )
2011-12-12 14:13:07 +00:00
Jo-Philipp Wich
6c487cde9a
applications/luci-statistics: drop support for wireless plugin, add iwinfo replacement
2011-12-07 21:08:49 +00:00
Jo-Philipp Wich
b39ea9e637
applications/luci-statistics: remove plugin overview pages, jump to first plugin of each category instead
2011-12-07 21:00:40 +00:00
Iordan Iordanov
00a2d24d28
1) Changed "express" to "priority" when inserting the QoS rules.
2011-12-07 07:35:40 +00:00
Jo-Philipp Wich
e046455389
applications/luci-statistics: rework handling of index and detail graphs
...
Instead of coding the display logic into the graph models, simply annotate
graph models with .detail = true/false and let the renderer decide which
to pick when.
2011-12-05 14:09:24 +00:00
Iordan Iordanov
714727c344
1) Added a couple more sounds.
2011-12-01 22:26:48 +00:00
Iordan Iordanov
f932acab10
1) Added sounds needed for authentication app.
...
2) Added license and attribution for sounds
3) Added linking sounds into the asterisk sounds directory.
2011-12-01 22:14:14 +00:00
Iordan Iordanov
8fd3c49a13
1) Now loading the func_timeout.so module used to set DISA timeouts.
2011-11-30 23:12:42 +00:00
Iordan Iordanov
b7643eca81
1) Fixed a couple of directories which were different from Debian.
2011-11-30 22:56:53 +00:00
Iordan Iordanov
a1d21983aa
1) Removed tls certificates file, as it is not present on OpenWRT
...
2) Added a config option asking msmtp to not verify the identity of the SMTP server (CA certs missing)
2011-11-30 14:31:21 +00:00
Manuel Munz
c5329d85d5
applications/splash: Fix blacklisting mechanism, expose status on public freifunk page, add json output and autoupdate.
2011-11-30 05:50:43 +00:00
Manuel Munz
79c3de4ea6
applications/luci-statistics: Sort menu items alphabetically
2011-11-28 16:08:16 +00:00
Manuel Munz
e47c84ffaa
applications/luci-statistics: Add olsrd to the default config
2011-11-28 15:58:56 +00:00
Manuel Munz
f72e3fbea3
applications/luci-statistics: Fix spelling
2011-11-28 15:54:51 +00:00
Manuel Munz
da9929e2cb
applications/luci-statistics: Saner defaults for processes to monitor and add helptext
2011-11-28 15:50:57 +00:00
Manuel Munz
44a18906e5
applications/luci-statistics: Remove default listener and network server entries
2011-11-28 15:27:57 +00:00
Manuel Munz
431787975e
applications/luci-statistics: Add missing translations to exec cbi model
2011-11-28 15:19:11 +00:00
Manuel Munz
bc42562317
applications/luci-statistics: Disable exec plugin by default, remove nonexistant scripts
2011-11-28 15:17:50 +00:00
Manuel Munz
8bea1337a9
applications/luci-statistics: Add dns graph-model
2011-11-28 14:56:57 +00:00
Jo-Philipp Wich
f09ffc2850
applications/luci-statistics: add support for conntrack plugin
2011-11-28 04:50:54 +00:00
Manuel Munz
6acb5c2ab4
applications/luci-statistics: Add support for memory plugin and initial support for conntrack
2011-11-28 04:42:50 +00:00
Jo-Philipp Wich
20c24b09b2
applications/luci-statistics: remove the 10min rra from default config, saves some precious ram
2011-11-28 04:24:26 +00:00
Jo-Philipp Wich
466298351d
applications/luci_statistics: add missing translations to cbi models
2011-11-28 04:19:38 +00:00
Jo-Philipp Wich
ee0ef6df98
applications/luci-statistics: add olsr plugin cbi model
2011-11-28 04:01:20 +00:00
Jo-Philipp Wich
b96367228f
applications/luci-statistics: add support for olsr and madwifi plugin parameters
2011-11-28 03:58:02 +00:00
Jo-Philipp Wich
b2774f0cc6
applications/luci-statistics: display all instances on index pages, introduce is_index flag for models, add olsrd plugin menu
2011-11-28 03:33:16 +00:00
Jo-Philipp Wich
70a4a61664
applications/luci-statistics: change i18n helper to accept model provided titles, remove magic translations
2011-11-28 03:28:05 +00:00
Jo-Philipp Wich
5d4191c848
applications/luci-statistics: move all models to the per-plugin level, provide titles and labels, provide model for disk plugin
2011-11-28 03:26:59 +00:00
Jo-Philipp Wich
ef9df734c3
applications/luci-statistics: drop definitions.lua
2011-11-28 03:25:28 +00:00
Jo-Philipp Wich
a0715ee819
applications/luci-statistics: remove support for per-datatype models and builtin definitions, drop dependency on definitions.lua, support user provided title for datasources
2011-11-28 03:24:37 +00:00
Iordan Iordanov
2cad3e038a
1) Added default rtpstart and end config values in pbx-advanced.
...
2) Some rewording of instructions and descriptions.
3) Changed the default hangup context name.
2011-11-28 02:33:52 +00:00
Iordan Iordanov
1c2449394d
1) Revised a lot of wording
...
2) Set default for SMTP authentication to off so the interface is
cleaner to begin with (when not configured).
2011-11-27 22:49:13 +00:00
Manuel Munz
3c3e3128bb
applications/luci-splash: Make splashtext translateable, show down-/upload limits and link to contact page
2011-11-27 21:48:30 +00:00
Iordan Iordanov
ec846b538d
1) Fixed formatting of main page to accommodate larger fonts used in browser.
2011-11-26 02:36:25 +00:00
Iordan Iordanov
60e46ff416
1) Fixed wording in a few places.
...
2) Fixed a bug in voicemail section of pbx-asterisk init script which was causing
the script to exit if no configuration for voicemail was found.
2011-11-26 02:29:26 +00:00
Iordan Iordanov
15b17243b1
1) Adding initial version of luci-pbx-voicemail package.
2011-11-22 04:23:46 +00:00
Iordan Iordanov
6663c0a935
1) Checking in all necessary changes to acommodate the new luci-pbx-voicemail package.
...
- Creating configuration with pbx-asterisk
- TEMPLATE files
- Including record voicemail greeting context in user extensions.
- Redirecting incoming calls which were not picked up through the voicemail
recording context.
- Putting a configurable timeout before either hanging up if voicemail is disabled or
redirecting to voicemail if it is enabled.
2) Improved DISA by setting longer timeouts for start of input and digits.
2011-11-22 04:21:57 +00:00
Manuel Munz
1178a7b231
applications/olsr: Set defaults for values and check which IpVersion olsrd uses
2011-11-18 17:03:32 +00:00
Manuel Munz
32be6cea93
applications/luci-olsr: Fix rowstyle, make html valid
2011-11-13 12:34:09 +00:00
Manuel Munz
2392f40cd2
applications/luci-olsr-services: Fix rowstyle, add proto and cleanups
2011-11-13 12:14:39 +00:00
Iordan Iordanov
e50dea1cf7
1) fixed a typo in the url string.
2011-11-11 03:08:47 +00:00
Manuel Munz
014b7ff1fd
applications/luci-olsr-services: Update using javascript/json
2011-11-09 18:47:55 +00:00
Manuel Munz
b1ef4c398b
applications/luci-olsr: Update all statuspages; use json reloading on overview, neighbors and topology pages
2011-11-09 18:12:25 +00:00
Jo-Philipp Wich
df703958f8
applications/luci-openvpn: remove "explicit_exit_notify" parameter form OpenVPN config tempaltes (OpenWrt #8198 )
2011-11-09 11:19:42 +00:00
Iordan Iordanov
3a3b9ed806
1) Added handling for no provider accounts configured (or enabled for incoming/outgoing calls), and no
...
users configured (or enabled for outgoing calls).
2) Rewrote code to be more efficient by gathering all information about providers and users in one pass
at the start, and then using dictionaries with the data stored in them to build the sections.
3) Added translate() statements for default messages displayed (like "Dials all numbers").
4) Rewrote default messages for the "Incoming Calls" and "Providers Used for Outgoing Calls" sections
to be more descriptive.
2011-11-07 02:02:33 +00:00
Iordan Iordanov
1ca513cf72
Worked out a better (proof of concept) solution to the warning mechanism when no Google/SIP accounts are configured or not configured for outgoing calls.
2011-11-06 05:51:34 +00:00
Iordan Iordanov
dc6057a519
Added a proof of concept of how a warning about no accounts having been configured can look.
2011-11-06 00:44:14 +00:00
Iordan Iordanov
6e632b7225
1) Made spacing with \ syntax consistent across the board.
2011-11-05 19:29:55 +00:00
Iordan Iordanov
5cd67479c3
1) Massive whitespace reorganization (untabified, and made consistent everything).
...
2) Dropped some currently unneeded, commented-out, code from pbx-users.lua.
2011-11-05 18:34:12 +00:00
Iordan Iordanov
f976533433
1) Got rid of mysplit and replaced where it was called with luci.util.split(luci.util.trim(...), ...) calls.
2011-11-05 17:23:36 +00:00
Iordan Iordanov
773de62fd3
1) Replaced trim with luci.util.trim in pbx-calls.lua
...
2) Slight code cleanup in pbx.lua
2011-11-05 16:50:14 +00:00
Iordan Iordanov
6d42a6a0e8
Many improvements to pbx-calls.lua:
...
1) Now trimming whitespace from all input before checking validity (of extensions, users, providers).
2) Now building valid outdoing providers and valid users array while rendering page since we're going
through all providers and users anyway to display the page (saves cycles).
3) Now not displaying internal naming scheme of providers to users, but what they expect (us#erin%fo@host.org ).
Before we used to show us_erin_fo@host_org, and it was ugly and needed explanations.
4) Got rid of some no-longer-needed functions due to improvements mentioned in (2).
5)
2011-11-01 01:47:37 +00:00
Iordan Iordanov
740ef9794d
1) Rewrote the function which formats output at specified indices to work with an variable number of indices.
...
2) Reformatted the help text a bit.
2011-10-31 03:18:45 +00:00
Iordan Iordanov
62118b369b
1) Made pbx-asterisk executable.
...
2) Removed a few unused templates.
3) Removed old firewall rule-creation routine from pbx-asterisk.
4) Updated text on main page.
2011-10-31 01:00:22 +00:00
Jo-Philipp Wich
10f21f5c73
applications/luci-upnp: fix default value of log_output option ( #333 )
2011-10-30 02:59:55 +00:00
Iordan Iordanov
33caee55e4
This is the initial release of luci-pbx as submitted to the mailing list.
2011-10-28 03:44:23 +00:00
Manuel Munz
cb82c32769
applications/openvpn: Fix column ordering, depends need to be in the last column (but still don't work)
2011-10-24 18:18:09 +00:00
Manuel Munz
e05ec34787
applications: Remove ffwizard, is replaced by meshwizard
2011-10-23 09:01:51 +00:00
Manuel Munz
004e89c776
applications/luci-splash: Fix double 'and' typo (325)
2011-10-18 17:42:26 +00:00
Manuel Munz
241c9bcbef
applications/luci-splash: Finish translation work and move translation strings to own file
2011-10-18 09:23:27 +00:00
Jo-Philipp Wich
8c094ff45c
applications/luci-olsr, po: fix typo in OLSR texts ( #323 )
2011-10-17 22:37:30 +00:00
Manuel Munz
0e7b45ef0d
applications/luci-p910nd: Better tcp port selection ( #321 )
2011-10-16 14:08:39 +00:00
Manuel Munz
9e31af191e
applications/wshaper: Fix uci-defaults
2011-10-15 22:02:29 +00:00
Manuel Munz
b0c01cfd19
applications/wshaper: Rename uci-defaults/luci-wshaper to wshaper
2011-10-15 20:47:42 +00:00
Manuel Munz
87a3f2f129
applications: Add luci-wshaper ( #53 )
2011-10-15 18:47:42 +00:00
Manuel Munz
8e6336170d
applications/openvpn: Fix translation of headers on advanced page and update/cleanup translations
2011-10-14 00:11:19 +00:00
Manuel Munz
4fb5136c09
applications/luci-openvpn: Add translations for advanced page, regenerate po/pot files, thanks Pierre Gaufillet ( #219 )
2011-10-06 22:37:27 +00:00
Jo-Philipp Wich
31ea36f7ab
applications/luci-multiwan: add status indicators, patch by Etienne Champetier <etienne.champetier@free.fr> ( #260 )
2011-10-02 10:23:32 +00:00
Jo-Philipp Wich
079131a309
applications/luci-upnp: rework status javascript to use XHR.poll()
2011-09-26 00:26:44 +00:00
Jo-Philipp Wich
97f74fe766
applications/luci-ahcp: rework status javascript to use XHR.poll()
2011-09-26 00:26:19 +00:00
Jo-Philipp Wich
fa52f7f54b
applications/luci-ushare: allow multiple content directories
2011-09-26 00:25:37 +00:00
Jo-Philipp Wich
4a32a5751d
applications/luci-upnp: javascript fixes
2011-09-25 20:54:24 +00:00
Jo-Philipp Wich
5f6ea74d22
applications/luci-ahcp: javascript fix
2011-09-25 20:52:26 +00:00
Jo-Philipp Wich
b360dbc6dc
modules/admin-full, modules/freifunk, modules/niu, libs/web, applications/luci-upnp: tune input class attributes
2011-09-22 13:25:48 +00:00
Jo-Philipp Wich
0252fb9da7
applications/luci-vnstat: filter inactive interfaces in preferences
2011-09-22 01:41:26 +00:00
Manuel Munz
7cb54b6a51
applications/openvpn: Change type for management_log_cache ( #276 )
2011-09-08 15:02:55 +00:00
Manuel Munz
1a511de0be
Fix i18n problems with freifunk module and meshwizard
2011-09-08 12:51:00 +00:00
Jo-Philipp Wich
bbd5aa1831
applications/luci-statistics: cope with rules having no target in iptables plugin config
2011-08-22 20:52:31 +00:00
Jo-Philipp Wich
86c32d917c
applications/luci-statistics: fix translation issues in controller
2011-08-13 21:12:19 +00:00
Jo-Philipp Wich
1d76d8a215
applications, modules: remove i18n handling from controller modules as it moved to the themes now
2011-08-12 13:16:27 +00:00
Jo-Philipp Wich
01cd04fc78
applications/luci-firewall: fix turning off nat reflection
2011-07-30 20:02:58 +00:00
Jo-Philipp Wich
753dbfff7a
applications/luci-diag-devinfo: add index() stubs to controller files ( #281 )
2011-07-30 19:42:05 +00:00
Jo-Philipp Wich
224dc2daa2
applications/luci-wol: cope with host entries that have multiple MACs assigned
2011-07-21 15:26:55 +00:00
Jo-Philipp Wich
7e484b857b
applications/luci-firewall: properly handle zone removal
2011-07-11 13:11:12 +00:00
Jo-Philipp Wich
ca0de8445c
applications/luci-splash: semd a WISPr response, allows iPhone to detect Captive Portal while normal browsers are redirected
2011-07-01 13:49:45 +00:00
Jo-Philipp Wich
eb8908bcea
applications/luci-splash: fix two other redundant lock wait calls
2011-07-01 11:33:46 +00:00
Jo-Philipp Wich
a0001338e8
applications/luci-splash: fix possible race condition
2011-07-01 11:26:35 +00:00
Manuel Munz
62f74fcae0
contrib/meshwizard: Delete /tmp/luci-indexcache to make sure the app shows in menu after install
2011-06-29 12:31:07 +00:00
Jo-Philipp Wich
69e6abaeab
applicaitons/luci-qos: make classification rules sortable ( #259 )
2011-06-25 23:17:10 +00:00
Manuel Munz
8df0c46d12
contrib/meshwizard: set ucitrack entry properly
2011-06-24 14:29:20 +00:00
Manuel Munz
ab87896104
Add new meshwizard (WIP)
2011-06-23 15:52:00 +00:00
Jo-Philipp Wich
648af42197
applications/luci-firewall: use neg_network_ip4addr datatype for masq_{src,dest}
2011-06-17 10:53:24 +00:00
Matthias Uferer
3c27fb3a17
2011-06-17 02:54:50 +00:00
Jo-Philipp Wich
7dbb07ff6f
applications/luci-firewall: relax masq_{src,dest} validation to allow for interface names
2011-06-17 00:28:52 +00:00
Jo-Philipp Wich
be2ae705fa
applications/luci-splash: use an HTML redirect on initial splash, fixes iPhone captive portal detection
2011-06-16 23:00:57 +00:00
Jo-Philipp Wich
2dd1080cd6
applications: add luci-ahcp, support for the AHCP server package
2011-06-10 16:47:00 +00:00
Manuel Munz
73853abf8f
applicatiopns/openvpn: Add descriptions for openvpn options, thanks Joe
2011-06-03 23:09:54 +00:00
Manuel Munz
db0412666f
applications/openvpn: Add script_security and topology options ( #251 )
2011-06-03 23:07:02 +00:00
Manuel Munz
761510551d
applications/luci-olsr: Better datatype verification for ipv6 prefix.
2011-05-17 23:06:12 +00:00
Manuel Munz
0a3877049b
applications/luci-olsr: Add dataype verdification, placeholders and helptexts to the olsrhna page
2011-05-17 17:00:21 +00:00
Manuel Munz
01db32fdcf
luci-splash: XHTML failed validation, fix it
2011-05-14 12:55:22 +00:00
Manuel Munz
30e79c0ff3
luci-olsr: Add options for SmartGateway.
2011-05-08 22:56:29 +00:00
Jo-Philipp Wich
3b481cbc79
trunk: remove luci-app-initmgr, its part of admin-full now
2011-05-04 22:03:07 +00:00
Jo-Philipp Wich
f6f65ed957
applications/luci-upnp: register with status page
2011-05-04 21:06:26 +00:00
Jo-Philipp Wich
97e49204f8
applications/luci-radvd: fix various issues
2011-05-04 08:55:57 +00:00
Jo-Philipp Wich
a3850aa3c7
applications/luci-vnstat: move to status menu
2011-05-03 21:52:19 +00:00
Jo-Philipp Wich
6697e282af
trunk: s/ / /g
2011-05-03 03:20:15 +00:00
Jo-Philipp Wich
8879c55bb3
applications/luci-vnstat: fix crash if dbdir is defined but not existing yet
2011-04-28 10:27:00 +00:00
Manuel Munz
707701df74
applications/luci-samba: Add textbox to edit the template for config generation ( #122 )
2011-04-13 15:14:42 +00:00
Manuel Munz
bb2d7517eb
luci-firewall: Add support for negations for ip addresses/nets ( #218 )
2011-04-13 00:33:42 +00:00
Jo-Philipp Wich
f54ef008f8
applications/luci-upnp: improve some more labels
2011-03-17 18:14:23 +00:00
Jo-Philipp Wich
7080667753
applications/luci-upnp: add a note that up and download speeds are informational only
2011-03-17 18:02:23 +00:00
Jo-Philipp Wich
39fae00e61
applications/luci-upnp: sync with OpenWrt trunk changes
2011-03-17 17:46:55 +00:00
Manuel Munz
daadcb9ea2
Add freifunk-policyrouting and luci-app-freifunk-policyrouting
2011-03-14 19:34:23 +00:00
Manuel Munz
945076c895
modules/freifunk: OSM in basics fixed thanks to Andreas Pittrich
2011-03-12 17:13:36 +00:00
Jo-Philipp Wich
9e09f62fc6
applications/luci-splash: fix init script enabling on build host
2011-02-17 19:17:01 +00:00
Jo-Philipp Wich
521099ad98
applications/luci-ffwizzard: prevent infinite shell loop when compiling LuCI SDK
2011-02-16 19:56:41 +00:00
Manuel Munz
9215f16c9f
po: Move p2pblock translations from freifunk into own translation files
2011-02-14 18:01:20 +00:00
Jo-Philipp Wich
63371656cb
applications/luci-firewall: fix "any" icmp type for ip6tables
2011-02-12 23:27:10 +00:00
Manuel Munz
f3b5d641f0
applications/ffwizard: rdate config not needed anymore
2011-02-12 19:48:26 +00:00
Jo-Philipp Wich
cc275d166e
applications/luci-radvd: use is6linklocal()
2011-02-12 19:09:36 +00:00
Manuel Munz
1f9e2e6e77
applications/luci-olsr: Add config option to disable resolving of IP addresses to names in status pages
2011-02-12 13:53:29 +00:00
Manuel Munz
9bd98dd867
applications/luci-olsr: Add missing translation to smartgw
2011-02-11 21:43:46 +00:00
Manuel Munz
64980e8158
applications/ffwizard: Fix whitespace errors
2011-02-11 18:54:51 +00:00
Manuel Munz
2815def132
applications/ffwizard: Fixes for i18n
2011-02-11 18:48:40 +00:00
Manuel Munz
6aa6b3b7eb
applications/luci-olsr-services: Move services away from mod-freifunk and make it seperate app instead.
2011-02-10 14:58:44 +00:00
Jo-Philipp Wich
e9362b83f1
applications/luci-upnp: add option to enable NAT-PMP
2011-01-30 00:59:56 +00:00
Manuel Munz
ece62bd9ab
applications/ffwizard: Fix ffwizard_error page
2011-01-29 14:20:32 +00:00
Jo-Philipp Wich
258bfb7b81
applications/luci-radvd: fix some variable clashes in overview model
2011-01-29 03:56:16 +00:00
Jo-Philipp Wich
a3c3168b1c
applications/luci-radvd: add missing model
2011-01-29 03:40:05 +00:00
Jo-Philipp Wich
7e9b472ea9
revert accidentally committed changes
2011-01-29 03:33:48 +00:00
Jo-Philipp Wich
ae8769ce7b
po: sync radvd translations
2011-01-29 03:32:06 +00:00
Jo-Philipp Wich
a707d2cb84
applications/luci-radvd: sync with OpenWrt trunk changes
2011-01-29 03:27:37 +00:00
Manuel Munz
2006a2a827
applications/ffwizard: Internationalize and code cleanup
2011-01-28 22:56:17 +00:00
Manuel Munz
487f3c7799
applications/ffwizard: Fix whitespace errors
2011-01-27 13:56:06 +00:00
Manuel Munz
3813d639de
applications/ffwizard: Do not disable diversity because we don't know which antenna is connected. Instead show a warning on admin/freifunk/adminindex when diversity is enabled and tell the user to change that.
2011-01-27 13:52:37 +00:00
Manuel Munz
c36fd44de2
applications/ffwizard: Massive changes to the ffwizard to make it more generic. Also introduces changes to the community profiles. ffwizard replaces ffwizard-leipzig now. It is not completely finished yet, but should work in most cases.
2011-01-25 21:04:57 +00:00
Jo-Philipp Wich
5b77c42e56
applications/luci-firewall: support NOTRACK rules
2011-01-23 20:23:43 +00:00
Jo-Philipp Wich
d0a9940964
applications/luci-qos: revert accidentally committed tbl layout change
2011-01-23 18:35:17 +00:00
Jo-Philipp Wich
fe1b37a230
applications/luci-qos: list all L7 patterns in all subdirs ( #187 )
2011-01-20 23:44:41 +00:00
Manuel Munz
4957eed8e8
applications/ffwizard: Check if services are executable before reloading them
2011-01-20 13:44:01 +00:00
Manuel Munz
ad44fb2814
applications/ffwizard: Reload services instead of rebooting the router
2011-01-20 13:38:40 +00:00
Jo-Philipp Wich
71fbed1bc8
applications/luci-firewall: make rules and redirections sortable
2011-01-20 12:38:32 +00:00
Manuel Munz
94e437c2f0
applications/wizard: Enforce hostname to conform to rfc952 and rfc1123
2011-01-20 02:06:48 +00:00
Manuel Munz
7a5b6e34af
applications/ffwizard: Show password field only when it is the default (as in /rom/etc/passwd)
2011-01-20 00:34:48 +00:00
Manuel Munz
181797a2a9
applications/ffwizard: Just realized we still need to set the bssid for ch. 10.
2011-01-19 22:03:36 +00:00
Manuel Munz
6838970c59
applications/ffwizard: Rework wireless interface configuration
2011-01-19 21:56:07 +00:00
Jo-Philipp Wich
ab62c83aa9
applications/luci-initmgr: move startup.lua to correct directory
2011-01-18 20:01:02 +00:00
Manuel Munz
3e9e883c15
applications/luci-olsr: Fix mistake in getting olsrd version
2011-01-14 23:12:41 +00:00
Jo-Philipp Wich
c75eeab65b
applications/luci-vnstat: rework model, use uci config
2011-01-14 19:58:53 +00:00
Manuel Munz
cd34034b87
applications/initmgr: i18n-scan didn't like the sring formatting with brackets
2011-01-14 19:54:37 +00:00
Manuel Munz
d5511036aa
applications/luci-initmgr: Changed header
2011-01-14 19:50:05 +00:00
Manuel Munz
feb14f7842
applications/initmgr: Add subpage for editing /etc/rc.local
2011-01-14 19:44:03 +00:00
Jo-Philipp Wich
483826c994
applications/luci-vnstat: add postinstall
2011-01-14 17:56:30 +00:00
Jo-Philipp Wich
093f677a30
applications/luci-mmc-over-gpio: fix postinst after r6728
2011-01-14 17:54:00 +00:00
Jo-Philipp Wich
6811edb3d9
applications: revise uci-defaults scripts
2011-01-14 17:48:44 +00:00
Jo-Philipp Wich
ba949a84f6
applications/luci-vnstat: add uci-defaults script
2011-01-14 17:47:55 +00:00
Jo-Philipp Wich
180dbe580b
applications/luci-vnstat: fix crash if database dir does not exist
2011-01-14 15:33:16 +00:00
Jo-Philipp Wich
1db135a32f
applications/luci-radvd: expose ignore option, assign column widths
2011-01-13 20:03:40 +00:00
Manuel Munz
9245e86d5d
applications/ffwizard: show heartbeat config only when heartbeat is installed
2011-01-13 14:07:55 +00:00
Manuel Munz
71515db03a
applications/ffwizard: addnhosts for dnsmasq was not set properly when using 6and4 olsrd mode
2011-01-13 13:15:31 +00:00
Manuel Munz
60f7c2f516
applications/ffwizard: Do v6 config only when v6 is enabled and add support for suffix from community profiles
2011-01-12 20:57:25 +00:00
Jo-Philipp Wich
50cbeae61c
applications/luci-qos: clarify kb/s vs. kbit/s
2011-01-10 00:09:42 +00:00
Jo-Philipp Wich
12df938e98
applications/luci-qos: cope with reorganized L7 patterns
2011-01-10 00:00:03 +00:00
Patrick Grimm
3010388ce9
applications/luci-ffwizard: initial
2011-01-09 17:18:07 +00:00
Jo-Philipp Wich
b5adeb6ba3
applications/luci-asterisk: drop uvl schema
2011-01-02 19:39:48 +00:00
Jo-Philipp Wich
d400451888
applications/luci-diag-devinfo: drop uvl schemas
2011-01-02 19:39:12 +00:00
Jo-Philipp Wich
c6bbb37d09
applications/luci-firewall: remove uvl schema
2011-01-02 19:38:41 +00:00
Jo-Philipp Wich
0ffdf02ee4
applications/luci-upnp: drop uvl schema
2011-01-02 19:37:56 +00:00
Jo-Philipp Wich
a945f69b4c
applications/luci-splash: drop uvl schema
2011-01-02 19:37:00 +00:00
Jo-Philipp Wich
6f0696f247
applications/luci-multiwan: drop uvl schema
2011-01-02 19:36:25 +00:00
Jo-Philipp Wich
dcc50f9e22
applications/luci-ntpc: drop uvl schema
2011-01-02 19:36:05 +00:00
Jo-Philipp Wich
b000154c7c
applications/luci-ddns: drop uvl schema
2011-01-02 19:35:14 +00:00
Jo-Philipp Wich
9aa39938e2
applications/luci-coovachilli: remove uvl schema
2011-01-02 19:34:10 +00:00
Jo-Philipp Wich
3d03be7d30
applications/luci-qos: remove uvl schema
2011-01-02 19:33:02 +00:00
Jo-Philipp Wich
54883f4039
applications/luci-openvpn: remove uvl schema
2011-01-02 19:32:18 +00:00
Jo-Philipp Wich
68c1616ac6
applications/luci-samba: remove uvl schemas
2011-01-02 19:31:41 +00:00
Manuel Munz
d9736ece54
applications/luci-olsr: Save RAM while getting the default route, very good hint from jow :)
2011-01-02 16:20:25 +00:00
Manuel Munz
d3d750b650
applications/luci-olsr: Make the default gateway yellow in neigbors overview, thanks patrick at lunatiki dot de
2011-01-02 12:09:54 +00:00
Manuel Munz
50c69527e5
applications/luci-olsr: General code cleanup, thanks patrick at lunatiki dot de
2011-01-02 12:08:56 +00:00
Manuel Munz
210d775433
applications/luci-olsr: Add overview page, move old index to neigbors
2010-12-17 02:14:28 +00:00
Manuel Munz
725c424a75
applications/luci-olsr: If InterfaceDefaults are set for a value and it is unset in the interface section then show the value from InterfaceDefaults instead of the olsrd default value. This aims to fix #175
2010-12-12 15:08:56 +00:00
Manuel Munz
7210e64708
applications: Add luci-olsr-viz (ported from fff-1.7.4)
2010-12-11 17:08:03 +00:00
Manuel Munz
75e1a4cfbc
applications/luci-splash: Fix typo
2010-12-11 03:41:08 +00:00
Manuel Munz
3f8bc05e5b
applications/luci-splash: Add cache control
2010-12-11 03:38:35 +00:00
Manuel Munz
7996c4f92c
applications/luci-olsr: Fix problem with float values
2010-12-05 23:47:08 +00:00
Manuel Munz
748fc464be
applications/luci-olsr: Add smartgw status page
2010-12-05 19:06:18 +00:00
Jo-Philipp Wich
1208a34bb4
applications/luci-statistics: repair rrdtool i18n handling
2010-12-05 17:58:26 +00:00
Jo-Philipp Wich
b49c904552
applications/luci-polipo: add a simple status frame
2010-12-05 16:42:36 +00:00
Manuel Munz
8a37f56006
applications/luci-olsr: Add Hostnames, show v6 infos. Most parts of this are from patrick(at)lunatiki(dot)de again, thanks.
2010-12-05 15:02:44 +00:00
Jo-Philipp Wich
7d9af5b7bb
applications/luci-tinyproxy: load correct translation
2010-12-05 14:12:41 +00:00
Jo-Philipp Wich
33aa8d36d0
applications/luci-polipo: fix polipo page
2010-12-05 03:09:06 +00:00
Jo-Philipp Wich
bf2a9c3c5e
applications/luci-olsr: redirect to interface config when adding a new if
2010-12-05 02:01:38 +00:00
Jo-Philipp Wich
52b69bbcff
applications/luci-olsr: rework ui
2010-12-05 01:55:02 +00:00
Manuel Munz
86c1ce3f9a
applications/luci-olsr: Prepare for the switch to olsrd-0.6.x
2010-11-30 21:57:25 +00:00
Jo-Philipp Wich
ced440f886
applications: remove luci-app-livestats
2010-11-29 15:17:39 +00:00
Jo-Philipp Wich
e55f2e12a8
applications/luci-ddns: fix selection of custom update_url
2010-11-29 15:14:50 +00:00
Manuel Munz
aec41da4e0
applications/luci-olsr: Add options for olsrd-mod-p2p and change NonOlsrIf to lan for olsrd-mod-mdns. Thanks to patrick(at)lunatiki(dot)de
2010-11-27 17:16:09 +00:00
Jo-Philipp Wich
0cdf9d7ead
applications/luci-firewall: minor tweaks on config pages
2010-11-27 05:26:48 +00:00
Jo-Philipp Wich
305b25486a
applications/luci-wol: fix XSS
2010-11-24 05:05:39 +00:00
Jo-Philipp Wich
168f025719
applications/luci-wol: add static lease macs to suggestion list
2010-11-24 04:19:23 +00:00
Manuel Munz
cbe2cb545c
applications/luci-splash: Use conffiles to store splashtext on sysupgrade
2010-11-24 01:07:45 +00:00
Manuel Munz
cf6bda5c96
Move redirects to modules/freifunk ( #151 )
2010-11-21 19:17:22 +00:00
Jo-Philipp Wich
43a72918db
applications/luci-radvd: fix removal of section in overview page
2010-11-21 03:23:48 +00:00
Jo-Philipp Wich
a2eefbab4d
applications: add radvd frontend
2010-11-21 03:03:55 +00:00
Jo-Philipp Wich
bcdc4c16b2
applications/luci-tinyproxy: add status page
2010-11-20 21:31:59 +00:00
Jo-Philipp Wich
4c23e51101
applications/luci-tinyproxy: rework configuration page
2010-11-20 19:16:14 +00:00
Jo-Philipp Wich
aa0f710867
applications/luci-firewall: some fixes on redirection page
2010-11-20 17:23:44 +00:00
Manuel Munz
9c8d860e69
applications/luci-statistics: Add ping interval option, closes #136
2010-11-18 18:08:23 +00:00
Manuel Munz
572e426a01
applications/luci-statistics: Add double quote around host and port. Closes : #154
2010-11-18 13:12:51 +00:00
Manuel Munz
00c2ca6622
app-luci-olsr: Fix translations
2010-11-18 09:19:51 +00:00
Jo-Philipp Wich
dfc723af3e
applications/luci-firewall: filter carriage returns in received custom rules text
2010-11-18 04:48:32 +00:00
Jo-Philipp Wich
bc82b2fe59
applications/luci-upnp: IE fixes
2010-11-18 01:32:30 +00:00
Manuel Munz
5da3e251c0
Freifunk: Make the splash page editable
2010-11-17 22:59:08 +00:00
Jo-Philipp Wich
01039b7fb6
applications/luci-upnp: xhr fix
2010-11-17 15:24:13 +00:00
Jo-Philipp Wich
12510baacc
applications/luci-firewall: fix translation loading
2010-11-17 02:16:14 +00:00
Jo-Philipp Wich
c45f3545cf
applications/luci-firewall: change po name to firewall
2010-11-16 20:12:30 +00:00
Jo-Philipp Wich
e3eef6dec6
applications/luci-upnp: template change
2010-11-15 22:07:03 +00:00
Jo-Philipp Wich
c6a63e1794
applications/luci-firewall: add missing zone model
2010-11-08 11:32:56 +00:00
Jo-Philipp Wich
447cc08a8a
applications/luci-firewall: support local destination in rules, add placeholders
2010-11-07 20:01:56 +00:00
Jo-Philipp Wich
bfb0bb3f8d
applications/luci-upnp: update model
2010-11-07 19:34:41 +00:00
Jo-Philipp Wich
b8f810092b
applications/luci-upnp: enable/disable service, live status, allow removing single forwards
2010-11-07 19:30:55 +00:00
John Crispin
19cae04003
adds a very simple application for configuring the tapi support on ifxmips based units
2010-11-04 11:38:07 +00:00
Jo-Philipp Wich
b04c13bdcc
applications/luci-firewall: complete rework
2010-11-01 19:45:54 +00:00
Jo-Philipp Wich
6fa65fa9ec
applications/luci-splash: add missing insmod for act_police, fix a crash in cli util
2010-10-28 18:20:15 +00:00
Jo-Philipp Wich
28b5b2b637
applications/luci-splash: make it work with uhttpd
2010-10-28 16:58:05 +00:00
Jo-Philipp Wich
6c7535292b
applications/luci-vnstat: minor tweaks
2010-10-25 23:19:00 +00:00
Jo-Philipp Wich
4ad99af940
applications: rename luci-fw to luci-firewall
2010-10-16 15:24:07 +00:00
Craig M. Coffee
6d804beac3
[applications] multiwan: removed LAN interface setting
2010-07-02 02:54:13 +00:00
Vasilis Tsiligiannis
0c602e80e8
[applications] luci-olsr: Add some missing translations
2010-07-01 11:42:16 +00:00
Vasilis Tsiligiannis
66a5b8146f
Force postinst script exiting with return code 0
2010-07-01 09:52:12 +00:00
Craig M. Coffee
a155b5fa15
[applications] luci-multiwan: Added Lan Interface configuration option
2010-06-28 07:09:31 +00:00
Craig M. Coffee
a3e2691a73
[applications] luci-multiwan: Changed ListValue to Value for protocols, updated text in po for ports and protocols
2010-06-26 08:12:52 +00:00
Jo-Philipp Wich
928099d53c
applications/luci-fw: add an "any" option for traffoc rule protocols
2010-05-30 23:42:16 +00:00
Craig M. Coffee
2c1f56af57
[applications] multiwan: Changed Load Balancer text options easier to read.
2010-05-26 01:52:49 +00:00
Jo-Philipp Wich
3e923e0a23
applications/luci-qos: fix disabling
2010-05-15 18:46:58 +00:00
Craig M. Coffee
0f503431a9
[applications] luci-multiwan: relocated default route selection to bottom of configuration page
2010-05-15 18:28:19 +00:00
Craig M. Coffee
dc217653e2
[applications]: multiwan: Added Fast Balancer Option, added mini menu
2010-05-14 12:52:44 +00:00
Craig M. Coffee
a71faff81a
applications/luci-multiwan: Changed no value, to "auto" instead.
2010-04-29 04:56:20 +00:00
Craig M. Coffee
a56bae9900
applications/luci-multiwan: Removed resolv.conf config option and added
...
dns server settings
2010-04-29 04:12:01 +00:00
Craig M. Coffee
d1ec08a66f
[applications] luci-multiwan: Updated menu wording, and default for load balancer.
2010-04-26 20:15:53 +00:00
Jo-Philipp Wich
d902b22834
applications/luci-vnstat: fix menu label
2010-04-21 23:04:58 +00:00
Jo-Philipp Wich
f375c498f2
applications: add luci-vnstat, frontend for the VnStat traffic monitor
2010-04-21 22:57:07 +00:00
Jo-Philipp Wich
34b3ae2a42
applications/luci-wol: handle command execution in write hook and use message facility to output info
2010-04-21 21:25:58 +00:00
Benoît Knecht
aab74df067
livestats: minor changes of the translatable strings
2010-04-20 14:40:27 +00:00
Benoît Knecht
02558ad587
livestats: group pages together in a 'Realtime Status' menu item
2010-04-20 14:40:25 +00:00
Jo-Philipp Wich
dc9394f94d
applications/luci-wol: fix copyright
2010-04-18 22:35:30 +00:00
Jo-Philipp Wich
6df0adb6d1
applications: add WoL application
2010-04-18 22:27:30 +00:00
Jo-Philipp Wich
0b0c2e3c1a
applications/luci-multiwan: convert translations to trunk format
2010-04-16 14:21:56 +00:00
Jo-Philipp Wich
be09c6ca6e
applications: add frontend for the MultiWAN agent
2010-04-16 14:06:42 +00:00
Benoît Knecht
44f93c4f82
fw: correct capitalization of some strings
2010-04-15 11:22:24 +00:00
Benoît Knecht
f431c7e184
ntpc: clean-up translation strings
2010-04-14 11:36:13 +00:00
Benoît Knecht
ae05491d07
hd-idle: clean-up translation strings
2010-04-14 08:58:08 +00:00
Jo-Philipp Wich
f271588cd7
applications/luci-statistics: fix translations of cbi models and controller
2010-04-13 20:42:26 +00:00
Benoît Knecht
4cf6abae1a
splash: fix exception when listing whitelist entries
...
Fixes ticket #123 .
2010-04-13 07:29:58 +00:00
Benoît Knecht
242bb71973
statistics: fix '»' being displayed as '»'
2010-04-12 13:55:17 +00:00
Benoît Knecht
db1b5a4a8d
ddns: small corrections of the description strings
2010-04-12 13:38:16 +00:00
Benoît Knecht
0e74615050
ddns: add translations and clean-up POT template
...
Some strings were hardcoded in English; make them translatable and add
them to the translation template.
2010-04-12 13:38:14 +00:00
Benoît Knecht
85aa773b65
ddns: move 'update_url' just below 'service_name'
2010-04-12 13:38:13 +00:00
Jo-Philipp Wich
03c4a61b2a
[PATCH 1/2] firewall: add description strings
...
The luci-fw application was lacking some important description strings.
This adds them and updates the associated translation template.
2010-04-05 01:16:25 +00:00
Jo-Philipp Wich
4344b64f34
applications/luci-ddns: make update url depend on custom service entry
2010-04-03 13:54:51 +00:00
Jo-Philipp Wich
291972cbf9
[PATCH 1/2] qos: add description strings (from Benoît Knecht)
...
This patch adds the description strings for QoS and updates the
translation template.
2010-03-30 00:59:40 +00:00
Jo-Philipp Wich
8ffb0e9925
applications/luci-ddns: merge mini and full models, read services from /usr/lib/ddns/services, patch by joda ( #99 )
2010-03-29 21:34:45 +00:00
Jo-Philipp Wich
4fa474cf2b
applications/luci-statistics: make it work under uhttpd
2010-03-27 22:19:16 +00:00
Jo-Philipp Wich
e20c891d1c
applications/luci-qos: fix cbi
2010-03-27 03:02:16 +00:00
Jo-Philipp Wich
54f6010652
applications/luci-p2pblock: fix postinstall
2010-03-27 02:55:23 +00:00
Jo-Philipp Wich
96381bf0d8
applications/luci-ntpc: cbi fixes
2010-03-27 02:41:00 +00:00
Jo-Philipp Wich
e47ac7cabc
applications/luci-samba: forgot to commit a change of #117
2010-03-25 14:50:26 +00:00
Jo-Philipp Wich
2b72695736
applications/luci-livestats: Correct units for the S/N ratio (dB) ( #82 )
2010-03-25 13:40:33 +00:00
Jo-Philipp Wich
1ac4b13246
trunk: remove underscores in app names (Openwrt ticket #6654 )
2010-03-08 23:41:50 +00:00
Jo-Philipp Wich
de585fe484
applications/luci-initmgr: add start/stop/reload actions, move to services menu
2010-03-08 19:05:34 +00:00
Jo-Philipp Wich
eeb9fd748b
applications/luci-initmgr: fix disabling of init scripts
2010-03-08 04:49:43 +00:00
Jo-Philipp Wich
7ab8b51bd1
applications/luci-statistics: increase default graph width to 600px
2010-03-08 01:49:58 +00:00
Jo-Philipp Wich
1973a02329
trunk: drop uvc_stremaer support, package was removed upstream
2010-03-07 18:42:12 +00:00
Jo-Philipp Wich
979fa033ea
applications/luci-statistics: init fixes
2010-02-28 20:59:23 +00:00
Jo-Philipp Wich
56b3fb4ef7
applications/luci-statistics: make it run ootb again
2010-02-28 00:19:58 +00:00
Jo-Philipp Wich
a6860ba0c8
applications/luci-upnp: OpenWrt r18491 changes the enable/disable behaviour, adept to it
2009-12-04 23:16:06 +00:00
Steven Barth
2aa4534db4
Move mtu_fix to the right place ( fixes #94 )
2009-11-29 13:45:56 +00:00
Jo-Philipp Wich
46fea6f6cc
applications/luci-fw: don't allow removing common settings
2009-11-25 02:20:34 +00:00
Jo-Philipp Wich
3a16b20c96
applications/luci-splash: don't allow removing common settings...
2009-11-25 02:20:09 +00:00
Jo-Philipp Wich
836b4d9dba
applications/luci-olsr: link to /cgi-bin-nodes.html on neighbour in status display
2009-11-22 23:55:12 +00:00
Jo-Philipp Wich
1ee7f5ed79
contrib/package, applications/luci-olsr: implement NatThreshold to minimize gateway flapping
2009-11-21 00:22:35 +00:00
Jo-Philipp Wich
eb33651ebb
applications/luci-diag-devinfo: fix empty i18n tag
2009-11-01 13:24:33 +00:00
Jo-Philipp Wich
b786f4ade4
libs/cbi: fix some default translations
2009-11-01 11:54:14 +00:00
Jo-Philipp Wich
fc268c46b2
applications/luci-upnp: fix miniupnpd page
2009-10-31 22:22:36 +00:00
Jo-Philipp Wich
e60a81aa8c
applications/luci-ddns: fix dyndns config page
2009-10-31 22:13:22 +00:00
Jo-Philipp Wich
4ef4776c9a
all: various i18n realted fixes
2009-10-31 21:09:02 +00:00
Jo-Philipp Wich
eeed712024
all: next round of translation fixups
2009-10-31 20:03:27 +00:00
Jo-Philipp Wich
cffba70b2e
all: translation fixes in templates
2009-10-31 19:26:07 +00:00
Jo-Philipp Wich
b0b28b970f
all: automatic <%:...%> -> <%_...%> fixup
2009-10-31 17:02:21 +00:00
Jo-Philipp Wich
7c76587588
all: change most translate statements to new format, some need manual cleanup
2009-10-31 15:54:11 +00:00
Jo-Philipp Wich
b6544574cf
applications/hd-idle: fix crash in cbi model
2009-10-07 17:35:38 +00:00
Jo-Philipp Wich
60fd43ae23
applications/luci-ffwizard-leipzig:
...
- rewrite generator for dhcp subnets, can now work with any ip
- add option for wan security
- make ip input a single field
- remember lat and lon values accross invocations
2009-08-28 23:41:25 +00:00
Daniel Dickinson
552fbe241c
Bug fix: various cbi files in luci-diag-devinfo were missing 'require's for
...
files referenced from controller.
2009-08-18 08:09:23 +00:00
Markus Wigge
6bbbd9095a
added start/stop button column to selectively start and stop
...
OpenVPN connections
2009-08-12 14:05:31 +00:00
Jo-Philipp Wich
f72c9704ae
applications/openvpn: properly handle invalid names when defining new instances
2009-08-11 16:00:26 +00:00
Markus Wigge
59d70787b4
- fixed path to OpenVPN PID file
...
- fixed syntax for translatef call
2009-08-11 15:41:53 +00:00
Jo-Philipp Wich
62fc154da1
applications/luci-fw: make source port optional and hidden by default, most users are confused by this
2009-08-07 01:10:03 +00:00
Jo-Philipp Wich
45d9fe0b16
application/luci-statistics: fix i18n binding, use string() instead of translate
2009-07-31 00:02:53 +00:00
Jo-Philipp Wich
7aacb0561d
applications/luci-splash: fix upper/lowercase issues in luci splash-cli, thanks to egon_ffj and patrick for spotting this
2009-07-23 22:48:29 +00:00
Jo-Philipp Wich
8fcd841aa9
convert luci.fs users to nixio.fs api
2009-07-19 00:24:58 +00:00
Jo-Philipp Wich
820f11932f
[PATCH] add tools to scan network for any device, or for sip devices, and output device information, thanks cshore
2009-07-17 20:27:05 +00:00
Jo-Philipp Wich
a29c4ce658
applications/luci-splash: speedup splash dispatching
2009-07-10 22:45:50 +00:00
Jo-Philipp Wich
2dcd2eb9b2
applications/luci-splash: do explicit check for state new
2009-07-09 17:01:50 +00:00
Jo-Philipp Wich
7d7fcecb74
applications/luci-splash: fix mac status query
2009-07-09 16:55:41 +00:00
Jo-Philipp Wich
d807510dad
applications/luci-splash: remove debug flag from init script
2009-07-06 21:23:12 +00:00
Jo-Philipp Wich
b0771c43ea
applications/luci-splash:
...
- rewrote init script, cli
- introduce download traffic counters
- adept user interface
2009-07-06 21:14:59 +00:00
Jo-Philipp Wich
ba66381047
applications/luci-statistics: switch controller to nixio.fs
2009-06-27 15:59:20 +00:00
Jo-Philipp Wich
c23a386eb7
applications/luci-statistics: prepare lucid configuration on firstboot
2009-06-27 15:24:58 +00:00
Jo-Philipp Wich
6411c89b4c
applications/luci-statistics: adept datatree class to nixio.fs api
2009-06-27 15:01:50 +00:00
Jo-Philipp Wich
6bc9c000e8
applications/luci-statistics: add workaround for nixio io bug during config creation
2009-06-27 14:35:21 +00:00
Jo-Philipp Wich
c443a549be
applications/luci-splash: do not splash non-splash clients
2009-06-25 21:25:19 +00:00
Jo-Philipp Wich
992bc68b2b
applications/luci-splash:
...
- use kilobyte/s for rate limiting
- reject traffic instead of silently dropping it
- allow unsplashed access to the mesh
- add possibility to specify non-splashed destination networks
- reorganize iptables rules
2009-06-16 21:41:29 +00:00
Jo-Philipp Wich
5c26ca647b
applications/luci-splash: add rate limiting options for splash clients
2009-06-10 23:39:40 +00:00
Jo-Philipp Wich
0193ffd4df
applications/luci-splash: only load required modules
2009-06-09 12:48:58 +00:00
Jo-Philipp Wich
97eb513e0e
applications/luci-splash: fix typo in init script
2009-06-09 12:41:36 +00:00
Jo-Philipp Wich
e648e1a45f
applications/luci-splash: cope with non-numeric (invalid) limit_up & limit_down values in luci-splash cli
2009-06-09 12:36:31 +00:00
Jo-Philipp Wich
ceb49b0390
applications/luci-splash: we don't need to know down_burst in luci-splash cli
2009-06-09 12:34:52 +00:00
Jo-Philipp Wich
5e9fcc76c0
applications/luci-splash: luci-splashd is obsolete, remove start & stop for it (again)
2009-06-09 12:31:42 +00:00
Jo-Philipp Wich
05db82eba9
applications/luci-splash: tc delete operations may fail, make them silent
2009-06-09 12:30:16 +00:00
Jo-Philipp Wich
06001d99b1
applications/luci-splash: remove left-over code
2009-06-09 12:19:28 +00:00
Jo-Philipp Wich
e385f91ff6
applications/luci-splash: add optional QoS rate limiting for splash clients
2009-06-09 12:15:31 +00:00
Jo-Philipp Wich
9b767cf8df
applications: enable related init scripts on opkg install, otherwise users would have to use the shell
2009-06-08 20:00:50 +00:00
Jo-Philipp Wich
74fd320885
applications: add luci-p2pblock, frontend for freifunk-p2pblock
2009-06-07 20:06:23 +00:00
Jo-Philipp Wich
a2d8fc3d2f
applications/luci-splash: use RETURN target for count rules
2009-06-07 13:29:17 +00:00
Jo-Philipp Wich
970dabd1db
applications/luci-splash: merge splash rework to trunk
2009-06-06 09:41:02 +00:00
Vasilis Tsiligiannis
1dcfe0d19a
[applications] luci-olsr: Fix enable option for interfaces
2009-06-02 21:09:43 +00:00
Vasilis Tsiligiannis
ae5cc08ac8
luci-olsr: Fix Net list netmask parsing
2009-06-02 21:09:38 +00:00
Jo-Philipp Wich
6a2bb359fd
applications/luci-splash: properly fix mac address detection in mixed IPv4/IPv6 environments (thanks stargieg)
2009-05-30 22:38:46 +00:00
Jo-Philipp Wich
2de56737c7
applications/luci-ffwizard-leipzig: enable init scripts for olsr and luci_splash if they're selected (required if ff-support was installed as package)
2009-05-30 01:31:07 +00:00
Jo-Philipp Wich
f20034cd82
applications/luci-ffwizard-leipzig: setup olsr hosts file after recreating nameservice config
2009-05-27 20:44:20 +00:00
Steven Barth
f7deae100d
LuCId
2009-05-26 17:44:02 +00:00
Steven Barth
282e08a0c7
Fix LuCI-Frickel-Splashd
2009-05-25 10:31:02 +00:00
Jo-Philipp Wich
6ca3b275fc
modules/freifunk: implement map update for GlobalMap
...
applications/luci-ffwizard-leipzig: add lat and lon fields
2009-05-24 19:28:04 +00:00
Jo-Philipp Wich
ce6aec0a91
i18n: remove obsolete lua i18n files
2009-05-19 02:35:25 +00:00
Jo-Philipp Wich
7bf803250b
build: integrate po files in the build system
2009-05-19 02:18:28 +00:00
Jo-Philipp Wich
e4d13b45ee
[PATCH] Add halfduplex option for qos-scripts
...
Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr>
2009-05-18 16:16:18 +00:00
Jo-Philipp Wich
750a6910ed
applications/luci-splash: fix crontab setup at boot time
2009-05-13 10:10:30 +00:00
Jo-Philipp Wich
604cd8de66
applications/luci-ffwizard-leipzig: set crond less verbose
2009-05-09 15:46:06 +00:00
Jo-Philipp Wich
d9fd5a4c9e
applications/olsrd-luci: fix enable interface checkbox in webif
2009-05-03 18:14:37 +00:00
Steven Barth
67fbe1b33c
Remove Luasocket - obsoleted by nixio
...
Remove old luasocket based LuCI Httpd - obsoleted by lucittpd
Remove lpeg - not in use
Rewrite luci-splashd using nixio
2009-05-01 11:28:34 +00:00
Jo-Philipp Wich
76a6ffc9cf
luci: add greek translation, thanks Vasilis Tsiligiannis!
2009-04-27 21:36:41 +00:00
Markus Wigge
43173b1f31
- removed init- and config-files shipped with the openvpn package
...
- changed the description for the management port option
- changed PKI options from "Value" to "FileUpload"
- added "pkcs12" option to basic theme
- cleaned the recipes by removing defaults and adding
approved config options we use for some years now.
- ... more to come.
2009-04-16 15:18:24 +00:00
Jo-Philipp Wich
ccd5ed7cec
applications/luci-ffwizard-leipzig: add missing uci save for firewall, save is not triggered if share internet is not enabled
2009-04-12 19:54:46 +00:00
Jo-Philipp Wich
8dac35f7cd
application/luci-ffwizard-leipzig: don't write system hostname to olsrd config, will be taken from system config
2009-04-12 19:30:57 +00:00
Jo-Philipp Wich
59a3cf8605
applications/luci-livestats: properly escape essids (closes OpenWrt ticket #4888 )
2009-04-09 14:09:39 +00:00
Jo-Philipp Wich
1a8cae2874
applications/luci-asterisk: adept meetme example in default config to current format, layout fixes in dialplan overview
2009-03-30 19:53:07 +00:00
Jo-Philipp Wich
7056ef8bac
applications/luci-asterisk: fix some titles in dialplan mgmnt.
2009-03-30 19:34:08 +00:00
Jo-Philipp Wich
d0c6e88b95
applications/luci-asterisk: add meetme support, data integrity improvements
2009-03-30 19:29:37 +00:00
Jo-Philipp Wich
7385d0b070
applications/luci-asterisk: fix voicemail storage option, don't load tzdata in mailbox mgmnt.
2009-03-30 17:01:05 +00:00
Jo-Philipp Wich
5f72f9d547
applications/luci-asterisk: fix link to voicemail boxes, remove dialplanvoice and dialplanmeetme too when removing dialplan sections
2009-03-30 00:24:20 +00:00
Jo-Philipp Wich
36b1bbd9ff
applications/luci-asterisk: rework voicemail management
2009-03-29 23:39:40 +00:00
Jo-Philipp Wich
2c7a761054
applications/luci-asterisk: initial dialplan voicemail box support
2009-03-29 19:11:57 +00:00
Jo-Philipp Wich
75d26333df
applications/luci-olsr: add support for mdns plugin
2009-03-25 12:54:09 +00:00
Jo-Philipp Wich
303b7fccac
applications/luci-ffwizard-leipzig: set option force 1 for wlan dhcp
2009-03-23 23:02:35 +00:00
Jo-Philipp Wich
67dc7bb52b
applications/luci-asterisk: fix copy & paste error
2009-03-22 14:26:24 +00:00
Jo-Philipp Wich
26136ffd69
applications/luci-asterisk: add CC/IDD api
2009-03-22 14:24:20 +00:00
Jo-Philipp Wich
1f219001f5
applications/luci-asterisk: add intl. dialing and country codes
2009-03-22 12:48:33 +00:00
Jo-Philipp Wich
97a9dc3814
applications/luci-asterisk: fix copy'n'paste error in uci-defaults
2009-03-21 12:29:04 +00:00
Jo-Philipp Wich
50653ecffe
applications/luci-asterisk: "Registered Trunks" -> "Trunks" in sip trunk overview
2009-03-21 05:06:45 +00:00
Jo-Philipp Wich
6286d3a09a
applications/luci-asterisk: remove hostname column from trunk overview
2009-03-21 05:05:45 +00:00
Jo-Philipp Wich
80691e427c
applications/luci-asterisk: cross-reference dialplan mgmnt in sip extension config
2009-03-21 05:00:40 +00:00
Jo-Philipp Wich
e71de60f1d
applications/luci-asterisk: don't allow sip extensions to use dialzones as outgoing context
2009-03-21 04:59:07 +00:00
Jo-Philipp Wich
65e41ec629
applications/luci-asterisk: some minor html cleanups
2009-03-21 04:52:25 +00:00
Jo-Philipp Wich
1a3d44865f
applications/luci-asterisk: rework dialplan management
2009-03-21 04:36:08 +00:00
Jo-Philipp Wich
684f695c13
applications/luci-statistics: remove bitrot
2009-03-21 00:26:12 +00:00
Jo-Philipp Wich
ce5b93a1b7
applications/luci-olsr: add support for watchdog plugin
2009-03-16 17:49:34 +00:00
Jo-Philipp Wich
d4948ad040
applications/luci-ffwizard-leipzig: write watchdog config on olsr setup
2009-03-16 17:42:39 +00:00
Jo-Philipp Wich
93b66993ce
applications/luci-asterisk: begin reworking dialplan stuff to separate dialzones from dialplans
2009-03-11 23:40:08 +00:00
Steven Barth
8eadc262d0
Drop XML i18n files
2009-03-11 15:21:59 +00:00
Jo-Philipp Wich
cebe6f031b
applications/luci-asterisk:
...
- initial dialplan management
- disabled uci scheme
- improved context handling in sip and trunk settings
2009-02-24 01:09:51 +00:00
Steven Barth
da6f427d81
Sync with OpenWrt
2009-02-21 18:30:48 +00:00
Jo-Philipp Wich
df3d84780e
applications/luci-splash: prevent duplicate firewall rules after boot
2009-02-20 04:15:54 +00:00
Jo-Philipp Wich
9473eb8b0d
applications/luci-ffwizard-leipzig: fix dhcp splash network configuration
2009-02-20 04:10:04 +00:00
Jo-Philipp Wich
47ec8ea5b7
applications/luci-ffwizard-leipzig: tune tcp defaults
2009-02-20 01:54:06 +00:00
Jo-Philipp Wich
80a9bb5e83
applications/luci_splash: fix restart of luci-splashd
2009-02-20 01:43:47 +00:00
Jo-Philipp Wich
68d3381d2d
applications/luci-splash: yet another bunch of firewall fixes, improved handling of luci_splash restarts
2009-02-20 01:30:30 +00:00
Jo-Philipp Wich
114aa8d111
applications/luci-splash: firewall fixes
2009-02-20 00:38:37 +00:00
Jo-Philipp Wich
8eb07fa76c
applications/luci-splash: remove debugging code from splashd
2009-02-19 23:12:34 +00:00
Jo-Philipp Wich
593bc2df7b
applications/luci-splash: implement alias interface support in luci-splashd
2009-02-19 23:09:28 +00:00
Jo-Philipp Wich
b6406c3980
applications/luci-splash: fix redirections and form targets
2009-02-19 21:31:33 +00:00
Jo-Philipp Wich
eb1c3685db
applications/luci-splash: fix crash in splashd
2009-02-19 21:14:56 +00:00
Jo-Philipp Wich
cb0e180448
contrib/package: make luci-app-statistics depend on a few collectd plugins
...
applications/luci-statistics: implement a workaround for broken permissions on /tmp
2009-02-16 17:43:43 +00:00
Jo-Philipp Wich
42793d8799
applications/luci-ffwizard-leipzig: fix typo in firewall rules
2009-02-15 00:23:42 +00:00
Jo-Philipp Wich
1c593cd2b9
applications/luci-ffwizard-leipzig: also allow dns traffic
2009-02-15 00:04:16 +00:00
Jo-Philipp Wich
08bcf69aac
applications/luci-ffwizard-leipzig: use luci.sys.hostname() to update hostname
2009-02-01 17:14:00 +00:00
Jo-Philipp Wich
4093233524
contrib/package: remove IpcConnect section from olsrd default config
...
applications/luci-olsr: disable IpcConnection configuration
2009-01-31 03:01:40 +00:00
Steven Barth
9de7b71940
Lost without translation...
2009-01-30 18:57:02 +00:00
Steven Barth
80216cc088
Cleanup Freifunk defaults
...
Remove RTS, fallback to default
Disable Fledermaus theme
Disable forced German language, fallback to autodetect
2009-01-30 17:55:21 +00:00
Jo-Philipp Wich
abf0c329c5
applications/luci-ffwizard-leipzig: also unload dyn_gw_plain if share internet is not checked
2009-01-30 15:07:06 +00:00
Steven Barth
3b0ef94a9e
Set default target to ACCEPT
2009-01-29 15:03:34 +00:00
Jo-Philipp Wich
d5003fc23a
applications/luci-upnp: also stop miniupnpd if it is about to be disabled
2009-01-28 18:32:26 +00:00
Jo-Philipp Wich
4fa887618e
applications/luci-upnp: fix enable checkbox of upnp service
2009-01-28 18:25:11 +00:00
Steven Barth
c56307acc3
Add MSS Clamping option for Essentials ( closes #45 )
...
Rename "MSS correction" to the correct term "MSS Clamping" in Firewall
Automatically set "defaultroute" and "peerdns" when PPP is selected in
Essentials
2009-01-27 20:49:04 +00:00
Jo-Philipp Wich
20ee7d4bd9
applications/luci-ffwizard-leipzig: also configure hostname and olsr name
2009-01-25 21:22:10 +00:00
Steven Barth
233159e9d4
It's kiloByte not kilobit...
2009-01-25 17:50:26 +00:00
Steven Barth
6654b36d8f
Add unit for UPNP ( closes #39 )
2009-01-25 17:30:14 +00:00
Steven Barth
26272967cf
FF-Wiazrd: Add OLSR DNS to dnsmasq
2009-01-25 17:14:45 +00:00
Jo-Philipp Wich
e683011032
applications/luci-ffwizard-leipzig: prepare advanced firewall config and disable tcp_ecn by default
2009-01-25 16:46:28 +00:00
Jo-Philipp Wich
9b01a6e862
applications/luci-upnp: add option to enable/disable secure mode
2009-01-25 15:06:17 +00:00
Steven Barth
55f6cb895b
Using DROP is bad behaviour, use REJECT instead
2009-01-25 13:30:24 +00:00
Jo-Philipp Wich
394093af0e
applications/luci-ffwizard-leipzig: force /etc/firewall.freifunk include and set drop_invalid to 0
2009-01-19 00:16:13 +00:00
Steven Barth
f2148a5c65
Add connbytes support to QoS
2009-01-17 16:19:43 +00:00
Jo-Philipp Wich
f397bfdbb8
applications/luci-fw: translation fixes for english and german
2009-01-17 13:22:14 +00:00
Jo-Philipp Wich
6070e77fa4
applications/luci-fw: fix for german translation
2009-01-16 20:35:47 +00:00
Jo-Philipp Wich
1049b3fd2a
applications/luci-fw: fixes for english translation
2009-01-16 20:05:01 +00:00
Jo-Philipp Wich
9de7ed0945
applications/luci-fw:
...
- add toggle for the drop_invalid option
- bump translations
2009-01-16 20:02:45 +00:00
Jo-Philipp Wich
abae7b063c
applications/luci-fw: extend uvl schema to cover the drop_invalid and mtu_fix options
2009-01-16 18:44:39 +00:00
Jo-Philipp Wich
eabf36ac4c
application/luci-asterisk:
...
- implement initial sip client management
- improve trunk and client handling
- implement more options
2009-01-11 23:37:21 +00:00
Jo-Philipp Wich
f4a5a0f653
applications/luci-asterisk: make regster option a flag value
2009-01-11 04:49:25 +00:00
Jo-Philipp Wich
20988a0f18
applications/luci-asterisk:
...
- make nat handling configurable for sip trunks
- display actual reason when trunk is offline
2009-01-11 04:23:43 +00:00
Jo-Philipp Wich
bcd406e073
applications/luci-asterisk: register with ucitrack
2009-01-11 04:20:34 +00:00
Jo-Philipp Wich
00636ae577
applications/luci-asterisk: add some options to sip trunk configuration
2009-01-11 04:01:32 +00:00
Jo-Philipp Wich
1b989e556a
applications/luci-asterisk: add the first few bits of reworked webif code
2009-01-11 03:05:01 +00:00
Jo-Philipp Wich
e6fc123a0a
applications/luci-asterisk: add initial code for the asterisk interface library
2009-01-11 00:02:59 +00:00
Steven Barth
25d9dc415f
Firewall GUI optimizations
2009-01-09 10:05:19 +00:00
Steven Barth
37830bc232
Make protocol selection in Firewall and QoS a combobox
...
closes #29
2009-01-08 21:18:35 +00:00
Steven Barth
bb44869de9
Cleanup overview / details nodes
2009-01-04 15:46:08 +00:00
Steven Barth
70ded13045
Use luci.fs.access instead of luci.fs.isfile where applicable
2009-01-02 21:33:10 +00:00
Jo-Philipp Wich
ae6c1f618f
modules/admin-full: fix diversity setting for atheros cards
...
applications/olsr: fix enable/disable for olsrd plugins
2009-01-01 13:55:40 +00:00
Steven Barth
f008ec70f9
Fix samba "read only" and "guest ok" settings not applied correctly.
2009-01-01 13:32:57 +00:00
Steven Barth
5623d34f87
Add support for MSS correction
2008-12-31 20:27:01 +00:00
Jo-Philipp Wich
f1c54fddcc
applications/siitwizard: use unique-local ip6addrtype
2008-12-29 17:39:48 +00:00
Jo-Philipp Wich
493dc966c0
applications/siit-wizard: change ipv4 address pool
2008-12-27 22:54:34 +00:00
Jo-Philipp Wich
a5c4b5bb5e
applications/siitwizard: lower mtu on lan and wan to 1240, make sure to remove old hna6 announcements
2008-12-27 18:27:12 +00:00
Jo-Philipp Wich
71b8fd5ddf
applications/siitwizard:
...
- fix calculation of available hosts addresses in pool
- also calculate dhcp start and limit addresses
- tune siit defaults to use Freifunk PI addresses
- change bssid to avoid collision with Freifunk mesh
2008-12-27 01:44:56 +00:00
Jo-Philipp Wich
7152c34541
applications/siitwizard: add sw_merge and txpower to wifi-iface config
2008-12-26 04:51:56 +00:00
Jo-Philipp Wich
1b23d79b3a
applications/siitwizard: remove leftover variable definition
2008-12-26 01:25:31 +00:00
Jo-Philipp Wich
e9c934a5ad
applications/siitwizard:
...
- move basic ipv4 config to uci config
- do integrity checks on given lan ip address
- configure system-hostname and olsrd nameservice
- configure ipv4 dns for clients
2008-12-26 01:22:04 +00:00
Jo-Philipp Wich
889d3a4111
trunk: remove bitrot
2008-12-23 21:57:34 +00:00
Jo-Philipp Wich
4adce96bda
applications/siitwizzard: configure siit0 with proto none, don't use a dummy-v4-ip anymore
2008-12-23 16:49:48 +00:00
Jo-Philipp Wich
3f50b0351b
applications/siitwizzard: also prepare firewall include
2008-12-23 05:28:43 +00:00
Jo-Philipp Wich
1952a2cae3
applications/siitwizard: move menu entry to the end of network menu
2008-12-23 05:18:08 +00:00
Jo-Philipp Wich
6e9a8f2dca
applications/asterisk: add Makefile
2008-12-23 00:08:42 +00:00
Jo-Philipp Wich
4364423cd4
luci/i18n: apply french translations - thanks! ( #14 , #15 , #16 )
2008-12-22 22:01:15 +00:00
Jo-Philipp Wich
1ff1a107b1
applications/siitwizard:
...
- fixup olsrd txtinfo accept parameter
- use network-, not host-ip for gateway-side siit ipv4 route
2008-12-22 03:01:09 +00:00
Jo-Philipp Wich
c505596389
applications/luci-olsr: make olsrd status pages ipv6 capable
2008-12-22 02:59:05 +00:00
Jo-Philipp Wich
3b83bbb128
applications/siitwizard: fix duplicate field name
2008-12-21 21:40:32 +00:00
Jo-Philipp Wich
81424e456f
applications/siitwizard: install v4 routes and tweak firewall forwardings
2008-12-21 19:38:49 +00:00
Jo-Philipp Wich
e1bd71a825
applications/siitwizard: also setup v4 routes and firewall
2008-12-21 19:17:12 +00:00
Jo-Philipp Wich
3ecec3ddbf
applications/siitwizard:
...
- fix default lan ip
- make ip and netmask depend on client mode
2008-12-21 05:24:54 +00:00
Jo-Philipp Wich
bbcb69d46b
applications/siitwizard:
...
- refresh ipv6 config
- perform wifi and lan configuration too
2008-12-21 05:20:22 +00:00
Steven Barth
2454a51492
French translation fixes, thanks for contribution ( closes #13 )
2008-12-18 12:19:46 +00:00
Jo-Philipp Wich
f7a3e34955
prevent package upgrade failures caused by sloppy postinstalls
2008-12-09 00:03:08 +00:00
Jo-Philipp Wich
b019046776
applications/luci-statistics: improve diagram labels
2008-12-07 23:43:30 +00:00
Steven Barth
5c61c377c1
Completed LuCI Livestats
2008-12-07 19:38:31 +00:00
Jo-Philipp Wich
a7e7c31f8c
applications/siitwizard: whitespace and typo fixes, svn property fixup
2008-11-30 06:03:31 +00:00
Jo-Philipp Wich
59fbc85161
luci/applications: add experimental SIIT setup assistant
2008-11-30 06:00:52 +00:00
Jo-Philipp Wich
82f08a4a1d
applications/luci-olsr: add translations, move Ip6AddrType further up in option list, add possibility to remove the option
2008-11-29 01:54:00 +00:00
Jo-Philipp Wich
ca6a85fd83
package/olsrd-luci: add exception for Ip6AddrType option
...
applications/luci-olsr: add support for Ip6AddrType option
2008-11-29 01:36:38 +00:00
Jo-Philipp Wich
9ac4ba5fa7
applications/luci-olsr: fix handling of hna6 announcements
2008-11-27 00:11:26 +00:00
Jo-Philipp Wich
4309506817
apps/luci-statistics: fix evaluation of RRASingle option in rrdtool backend
2008-11-23 00:56:49 +00:00
Jo-Philipp Wich
1bced4f977
* luci/app/mmc_over_gpio: add pt_br translation, thanks Carlos!
2008-11-09 22:45:42 +00:00
Jo-Philipp Wich
5a3422963b
* luci/applications: force success for postinstall scripts
2008-11-06 01:56:01 +00:00
Jo-Philipp Wich
6d31daf97e
* luci/applications: add polipo proxy support
2008-11-05 23:05:09 +00:00
Jo-Philipp Wich
7651fd78f0
* luci: fix postinstall scripts
2008-11-05 22:06:27 +00:00
Jo-Philipp Wich
8ac2e55b20
* luci/app/statistics: enable luci_statistics and collectd in postinstall
2008-11-04 20:23:45 +00:00
Jo-Philipp Wich
5889342843
* luci/app/splash: add postinstall to enable init script
2008-11-04 20:21:56 +00:00
Steven Barth
8c4492db5f
Removed UCI Save/Apply cache from Essentials
...
Made CBI controllers configurable
2008-10-31 09:35:11 +00:00
Jo-Philipp Wich
0543ad6f4f
* luci/app/statistics:
...
- build datatree from rrd directory structure, allows "virtual" plugins
- flush index cache on statistics reload
- whitespace cleanup in config generator
2008-10-29 03:59:37 +00:00
Jo-Philipp Wich
9f19574ae0
* luci/app/statistics: fix syntax of collectd Exec plugin config
2008-10-29 01:12:49 +00:00
Jo-Philipp Wich
0942fcc70b
* luci/applications: add new mmc_over_gpio configuration, thanks Yanira!
2008-10-27 23:07:46 +00:00
Jo-Philipp Wich
222fe69ac6
* luci/app/ddns: obfuscate password fields
2008-10-23 17:50:06 +00:00
Jo-Philipp Wich
1fb8929f22
* luci/i18n: fixes for portoguese and eglish translations, thanks Carlos
2008-10-23 15:59:53 +00:00
Jo-Philipp Wich
406400a198
* luci/app/asterisk: more work on cbi models
2008-10-23 15:42:12 +00:00
Jo-Philipp Wich
71724c76cb
* luci/app/asterisk: add initial cbi definitions, needs cleanup
2008-10-23 02:25:26 +00:00
Jo-Philipp Wich
0a4b6c33b5
* luci/i18n/portuguese_brazilian: translation fixes
2008-10-20 19:01:58 +00:00
Jo-Philipp Wich
174e045fb4
* luci/app/livestats: fix load diagram, improvements for diagram layout, fix menu order
2008-10-20 19:00:17 +00:00
Jo-Philipp Wich
9875f6dad4
* luci/app/livestats: property fixup
2008-10-18 21:52:26 +00:00
Jo-Philipp Wich
e39b2bff3f
* luci/applications: add experimental realtime statistics
2008-10-18 21:51:44 +00:00
Jo-Philipp Wich
2f6ae89936
* luci/i18n/portuguese_brazilian: sync translation
2008-10-17 20:32:00 +00:00
Jo-Philipp Wich
72f4494cf0
* luci/i18n/portuguese_brazilian: sync lua files too
2008-10-13 18:06:00 +00:00
Jo-Philipp Wich
01f4651ef2
* luci/i18n/portuguese_brazilian: sync translations
2008-10-13 18:02:38 +00:00
Jo-Philipp Wich
6bfef156f2
* luci/app/openvpn: add translations, various improvements
2008-10-10 11:48:04 +00:00
Jo-Philipp Wich
7fe7d6d5e6
* luci/app/openvpn: controller, model and template updates
2008-10-09 22:24:21 +00:00
Steven Barth
8815b6a7dd
OXYGEN #1 : Added index-marks
2008-10-09 20:28:07 +00:00
Jo-Philipp Wich
f708455d3c
* luci/app/statistics: fix dns plugin diagram - proper graph model will follow later
2008-10-08 15:58:02 +00:00
Jo-Philipp Wich
f1f031fba5
* luci/app/openvpn: ... and now fix the copy-paste errors
2008-10-07 22:37:45 +00:00
Jo-Philipp Wich
f2530c7113
* luci/app/openvpn: add openvpn_recipes config file for setup wizzards
2008-10-07 22:20:59 +00:00
Jo-Philipp Wich
bd483413a3
* luci/i18n: small fix for portuguese_brazilian translation and bumps for lua lang files
2008-10-07 19:17:18 +00:00
Jo-Philipp Wich
86e1aebb59
* luci-trunk: huge xhtml, css and accessibility improvement patch - thanks Alina!
2008-10-07 13:10:24 +00:00
Jo-Philipp Wich
e798793e6f
* luci/i18n/portuguese_brazilian: further translation fixes
2008-10-06 19:40:34 +00:00
Jo-Philipp Wich
2578b8db91
* luci/i18n/portuguese_brazilian: commit latest fixes
2008-10-06 17:41:14 +00:00
Jo-Philipp Wich
9e56b07108
* luci/applications: some initial openvpn work - defunct
2008-10-05 19:49:21 +00:00
Jo-Philipp Wich
255449a1e2
* luci/i18n: rename *.pt_br.* to *.pt-br.*, extend luci.i18n to convert "_" to "-" in language tags
2008-10-05 16:08:33 +00:00
Jo-Philipp Wich
97fcc6df3f
* luci/app/initmgr: fix translation issue in menu entry
2008-10-04 18:42:06 +00:00
Steven Barth
a774180453
Rules should not be removed / created from the detailed rule configuration
2008-10-04 17:56:02 +00:00
Steven Barth
5a40e6f1c0
Made distinction between INPUT and FORWARD rules less ambiguous
2008-10-04 11:43:47 +00:00
Jo-Philipp Wich
ebb03259c2
* luci/i18n/portuguese_brazilian: sync firewall translation, add translations for tinyproxy and initmgr
2008-10-03 18:52:21 +00:00
Jo-Philipp Wich
d77172dea6
* luci/app/initmgr: fix controller
2008-10-03 18:43:21 +00:00
Jo-Philipp Wich
021a3fcb83
* luci/applications: add init manager
2008-10-03 17:33:29 +00:00
Steven Barth
24a52d6f3e
Fixed last commit
2008-10-03 16:56:35 +00:00
Steven Barth
741dd0bcd3
Added several backreference to Overview pages
2008-10-03 16:55:06 +00:00
Jo-Philipp Wich
6fb6f2c529
* luci/app/hd_idle: disable multiple instances of hd-idle
2008-10-03 16:48:21 +00:00
Steven Barth
d89ee50f61
Removed logfile dependency from CBI model (manual tells #!*?)
2008-10-03 16:14:15 +00:00
Steven Barth
1e10c4ae4a
Redesigned firewall configuration
2008-10-03 16:04:09 +00:00
Jo-Philipp Wich
c2a2fccca3
* luci/app/hd_idle: small i18n fix
2008-10-03 15:04:06 +00:00
Jo-Philipp Wich
1effb4b339
* luci/app/tinyproxy: bump lua translations
2008-10-03 13:58:14 +00:00
Jo-Philipp Wich
73c8e11386
* luci/app/hd_idle: add portuguese_brazilian translation
2008-10-03 12:28:45 +00:00
Jo-Philipp Wich
d6c94ae69c
* luci/app/hd_idle: fix error in cbi model
2008-10-03 12:00:56 +00:00
Steven Barth
bf61a13e30
Added tinyproxy application
2008-10-02 17:15:49 +00:00
Jo-Philipp Wich
f2c15c2091
* luci/app/hd_idle: small usability enhancement
2008-10-02 14:02:43 +00:00
Jo-Philipp Wich
3f372dd416
* luci/applications: add hd-idle application, thanks Yanira
2008-10-02 13:52:28 +00:00
Jo-Philipp Wich
b5de7f8138
* luci/i18n: various translation fixes, thanks Carlos!
2008-10-01 15:58:06 +00:00
Jo-Philipp Wich
7eaffafaaa
* luci/app/olsr: translation fixes
2008-10-01 15:52:04 +00:00
Jo-Philipp Wich
871ba2df73
* luci/app/firewall:
...
- remove empty value from src zone, param is mandatory
- add empty value to outgoing zone to allow removal of this param
- change default action to "accept" to prevent unwanted lockouts
2008-09-30 20:53:46 +00:00
Jo-Philipp Wich
3993bac38d
* luci/i18n, luci/app/statistics: add updated lua files too
2008-09-30 18:52:33 +00:00
Jo-Philipp Wich
c622f0b6d1
* luci/i18n/portuguese_brazilian: core translation fixes
...
* luci/app/statistics: add missing strings for dns, unixsock and email plugin - thanks Carlos!
2008-09-30 18:44:34 +00:00
Jo-Philipp Wich
8e437b3125
* luci/app/qos: slight change in i18n handling to allow female "all" string for portuguese_brazilian translation
2008-09-29 19:49:36 +00:00
Jo-Philipp Wich
36608598b3
* luci/i18n/portuguese_brazilian: add translations for statistics
2008-09-29 19:17:25 +00:00
Jo-Philipp Wich
d7b30bbb5c
* luci/app/p910nd: fix translation issue, thanks Carlos
2008-09-29 19:14:20 +00:00
Jo-Philipp Wich
40644ca342
* luci/i18n/portuguese_brazilian:
...
- fixes for core translation
- added translations for ushare, uvc_streamer, p910nd, upnp and samba
2008-09-29 17:21:24 +00:00
Jo-Philipp Wich
4313040f07
* luci/app/freifunk-community: add redirect for cgi-bin-status.html too
2008-09-29 16:57:35 +00:00
Jo-Philipp Wich
590f88b6fa
* luci/app/asterisk: add default config
2008-09-25 21:08:30 +00:00
Jo-Philipp Wich
37ff3ad073
* luci/app/asterisk: add english translations
2008-09-25 14:25:18 +00:00
Jo-Philipp Wich
3ddce490db
* luci/applications: create empty asterisk app folder
...
* luci/libs/uvl: move asterisk scheme to app folder
2008-09-25 14:01:49 +00:00
Jo-Philipp Wich
729c5a24a8
* luci/libs/uvl: move most schemes to their corresponding packages
2008-09-25 13:57:28 +00:00
Jo-Philipp Wich
bab278613b
* luci/app/coovachilli: remove remotelogin section from sample config
2008-09-25 13:53:47 +00:00
Jo-Philipp Wich
45ca64b250
* luci/i18n/portuguese_brazilian: add fixes and translations for ddns, qos, firewall and ntp client
2008-09-25 12:30:21 +00:00
Jo-Philipp Wich
73f382fcda
* luci/app/coovachilli: add i18n lua file
2008-09-25 12:14:15 +00:00
Jo-Philipp Wich
cc5c488e8b
* luci/app/coovachilli: add english translation
2008-09-25 12:11:56 +00:00
Jo-Philipp Wich
3ab941a8e7
* luci/app/coovechilli: remove chunk file from controller dir
2008-09-25 10:34:02 +00:00
Jo-Philipp Wich
48c2615201
* luci/app/coovachilli: drop remote configuratio section, complete uci scheme
2008-09-25 10:12:21 +00:00
Jo-Philipp Wich
97f3bc94e7
* luci/app/ushare: bump lua translation files
2008-09-25 10:11:46 +00:00
Jo-Philipp Wich
647762d2d9
* luci/app/coovachilly: cbi model fixes, extended scheme
2008-09-25 00:42:55 +00:00
Jo-Philipp Wich
643b068e23
* luci/app/coovachilli: replace all chillispot names with coovachilli
2008-09-24 23:08:10 +00:00
Jo-Philipp Wich
1e96ac8790
* luci/app/chillispot: rename to coovachilli
2008-09-24 23:02:41 +00:00
Jo-Philipp Wich
7d628393a9
* luci/app/chillispot: replace macauth with generalized auth cbi model
2008-09-24 23:01:06 +00:00
Jo-Philipp Wich
c2e719d705
* luci/app/chillispot: prepare for coovachilli
2008-09-24 22:59:11 +00:00
Jo-Philipp Wich
84faf2b8e9
* luci/app/ushare: extend cbi model, add xml and german translations
2008-09-24 21:12:56 +00:00
Steven Barth
069cce7459
Added REJECT target to firewall zone configuration
2008-09-24 16:03:23 +00:00
Jo-Philipp Wich
2ba7e61dce
* luci/applications: add ushare package
2008-09-24 12:46:07 +00:00
Jo-Philipp Wich
1a4869342a
* luci/app/chillispot: add uvl scheme
2008-09-23 23:36:22 +00:00
Jo-Philipp Wich
e3260d06bd
* luci/applications: add initial chillispot package (incomplete)
2008-09-23 23:17:45 +00:00
Steven Barth
251502e2cd
Kill luci-addons package
2008-09-23 13:15:50 +00:00
Jo-Philipp Wich
d46dc677e2
* luci/app/olsr: adept hna cbi model to new initscript
2008-09-22 15:33:14 +00:00
Steven Barth
845f00d0b3
Better descriptions for firewall pages
2008-09-22 12:21:03 +00:00
Steven Barth
83494b2751
Added FW rule for splash hotspot portal
2008-09-22 00:15:38 +00:00
Steven Barth
71adba8a50
FF-Wizard: Create a forwarding rule for intraff traffic, fix some function definitions
2008-09-19 22:45:08 +00:00
Jo-Philipp Wich
10db2c2637
* luci/app/statistics: fix some translation issues
2008-09-19 21:10:51 +00:00
Steven Barth
1115f4ba5a
Bump luci-p910nd translation files
2008-09-18 11:37:01 +00:00
Jo-Philipp Wich
7f0ff5c655
* luci/applications: add p910nd printserver application, thanks Yanira! - closes #125
2008-09-16 11:16:04 +00:00
Steven Barth
c652c5ee52
FF-Wizard: Fixed a problem with custom settings
2008-09-16 10:08:04 +00:00
Jo-Philipp Wich
b11c6ecbee
* luci/themes: fix xml errors triggered by query strings in menu entries
...
* luci/app-olsr: fix html error in mid table
2008-09-16 01:14:30 +00:00
Steven Barth
cbb0bead6f
Fixed statistics
2008-09-15 23:46:20 +00:00
Steven Barth
267c8918cf
Freifunk: Added legacy cgi-bin-nodes.html support
2008-09-15 22:28:45 +00:00
Jo-Philipp Wich
9c8f710d51
* luci/app-olsr: fixed duplicate keys in olsr translations
2008-09-15 21:44:32 +00:00
Jo-Philipp Wich
bf80f902c5
* luci/app-ffwizard: fix deletion of olsrd interface
2008-09-15 21:23:03 +00:00
Steven Barth
605cd262ba
FF-Wizard: Fixed a typo which resulted in duplicate OLSR-Interfaces
2008-09-15 20:44:08 +00:00
Steven Barth
dbd1d3c273
Reorganised Freifunk pages
...
Unified Community configuration
2008-09-15 16:52:58 +00:00
Jo-Philipp Wich
29e91c2d83
* luci/app-olsr: fix layout of IpcConnect section
...
* luci/contrib/olsr: fix default config
2008-09-14 23:17:10 +00:00
Steven Barth
5872bfa084
Overall Freifunk improvements
2008-09-14 21:59:14 +00:00
Jo-Philipp Wich
1bd4697acd
* luci/app-olsr: added rewritten german and english translation
2008-09-14 20:57:00 +00:00
Jo-Philipp Wich
00026ef79d
* luci/app/ffwizard: add more communities to Freifunk selection list
2008-09-14 16:19:18 +00:00
Jo-Philipp Wich
95c444c539
* luci/app/ffwizard: sync olsr configuration
2008-09-14 00:34:39 +00:00
Steven Barth
b3cab35609
Updated Community-Packages for Halle and Leipzig
2008-09-14 00:25:05 +00:00
Steven Barth
014b6b9b63
FF-Wizard: assign matching network interface to wireless configuration
2008-09-14 00:14:36 +00:00
Steven Barth
1665418366
FF-Wizard: Set interface protocol to static, don't add the zone to network if it does not match an existing interface
2008-09-13 23:21:32 +00:00
Jo-Philipp Wich
f424439b65
* luci/contrib/olsr: add postinstall hooks to register ucitrack action for olsrd config
2008-09-13 18:36:46 +00:00
Jo-Philipp Wich
bedf65aed2
* luci/app-olsr: fix olsr status pages
2008-09-13 17:51:03 +00:00
Jo-Philipp Wich
b00102c8b7
* luci/app-olsr: improved plugin handling
2008-09-13 17:24:35 +00:00
Jo-Philipp Wich
b69589fba3
* luci/app-olsr: further fixes in olsr plugins config
2008-09-13 05:23:30 +00:00
Jo-Philipp Wich
61fe05ef43
* luci/app-olsr: fix olsrplugins page
2008-09-13 05:17:20 +00:00
Jo-Philipp Wich
e898a0dec6
* luci/app-olsr: first round of olsr improvements:
...
- implement new uci config format
- moved hna announcements and plugins to separate pages
- made all sections dynamic
- added all known plugin options as additional fields
2008-09-13 01:00:11 +00:00
Steven Barth
5e001696e3
UVC-Streamer: Upstream configuration file is named uvc-streamer not uvc_streamer
2008-09-11 18:54:06 +00:00
Steven Barth
0eb9e9805c
luci-ntpc: Fixed option definitions
2008-09-11 17:24:50 +00:00
Steven Barth
a676cd0e14
Revert "* luci/applications: olsr: convert general settings to dynamic section with most parameters removed to ease the compatibility pain"
...
This reverts commit ec51f83957827f0dfa58dd2c211253aa61ee3bfe.
2008-09-10 22:53:49 +00:00
Steven Barth
dbde0216c2
Rewrote UCI apply logic
2008-09-06 13:51:51 +00:00
Jo-Philipp Wich
4f3c67df41
* luci/applications/uvc-streamer: fix possible crash when no uvc_streamer sections is defined in config
2008-09-05 23:54:44 +00:00
Steven Barth
e6133d65e3
Fixed a few FF-Wizard issues
2008-09-05 23:43:18 +00:00
Jo-Philipp Wich
ee613dd296
* luci/applications/uvc_streamer:
...
- display streaming address in map description
- sync translation
- add credits
2008-09-05 19:25:10 +00:00
Steven Barth
05f350547e
FFWizard rewrite
2008-09-05 01:01:53 +00:00
Steven Barth
67c4ce4dfc
Added placeholder example application
2008-09-04 20:03:00 +00:00
Jo-Philipp Wich
fb1c51b33c
* luci/applications/uvc_streamer: sync xml translations
2008-09-04 11:17:02 +00:00
Jo-Philipp Wich
5187eb8896
* luci/application/uvc_streame: apply translation enhancements
2008-09-04 11:07:19 +00:00
Steven Barth
f9a3de2234
applications/luci-fw: Fixed r2979, closes #112
2008-09-02 11:27:00 +00:00
Steven Barth
954e61d2a3
Bump i18n-files
2008-09-02 09:08:11 +00:00
Jo-Philipp Wich
6203d55284
* luci/applications: olsr: remove init stuff, moved to olsrd-luci
2008-09-01 23:04:38 +00:00
Jo-Philipp Wich
c245841b48
* luci/applications: olsr: add own initscript and configuration
2008-09-01 22:25:51 +00:00
Steven Barth
da23475d31
Fixed some encoding issues
2008-09-01 22:04:34 +00:00
Steven Barth
87bed5db45
Added UVC-Streamer application
...
Contributed by Yanira
Thanks a lot
2008-09-01 21:56:30 +00:00
Jo-Philipp Wich
c6ea479b06
* luci/applications: statistics: strip leading and trailing whitespace from config values, fixes OpenWrt Bug #3892
2008-08-31 14:50:43 +00:00
Jo-Philipp Wich
d82340ada4
* luci/applications: statistics: pick up new rrdtool translations in controller and rrdtool-i18n binding
2008-08-31 14:38:28 +00:00
Jo-Philipp Wich
64a16c5bbf
* luci/applications: statistics: split i18n data for rrdtool (Latin1) and webinterface (UTF8), hide rrdtool xml since xsltproc generates UTF8 where it should create Latin1 and escapes characters that should not be escaped which leads to corrupted labels in generated diagram images
2008-08-31 14:37:28 +00:00
Jo-Philipp Wich
2cb5387054
* luci/applications: luci-fw: implement combined tcp+udp protocol option
2008-08-27 19:20:43 +00:00
Steven Barth
12bb00a6a8
Sync translations
2008-08-27 15:00:00 +00:00
Steven Barth
14ffeb6eef
Upstream compatibility
2008-08-27 14:10:40 +00:00
Steven Barth
de5f413ae3
Upstream compatibility
2008-08-27 12:29:59 +00:00
Steven Barth
91ba7c42f5
UCI API changes
2008-08-26 23:00:44 +00:00
Steven Barth
9c6a852939
Updated XML translation system, fixed some errors with multiline-translations
...
Thanks: Alina Friedrichsen
2008-08-22 17:18:36 +00:00
Jo-Philipp Wich
c7c2624713
* luci/i18n: updated translation files, xhtml fixes in openwrt.org theme
2008-08-20 19:35:54 +00:00
Jo-Philipp Wich
7590274b21
* luci/i18n: add luci translations in xml format
2008-08-20 17:23:53 +00:00
Jo-Philipp Wich
d141bf4912
* luci/applications: fix typo in english olsr translation
2008-08-20 16:32:21 +00:00
Jo-Philipp Wich
bfcefb717f
* luci/applications: olsr: convert general settings to dynamic section with most parameters removed to ease the compatibility pain
2008-08-19 16:47:05 +00:00
Jo-Philipp Wich
7e61238f96
* luci/applications: make hna anouncments a tblsection in olsr model
2008-08-19 14:07:25 +00:00
Steven Barth
385c63d4fb
Attempt #3
2008-08-17 20:54:26 +00:00
Steven Barth
b0144108a8
Second try...
2008-08-17 20:29:00 +00:00
Steven Barth
4f2bf621be
Updated OLSR page
2008-08-17 20:19:50 +00:00
Steven Barth
75d4cca7ae
Fixed a design flaw in luci.model.uci
2008-08-17 10:20:36 +00:00
Steven Barth
32f2f12438
applications/luci-ntpc: Display current system time
2008-08-16 21:50:09 +00:00
Steven Barth
c637f686ee
Fixed a typo
2008-08-15 22:04:37 +00:00
Steven Barth
9bdf8c2942
applications/luci-fw: Fixed a typo
2008-08-15 20:57:15 +00:00
Steven Barth
4bd74d0a98
libs/core: Remove deprecated luci.bits which got replaced by bitlib
2008-08-14 22:51:12 +00:00
Steven Barth
f5ea976058
applications/luci-ntpc: Remove abandoned translations
2008-08-14 16:49:03 +00:00
Steven Barth
b4d9e2867f
applications/luci-ntpc: Refreshed CBI model to work with latest UCI scheme
2008-08-14 16:48:17 +00:00
Steven Barth
2c09564d76
modules/admin-core: Added several cross-references to relevant configuration pages
2008-08-14 14:51:06 +00:00
Steven Barth
8c246e8174
applications/luci-ntpc: Updated module to work with reworked UCI scheme
2008-08-14 13:25:49 +00:00
Steven Barth
36f1dac36f
User interface improvements part #2
2008-08-13 16:18:39 +00:00
Steven Barth
c10065b71c
Added new Application luci-samba offering SMB/CIFS network share configuration
2008-08-11 16:05:50 +00:00
Steven Barth
e080fcebd2
libs/core: Cleaned up luci.sys in favor of the new luci.ip module
2008-08-08 12:26:45 +00:00
Steven Barth
fbae92e522
modules/admin-full: Added support for interface aliases
2008-08-07 20:21:38 +00:00
Steven Barth
76982655fa
Moved luci.sys.exec, luci.sys.execl and luci.sys.bigendian to luci.util
2008-08-06 20:11:15 +00:00
Steven Barth
565bcfab82
Fix a small luci-splash issue
2008-08-05 14:14:42 +00:00
Steven Barth
2414448845
applications/luci-splash: Minor Fixes
2008-08-05 13:23:40 +00:00
Steven Barth
2755a46c4d
applications/luci-splash: Updated to work with new UCI firewall
2008-08-05 12:58:20 +00:00
Steven Barth
9a63ad7c10
applications/luci-fw: Reworked to use the new native UCI-based firewall configuration
2008-08-04 23:36:33 +00:00
Steven Barth
66fa0eb0e8
applications/luci-upnp: Disable automatic start of Miniupnpd due to security risks
2008-07-31 09:00:31 +00:00
Steven Barth
bd4ac252a9
applications/luci-splash: Made configuration sections tables
2008-07-25 22:15:18 +00:00
Steven Barth
4aaa2afcc1
applications/luci-olsr: Remove work-arounds of a former template-bug
2008-07-19 15:49:24 +00:00
Steven Barth
5c419acf92
Added new applications luci-ddns to luci-full and luci-mini
2008-07-17 21:59:04 +00:00
Steven Barth
fce0b84501
Added new application luci-ntpc to luci-full and luci-mini
2008-07-17 21:01:15 +00:00
Steven Barth
43b9951481
New application luci-upnp for luci-full and luci-mini
2008-07-17 18:11:15 +00:00
Steven Barth
52d49762ed
applications/luci-qos: Smaller enhancements, support for luci-mini
...
applications/luci-fw: Fixed support for luci-mini
libs/web: Removed luci.dispatcher.registered
2008-07-17 16:02:29 +00:00
Steven Barth
66a6492ae5
libs/web: Prevent luci.http to prematurely parse the POST data
...
modules/admin-mini: Added fw-upgrade page
2008-07-16 14:26:40 +00:00
Steven Barth
429473aed8
applications/luci-fw: Added support for luci-mini
...
modules/admin-mini: Added portforwarding page, and UCI changes, apply and revert pages
2008-07-16 10:08:28 +00:00
Jo-Philipp Wich
79a35fe825
* luci/themes: layout changes for smalltext tables in openwrt.org theme
...
* luci/olsr: layout fixes for status pages
2008-07-16 02:38:45 +00:00
Jo-Philipp Wich
b0d36c88d9
* luci/splash: fix #92
2008-07-15 22:55:25 +00:00
Jo-Philipp Wich
be4147d3d8
* luci/themes: css fixed in openwrt.org theme
...
* luci/statistics: fixed layout of graph display page
* luci/admin: fixed layout of uci changes page
2008-07-15 22:37:53 +00:00
Jo-Philipp Wich
bd3d207081
* luci/themes: small css fix vor field descriptions in openwrt.org theme
...
* luci/applications: fix html in ffwizard
2008-07-13 20:09:27 +00:00
Jo-Philipp Wich
83bee1908f
* luci/splash: add missing in require in luci-splashd
2008-07-13 02:15:21 +00:00
Jo-Philipp Wich
9548b528b6
* luci: added community package for Freifunk Augsburg
2008-07-12 22:05:04 +00:00
Steven Barth
c026b6ed03
applications/luci-splash: Added UCI-state based server address detection
2008-07-12 15:38:11 +00:00
Steven Barth
12c01f8ae4
applications/luci-olsr: Update CBI model for upstream compatibility with 0.5.6-rc7
2008-07-09 07:46:18 +00:00
Steven Barth
1588665618
Added copyright-tags to templates
2008-07-07 22:00:56 +00:00
Andreas Seidler
3c33a2ad82
* Add community package for Freifunk Berlin
2008-07-07 17:47:32 +00:00
Steven Barth
98b1e8199f
Revert "* luci/olsr: fix names of interfaces with type bridge"
...
This reverts commit 500499c2a0d7c5eeeddb621a8b96fad10523485b.
2008-07-06 10:38:38 +00:00
Steven Barth
bbe086c9ce
applications/luci-olsr: Fixed to work with 0.5.6
2008-07-05 16:27:31 +00:00
Jo-Philipp Wich
09f5bab744
* luci/olsr: fix names of interfaces with type bridge
2008-07-04 14:57:49 +00:00
Steven Barth
ee324cb3a7
* applications/luci-splash: Rewrote luci-splash using an own daemon implementation
...
* Minor tweaks in luci.dispatcher
2008-06-29 14:42:53 +00:00
Steven Barth
eae0e44798
* Added support for CGI SGI
2008-06-15 17:45:10 +00:00
Steven Barth
3455ee6d8d
* Added support for htdocs module directory
2008-06-15 16:02:47 +00:00
Steven Barth
961bfcf77f
* Generalized HTTP-API
2008-06-15 12:34:16 +00:00
Jo-Philipp Wich
16924c1d83
* luci/statistics: some german translation fixes
2008-06-14 15:39:53 +00:00
Steven Barth
855b7582d3
* Rewrote Luci to be coroutine-safe allowing the use of non-forking webservers
...
* Setting base version to 0.7
2008-06-14 14:12:12 +00:00
Jo-Philipp Wich
50fd298415
* luci/olsr: added config-support and translations for Hna4, Hna6 and IpcConnect configuration
2008-06-14 01:22:12 +00:00
Steven Barth
92a919d8ee
* applications/luci-splash: Removed dependency to sgi-haserl, Updated attributes
2008-06-11 20:27:10 +00:00
Jo-Philipp Wich
e92fce9694
* luci/statistics: fix syntax error in init script
2008-06-10 22:28:08 +00:00
Jo-Philipp Wich
4495c0326c
* luci/statistics: add and enable load plugin by default
2008-06-10 22:08:27 +00:00
Steven Barth
5472678440
* Completed cleanup of German translation
2008-06-09 20:11:19 +00:00
Steven Barth
211c6394a0
* Prepare german translation cleanup
2008-06-09 10:10:29 +00:00
Steven Barth
2bf012a40a
* themes/fledermaus: Register on install
...
* applications/luci-statistics: Fixed wrong paths in templates
2008-06-09 08:48:10 +00:00
Steven Barth
64806f32be
* Made Makefiles attribute aware
2008-06-09 07:56:20 +00:00
Jo-Philipp Wich
5f6561bc34
* luci/statistics: register statistics reload commit action
2008-06-08 22:09:58 +00:00
Jo-Philipp Wich
cb3ed9f226
* luci/statistics: implement reload action in init script
2008-06-08 21:59:51 +00:00
Jo-Philipp Wich
de2e0ce10c
* luci/statistics: implement support for the load plugin
2008-06-08 21:51:55 +00:00
Steven Barth
0d4b628c7b
* applications/olsr: Fixed case sensitive i18n-keys
2008-06-08 21:28:29 +00:00
Jo-Philipp Wich
52673c157b
* luci/statistics: reworked some dispatcher, use new hashtable iterators to create sorted submenus
2008-06-08 21:15:06 +00:00
Steven Barth
2072ec939f
* applications/luci-olsr: Translation
2008-06-08 18:02:47 +00:00
Steven Barth
d04d7bb8fa
* applications/luci-qos: Translation
2008-06-08 17:12:47 +00:00
Steven Barth
14438002a1
* More Translation
2008-06-08 15:36:57 +00:00
Jo-Philipp Wich
2d5110fcb4
* luci/statistics: append ".lua" to language files to allow bytecody-compilation
2008-06-08 14:20:19 +00:00
Jo-Philipp Wich
873b20cb19
* luci/statistics: replace load() with loadc() since german translation is now available
2008-06-08 14:19:26 +00:00
Jo-Philipp Wich
3ba1a52c1f
* luci/statistics: Latin1 -> UTF-8 conversation for german translation
2008-06-08 14:04:22 +00:00
Jo-Philipp Wich
07ec43bf0c
* luci/statistics: add german translation
2008-06-08 13:47:49 +00:00
Steven Barth
7d03f8ea8a
* Core translation
...
* Added license headers
* Splitted qos into separate application package
2008-06-08 08:14:31 +00:00
Steven Barth
a7a2afdb0a
* libs/uci: Fixed uci.delete_all
...
* Fixed Freifunk wizard
2008-06-07 07:58:35 +00:00
Steven Barth
cdd871d834
* Fixed a typo
2008-06-06 22:28:51 +00:00
Steven Barth
741f7a44f5
* Fixed typos
2008-06-06 22:27:03 +00:00
Steven Barth
0092df3d17
* Fixed a bug in Luci-Splash
2008-06-06 21:49:17 +00:00
Steven Barth
cd0fb5e44e
* Removed High-Level UCI-API due to Lua compiler bugs
2008-06-06 20:45:33 +00:00
Steven Barth
8644ff1eab
* Removed section titles
2008-06-06 18:27:59 +00:00
Steven Barth
331bd2579d
* Added missing file
2008-06-06 16:21:11 +00:00
Steven Barth
9322801072
* Separated OLSR pages into separate application pack
...
* Minor bugfixes and enhancements
2008-06-06 15:50:21 +00:00
Steven Barth
dd9606825d
* Merged Luci to use native UCI-library
2008-06-05 19:16:38 +00:00
Jo-Philipp Wich
d30d590ae8
* luci/statistics: whitespace cleanup in controller
2008-06-05 09:21:44 +00:00
Jo-Philipp Wich
e9cbb96685
* luci/statistics: fix dispatcher again: drop redirect; use first available instance if no instance requested; breaks menu highlight but lets statistics work in every context (at least for now)
2008-06-05 09:19:46 +00:00
Jo-Philipp Wich
48e06817da
* luci/statistics: moving the graph controller to admin caused the images to be generated by the root user which rendered the linked-in public statistics pages unusable because of missing permissions to write the generated graphics as nobody to directories created by root
...
* luci/core: store the actual dispatching path to .path in node() - this permits dispatcher modules to get the canonical path as luci.dispatcher.dispatched.path
2008-06-04 22:41:58 +00:00
Jo-Philipp Wich
18efb3f75b
* luci/statistics: made definition fallbacks for date w/o digram model working again
2008-06-03 23:58:42 +00:00
Jo-Philipp Wich
8d732cb8d9
* luci/statistics: definitions.lua: remove all defs handled by diagram models, removed duplicate date (saves ~1000 loc ;-) )
2008-06-03 23:30:51 +00:00
Jo-Philipp Wich
2c85ff1fe7
* luci/statistics: remove unneeded processes/ps_state diagram definition
2008-06-03 23:22:55 +00:00
Jo-Philipp Wich
c95801569f
* luci/statistics: added missing iptables/ipt_bytes definition, svn property fixups
2008-06-03 23:18:37 +00:00
Jo-Philipp Wich
6071119f2e
* luc/statistics: add file/license headers
2008-06-03 23:15:16 +00:00
Felix Fietkau
7557c5bcef
some error handling for fs.dir(...) == nil
2008-06-03 22:50:21 +00:00
Felix Fietkau
77f8074a01
make use of the new features in the binding for uci v0.4.0 - fixes remaining dependencies of libuci.lua on the cli
2008-06-03 22:42:01 +00:00
Jo-Philipp Wich
db3a4c5c97
* luci/statistics: move public pages to /admin/statistics/graph/
2008-06-03 20:04:20 +00:00
Jo-Philipp Wich
8084c460a1
* luci/statistics: update config generator
2008-06-03 19:22:55 +00:00
Jo-Philipp Wich
be71969b76
* luci/statistics: update default config
2008-06-03 19:18:29 +00:00
Jo-Philipp Wich
71449d76e7
* luci/statistics: implement timespan selection in public interface
2008-06-03 19:05:34 +00:00
Steven Barth
8ee6336320
* applications/luci-splash: Fixed a typo
2008-06-03 16:53:51 +00:00
Jo-Philipp Wich
9f4428eefc
* luci/statistics: add init script
2008-06-02 01:49:51 +00:00
Jo-Philipp Wich
4058aacd06
* luci/statistics: template and controller translation
2008-06-02 00:48:25 +00:00
Jo-Philipp Wich
3e94adc682
* luci/statistics: complete cbi model translation
2008-06-01 23:52:07 +00:00
Steven Barth
bc5c1995eb
* luci/web: Set default language to English
...
* applications/community-*: Set default language to German
2008-06-01 12:35:19 +00:00
Jo-Philipp Wich
1da5feb9f7
* luci/statistics: let rrdtool.lua use values from the configuration, added irq diagram model
2008-06-01 03:12:48 +00:00
Steven Barth
df625ebc42
* Reset default theme to "Fledermaus" for freifunk community packages
2008-05-31 08:07:50 +00:00
Jo-Philipp Wich
d8ba05412c
* luci/statistics: added diagram models for process and df plugins, adept controller to recent luci core, support models with per instance diagrams and index diagrams, added new strings to language file
2008-05-30 00:26:18 +00:00
Jo-Philipp Wich
7f995fd0b6
* luci/statistics: include cpu plugin in stat-genconfig
2008-05-29 16:00:34 +00:00
Steven Barth
fe7cbc15b8
Revert "* luci/core: dispatcher.lua: fix build_url()"
...
This reverts commit 7512f2e5f533cb8ef51a9e4ee01081da0df23853.
2008-05-29 13:51:32 +00:00
Jo-Philipp Wich
908332e3e9
* luci/statistics: generate submenus for plugins with multiple instances, i18n menu entries
2008-05-29 00:59:58 +00:00
Jo-Philipp Wich
b06638df6e
* luci/statistics: implement initial i18n support, added first translations, removed hardcoded strings from models
2008-05-28 22:34:26 +00:00
Jo-Philipp Wich
38844ccb31
* luci/statistics: added diagram model for interface plugin
2008-05-28 19:37:20 +00:00
Jo-Philipp Wich
bb5ecfde72
* luci/statistics: implement a more advanced diagram generator in rrdtool.lua, simplified diagram models, fix bug in datatree.lua
2008-05-28 17:51:15 +00:00
Jo-Philipp Wich
c59a7afe45
* luci/statistics: adept controller to new dispatcher requirements
2008-05-27 21:23:11 +00:00
Steven Barth
b1e131a3db
* Optimized dispatching model
2008-05-27 20:39:48 +00:00
Jo-Philipp Wich
3f09d369d6
* luci/statistics: implement flip, overlay and total options for diagram models, improved/fixed netlink and wireless models
2008-05-27 20:32:04 +00:00
Steven Barth
d35a620e9f
commit 4f6198094cf4134179d1f9c9fa8f79759a27c87e
...
Author: Felix Fietkau <nbd@openwrt.org>
Date: Tue May 27 13:56:12 2008 +0200
rename src/ to luasrc/
2008-05-27 12:23:39 +00:00
Steven Barth
93ff578ac8
* 3rd Package reorgnaisation
...
* Moved core, web, cbi to libs
* Refactored OpenWRT Makefile to separate Libraries, Webinterface Components, Freifunk packages
2008-05-27 09:33:52 +00:00
Steven Barth
30c8b259e1
* Separated CBI from LuCI Web
...
* Updated OpenWRT-Makefile
2008-05-27 08:32:10 +00:00
Steven Barth
d4399bf618
* Reworked host-Target for global Makefile
...
* Fixed dispatcher to correctly support fastindex
2008-05-26 12:16:16 +00:00
Steven Barth
5f40074c0e
* Updated dispatcher to use fastindex if available
...
* Updated webuci SGI
* Updated dispatcher
2008-05-26 09:45:12 +00:00
Jo-Philipp Wich
1da3c32a73
* luci/statistics: fix path to types.db in default config, adept stat-genconfig to new project name and updated config
2008-05-25 22:30:30 +00:00
Jo-Philipp Wich
bf907eafda
* luci/statistics: ffluci -> luci conversation
2008-05-25 17:53:04 +00:00
Jo-Philipp Wich
4a80f37832
* ffluci/statistics: diagram model updates, added ping to genconfig, fixed random() in colors.lua and added support for multiple diagrams per diagram controller
2008-05-25 17:47:38 +00:00
Steven Barth
365d80765d
Renamed FFLuCI to LuCI, ffluci to luci and Freifunk Lua Configuration Interface to Lua Configuration Interface
2008-05-25 17:00:30 +00:00
Jo-Philipp Wich
e53d31062e
* ffluci/statistics: update default config
2008-05-25 02:56:05 +00:00
Jo-Philipp Wich
1e70a05156
* ffluci/statistcs: implement rrdtool stuff, extend controller to public pages - wip
2008-05-25 02:37:39 +00:00
Steven Barth
f920f79b64
* Separated Freifunk wizard from Freifunk module
2008-05-23 21:14:21 +00:00
Jo-Philipp Wich
45be03914c
* ffluci/statistics: move contrib files from files/ to root/
2008-05-23 20:23:51 +00:00
Jo-Philipp Wich
eaa763cbdb
* ffluci/statistics: port statistics to new controller api, add mysel to NOTICE
2008-05-23 19:23:06 +00:00
Steven Barth
b515d6f88e
* Changed Makefiles to use mainline Lua
...
* Added a dispatching shortcut (thanks to Jow)
2008-05-22 17:21:30 +00:00
Jo-Philipp Wich
505c3208c9
* ffluci/statistics: updated default config
2008-05-22 16:41:12 +00:00
Steven Barth
6604399aa8
Merge branch 'menu'
2008-05-22 14:04:03 +00:00
Jo-Philipp Wich
f738eb786e
* ffluci/statistics: fixes for interface, netlink, dns and email plugin cbi models
2008-05-22 13:17:33 +00:00
Jo-Philipp Wich
41f224a2fa
* ffluci/statistics: processes.lua: fix parameter spelling in comment
2008-05-22 13:12:43 +00:00
Jo-Philipp Wich
0e33719761
* ffluci/statistics: add cbi model for rrdtool, fix stat-genconfig to allow correctly spelled list value parameters, updated default config
2008-05-22 13:09:45 +00:00
Jo-Philipp Wich
68fd8eacdd
* ffluci/statistics: add unixsock.lua missing in last commit
2008-05-21 04:36:47 +00:00
Jo-Philipp Wich
97ff6fa3e9
* ffluci/statistics: add cbi model for unixsock plugin
2008-05-21 04:34:13 +00:00
Jo-Philipp Wich
f90684f321
* ffluci/statistics: include general configuration in stat-genconfig
2008-05-21 04:17:25 +00:00
Jo-Philipp Wich
d51e33b8cb
* ffluci/statistics: fix file description in tcpconns cbi model
2008-05-21 03:58:14 +00:00
Jo-Philipp Wich
aed4df18d9
* ffluci/statistics: add cbi models for processes and tcpconns plugin
2008-05-21 03:56:35 +00:00
Jo-Philipp Wich
5306660d04
* ffluci/statistics: add cbi models for irq, netlink and network plugins, updated menu, default config and config generator
2008-05-21 03:08:47 +00:00
Jo-Philipp Wich
f77474efc7
* ffluci/statistics: added initial config generator for collectd
2008-05-20 23:41:34 +00:00
Jo-Philipp Wich
2cbe2d2933
* ffluci/statistics: fix c'n'p errors in iptables cbi model
2008-05-20 19:21:36 +00:00
Jo-Philipp Wich
b878aa8ced
* ffluci/statistics: updated menu, added collectd interface and iptables cbi models
2008-05-20 19:15:47 +00:00
Jo-Philipp Wich
89782b126f
* ffluci/statistics: first bunch of collectd plugin cbi models
2008-05-20 01:23:25 +00:00
Steven Barth
69897e5ad9
* Add community package for Freifunk Hannover
2008-05-18 21:38:11 +00:00
Jo-Philipp Wich
191848dae0
* ffluci: first work on statistics application based on collectd
2008-05-17 17:43:49 +00:00
Steven Barth
6eae1a0103
* Generalized dispatcher handling
2008-05-17 10:00:44 +00:00
Steven Barth
bc253802f4
* applications/luci-fw: Fixed initscript
2008-05-14 20:16:56 +00:00
Steven Barth
a39bf5f58d
* modules/freifunk: Updated wizard to be more generic
2008-05-14 19:39:09 +00:00
Steven Barth
ba971df2af
* applications/luci-fw: Added support for customizing inter-device routing
...
* applications/luci-fw: Adapted Firewallscripts to better integrate into OpenWRT networking concept
2008-05-14 18:16:51 +00:00
Steven Barth
3f4f75b107
* core: Added template for a table view of typed sections
2008-05-14 12:10:44 +00:00
Steven Barth
9a8624350f
* Readded missing firewall configuration pages
2008-05-14 09:17:09 +00:00
Steven Barth
b481ea4934
* applications/sgi-haserl: Added ffluci.http.upload for file uploads
...
* applications/sgi-webuci: Added stub for ffluci.http.upload
2008-05-13 09:21:10 +00:00
Steven Barth
b5243ea95f
* applications/luci-splash fixes #2
2008-05-11 10:37:01 +00:00
Steven Barth
045d9c1942
* DHCP-Splash fixes #1
2008-05-11 10:29:45 +00:00
Steven Barth
ff95588502
* applications/luci-splash: Minor bugfixes
2008-05-08 20:59:08 +00:00
Steven Barth
f547a274f7
* Minor bugfixes
2008-05-08 20:52:20 +00:00
Steven Barth
6ae8e58510
* Fix builds
2008-05-08 16:37:47 +00:00
Steven Barth
c4d092ff35
* Some more fixes for #2030
2008-05-08 16:20:53 +00:00
Steven Barth
aa9ccf77c6
* Mördercommit ;-)
...
* Major Repository Reorganisation
* API 0.4 Softfreeze to come
2008-05-08 15:37:41 +00:00