summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2013-02-26correct spelling on luci startup pageDaniel Golle
https://dev.openwrt.org/ticket/13083
2013-02-26modules/admin-full: generalize field descriptions in system status pageDaniel Golle
LuCI is not only used on routers. When running on a NAS or you-name-it non-router hardware, refering to "Router Name" and "Router Model" in the system information page was confusing to some users.
2013-02-11modules/freifunk: Fix time var. change in r9666Patrick Grimm
2013-02-09applications/luci_splash: Do not try to get parent interfaces for bridgesManuel Munz
2013-02-09modules/freifunk: Fix default route display for virtual interfaces. while at ↵Manuel Munz
it, rework and simplify the code for the status page
2013-02-05libs/web: allow '!' and '.' symbols in phonedigit datatypeJo-Philipp Wich
2013-01-31Freifunk Leipzig jetzt mit widgetsMatthias Uferer
2013-01-30Freifunk Vogtland vorbereitetMatthias Uferer
2013-01-30modules/admin-full: Add swap info to admin_status page if swap is available, ↵Manuel Munz
#533
2013-01-30applications/luci-splash: Get parent interface from ifname option. This is ↵Manuel Munz
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-29contrib/meshwizard: Enable connection tracking for the interfaces when ↵Manuel Munz
masquerading is disabled because the dhcp subnet is inside the mesh subnet. this fixes the plash in this kind of setup.
2013-01-29contrib/meshwizard: Use the new interfaces syntax instead of the old alias ↵Manuel Munz
syntax for dhcp interfaces
2013-01-29applications/luci-olsr: Add olsrd as depencyManuel Munz
2013-01-28themes/bootstrap: Fixes for mobile devices: add initial scale, don't show ↵Manuel Munz
hostname in header, partly fixes #481
2013-01-27libs/web: further endian fixes in lmo processingJo-Philipp Wich
2013-01-27contrib/freifunkpolicyrouting: Also remove olsrd rttables when the wan ↵Manuel Munz
interface is not up at boot
2013-01-26contrib/freifunk-policyrouting: Remove olsrd rttable options when wan goes ↵Manuel Munz
down, thx xlizard
2013-01-26libs/web: add missing byteswap of index offset when parsing index offset of ↵Jo-Philipp Wich
lmo files
2013-01-26libs/web: fix endian issues in lmo conversion leading to a bad index orderJo-Philipp Wich
2013-01-26Add support for changing ULA prefixJo-Philipp Wich
2013-01-26community-profiles: add second mapserverPatrick Grimm
2013-01-24community-profiles: fix typo in map urlPatrick Grimm
2013-01-24contrib/package/freifunk-common: add ipv6 support for neigh.shPatrick Grimm
2013-01-24contrib/package/community-profiles: add olsr settings for BerlinPatrick Grimm
2013-01-24contrib/package/community-profiles: add profile for Berlin NordOstPatrick Grimm
2013-01-24contrib/package/community-profiles: add olsr settings for pbergPatrick Grimm
2013-01-22contrib/package: depend on libustream-cyassl instead of uhttpd-mod-tls, ↵Jo-Philipp Wich
require uhttpd-mod-ubus
2013-01-22modules/admin-full: add some additional option depends to the ra/dhcpv6 ↵Jo-Philipp Wich
configuration page
2013-01-22libs/web: support dependencies on mvaluesJo-Philipp Wich
2013-01-22move dhcpv6 support into luci-proto-6x4, rename luci-proto-6x4 to ↵Jo-Philipp Wich
luci-proto-ipv6
2013-01-22New IPv6 integrationJo-Philipp Wich
2013-01-21applications/olsr: Make sure ipv6 addresses from are in the same format when ↵Manuel Munz
we compare them
2013-01-21themes/freifunk-generic: minor style fixes, add some space around header ↵Manuel Munz
logo and header_right
2013-01-21Commit from LuCI Translation Portal by user jow.: 649 of 852 messages ↵Translation System
translated (0 fuzzy).
2013-01-21Commit from LuCI Translation Portal by user jow.: 134 of 177 messages ↵Translation System
translated (0 fuzzy).
2013-01-21Commit from LuCI Translation Portal by user jow.: 110 of 118 messages ↵Translation System
translated (0 fuzzy).
2013-01-21Commit from LuCI Translation Portal by user jow.: 852 of 852 messages ↵Translation System
translated (0 fuzzy).
2013-01-21themes/freifunk-generic: Improve display on mobile devices, remove useless ↵Manuel Munz
css from mobile.css
2013-01-19contrib/freifunk-gwcheck: check which interface is wan when we get the ↵Manuel Munz
upstream dns servers, add priorities to logger calls, check for dyngw_plain plugin before checking if script already runs, add license/copyright
2013-01-19contrib/freifunk-gwcheck: Fix multiple problems with the gwcheck script: ↵Manuel Munz
Exit when already running, fix problem not being able to connect when there is no default gateway left in the main table, also add custom ip rules for wan gateways
2013-01-13libs/core: remove now obsolete uint() wrapper in network modelJo-Philipp Wich
2013-01-13diagnostics: Replace 2 more  Manuel Munz
2013-01-13applications/freifunk-widgets: Use   instead of   for ↵Manuel Munz
compatibility with xhtml
2013-01-13applications/luci-upnp: also purge entry from lease file when deleting ↵Jo-Philipp Wich
leases, remove mini support
2013-01-13libs/web: include limits.h to fix compilation on OS X (#531)Jo-Philipp Wich
2013-01-13applications/freifunk-widgets: Use non breaking space in search engine namesManuel Munz
2013-01-13Use non breaking space in search engine namesManuel Munz
2013-01-13contrib/meshwizard: Up the wlan interface before checking for VAP capabilitiesManuel Munz
2013-01-12contrib/meshwizard: Fix detection if VAP is supported in interfaces firewall ↵Manuel Munz
setup
2013-01-12applications/meshwizard: Allow to setup a VAP interface for ath5k/ath9k tooManuel Munz