Mark Drobnak
|
a87d4e9733
|
Merge pull request #847 from pi-hole/tweak/dnssec-warning
Expand upon DNSSEC warning
|
2018-09-17 17:27:28 -04:00 |
|
Mark Drobnak
|
400e4168e8
|
Add a missing "not"
Signed-off-by: Mark Drobnak <mark.drobnak@gmail.com>
|
2018-09-17 16:59:53 -04:00 |
|
Mark Drobnak
|
9743da7b96
|
Add more DNSSEC warnings.
Signed-off-by: Mark Drobnak <mark.drobnak@gmail.com>
|
2018-09-17 11:35:52 -04:00 |
|
Mark Drobnak
|
e7e9392d53
|
Expand upon DNSSEC warning
Now it explains that any DNSSEC-supporting resolver can be used with DNSSEC.
Signed-off-by: Mark Drobnak <mark.drobnak@gmail.com>
|
2018-09-16 17:10:46 -04:00 |
|
Mark Drobnak
|
aea7d1aa09
|
Merge pull request #844 from gpunktschmitz/devel
added missing </div>
|
2018-09-10 12:59:56 -04:00 |
|
Guenther Schmitz
|
aa70941740
|
added missing </div>
Signed-off-by: Guenther Schmitz <gpunktscripts@gpunktschmitz.com>
|
2018-09-10 16:35:05 +02:00 |
|
DL6ER
|
a1e86da0a8
|
Merge pull request #840 from pi-hole/fix/wilcard-newline
Write newline after wildcard
|
2018-09-02 21:27:53 +02:00 |
|
Mark Drobnak
|
02cc5fad15
|
Write newline after wildcard
This makes the web interface add wildcards in the same way as the CLI.
Signed-off-by: Mark Drobnak <mark.drobnak@gmail.com>
|
2018-09-01 19:34:25 -04:00 |
|
Mark Drobnak
|
4a63500d10
|
Merge pull request #834 from MikeSouza/new/list-api
Add API support for list actions
|
2018-09-01 19:29:01 -04:00 |
|
Mark Drobnak
|
a1b91525cf
|
Merge pull request #839 from pi-hole/new/Quad9-secondary-IPv6
Add Quad9 secondary IPv6 IP addresses
|
2018-08-31 11:59:42 -04:00 |
|
DL6ER
|
6441a675c5
|
Add Quad9 secondary IPv6 IP addresses. This was a feature request on Discourse.
Signed-off-by: DL6ER <dl6er@dl6er.de>
|
2018-08-31 12:48:25 +02:00 |
|
Mark Drobnak
|
e062b3c68f
|
Merge pull request #831 from pi-hole/new/longterm/select_query_type
Add query type selection for Long-term Query Log
|
2018-08-30 16:34:26 -04:00 |
|
Mark Drobnak
|
51cc3661ff
|
Merge pull request #830 from pi-hole/new/cacheinfo
Add DNS cache information to Settings page
|
2018-08-30 16:07:21 -04:00 |
|
Mark Drobnak
|
fa0ef752b4
|
Merge pull request #838 from pi-hole/tweak/upstream-DNS-server-settings
Improve DNS server settings tab
|
2018-08-30 13:14:32 -04:00 |
|
DL6ER
|
6d4d769b98
|
Add note that using ECS may lead to reduced privacy (as the DNS server will have to pass the IP address of the requester to the auth. server of the CDN network so that they can tell who is the geo-located response)
Signed-off-by: DL6ER <dl6er@dl6er.de>
|
2018-08-30 18:12:09 +02:00 |
|
DL6ER
|
9a950147c4
|
Add explanation what ECS is as we shouldn't use acronyms without explaining them. Further, this information may be useful for less tech-savvy users.
Add that (at least) Google, OpenDNS, and Cloudflare use ECS (according to http://www.afasterinternet.com/participants.htm). I found no reference for the other providers in the table.
Signed-off-by: DL6ER <dl6er@dl6er.de>
|
2018-08-30 17:56:11 +02:00 |
|
DL6ER
|
7a391edbe8
|
Optimize responsive design for medium (md) screens
Signed-off-by: DL6ER <dl6er@dl6er.de>
|
2018-08-30 17:44:53 +02:00 |
|
DL6ER
|
a2ade60cea
|
Add more detailed selections for the services offered by Quad9 and improve responsive design
Signed-off-by: DL6ER <dl6er@dl6er.de>
|
2018-08-30 17:35:47 +02:00 |
|
DL6ER
|
26ab341669
|
Remove debug statement
Signed-off-by: DL6ER <dl6er@dl6er.de>
|
2018-08-30 15:37:04 +02:00 |
|
DL6ER
|
d2ecf1c70a
|
Use comma-separated list of type integers instead of byte-coded integer.
Signed-off-by: DL6ER <dl6er@dl6er.de>
|
2018-08-30 15:02:33 +02:00 |
|
DL6ER
|
2d1aae3078
|
Merge branch 'devel' into new/longterm/select_query_type
|
2018-08-29 20:35:47 +02:00 |
|
DL6ER
|
181a0aeebd
|
Merge pull request #833 from pi-hole/fix/query-log-whitelist
Fix whitelisting from the query log (and DB query log)
|
2018-08-29 20:33:23 +02:00 |
|
Mark Drobnak
|
ea34912478
|
Merge pull request #835 from realtebo/master
Checked config file vars about DHCP for existence
|
2018-08-29 11:47:11 -04:00 |
|
Realtebo
|
2b4e028015
|
Checked config file vars about DHCP for existence
Signed-off-by: Realtebo <mirkotebaldi@yahoo.it>
|
2018-08-26 22:46:55 +02:00 |
|
Mcat12
|
b1549f1da8
|
Fix whitelisting from the query log (and DB query log)
Signed-off-by: Mcat12 <newtoncat12@yahoo.com>
|
2018-08-26 12:38:50 -04:00 |
|
Mike Souza
|
203d41103a
|
Add API support for list actions
Signed-off-by: Mike Souza <contact@michael-souza.com>
|
2018-08-26 11:56:44 -04:00 |
|
DL6ER
|
053d28980f
|
Use new variable name for new array in api_FTL.php
Signed-off-by: DL6ER <dl6er@dl6er.de>
|
2018-08-25 14:14:00 +02:00 |
|
Mark Drobnak
|
ae3fdb40ec
|
Merge pull request #832 from pi-hole/tweak/wrong-token-message
Improve "Wrong Token." message
|
2018-08-24 14:25:52 -05:00 |
|
DL6ER
|
d67f8c66ee
|
Wrong token is either when users try to do it via an old session or through a script. Hence, the message should tell the user to re-login
Signed-off-by: DL6ER <dl6er@dl6er.de>
|
2018-08-24 19:09:24 +02:00 |
|
DL6ER
|
7a9fcc1676
|
The "Wrong Token." message is shown whenever the token is wrong or not available. This commit adds more details into this message to help user's in their own troubleshooting.
Signed-off-by: DL6ER <dl6er@dl6er.de>
|
2018-08-24 19:00:42 +02:00 |
|
DL6ER
|
7ee1874672
|
Optimize HTML and JS
Signed-off-by: DL6ER <dl6er@dl6er.de>
|
2018-08-24 14:25:02 +02:00 |
|
DL6ER
|
318179d82d
|
Merge branch 'devel' into new/longterm/select_query_type
|
2018-08-24 14:09:46 +02:00 |
|
DL6ER
|
3169b5ba88
|
Add selection for query types on long term DB query log page
Signed-off-by: DL6ER <dl6er@dl6er.de>
|
2018-08-24 14:09:08 +02:00 |
|
DL6ER
|
a692bdea27
|
Add missing semicolon
Signed-off-by: DL6ER <dl6er@dl6er.de>
|
2018-08-21 18:39:50 +02:00 |
|
Mark Drobnak
|
81561f5da5
|
Merge pull request #826 from pi-hole/fix/client-colors
Use random colors in client graph if presets run out
|
2018-08-21 10:16:37 -04:00 |
|
Mark Drobnak
|
6066269349
|
Merge pull request #829 from pi-hole/feature/privacy-level-4
Add support for privacy level 4 (no stats)
|
2018-08-21 10:16:19 -04:00 |
|
DL6ER
|
77efbac43d
|
Show cache info on Settings page
Signed-off-by: DL6ER <dl6er@dl6er.de>
|
2018-08-21 15:42:15 +02:00 |
|
Mcat12
|
78ae865d62
|
Add support for privacy level 4 (no stats)
Signed-off-by: Mcat12 <newtoncat12@yahoo.com>
|
2018-08-20 17:33:29 -04:00 |
|
Mark Drobnak
|
72aa7761e6
|
Merge pull request #828 from pi-hole/fix/db-query-status
Add support for new query statuses in long term query log
|
2018-08-20 16:48:39 -04:00 |
|
Mcat12
|
9367e8115e
|
Add support for new query statuses in long term query log
Signed-off-by: Mcat12 <newtoncat12@yahoo.com>
|
2018-08-20 16:28:02 -04:00 |
|
Mark Drobnak
|
ec96282fd8
|
Merge pull request #824 from pi-hole/tweak/blocked_instead_of_Piholed
Change "Pi-holed" to "Blocked" on the Query Log
|
2018-08-17 12:49:33 -04:00 |
|
DL6ER
|
511b42352a
|
Do not show whitelist button for externally blocked domains as whitelisting these domains has not yet been implemented
Signed-off-by: DL6ER <dl6er@dl6er.de>
|
2018-08-17 18:26:21 +02:00 |
|
Mark Drobnak
|
d7b328e103
|
Use doublequote strings and add comment
Signed-off-by: Mark Drobnak <mark.drobnak@gmail.com>
|
2018-08-16 17:47:05 -04:00 |
|
Mark Drobnak
|
6af8c76c3f
|
Use random colors in client graph if presets run out
Signed-off-by: Mark Drobnak <newtoncat12@yahoo.com>
|
2018-08-16 17:38:02 -04:00 |
|
Mark Drobnak
|
f4c5746a44
|
Merge pull request #823 from pi-hole/tweak/modify_piechart_events
Extend piechart functionality on dashboard
|
2018-08-16 15:32:11 -04:00 |
|
DL6ER
|
c2dbefecc2
|
Add new api.php?getCacheInfo callback
Signed-off-by: DL6ER <dl6er@dl6er.de>
|
2018-08-16 14:29:49 +02:00 |
|
DL6ER
|
9646468022
|
+Show whitelisting button for regex blocked queries as pihole-FTL can actually whitelist regex filtered domains
Signed-off-by: DL6ER <dl6er@dl6er.de>
|
2018-08-16 14:24:32 +02:00 |
|
DL6ER
|
c6b6edae05
|
Change "Pi-holed" to "Blocked" on the Query Log. Also add a new "Blocked (external)" status that will be used by a future version of FTL. I also removed the addition of the dnssec status to the "Blocked (gravity)" status as requests answered from the blocking lists do not have a DNSSEC status.
Signed-off-by: DL6ER <dl6er@dl6er.de>
|
2018-08-16 14:16:30 +02:00 |
|
DL6ER
|
55969fab4b
|
A = 1, AAAA = 2, ...
Signed-off-by: DL6ER <dl6er@dl6er.de>
|
2018-08-15 15:20:27 +02:00 |
|
DL6ER
|
a72dbd8f91
|
:codacy: changes
Signed-off-by: DL6ER <dl6er@dl6er.de>
|
2018-08-15 15:17:37 +02:00 |
|