summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-olsr
AgeCommit message (Collapse)Author
2015-01-08Rework LuCI build systemJo-Philipp Wich
* 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>
2014-10-11applications/luci-olsr: use correct config file for IPv6 plugin configJo-Philipp Wich
Based on patch by Erich N. Pekarek <erich@pekarek.at> Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2014-08-12applications/status-olsr: Disable neightbl calls in olsrd neighbors view ↵Manuel Munz
because neightbl segfaults on BB and it wasn't used anyways.
2014-07-30luci-olsr split IPv6/4 configuration in 2 sectionsPatrick Grimm
2013-12-29applications/olsr: Validate input for lqmult, #654Manuel Munz
2013-09-19appllications/olsr: Fix invalid html, #607Manuel Munz
2013-09-19applications/olsr: Fix invalid json outputManuel Munz
2013-08-11luci-olsr: fix ipv6 nil in device varPatrick Grimm
2013-08-07luci-olsr: fix ipv6 ipv4 detectionPatrick Grimm
2013-08-01applications/olsr: Remove macs from olsr neighbors page; show '?' for SNR ↵Manuel Munz
when no info is available; use a seperate column for local interface
2013-07-25luci-olsr: read ip6assign from ubusPatrick Grimm
2013-07-10luci-olsr: fix snr calc olsr neighbours and unit in LegendPatrick Grimm
2013-07-10luci-olsr: add snr for olsr neighbours and update LegendPatrick Grimm
2013-07-07luci-olsr: neightbl for ipv6 neighboursPatrick Grimm
2013-07-02luci-olsr: fix typoPatrick Grimm
2013-07-02luci-olsr: add interface and wifi stats to public olsr-neighb sitePatrick Grimm
2013-03-26applications/luci-olsr: Fix overview page for ipv4 or ipv6 onlyManuel Munz
2013-03-17applications/luci-olsr: Use 100ms timeout for dns requests via nixio.getnameinfoManuel Munz
2013-03-16applications/luci-olsr: Add config options for jsoninfo pluginManuel Munz
2013-03-16applications/luci-olsr: Use jsoninfo instead of txtinfo as data source.Manuel Munz
2013-01-21applications/olsr: Make sure ipv6 addresses from are in the same format when ↵Manuel Munz
we compare them
2013-01-07applications/olsr: fix link targets in overviewManuel Munz
2012-12-01applications/luci-olsr: sync colors with map, add legendManuel Munz
2012-11-26remove .i18n annotations from controller filesJo-Philipp Wich
2012-05-28applications/olsr: Device was not properly shown for ipv6 adresses which ↵Manuel Munz
used the short form, this should take care of that issue
2012-02-08luci-olsr: fix html olsr status pagePatrick Grimm
2011-11-18applications/olsr: Set defaults for values and check which IpVersion olsrd usesManuel Munz
2011-11-13applications/luci-olsr: Fix rowstyle, make html validManuel Munz
2011-11-09applications/luci-olsr: Update all statuspages; use json reloading on ↵Manuel Munz
overview, neighbors and topology pages
2011-10-17applications/luci-olsr, po: fix typo in OLSR texts (#323)Jo-Philipp Wich
2011-08-12applications, modules: remove i18n handling from controller modules as it ↵Jo-Philipp Wich
moved to the themes now
2011-05-17applications/luci-olsr: Better datatype verification for ipv6 prefix.Manuel Munz
2011-05-17applications/luci-olsr: Add dataype verdification, placeholders and ↵Manuel Munz
helptexts to the olsrhna page
2011-05-08luci-olsr: Add options for SmartGateway.Manuel Munz
2011-02-12applications/luci-olsr: Add config option to disable resolving of IP ↵Manuel Munz
addresses to names in status pages
2011-02-11applications/luci-olsr: Add missing translation to smartgwManuel Munz
2011-01-14applications/luci-olsr: Fix mistake in getting olsrd versionManuel Munz
2011-01-14applications: revise uci-defaults scriptsJo-Philipp Wich
2011-01-02applications/luci-olsr: Save RAM while getting the default route, very good ↵Manuel Munz
hint from jow :)
2011-01-02applications/luci-olsr: Make the default gateway yellow in neigbors ↵Manuel Munz
overview, thanks patrick at lunatiki dot de
2011-01-02applications/luci-olsr: General code cleanup, thanks patrick at lunatiki dot deManuel Munz
2010-12-17applications/luci-olsr: Add overview page, move old index to neigborsManuel Munz
2010-12-12applications/luci-olsr: If InterfaceDefaults are set for a value and it is ↵Manuel Munz
unset in the interface section then show the value from InterfaceDefaults instead of the olsrd default value. This aims to fix #175
2010-12-05applications/luci-olsr: Fix problem with float valuesManuel Munz
2010-12-05applications/luci-olsr: Add smartgw status pageManuel Munz
2010-12-05applications/luci-olsr: Add Hostnames, show v6 infos. Most parts of this are ↵Manuel Munz
from patrick(at)lunatiki(dot)de again, thanks.
2010-12-05applications/luci-olsr: redirect to interface config when adding a new ifJo-Philipp Wich
2010-12-05applications/luci-olsr: rework uiJo-Philipp Wich
2010-11-30applications/luci-olsr: Prepare for the switch to olsrd-0.6.xManuel Munz
2010-11-27applications/luci-olsr: Add options for olsrd-mod-p2p and change NonOlsrIf ↵Manuel Munz
to lan for olsrd-mod-mdns. Thanks to patrick(at)lunatiki(dot)de