project/luci.git
13 years agomodules/admin-core: remove uvl schemas
Jo-Philipp Wich [Sun, 2 Jan 2011 19:30:58 +0000 (19:30 +0000)]
modules/admin-core: remove uvl schemas

13 years agocontrib: remove references to uvl from LuCI feed makefile
Jo-Philipp Wich [Sun, 2 Jan 2011 19:27:25 +0000 (19:27 +0000)]
contrib: remove references to uvl from LuCI feed makefile

13 years agolibs: drop uvl and uvldoc
Jo-Philipp Wich [Sun, 2 Jan 2011 19:26:37 +0000 (19:26 +0000)]
libs: drop uvl and uvldoc

13 years agobuild: remove some obsolete support scripts
Jo-Philipp Wich [Sun, 2 Jan 2011 19:20:23 +0000 (19:20 +0000)]
build: remove some obsolete support scripts

13 years agolibs/lmo: skip all entries with identical key and value when generating lmo archives
Jo-Philipp Wich [Sun, 2 Jan 2011 18:16:54 +0000 (18:16 +0000)]
libs/lmo: skip all entries with identical key and value when generating lmo archives

13 years agolibs/sys: update zonedata to version 2010i
Jo-Philipp Wich [Sun, 2 Jan 2011 17:54:12 +0000 (17:54 +0000)]
libs/sys: update zonedata to version 2010i

13 years agobuild: zoneinfo2lua.pl: rework script to accommodate split tzdata.lua and tzoffset...
Jo-Philipp Wich [Sun, 2 Jan 2011 17:52:06 +0000 (17:52 +0000)]
build: zoneinfo2lua.pl: rework script to accommodate split tzdata.lua and tzoffset.lua libs

13 years agobuild: make zoneinfo2lua.pl script more convenient
Jo-Philipp Wich [Sun, 2 Jan 2011 17:29:19 +0000 (17:29 +0000)]
build: make zoneinfo2lua.pl script more convenient

13 years agoapplications/luci-olsr: Save RAM while getting the default route, very good hint...
Manuel Munz [Sun, 2 Jan 2011 16:20:25 +0000 (16:20 +0000)]
applications/luci-olsr: Save RAM while getting the default route, very good hint from jow :)

13 years agoapplications/luci-olsr: Make the default gateway yellow in neigbors overview, thanks...
Manuel Munz [Sun, 2 Jan 2011 12:09:54 +0000 (12:09 +0000)]
applications/luci-olsr: Make the default gateway yellow in neigbors overview, thanks patrick at lunatiki dot de

13 years agoapplications/luci-olsr: General code cleanup, thanks patrick at lunatiki dot de
Manuel Munz [Sun, 2 Jan 2011 12:08:56 +0000 (12:08 +0000)]
applications/luci-olsr: General code cleanup, thanks patrick at lunatiki dot de

13 years agolibs/core: fix some issues in network model
Jo-Philipp Wich [Fri, 24 Dec 2010 21:39:44 +0000 (21:39 +0000)]
libs/core: fix some issues in network model

13 years agolibs/core: bring get_first() boolean casting in line with get_bool()
Jo-Philipp Wich [Fri, 24 Dec 2010 21:39:26 +0000 (21:39 +0000)]
libs/core: bring get_first() boolean casting in line with get_bool()

13 years agopo: update japanese translations, contributed by Kentarou Matsuyama
Jo-Philipp Wich [Fri, 24 Dec 2010 20:30:12 +0000 (20:30 +0000)]
po: update japanese translations, contributed by Kentarou Matsuyama

13 years agolibs/lmo: apply FD_CLOEXEC on archive descriptors to avoid leaking i18n file fds...
Jo-Philipp Wich [Fri, 24 Dec 2010 20:28:00 +0000 (20:28 +0000)]
libs/lmo: apply FD_CLOEXEC on archive descriptors to avoid leaking i18n file fds into executed subprocesses

13 years ago(no commit message)
Manuel Munz [Tue, 21 Dec 2010 22:07:57 +0000 (22:07 +0000)]

