Commit graph

14 commits

Author SHA1 Message Date
Sergey Ponomarev
4c03f5ff1f applications: remove LUCI_PKGARCH:=all
This is anyway default

Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
2023-09-24 11:16:58 +03:00
Sergey Ponomarev
3e7fe9f07b applications: add missing dependency to luci-base
It's better to explicitly define it

Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
2023-09-24 11:11:42 +03:00
Dirk Brenken
e6ff682688
luci-app-adblock: remove unneeded dependency
Signed-off-by: Dirk Brenken <dev@brenken.org>
2023-07-07 08:41:25 +02:00
Dirk Brenken
b762e772ce
luci-app-adblock: sync with latest adblock
* removed energized soruce selection
* sync translations

Signed-off-by: Dirk Brenken <dev@brenken.org>
2023-02-18 20:32:13 +01:00
Dirk Brenken
79cbbc01ce
luci-app-adblock: sync with adblock 4.1.5
* 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>
2022-10-18 15:16:42 +02:00
Dirk Brenken
e7d87abcbc
luci-app-adblock: sync with adblock 4.1.0
* made the blocklist selection/categories much more flexible

Signed-off-by: Dirk Brenken <dev@brenken.org>
2021-02-26 21:21:45 +01:00
Dirk Brenken
0f18b873d8
luci-app-adblock: release 4.0.0
* 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>
2020-03-28 14:35:10 +01:00
Jo-Philipp Wich
284918bfaf treewide: move templates and libraries not used by the core to luci-compat
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-11-03 17:56:58 +01:00
Dirk Brenken
47e0990eac luci-app-adblock: sync with adblock 3.5.0
* 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>
2018-01-31 13:09:55 +01:00
Dirk Brenken
b234897789 luci-app-adblock: sync with 2.6.0-2
* 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-17 17:52:27 +02:00
Dirk Brenken
3096af833b luci-app-adblock: sync with adblock 2.6.0
* 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-04-12 11:56:02 +02:00
INAGAKI Hiroshi
5c11719b44 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>
2017-03-26 23:15:03 +09:00
Dirk Brenken
1bc3833e68 luci-app-adblock: major update
* 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>
2017-03-26 08:49:02 +02:00
Hannu Nyman
21bf16ce04 luci-app-adblock: User interface for the 'adblock' package
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>
2016-02-16 22:28:46 +02:00