summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-adblock/Makefile
AgeCommit message (Collapse)Author
2024-11-23luci-app-adblock: sync with adblock-4.2.3-1Dirk Brenken
* add new tld option Signed-off-by: Dirk Brenken <dev@brenken.org> (cherry picked from commit cb767dc51bd8ccd0fdfda14bd99fcf47c57eea14)
2024-05-28treewide: PKG_MAINTAINER: split by a commaSergey Ponomarev
Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
2024-05-28treewide: Add missing PKG_MAINTAINERSergey Ponomarev
Daniel F. Dickinson changed email address to <dfdpublic@wildtechgarden.ca> luci-all-lxl has a maintainer Petar Koretic <petar.koretic@sartura.hr> but there is no corresponding GitHub account. So Dirk Brenken was added as a second maintainer: he answered on an issue of the app. When maintainer wasn't set the initial author was used, or most contributor or Jo-Philipp Wich as a default. Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
2023-09-24applications: remove LUCI_PKGARCH:=allSergey Ponomarev
This is anyway default Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
2023-09-24applications: add missing dependency to luci-baseSergey Ponomarev
It's better to explicitly define it Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
2023-07-07luci-app-adblock: remove unneeded dependencyDirk Brenken
Signed-off-by: Dirk Brenken <dev@brenken.org>
2023-02-18luci-app-adblock: sync with latest adblockDirk Brenken
* removed energized soruce selection * sync translations Signed-off-by: Dirk Brenken <dev@brenken.org>
2022-10-18luci-app-adblock: sync with adblock 4.1.5Dirk Brenken
* add a new DNS report parameter to change the top statistics dynamically in the range of 10-50, see #19622 in the package repo for reference. * sync translations Signed-off-by: Dirk Brenken <dev@brenken.org>
2021-02-26luci-app-adblock: sync with adblock 4.1.0Dirk Brenken
* made the blocklist selection/categories much more flexible Signed-off-by: Dirk Brenken <dev@brenken.org>
2020-03-28luci-app-adblock: release 4.0.0Dirk Brenken
* complete rewrite, migrated to client side JS * tested with mainline 19.07 and current master * tested with latest Firefox & Chrome and all standard themes (not OpenWrt2020!) Pre-tested by many forum users, see here: https://forum.openwrt.org/t/adblock-4-pre-releases/57101 * sync translations Signed-off-by: Dirk Brenken <dev@brenken.org>
2019-11-03treewide: move templates and libraries not used by the core to luci-compatJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2018-01-31luci-app-adblock: sync with adblock 3.5.0Dirk Brenken
* Support new 'Download Queue' * Support new 'Jail' Blocklist Creation (replace former 'Whitelist Mode') * Fix field width in "Runtime Information" section Signed-off-by: Dirk Brenken <dev@brenken.org>
2017-04-17luci-app-adblock: sync with 2.6.0-2Dirk Brenken
* made default trigger delay more conservative to fix possible start up issues * add luci-lib-jsonc dependency Signed-off-by: Dirk Brenken <dev@brenken.org>
2017-04-12luci-app-adblock: sync with adblock 2.6.0Dirk Brenken
* add new trigger timeout input field * the download utility plus SSL Library will be listed in runtime information and the blocklist source table contains an additional "SSL req." column * various small fixes * changed copyright notice Signed-off-by: Dirk Brenken <dev@brenken.org>
2017-03-26luci-app-adblock: Fix package call from buildrootINAGAKI Hiroshi
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>
2017-03-26luci-app-adblock: major updateDirk Brenken
* 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>
2016-02-16luci-app-adblock: User interface for the 'adblock' packageHannu Nyman
Simple user interface for the 'adblock' package from packages feed. Adds 'Adblock' item to the Services menu in LuCI. Allows enabling/disabling the service and selecting blocklists. Configuration of the blocklist URLs and selection of Shalla categories needs to be done manually to the config file, if needed. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>