Age | Commit message (Collapse) | Author |
|
luci-app-adblock: fix XHTML/HTML5 markup
|
|
* fix XHTML parsing errors in openwrt theme
* tested with openwrt, bootstrap & material theme
Signed-off-by: Dirk Brenken <dev@brenken.org>
|
|
luci-app-adblock: Update Japanese translation
|
|
Added 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>
|
|
luci-app-adblock: small fixes in overview tab
|
|
luci-app-adblock: Fix display issues with translation
|
|
* mute stderr in syscalls
* better suspend/resume button handling
Signed-off-by: Dirk Brenken <dev@brenken.org>
|
|
Fixed display issues when applying translation.
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
|
|
luci-app-adblock: Fix package call from buildroot
|
|
Cannot load this package in buildroot, so I fixed package call from
buildroot in the Makefile.
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
|
|
luci-app-adblock: major update
|
|
luci-app-clamav: Add Japanese translation
|
|
* multi-tab navigation
Overview/View Logfile/Advanced
Advanced: Edit Blacklist/Whitelist/Configuration
Query domains
* all adblock options are now configurable via LuCI
Signed-off-by: Dirk Brenken <dev@brenken.org>
|
|
Added po templates and Japanese translations.
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
|
|
luci-app-simple-adblock: Add Japanese translation
|
|
Added Japanese translations.
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
|
|
Add luci-proto-ncm for comgt-ncm
|
|
luci-app-simple-adblock: initial commit
|
|
luci-app-mwan3: initial commit
|
|
luci-app-cshark: initial commit
|
|
Since firewall3 commit b33f78371e7c7b6a131c2b6c01673cbd4b3c13d1 the
drop_invalid option is off by default.
Adjust LuCI view to properly handle the changed semantics.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
|
|
luci-app-openvpn: fix prettify refactoring
|
|
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
|
|
luci-app-vpnbypass: updated service start/enable logic.
|
|
|
|
luci-app-simple-adblock: bumped version number to match main package
Signed-off-by: Stan Grishin <stangri@melmac.net>
|
|
luci-app-openvpn: prettify openvpn-advanced parameter set
|
|
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
|
|
luci-base: update german translation
|
|
Added some missing german translations
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
|
|
luci-app-vpnbypass: directly enable service from Web UI.
|
|
Signed-off-by: Stan Grishin <stangri@melmac.net>
|
|
community-profiles: update Potsdam
|
|
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
|
|
luci-app-wireguard: Add pt-br translation
|
|
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
|
|
- fixed ssid
- disable IPv6
- added more interface settings
- added settings for 5GHz wifi
- added ssidscheme
- added dhcp leasetime setting
- added LinkQualityAlgorithm for olsrd
Signed-off-by: Hannes Fuchs <hannes.fuchs@gmx.org>
|
|
treewide: cleanup references to madwifi
|
|
Remove the code related to the deprecated madwifi driver.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
|
|
Remove the code related to the deprecated madwifi driver.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
|
|
Remove the code related to the deprecated madwifi driver.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
|
|
luci-mod-admin-full: new hostapd functionality for 80211w/r detection
|
|
Use the new hostapd functionality (in LEDE) to detect 802.11r and 802.11w
more properly. Leave the old logic in place for Openwrt.
Adjust 802.11w default value from "0" to "" in order to avoid unnecessary
"option ieee80211w 0" lines in /etc/config/wireless
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
|
|
luci-app-wireguard: Add Japanese translation
|
|
Added po templates file and Japanese translations.
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
|
|
luci-proto-wireguard: add support for fwmark option
|
|
Adds support for the fwmark option.
FwMark is a 32-bit fwmark for outgoing packets.
If set to 0 or "off", this option is disabled.
Signed-off-by: Dan Luedtke <mail@danrl.com>
|
|
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>
|