13 years agopo/freifunk: Add translations for olsr-overview page
Manuel Munz [Fri, 17 Dec 2010 03:40:54 +0000 (03:40 +0000)]
po/freifunk: Add translations for olsr-overview page

13 years agomodules/freifunk: Fix a problem that happened when ipv6 was not enabled by adding...
Manuel Munz [Fri, 17 Dec 2010 03:35:17 +0000 (03:35 +0000)]
modules/freifunk: Fix a problem that happened when ipv6 was not enabled by adding checks

13 years agomodules/freifunk: Delete cgi-bin-{nodes,status}.html because they were moved to appli...
Manuel Munz [Fri, 17 Dec 2010 02:16:21 +0000 (02:16 +0000)]
modules/freifunk: Delete cgi-bin-{nodes,status}.html because they were moved to applications/luci-olsr

13 years agoapplications/luci-olsr: Add overview page, move old index to neigbors
Manuel Munz [Fri, 17 Dec 2010 02:14:28 +0000 (02:14 +0000)]
applications/luci-olsr: Add overview page, move old index to neigbors

13 years agolibs/web: fix error in wep key validation
Jo-Philipp Wich [Thu, 16 Dec 2010 15:59:25 +0000 (15:59 +0000)]
libs/web: fix error in wep key validation

13 years agopo/freifunk: Forgot to remove one entry in template
Manuel Munz [Wed, 15 Dec 2010 18:32:33 +0000 (18:32 +0000)]
po/freifunk: Forgot to remove one entry in template

13 years agomodules/freifunk: Make status page update dynamically with javascript and small cosme...
Manuel Munz [Wed, 15 Dec 2010 16:35:19 +0000 (16:35 +0000)]
modules/freifunk: Make status page update dynamically with javascript and small cosmetic changes.

13 years agopo: Add 'used' to base and remove translations that are already in base
Manuel Munz [Wed, 15 Dec 2010 16:26:02 +0000 (16:26 +0000)]
po: Add 'used' to base and remove translations that are already in base

13 years agolibs/sgi-uhttpd: move exectime inside handle_request
Manuel Munz [Wed, 15 Dec 2010 01:04:38 +0000 (01:04 +0000)]
libs/sgi-uhttpd: move exectime inside handle_request

13 years agolibs/sgi-uhttpd: Add variable exectime to measure script execution time
Manuel Munz [Wed, 15 Dec 2010 00:42:56 +0000 (00:42 +0000)]
libs/sgi-uhttpd: Add variable exectime to measure script execution time

13 years agothemes/freifunk-generic: Prevent crash when exectime is not set.
Manuel Munz [Wed, 15 Dec 2010 00:36:33 +0000 (00:36 +0000)]
themes/freifunk-generic: Prevent crash when exectime is not set.

13 years agoapplications/luci-app-olsr-viz: Add entry in contrib/package/luci/Makefile
Manuel Munz [Mon, 13 Dec 2010 13:08:27 +0000 (13:08 +0000)]
applications/luci-app-olsr-viz: Add entry in contrib/package/luci/Makefile

13 years agothemes/freifunk-generic: Remove border from imagelinks and general formatting cleanup
Manuel Munz [Mon, 13 Dec 2010 12:12:42 +0000 (12:12 +0000)]
themes/freifunk-generic: Remove border from imagelinks and general formatting cleanup

13 years agolibs/web: change "module" variable to "modname" in dispatcher.lua, solves apidoc...
Jo-Philipp Wich [Sun, 12 Dec 2010 20:16:13 +0000 (20:16 +0000)]
libs/web: change "module" variable to "modname" in dispatcher.lua, solves apidoc artefacts

13 years agoapplications/luci-olsr: If InterfaceDefaults are set for a value and it is unset...
Manuel Munz [Sun, 12 Dec 2010 15:08:56 +0000 (15:08 +0000)]
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

13 years agolibs/core: Create get_first() in uci model
Manuel Munz [Sun, 12 Dec 2010 15:01:39 +0000 (15:01 +0000)]
libs/core: Create get_first() in uci model

