Commit graph

17 commits

Author SHA1 Message Date
Dirk Brenken
0f13f7eb81 luci-app-adblock: sync with adblock 2.8.5
* add preliminary kresd support
* small fixes

Signed-off-by: Dirk Brenken <dev@brenken.org>
2017-08-04 11:12:03 +02:00
Dirk Brenken
985f0f5118 luci-app-adblock: bugfix
* fix nil error on overview page

Signed-off-by: Dirk Brenken <dev@brenken.org>
2017-07-05 21:31:56 +02:00
Dirk Brenken
3c5e41d369 luci-app-adblock: sync with adblock 2.8.1
* add bind support

Signed-off-by: Dirk Brenken <dev@brenken.org>
2017-06-29 12:58:33 +02:00
Dirk Brenken
bd482566f4 luci-app-adblock: sync with adblock 2.7.1
* "Save & Reply" now distinguish between normal and manual/backup mode
  and triggers an appropriate reload or a start action

Signed-off-by: Dirk Brenken <dev@brenken.org>
2017-06-09 20:18:23 +02:00
Dirk Brenken
22c252e2cd luci-app-adblock: sync with adblock 2.7.0
* add new 'Manual mode' option

Signed-off-by: Dirk Brenken <dev@brenken.org>
2017-06-07 19:33:31 +02:00
INAGAKI Hiroshi
bc6e0c217f luci-app-adblock: Fix duplicated text
Added text "Input file not found. Please check your configuration." by
commit 9b4b1df is duplicated. so I replaced the text with previously
existed.

Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2017-05-09 19:14:24 +09:00
Dirk Brenken
9b4b1dfebd luci-app-adblock: sync with adblock 2.6.3
* Limit Blacklist/Whitelist Online editing to max. 512 KB, approx.
20.000 domains per list
* Automatically refresh the overview page after button onclick event,
e.g. 'Suspend/Resume' or 'Save & Apply'
* cosmetics

Signed-off-by: Dirk Brenken <dev@brenken.org>
2017-05-08 11:15:19 +02:00
Dirk Brenken
2dd0bae805 luci-app-adblock: fix markup
Signed-off-by: Dirk Brenken <dev@brenken.org>
2017-04-26 23:31:11 +02:00
Dirk Brenken
0e80aba7b1 luci-app-adblock: sync with 2.6.1
* add two new extra options
* cosmetics

Signed-off-by: Dirk Brenken <dev@brenken.org>
2017-04-25 23:17:08 +02: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
Dirk Brenken
03ae05549d luci-app-adblock: sync with adblock 2.5.1
* made buttons translatable
* accept empty values for interface trigger input field
* replace 'url' with 'luci.dispatcher.build_url'

Signed-off-by: Dirk Brenken <dev@brenken.org>
2017-04-04 14:11:41 +02:00
Dirk Brenken
a9ae300673 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>
2017-03-28 20:05:03 +02:00
Hannu Nyman
0ca4e3b883 Merge pull request #1083 from dibdot/luci-app-adblock
luci-app-adblock: small fixes in overview tab
2017-03-27 14:25:49 +03:00
Dirk Brenken
f2264da43c luci-app-adblock: small fixes in overview tab
* mute stderr in syscalls
* better suspend/resume button handling

Signed-off-by: Dirk Brenken <dev@brenken.org>
2017-03-27 11:36:41 +02:00
INAGAKI Hiroshi
d3fecae59e luci-app-adblock: Fix display issues with translation
Fixed display issues when applying translation.

Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2017-03-27 14:38:52 +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