Age | Commit message (Collapse) | Author |
|
Signed-off-by: Florian Eckert <Eckert.Florian@googlemail.com>
|
|
luci-app-lxc: initial commit
|
|
Moved over here from the packages repository.
Signed-off-by: Dan Luedtke <mail@danrl.com>
|
|
luci-app-wireguard: resolve meta package in depdencies
|
|
Signed-off-by: Dan Luedtke <mail@danrl.com>
|
|
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>
|
|
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>
|
|
luci-app-wireguard: initial commit
|
|
luci-app-vpnbypass: add datatypes and placeholders to fields
|
|
This application allows for monitoring of WireGuard interfaces via the
Status menu.
Signed-off-by: Dan Luedtke <mail@danrl.com>
|
|
Signed-off-by: Stan Grishin <stangri@melmac.net>
|
|
luci-proto-wireguard: mark package as arch indep.
|
|
Marks package luci-proto-wireguard as architecture independent.
Signed-off-by: Dan Luedtke <mail@danrl.com>
|
|
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
|
|
luci-app-bcp38: added bcp38 application
|
|
luci-app-clamav: added clamav application
|
|
luci-app-e2guardian: add e2guardian application
|
|
luci-app-squid: added squid application
|
|
This application was moved from the packages repository to luci.
Signed-off-by: Dan Luedtke <mail@danrl.com>
|
|
This application was moved from the packages repository to luci.
Signed-off-by: Dan Luedtke <mail@danrl.com>
|
|
This application was moved from the packages repository to luci.
Signed-off-by: Dan Luedtke <mail@danrl.com>
|
|
This application was moved from the packages repository to luci.
Signed-off-by: Dan Luedtke <mail@danrl.com>
|
|
luci-proto-wireguard: stricter input validation
|
|
Signed-off-by: Dan Luedtke <mail@danrl.com>
|
|
luci-base: added datatypes `hostid` and `base64`
|
|
Signed-off-by: Dan Luedtke <mail@danrl.com>
|
|
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
|
|
luci-app-vpnbypass: cbi file fix for README link and an unneeded section
|
|
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>
|
|
Signed-off-by: Stan Grishin <stangri@melmac.net>
|
|
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>
|
|
luci-app-vpnbypass: include dnsmasq settings, link to README
|
|
Signed-off-by: Stan Grishin <stangri@melmac.net>
|
|
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>
|
|
luci-app-miniupnpd: restore missing luci install file
|
|
unbound: add uci-default script
|
|
luci-app-vpnbypass: makefile fix & controller fix
|
|
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>
|
|
Signed-off-by: Stan Grishin <stangri@melmac.net>
|
|
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>
|
|
luci-app-minidlna: permit minidlna after sysupgrade
|
|
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>
|
|
luci: ignore '::1' in realtime connections
|
|
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>
|
|
luci-base: Update Japanese translation
|
|
Added some Japanese translations of recently added strings.
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
|
|
Synchronized translations with Lua sources.
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
|
|
Use ListValue type and enable translation of the option values.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
|
|
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>
|
|
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>
|