13 years agobuild/: Replace -or with -o #133
Manuel Munz [Sat, 11 Dec 2010 17:14:13 +0000 (17:14 +0000)]
build/: Replace -or with -o #133

13 years agoapplications: Add luci-olsr-viz (ported from fff-1.7.4)
Manuel Munz [Sat, 11 Dec 2010 17:08:03 +0000 (17:08 +0000)]
applications: Add luci-olsr-viz (ported from fff-1.7.4)

13 years agoapplications/luci-splash: Fix typo
Manuel Munz [Sat, 11 Dec 2010 03:41:08 +0000 (03:41 +0000)]
applications/luci-splash: Fix typo

13 years agoapplications/luci-splash: Add cache control
Manuel Munz [Sat, 11 Dec 2010 03:38:35 +0000 (03:38 +0000)]
applications/luci-splash: Add cache control

13 years agopo/de/base.po: Fix typo
Manuel Munz [Tue, 7 Dec 2010 19:33:50 +0000 (19:33 +0000)]
po/de/base.po: Fix typo

13 years agothemes/freifunk-generic: Minimal fine tuning for position of input buttons
Manuel Munz [Tue, 7 Dec 2010 19:18:24 +0000 (19:18 +0000)]
themes/freifunk-generic: Minimal fine tuning for position of input buttons

13 years agomodules/freifunk: Revert last change
Manuel Munz [Tue, 7 Dec 2010 11:27:22 +0000 (11:27 +0000)]
modules/freifunk: Revert last change

13 years agomodules/freifunk: Wifi status was not showing on brcm47xx.
Manuel Munz [Tue, 7 Dec 2010 11:13:39 +0000 (11:13 +0000)]
modules/freifunk: Wifi status was not showing on brcm47xx.

13 years agothemes/freifunk-generic: Don't show js-warnings on Freifunk and Splash pages
Manuel Munz [Mon, 6 Dec 2010 01:22:11 +0000 (01:22 +0000)]
themes/freifunk-generic: Don't show js-warnings on Freifunk and Splash pages

13 years agothemes: remove obsolete css (memorybar etc.)
Manuel Munz [Mon, 6 Dec 2010 00:40:25 +0000 (00:40 +0000)]
themes: remove obsolete css (memorybar etc.)

13 years agothemes/freifunk-generic: Add warning box when js is disabled
Manuel Munz [Mon, 6 Dec 2010 00:30:03 +0000 (00:30 +0000)]
themes/freifunk-generic: Add warning box when js is disabled

13 years agoapplications/luci-olsr: Fix problem with float values
Manuel Munz [Sun, 5 Dec 2010 23:47:08 +0000 (23:47 +0000)]
applications/luci-olsr: Fix problem with float values

13 years agocontrib/package: make collections depend on libiwinfo
Jo-Philipp Wich [Sun, 5 Dec 2010 22:39:20 +0000 (22:39 +0000)]
contrib/package: make collections depend on libiwinfo

13 years agoapplications/luci-olsr: Add smartgw status page
Manuel Munz [Sun, 5 Dec 2010 19:06:18 +0000 (19:06 +0000)]
applications/luci-olsr: Add smartgw status page

13 years agomodules/freifunk: forgot to make new variables local in last patch
Manuel Munz [Sun, 5 Dec 2010 18:55:05 +0000 (18:55 +0000)]
modules/freifunk: forgot to make new variables local in last patch

13 years agomodules/freifunk: Prevent injections
Manuel Munz [Sun, 5 Dec 2010 18:53:00 +0000 (18:53 +0000)]
modules/freifunk: Prevent injections

