Commit graph

14 commits

Author SHA1 Message Date
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
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
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
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