Age | Commit message (Collapse) | Author |
|
luci-app-wireguard: performance+ (no more sys.exec calls)
|
|
Thanks to latest developments in wireguard-tools, we can now
fetch all data we need for display using a single sys.exec()
call instead of multiple ones. This application is now
significantly smaller and runs much faster.
Added Firewall Mark feature.
Signed-off-by: Dan Luedtke <mail@danrl.com>
|
|
luci-minuupnpd: use enable flag
|
|
luci-app-adblock: Update Japanese translation
|
|
luci-theme-boostrap: add javascript warning if disabled
|
|
i18n: complete pt-br translation
|
|
Add a 'master' miniupnpd service enable flag rather than just relying on
rcS.d script existence. This allows the service to be disabled
across sysupgrade, similar to minidlna.
Signed-off-by: Kevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk>
|
|
Improved existing translations.
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
|
|
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
|
|
Signed-off-by: Florian Eckert <Eckert.Florian@googlemail.com>
|
|
Signed-off-by: Florian Eckert <Eckert.Florian@googlemail.com>
|
|
Signed-off-by: Florian Eckert <Eckert.Florian@googlemail.com>
|
|
Signed-off-by: Florian Eckert <Eckert.Florian@googlemail.com>
|
|
luci-base: sync translations
|
|
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
|
|
Moved over here from the packages repository.
Signed-off-by: Dan Luedtke <mail@danrl.com>
|
|
Moved over here from the packages repository.
Signed-off-by: Dan Luedtke <mail@danrl.com>
|
|
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>
|