Commit Graph

3823 Commits

Author SHA1 Message Date
Mark Drobnak
e8b0e97d31 Merge branch 'release/v4.1' into fix/duplicated_list_entries 2018-12-06 23:13:03 -05:00
Mark Drobnak
00295ba5a2 Merge pull request #866 from pi-hole/fix/admin-email-security
Prevent possible attacks via admin email setting
2018-12-06 23:12:45 -05:00
Mark Drobnak
064e652344 Merge branch 'release/v4.1' into fix/admin-email-security 2018-12-06 12:18:39 -05:00
Mark Drobnak
48e65eef2b Merge pull request #864 from pi-hole/fix/privacy_maximum_no_regex
Some improvements to Settings page
2018-12-06 12:18:23 -05:00
Mark Drobnak
1850f7e108 Merge branch 'release/v4.1' into fix/privacy_maximum_no_regex 2018-12-05 23:12:48 -05:00
Mark Drobnak
e8c45998df Merge pull request #867 from pi-hole/fix/query-ads-domain-option
Prevent domains sent to queryAds acting as command line options
2018-12-05 17:27:40 -05:00
DL6ER
bd84160d4f Show different warning in the case that at least one of the domains to be added were already present
Signed-off-by: DL6ER <dl6er@dl6er.de>
2018-11-29 19:47:57 +01:00
DL6ER
99b0535f8e Remove empty line at beginning of output of add.php
Signed-off-by: DL6ER <dl6er@dl6er.de>
2018-11-29 18:41:30 +01:00
DL6ER
21ab29dedc Use shell_exec() instead of exec() to obtain the full script output (and not only the last line!)
Signed-off-by: DL6ER <dl6er@dl6er.de>
2018-11-29 18:39:23 +01:00
DL6ER
1709631949 Don't use --quiet flag for adding hosts to white- and blacklist
Signed-off-by: DL6ER <dl6er@dl6er.de>
2018-11-29 18:02:44 +01:00
DL6ER
c4b9018a40 Merge pull request #868 from pi-hole/new/rfc4039
Add support for DHCPv4 rapid commit
2018-11-27 17:21:02 +01:00
DL6ER
18f9ed4532 Update savesettings.php
Signed-off-by: DL6ER <dl6er@dl6er.de>
2018-11-26 19:12:08 +01:00
DL6ER
7cb989761b Frontend changes for DHCPv4 rapid commit support
Signed-off-by: DL6ER <dl6er@dl6er.de>
2018-11-25 08:58:27 +01:00
Mark Drobnak
9d4e545593 Use simpler check for dash in is_valid_domain_name
Signed-off-by: Mark Drobnak <mark.drobnak@gmail.com>
2018-11-24 11:21:54 -05:00
Mcat12
e7f4ef8a09 Prevent domains sent to queryAds acting as command line options
Signed-off-by: Mcat12 <newtoncat12@yahoo.com>
2018-11-23 14:43:08 -05:00
Mcat12
13c29336b2 Prevent possible attacks via admin email setting
The admin email is now treated as a single string (surrounded by single
quotes), and it is not allowed to contain its own single quotes.

Signed-off-by: Mcat12 <newtoncat12@yahoo.com>
2018-11-23 14:35:43 -05:00
Mcat12
79c7c893ac Move footer script back to footer
Signed-off-by: Mcat12 <newtoncat12@yahoo.com>
2018-11-10 13:55:37 -05:00
Mcat12
500b3b774c Move dependency scripts to header
Signed-off-by: Mcat12 <newtoncat12@yahoo.com>
2018-11-10 13:54:33 -05:00
Mcat12
3b635e0245 Move script tags inside html tag
Fixes #863

Signed-off-by: Mcat12 <newtoncat12@yahoo.com>
2018-11-10 13:51:14 -05:00
DL6ER
ba11c7b394 Disply that the privacy level wasn't changed when this is the case.
Signed-off-by: DL6ER <dl6er@dl6er.de>
2018-11-10 08:40:05 +01:00
DL6ER
8c08ec2a10 Automatically restart DNS resolver when privacy level is lowered
Signed-off-by: DL6ER <dl6er@dl6er.de>
2018-11-10 08:38:55 +01:00
DL6ER
26824d2c45 Rename incorrectly labeled button on Settings page
Signed-off-by: DL6ER <dl6er@dl6er.de>
2018-11-09 20:44:29 +01:00
DL6ER
842f3a0b6e Add info that regex blocking is not available at maximum privacy level and that the resolver needs to be restarted if the privacy level is lowered.
Signed-off-by: DL6ER <dl6er@dl6er.de>
2018-11-09 20:43:23 +01:00
Mark Drobnak
738cf0479f Merge pull request #861 from pi-hole/fix/db-query-types
Fix query types in long term query log being incorrect
2018-11-08 11:04:32 -05:00
Mark Drobnak
f612e51f15 Merge pull request #852 from bitcynth/patch-1
Error handling in savesettings.php
2018-11-07 18:03:38 -05:00
Mcat12
47d71f4708 Change spaces to tabs in bugfix
Signed-off-by: Mcat12 <newtoncat12@yahoo.com>
2018-11-07 17:06:02 -05:00
Mcat12
127d46d1f9 Fix query types in long term query log being incorrect
Besides A and AAAA, the other query types would show up as AAAA instead
of their actual name.

Signed-off-by: Mcat12 <newtoncat12@yahoo.com>
2018-11-07 16:59:38 -05:00
Mark Drobnak
a072c5325b Merge pull request #859 from KrunchMuffin/patch-1
Update dashboard for better fit of small boxes
2018-10-31 21:46:18 -04:00
Derek
8ac61c4d7f Update dashboard for better fit of small boxes
On the raspberrypi official touchscreen (and other screens that fit "small" and "medium"), the small boxes take up the 12 columns which forces to scroll and is generally ineffective as a quick glance dashboard. I have updated to col-sm-6 so there are 2 boxes on 2 rows so now you can see all those stats plus the queries last 24 without having to scroll. the col-xs-12 is not necessary as it will default to that.

Signed-off-by: Derek Bowes <db@bowesmail.com>
2018-10-31 12:10:53 -04:00
Mark Drobnak
ed9c67b30e Merge pull request #858 from pi-hole/tweak/replace-norton-dnssec
Replace Norton with Cloudflare in DNSSEC details
2018-10-26 00:53:14 -04:00
Mark Drobnak
a3cc0cc383 Merge pull request #856 from pi-hole/fix/referral-readme
update broken referral link
2018-10-25 17:10:15 -04:00
Mark Drobnak
5a207410ed Replace Norton with Cloudflare in DNSSEC details
Signed-off-by: Mark Drobnak <mark.drobnak@gmail.com>
2018-10-25 10:38:09 -04:00
Jacob Salmela
1766d6bd27 update broken referral link
Signed-off-by: Jacob Salmela <jacob.salmela@pi-hole.net>
2018-10-25 06:03:30 -05:00
Cynthia
34bbb9a70e Error handling in savesettings.php
This is to address https://github.com/pi-hole/pi-hole/issues/2444

Signed-off-by: Cynthia Revstrom <me@cynthia.re>
2018-10-03 02:28:27 +02:00
Mark Drobnak
33fc60051f Merge pull request #849 from pi-hole/tweak/forward_destinations_are_upstreams
Forward destinations -> Upstreams
2018-09-24 10:27:10 -04:00
DL6ER
56251d1808 Forward destinations -> Upstreams
Signed-off-by: DL6ER <dl6er@dl6er.de>
2018-09-24 12:55:55 +02:00
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