summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2017-02-21luci-base: sync translationsFlorian Eckert
Signed-off-by: Florian Eckert <Eckert.Florian@googlemail.com>
2017-02-21Merge pull request #1027 from danrl/lxcHannu Nyman
luci-app-lxc: initial commit
2017-02-21luci-app-lxc: initial commitdanrl
Moved over here from the packages repository. Signed-off-by: Dan Luedtke <mail@danrl.com>
2017-02-21Merge pull request #1030 from danrl/luci-app-wireguardHannu Nyman
luci-app-wireguard: resolve meta package in depdencies
2017-02-21luci-app-wireguard: resolve meta package in depdenciesdanrl
Signed-off-by: Dan Luedtke <mail@danrl.com>
2017-02-20luci.mk: only use remote branch detectionJo-Philipp Wich
LEDE's scripts/feeds script creates local branches named after the checked out commit hash, confusing local branch detection. Solely use remote branch detection to avoid misidentifying such cases. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2017-02-20luci.mk: fix branch detection in detached HEAD stateJo-Philipp Wich
When LuCI is checked out via pinned feeds configuration, its source tree will end up in detached head state, requiring some more magic to figure out the proper branch. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2017-02-19Merge pull request #1022 from danrl/luci-app-wireguardHannu Nyman
luci-app-wireguard: initial commit
2017-02-17Merge pull request #1024 from stangri/luci-app-vpnbypassHannu Nyman
luci-app-vpnbypass: add datatypes and placeholders to fields
2017-02-17luci-app-wireguard: initial commitdanrl
This application allows for monitoring of WireGuard interfaces via the Status menu. Signed-off-by: Dan Luedtke <mail@danrl.com>
2017-02-16luci-app-vpnbypass: add datatypes and placeholders to addresses and portsStan Grishin
Signed-off-by: Stan Grishin <stangri@melmac.net>
2017-02-16Merge pull request #1023 from danrl/luci-proto-wireguardHannu Nyman
luci-proto-wireguard: mark package as arch indep.
2017-02-16luci-proto-wireguard: mark package as arch indep.Dan Lüdtke
Marks package luci-proto-wireguard as architecture independent. Signed-off-by: Dan Luedtke <mail@danrl.com>
2017-02-16luci-app-bcp38: fix typo in dependencyHannu Nyman
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2017-02-16Merge pull request #1017 from danrl/luci-app-bcp38Hannu Nyman
luci-app-bcp38: added bcp38 application
2017-02-16Merge pull request #1018 from danrl/luci-app-clamavHannu Nyman
luci-app-clamav: added clamav application
2017-02-16Merge pull request #1019 from danrl/luci-app-e2guardianHannu Nyman
luci-app-e2guardian: add e2guardian application
2017-02-16Merge pull request #1020 from danrl/luci-app-squidHannu Nyman
luci-app-squid: added squid application
2017-02-16luci-app-clamav: added clamav applicationdanrl
This application was moved from the packages repository to luci. Signed-off-by: Dan Luedtke <mail@danrl.com>
2017-02-15luci-app-squid: added squid applicationdanrl
This application was moved from the packages repository to luci. Signed-off-by: Dan Luedtke <mail@danrl.com>
2017-02-15luci-app-e2guardian: add e2guardian applicationdanrl
This application was moved from the packages repository to luci. Signed-off-by: Dan Luedtke <mail@danrl.com>
2017-02-15luci-app-bcp38: added bcp38 applicationdanrl
This application was moved from the packages repository to luci. Signed-off-by: Dan Luedtke <mail@danrl.com>
2017-02-15Merge pull request #1015 from danrl/proto-wireguardHannu Nyman
luci-proto-wireguard: stricter input validation
2017-02-15luci-proto-wireguard: stricter input validationdanrl
Signed-off-by: Dan Luedtke <mail@danrl.com>
2017-02-15Merge pull request #1014 from danrl/datatypesHannu Nyman
luci-base: added datatypes `hostid` and `base64`
2017-02-15luci-base: added dhcpv6 datatypesdanrl
Signed-off-by: Dan Luedtke <mail@danrl.com>
2017-02-15luci-base: sync translationsHannu Nyman
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2017-02-15Merge pull request #1012 from stangri/luci-app-vpnbypassHannu Nyman
luci-app-vpnbypass: cbi file fix for README link and an unneeded section
2017-02-15luci-mod-admin-full: change html for compatibility with openwrt themeHannu Nyman
Openwrt theme apparently accepsts slightly different html than Bootstrap or Material. Cahnge code to <br /> to make it compatible. This fixes #1011 Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2017-02-14luci-app-vpnbypass: cbi file fix for README and an unneeded sectionStan Grishin
Signed-off-by: Stan Grishin <stangri@melmac.net>
2017-02-14luci-mod-admin-full: place 80211w options behind a check for wpad-fullHannu Nyman
The default hostapd/wpad mini version does not support ieee80211w and the option's visibility in LuCI may lead it to be placed in user's /etc/config/wireless preventing wifi from starting. Check for hostapd/wpad full before exposing the option. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2017-02-14Merge pull request #1008 from stangri/luci-app-vpnbypassHannu Nyman
luci-app-vpnbypass: include dnsmasq settings, link to README
2017-02-13luci-app-vpnbypass: include dnsmasq settings, link to READMEStan Grishin
Signed-off-by: Stan Grishin <stangri@melmac.net>
2017-02-13luci-app-statistics: remove non-functional links from graphsHannu Nyman
The statistics graphs on the pages with multiple data sources have contained links to the data sources, but those links have not worked. Remove the links as they are unnecessary. This commit fixes #1006 Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2017-02-13Merge pull request #1004 from kdarbyshirebryant/miniupnpluciHannu Nyman
luci-app-miniupnpd: restore missing luci install file
2017-02-12Merge pull request #1002 from EricLuehrsen/unbound_uci_defaultsHannu Nyman
unbound: add uci-default script
2017-02-12Merge pull request #1003 from stangri/luci-app-vpnbypassHannu Nyman
luci-app-vpnbypass: makefile fix & controller fix
2017-02-11unbound: add uci-default scriptEric Luehrsen
Also if unbound-control is installed, then configure so luci-app-commands can quickly show the "local zones" and "local data" (aka hosts). This helps diagnose DHCP-DNS zone data and adblock zone data. Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
2017-02-11luci-app-vpnbypass: makefile fix & controller fixStan Grishin
Signed-off-by: Stan Grishin <stangri@melmac.net>
2017-02-11luci-app-miniupnpd: restore missing luci install fileKevin Darbyshire-Bryant
Restore luci indexcache handling incorrect removed in https://github.com/openwrt/luci/commit/387a06bb73462312c075e53ce9e6002d4af09e92 Signed-off-by: Kevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk>
2017-02-11Merge pull request #1001 from kdarbyshirebryant/minidlnaHannu Nyman
luci-app-minidlna: permit minidlna after sysupgrade
2017-02-11luci-app-minidlna: permit minidlna after sysupgradeKevin Darbyshire-Bryant
Do not disable minidlna after sysupgrade, rather trust the config enabled status in /etc/config/minidlna. Signed-off-by: Kevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk>
2017-02-11Merge pull request #1000 from EricLuehrsen/luci_rt_con_cc1Hannu Nyman
luci: ignore '::1' in realtime connections
2017-02-10luci: ignore '::1' in realtime connectionsEric Luehrsen
luci ignores only 127.0.0.1 in real time connections. The dnsmasq.init script sets up resolv.conf(s) as such. With alternate DNS servers configured 'localhost' will resolve to '127.0.0.1' or '::1'. The connections graph will spam itself. openwrt/luci#996 Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
2017-02-10Merge pull request #999 from musashino205/base-upd-jaHannu Nyman
luci-base: Update Japanese translation
2017-02-11luci-base: Update Japanese translationINAGAKI Hiroshi
Added some Japanese translations of recently added strings. Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2017-02-11luci-base: Sync translationsINAGAKI Hiroshi
Synchronized translations with Lua sources. Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2017-02-10luci-mod-admin-full: tweak 80211w optionsHannu Nyman
Use ListValue type and enable translation of the option values. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2017-02-10remote-update: remove ancient non-maintained packageHannu Nyman
Remove the ancient 'remote-update' package that has not been updated for years. It e.g. references two non-existing targets. Reference to discussion in #995 Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2017-02-09luci-mod-admin-full: add support for 802.11w optionsHannu Nyman
Add support for IEEE802.11w Management Frame Protection options. Mention in the help text that the full version of wpad/hostapd is needed. Currently supported by ath9k and ath10k, and in LEDE also by mwlwifi and mt76. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>