Commit graph

32 commits

Author SHA1 Message Date
Sergey Ponomarev
a0e13dc19a luci-app-adblock: Remove unused unspecified option
Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
2023-08-31 12:00:42 +03: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
b3e1f956e6
luci-app-adblock: sync with adblock 4.1.4
* removed the unused 'adb_dnsinotify' parameter
* removed the 'adb_maxqueue' parameter,
  the queue size will be automatically set by the number of cpu cores

Signed-off-by: Dirk Brenken <dev@brenken.org>
2022-09-10 19:01:46 +02:00
Jo-Philipp Wich
abbff0f4b6 luci-app-adblock: s/1-7/0-6/g
Fixes: #5716
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2022-03-10 13:31:11 +01:00
Dirk Brenken
1eddbe0f3f
luci-app-adblock: sync with 4.1.3-6
* remove support for shallalist
* sync translations

Signed-off-by: Dirk Brenken <dev@brenken.org>
2022-03-07 21:34:40 +01:00
Dirk Brenken
2ab828f5bf
luci-app-adblock: small fixes
* fix #5677
* fix 'flush cache' wording
* sync translations

Signed-off-by: Dirk Brenken <dev@brenken.org>
2022-02-07 23:08:46 +01:00
Jo-Philipp Wich
845129a20d luci-app-adblock: indicate that tcpdump may be used instead of tcpdump-mini
Fixes: #5573
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2021-12-04 10:06:13 +01:00
Paul Dee
0c4dfc9a8c luci-app-adblock: spelling / grammar
"Setup" is a noun, the thing. "Set up" is a verbal idiom, the action.

One cannot setup a DHCP server, just as one cannot fuckup a test, or
ripup some paper. One can, however, set a DHCP server up, and one can
fuck a test up, and rip some paper up.

Signed-off-by: Paul Dee <systemcrash@users.noreply.github.com>
2021-10-08 14:12:11 -10:00
Dirk Brenken
18d110112a
luci-app-adblock: expose dns instance option
* expose the 'adb_dnsinstance' option to LuCI under
  Advanced DNS Settings (only relevant for dnsmasq)
* sync translations

Signed-off-by: Dirk Brenken <dev@brenken.org>
2021-07-10 10:16:31 +02:00
Dirk Brenken
83778c1452
luci-app-adblock: sync with latest version
* expose new reporting option to LuCI
* sync translations

Signed-off-by: Dirk Brenken <dev@brenken.org>
2021-06-30 16:34:55 +02:00
Dirk Brenken
be578c64e9
luci-app-adblock: sync with adblock 4.1.3
* support the new 'adb_fetchinsecure' option

Signed-off-by: Dirk Brenken <dev@brenken.org>
2021-06-12 22:29:20 +02:00
Dirk Brenken
ad2ec4eb65
luci-app-adblock: sync with adblock 4.1.1
* support new RPZ-Trigger 'RPZ-CLIENT-IP' (currently bind only)
* Reporting tweaks/mailing
* cosmetics
* sync translations

Signed-off-by: Dirk Brenken <dev@brenken.org>
2021-04-17 10:02:23 +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
e6a5ba770c
luci-app-adblock: XHTML fix
* made DNS Report page XHTML compatible

Signed-off-by: Dirk Brenken <dev@brenken.org>
2020-12-28 19:19:08 +01:00
Dirk Brenken
22af71e706
luci-app-adblock: sync with adblock 4.0.8
* made DNS redirect code more flexible
* fix dns backend detection in TurrisOS
* sync translations

Signed-off-by: Dirk Brenken <dev@brenken.org>
2020-12-20 06:59:59 +01:00
Dirk Brenken
75b24a7c57
Merge pull request #4623 from dibdot/master
luci-app-adblock: update dns report page
2020-11-27 22:43:46 +01:00
Dirk Brenken
1ae99ff8d6
luci-app-adblock: update dns report page
* add search anchor to all listed domains on dns report page
* small wording changes & cosmetics
* update translations