13 years agolibs/httpclient: fix cookie handling (#141)
Jo-Philipp Wich [Sun, 5 Dec 2010 18:22:30 +0000 (18:22 +0000)]
libs/httpclient: fix cookie handling (#141)

13 years agopo: restore rrdtool translations
Jo-Philipp Wich [Sun, 5 Dec 2010 18:01:47 +0000 (18:01 +0000)]
po: restore rrdtool translations

13 years agoapplications/luci-statistics: repair rrdtool i18n handling
Jo-Philipp Wich [Sun, 5 Dec 2010 17:58:26 +0000 (17:58 +0000)]
applications/luci-statistics: repair rrdtool i18n handling

13 years agolibs/web: add field validation for add section name inputs
Jo-Philipp Wich [Sun, 5 Dec 2010 17:37:59 +0000 (17:37 +0000)]
libs/web: add field validation for add section name inputs

13 years agoapplications/luci-polipo: add a simple status frame
Jo-Philipp Wich [Sun, 5 Dec 2010 16:42:36 +0000 (16:42 +0000)]
applications/luci-polipo: add a simple status frame

13 years agoapplications/luci-olsr: Add Hostnames, show v6 infos. Most parts of this are from...
Manuel Munz [Sun, 5 Dec 2010 15:02:44 +0000 (15:02 +0000)]
applications/luci-olsr: Add Hostnames, show v6 infos. Most parts of this are from patrick(at)lunatiki(dot)de again, thanks.

13 years agoapplications/luci-tinyproxy: load correct translation
Jo-Philipp Wich [Sun, 5 Dec 2010 14:12:41 +0000 (14:12 +0000)]
applications/luci-tinyproxy: load correct translation

13 years agocontrib: mark luci-essentials as broken
Jo-Philipp Wich [Sun, 5 Dec 2010 04:08:51 +0000 (04:08 +0000)]
contrib: mark luci-essentials as broken

13 years agolibs/core: always use internal network ids for admin links to wifi networks (#172)
Jo-Philipp Wich [Sun, 5 Dec 2010 03:57:29 +0000 (03:57 +0000)]
libs/core: always use internal network ids for admin links to wifi networks (#172)

13 years agolibs/core: ignore sit0 in network model
Jo-Philipp Wich [Sun, 5 Dec 2010 03:21:52 +0000 (03:21 +0000)]
libs/core: ignore sit0 in network model

13 years agopo: resync polipo translation
Jo-Philipp Wich [Sun, 5 Dec 2010 03:09:27 +0000 (03:09 +0000)]
po: resync polipo translation

13 years agoapplications/luci-polipo: fix polipo page
Jo-Philipp Wich [Sun, 5 Dec 2010 03:09:06 +0000 (03:09 +0000)]
applications/luci-polipo: fix polipo page

13 years agoapplications/luci-olsr: redirect to interface config when adding a new if
Jo-Philipp Wich [Sun, 5 Dec 2010 02:01:38 +0000 (02:01 +0000)]
applications/luci-olsr: redirect to interface config when adding a new if

13 years agocontrib: remove olsrd-luci
Jo-Philipp Wich [Sun, 5 Dec 2010 01:57:21 +0000 (01:57 +0000)]
contrib: remove olsrd-luci

13 years agocontrib: make remove dependency to custom olsrd
Jo-Philipp Wich [Sun, 5 Dec 2010 01:56:40 +0000 (01:56 +0000)]
contrib: make remove dependency to custom olsrd

13 years agoapplications/luci-olsr: rework ui
Jo-Philipp Wich [Sun, 5 Dec 2010 01:55:02 +0000 (01:55 +0000)]
applications/luci-olsr: rework ui

13 years agolibs/web: handle empty tables in Map.set()
Jo-Philipp Wich [Sun, 5 Dec 2010 00:54:18 +0000 (00:54 +0000)]
libs/web: handle empty tables in Map.set()

13 years agolibs/web: add float and ufloat datatypes for field validation
Jo-Philipp Wich [Sun, 5 Dec 2010 00:19:09 +0000 (00:19 +0000)]
libs/web: add float and ufloat datatypes for field validation

13 years agolibiwinfo: fix scan issues in nl80211, encryption detection fixes for madwifi
Jo-Philipp Wich [Sat, 4 Dec 2010 23:25:14 +0000 (23:25 +0000)]
libiwinfo: fix scan issues in nl80211, encryption detection fixes for madwifi

13 years agomodules/admin-full: 6to4 now supports multiple internal networks
Jo-Philipp Wich [Fri, 3 Dec 2010 22:24:08 +0000 (22:24 +0000)]
modules/admin-full: 6to4 now supports multiple internal networks

13 years agolibs/web: fix dynamic list handling
Jo-Philipp Wich [Fri, 3 Dec 2010 12:41:12 +0000 (12:41 +0000)]
libs/web: fix dynamic list handling

13 years agomodules/admin-full: add supported bands to wifi overview adapter titles
Jo-Philipp Wich [Thu, 2 Dec 2010 12:21:18 +0000 (12:21 +0000)]
modules/admin-full: add supported bands to wifi overview adapter titles

13 years agomodules/admin-full: add uptime to iface status templates
Jo-Philipp Wich [Wed, 1 Dec 2010 21:17:39 +0000 (21:17 +0000)]
modules/admin-full: add uptime to iface status templates

13 years agomodules/admin-full: utilize luci.model.network, add uptime in iface_status action
Jo-Philipp Wich [Wed, 1 Dec 2010 21:16:49 +0000 (21:16 +0000)]
modules/admin-full: utilize luci.model.network, add uptime in iface_status action

13 years agolibs/core: fix nil access, implement luci.model.network.network.uptime()
Jo-Philipp Wich [Wed, 1 Dec 2010 21:15:59 +0000 (21:15 +0000)]
libs/core: fix nil access, implement luci.model.network.network.uptime()

13 years agolibs/web: remove debug code from cbi.js
Jo-Philipp Wich [Wed, 1 Dec 2010 20:59:36 +0000 (20:59 +0000)]
libs/web: remove debug code from cbi.js

13 years agomodules/admin-full: use String.format('%t', ...) in lease status template
Jo-Philipp Wich [Wed, 1 Dec 2010 20:54:52 +0000 (20:54 +0000)]
modules/admin-full: use String.format('%t', ...) in lease status template

13 years agolibs/web: add %t format to String.format(), fix float formatting
Jo-Philipp Wich [Wed, 1 Dec 2010 20:53:29 +0000 (20:53 +0000)]
libs/web: add %t format to String.format(), fix float formatting

13 years agothemes/openwrt: increase content width to 96%, more space on small resolutions
Jo-Philipp Wich [Wed, 1 Dec 2010 20:30:43 +0000 (20:30 +0000)]
themes/openwrt: increase content width to 96%, more space on small resolutions

13 years agomodules/admin-full: resolve scope issue in previous commit
Jo-Philipp Wich [Wed, 1 Dec 2010 20:07:17 +0000 (20:07 +0000)]
modules/admin-full: resolve scope issue in previous commit

13 years agomodules/admin-full: hide rdate if not present in config
Jo-Philipp Wich [Wed, 1 Dec 2010 20:03:13 +0000 (20:03 +0000)]
modules/admin-full: hide rdate if not present in config

13 years agomodules/freifunk: show warning when libiwinfo is not installed.
Manuel Munz [Wed, 1 Dec 2010 12:31:07 +0000 (12:31 +0000)]
modules/freifunk: show warning when libiwinfo is not installed.

13 years agoapplications/luci-olsr: Prepare for the switch to olsrd-0.6.x
Manuel Munz [Tue, 30 Nov 2010 21:57:25 +0000 (21:57 +0000)]
applications/luci-olsr: Prepare for the switch to olsrd-0.6.x

13 years agolibiwinfo: properly detect open network reported by wpa_supplicant
Jo-Philipp Wich [Tue, 30 Nov 2010 19:57:38 +0000 (19:57 +0000)]
libiwinfo: properly detect open network reported by wpa_supplicant

13 years agoapplications: remove luci-app-livestats
Jo-Philipp Wich [Mon, 29 Nov 2010 15:17:39 +0000 (15:17 +0000)]
applications: remove luci-app-livestats

13 years agoapplications/luci-ddns: fix selection of custom update_url
Jo-Philipp Wich [Mon, 29 Nov 2010 15:14:50 +0000 (15:14 +0000)]
applications/luci-ddns: fix selection of custom update_url

13 years agomodules/admin-full: track non-tcp or udp connections, use /proc/net/nf_conntrack...
Jo-Philipp Wich [Mon, 29 Nov 2010 14:14:17 +0000 (14:14 +0000)]
modules/admin-full: track non-tcp or udp connections, use /proc/net/nf_conntrack on newer systems

13 years agolibs/web: fix filtering of overlong utf8 sequences
Jo-Philipp Wich [Sun, 28 Nov 2010 20:25:03 +0000 (20:25 +0000)]
libs/web: fix filtering of overlong utf8 sequences

13 years agomodules/admin-full: implement connection graph, cross browser fixes
Jo-Philipp Wich [Sun, 28 Nov 2010 18:01:07 +0000 (18:01 +0000)]
modules/admin-full: implement connection graph, cross browser fixes

13 years agomodules/admin-full: implement load graph
Jo-Philipp Wich [Sun, 28 Nov 2010 14:40:43 +0000 (14:40 +0000)]
modules/admin-full: implement load graph

13 years agomodules/admin-full: fix ordering
Jo-Philipp Wich [Sun, 28 Nov 2010 06:51:33 +0000 (06:51 +0000)]
modules/admin-full: fix ordering

13 years agomodules/admin-full: hide special interfaces like imq0, mon.wlan0 etc.
Jo-Philipp Wich [Sun, 28 Nov 2010 06:50:38 +0000 (06:50 +0000)]
modules/admin-full: hide special interfaces like imq0, mon.wlan0 etc.

13 years agomodules/admin-full: remove leftover debug html
Jo-Philipp Wich [Sun, 28 Nov 2010 06:45:10 +0000 (06:45 +0000)]
modules/admin-full: remove leftover debug html

13 years agomodules/admin-full: add SVG based realtime bandwidth status
Jo-Philipp Wich [Sun, 28 Nov 2010 06:41:45 +0000 (06:41 +0000)]
modules/admin-full: add SVG based realtime bandwidth status

13 years agomodules/freifunk: Fix whitespace errors
Manuel Munz [Sat, 27 Nov 2010 18:44:47 +0000 (18:44 +0000)]
modules/freifunk: Fix whitespace errors

13 years agomodules/freifunk: Add latlon to all profiles and add profiles for Dresden, Neuss...
Manuel Munz [Sat, 27 Nov 2010 18:35:44 +0000 (18:35 +0000)]
modules/freifunk: Add latlon to all profiles and add profiles for Dresden, Neuss, Pberg, Piraten Bergisches Land and Piraten Dresden. Thanks to patrick(at)lunatiki(dot)de

13 years agomodules/admin-full: display an error if libiwinfo is not installed
Jo-Philipp Wich [Sat, 27 Nov 2010 18:24:38 +0000 (18:24 +0000)]
modules/admin-full: display an error if libiwinfo is not installed

13 years agolibs/web: render aggregated messages
Jo-Philipp Wich [Sat, 27 Nov 2010 18:18:06 +0000 (18:18 +0000)]
libs/web: render aggregated messages

13 years agolibs/web: add the ability for maps to push error messages to the global page header
Jo-Philipp Wich [Sat, 27 Nov 2010 18:17:15 +0000 (18:17 +0000)]
libs/web: add the ability for maps to push error messages to the global page header

13 years agoapplications/luci-olsr: Add options for olsrd-mod-p2p and change NonOlsrIf to lan...
Manuel Munz [Sat, 27 Nov 2010 17:16:09 +0000 (17:16 +0000)]
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

13 years agocontrib: derive iwinfo default selection from luci-lib-sys, not core
Jo-Philipp Wich [Sat, 27 Nov 2010 17:09:17 +0000 (17:09 +0000)]
contrib: derive iwinfo default selection from luci-lib-sys, not core

13 years agolibs/sys: protect iwinfo loading and return stub if module is not present
Jo-Philipp Wich [Sat, 27 Nov 2010 16:57:39 +0000 (16:57 +0000)]
libs/sys: protect iwinfo loading and return stub if module is not present