summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2013-08-06po: add translation files for Taiwanese (zh_TW)Jo-Philipp Wich
2013-08-05contrib/freifunk-gwcheck: Use bbb-vpn.berlin.freifunk.net instead of ↵Manuel Munz
conntest.jpod.cc
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-28contrib/meshwizard: fix uhttpd listen addresses when ipv6 is usedManuel Munz
2013-07-28Commit from LuCI Translation Portal by user soma.: 81 of 81 messages ↵Translation System
translated (0 fuzzy).
2013-07-28po: Update translation template and translations for splashManuel Munz
2013-07-28applications/luci-splash: Add TOS, Fix Community Name, add possibility to ↵Manuel Munz
just add some custom text to the splash page instead of replacing the whole page
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-09modules/admin-full: fix extroot and fsck availability check ↵Jo-Philipp Wich
(https://dev.openwrt.org/ticket/13837)
2013-07-07luci-olsr: neightbl for ipv6 neighboursPatrick Grimm
2013-07-07add luaneightbl: this is an arp replacement for ipv6. neightbl.get(wlan0) ↵Patrick Grimm
return ip,mac table this can use in a for loop "for ip,mac in pairs(t) do" Thanx Cyrus
2013-07-05community-profiles: increase releasePatrick Grimm
2013-07-05community-profiles: add a list of owm api serverPatrick Grimm
2013-07-02luci-olsr: fix typoPatrick Grimm
2013-07-02luci-olsr: add interface and wifi stats to public olsr-neighb sitePatrick Grimm
2013-07-02contrib/community-profiles: Remove Freifunk FrankenManuel Munz
2013-06-14contrib/freifunk-policyrouting: User higher prio for fallback ip rule so ↵Manuel Munz
that this rule will be after all rules which are added by netifd for openwrts new native ip support
2013-06-13applications/luci-firewall: remove nat reflection dependency on the wan ↵Jo-Philipp Wich
zone, it causes issues with network lists and is not needed with fw3 anymore
2013-06-04applications/luci-splash: Always insert the mangling rules, not just when ↵Manuel Munz
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-04contrib: prepare for renaming of firewall3 in OpenWrtJo-Philipp Wich
2013-06-03contrib/freifunk-gwcheck: increase release nrManuel Munz
2013-06-03contrib/freifunk-gwcheck: Depend on firewall3Manuel Munz
2013-06-03contrib/meshwizard: Depends on firewall3Manuel Munz
2013-06-02contrib/freifunk-policyrouting: Make it work with firewall3 and make use of ↵Manuel Munz
the new ip rule support in /etc/config/network
2013-06-02applications/luci-splash: Only restart splash in hotplug for interfaces ↵Manuel Munz
which are using splash
2013-06-02applications/luci-splash: Add hotplug script for splashManuel Munz
2013-06-02applications/luci-splash: Work with firewall3Manuel Munz
2013-06-02contrib/freifunk-firewall: Make it work with firewall3Manuel Munz
2013-05-30contrib/community-profiles: Update Weinstadt und Reihen (add dns option), ↵Manuel Munz
whitespace fixes
2013-05-29contrib/community-profiles: Add schwarzachManuel Munz
2013-05-24Fix a typo in IPv6 configuration pageSteven Barth
2013-05-23modules/freifunk: Allow to enable/disable VAP in community profilesManuel Munz
2013-05-23respect community settings for using VAP in luci-meshwizardManuel Munz
2013-05-23contrib/community-profiles: Enable VAP per default for augsburgManuel Munz
2013-05-23Add support for stateful DHCPv6Steven Barth
2013-05-23Make static IPv6-configuration more usableSteven Barth
2013-05-23Update and simplify IPv6 RA & DHCPv6 configurationSteven Barth
2013-05-23Add DS-Lite supportSteven Barth
2013-05-23Fix IPv6 package dependenciesSteven Barth
2013-05-22contrib/luci: Remove community-profiles as depency for mod-freifunkManuel Munz
2013-05-18contrib/freifunk-common: start dhcp ranges at the second available ip by defaultManuel Munz
2013-05-18contrib/meshwizard: Also setup a dhcp server on the adhoc interface if VAP ↵Manuel Munz
is used. In this case split the DHCP Network in two halves, one for the adhoc, one for the managed network.
2013-05-18applications/luci-splash: Only add splash forwarding rule for ip6tables when ↵Manuel Munz
the interface has an ipv6 address
2013-05-17contrib/community-profiles: add profile for freifunk reihenManuel Munz
2013-05-17update freifunk weinstadt community profile (switch to ch. 13)Manuel Munz
2013-05-10protocols: allow MTU sizes up to 9200 bytes (!OpenWrt ticket !#13492)Jo-Philipp Wich
2013-05-02Remove illegal custom bssid for channel 13Manuel Munz
2013-04-23Add support for collectd-mod-uptime to luci-statisticsJo-Philipp Wich
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