Signed-off-by: Dirk Brenken <dev@brenken.org>
2020-11-27 22:22:13 +01:00
Jo-Philipp Wich
03c77dafe3 treewide: transition div tables to actual table markup
Modern browsers allow decomposing table markup equally well as nested div
constructs, therefor migrate our <div> table markup to actual <table> tags
but keep the old table/tr/th/td CSS classes for now to allow for a smooth
theme transition.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2020-11-27 21:36:40 +01:00
Dirk Brenken
0cdad3834f
luci-app-adblock: extend the download queue scale
* see https://forum.openwrt.org/t/adblock-support-thread/507/1646 for
  details

Signed-off-by: Dirk Brenken <dev@brenken.org>
2020-11-05 14:58:27 +01:00
Dirk Brenken
a392dbf888
luci-app-adblock: change "refresh" action
* change "refresh" action to fix potential white-/blacklist issues

Signed-off-by: Dirk Brenken <dev@brenken.org>
2020-10-30 20:30:37 +01:00
Dirk Brenken
8a85592a04
luci-app-adblock: sync with adblock 4.0.6
* made SafeSearch provider configurable, you can limit
  SafeSearch to certain providers
* add an explanation paragraph to report settings
  tab (regarding restart requirement)
* sync translations

Signed-off-by: Dirk Brenken <dev@brenken.org>
2020-06-12 22:51:06 +02:00
Dirk Brenken
65958c4992
luci-app-adblock: re-apply poll/view class changes
* re-apply poll/view class changes in master after 19.07-branch
  split off

Signed-off-by: Dirk Brenken <dev@brenken.org>
2020-04-17 07:42:24 +02:00
Dirk Brenken
e7cb6efb5a
luci-app-adblock: accept capital letters in DNS filter
Signed-off-by: Dirk Brenken <dev@brenken.org>
2020-04-14 19:44:58 +02:00
Dirk Brenken
94799995aa
luci-app-adblock: more DNS Report tweaks
* revert last page loading change,
  this breaks the filter functionality on that page
* Add a short paragraph to explain the page functionality
* Fix search to accept ":" character as well
  (e.g. for IPv6 address search)

Signed-off-by: Dirk Brenken <dev@brenken.org>
2020-04-12 10:00:34 +02:00
Dirk Brenken
bfcd962ffd
luci-app-adblock: refresh report data on page load
* refresh report data on page load (without hitting
  the refresh button explicity)

Signed-off-by: Dirk Brenken <dev@brenken.org>
2020-04-11 20:35:06 +02:00
Dirk Brenken
0f8aea76e0
luci-app-adblock: revert poll/view class changes
* this partly reverts 3c4bc22 to ensure 19.07.2 compatibility,
  this is only a temporary "fix" as long as we don't have
  adblock 4 backported to 19.07 branch

Signed-off-by: Dirk Brenken <dev@brenken.org>
2020-04-06 14:41:36 +02:00
Dirk Brenken
dee0c2453d
luci-app-adblock: remove needless default values
* remove needless 'adb_fetchparm' default/values

Signed-off-by: Dirk Brenken <dev@brenken.org>
2020-04-04 20:39:00 +02:00
Dirk Brenken
92e78f59d3
luci-app-adblock: disable textarea spellcheck
* disable spellcheck for black- and whitelist textareas

Signed-off-by: Dirk Brenken <dev@brenken.org>
2020-04-04 08:57:58 +02:00
Jo-Philipp Wich
3c4bc228a1 treewide: import utility classes explicitly
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2020-04-03 10:00:06 +02:00
Dirk Brenken
7a4e40f10d
luci-app-adblock: small visual tweaks for OpenWrt 2020
* minor style fixes

Signed-off-by: Dirk Brenken <dev@brenken.org>
2020-03-31 20:55:32 +02: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