Commit Graph

319 Commits

Author SHA1 Message Date
DL6ER 52f5be0c8f Merge pull request #992 from trimalcione/devel
Add DHCP leases export/import from teleporter
2019-12-16 11:22:28 +01:00
XhmikosR 5275faacb1 Lowercase hex colors.
Signed-off-by: XhmikosR <xhmikosr@gmail.com>
2019-12-09 16:53:21 +02:00
trimalcione 6c04b8cb39 add DHCP static leases import from teleporter
Signed-off-by: trimalcione <okchtioui@gmail.com>
2019-12-02 16:21:19 +01:00
Adam Warner fff357acee Merge branch 'devel' into noopener 2019-11-25 19:18:03 +00:00
XhmikosR e68e7719fc Specify rel=noopener for external links.
See https://developers.google.com/web/tools/lighthouse/audits/noopener for more information

Signed-off-by: XhmikosR <xhmikosr@gmail.com>
2019-11-24 23:00:02 +02:00
Ghalid 9173304773 Use HTTPS in DNSSEC resolver test link
Signed-off-by: Ghalid <24234921+Ghalid@users.noreply.github.com>
2019-11-21 19:51:38 -05:00
trimalcione 72af77eef9 Merge branch 'devel' into devel 2019-10-19 01:13:35 +02:00
Adam Warner 8311a0aefc Add ability for user to include comment when adding a blocklist
Signed-off-by: Adam Warner <me@adamwarner.co.uk>
2019-10-14 22:59:05 +01:00
Adam Warner b7d3ddd2b0 Merge branch 'devel' into release/v4.3.2 2019-09-22 00:58:42 +01:00
Mcat12 d23df61a49 Fix some XSS issues in settings.php
Signed-off-by: Mcat12 <newtoncat12@yahoo.com>
2019-09-18 17:16:39 -04:00
TheME e816c28fd0 fix broken Icons
Signed-off-by: Th3M3 <the_me@hotmail.de>
2019-09-12 21:11:12 -04:00
DL6ER d2ff1f9093 Clarify that the router does not always have to be the DHCP server. Fixes #893
Signed-off-by: DL6ER <dl6er@dl6er.de>
2019-09-12 21:05:53 -04:00
DL6ER fb17a8536c Extend description of regex lists (they also contain the wildcard-style rules)
Signed-off-by: DL6ER <dl6er@dl6er.de>
2019-09-05 19:08:05 +02:00
DL6ER bc4f508970 Merge pull request #986 from pi-hole/new/whitelist-regex-support
Add whitelist regex support
2019-09-01 14:23:50 +02:00
DL6ER 4743228a86 Allow domains to be added by hitting return (add them as exact domains).
Signed-off-by: DL6ER <dl6er@dl6er.de>
2019-08-27 17:19:05 +02:00
trimalcione 9d32aa6489 Add DHCP leases export/import from teleporter
Signed-off-by: trimalcione <okchtioui@gmail.com>
2019-08-20 18:12:16 +02:00
TheME 5ea4e6d185 fix broken Icons
Signed-off-by: Th3M3 <the_me@hotmail.de>
2019-08-04 21:11:32 +02:00
DL6ER 72c0233436 Add option to flush tables during import (defaults to true). By unchecking this box, users can import (= only add) other lists without loosing the present content. Conflict management is done through INSERT OR IGNORE which will silently skip entries that violate the UNIQUE constraint.
Signed-off-by: DL6ER <dl6er@dl6er.de>
2019-07-24 21:15:32 +02:00
DL6ER 1ddf36a752 Archive and restore full tables instead of only domains. Use JSON as backup file format.
Signed-off-by: DL6ER <dl6er@dl6er.de>
2019-07-24 21:10:19 +02:00
Mark Drobnak 4e1df1664c Merge pull request #951 from pi-hole/new/arp-flush
Add button for pihole arpflush on Pi-hole settings page
2019-07-04 14:10:29 -04:00
DL6ER 2f5f95dba1 Clarify that the router does not always have to be the DHCP server. Fixes #893
Signed-off-by: DL6ER <dl6er@dl6er.de>
2019-06-15 17:47:07 +02:00
DL6ER 72abc5dad4 Add button for pihole arpflush on Pi-hole settings page
Signed-off-by: DL6ER <dl6er@dl6er.de>
2019-05-30 22:05:13 +02:00
Dan Schaper a25195636c Merge pull request #939 from pi-hole/release/v4.3
Update Dev with v4.3 fixes
2019-05-21 17:45:25 -07:00
Mcat12 d0b0eb8822 Fix wording on blocklist text field placeholder and fix empty input tag
Signed-off-by: Mcat12 <newtoncat12@yahoo.com>
2019-05-01 20:53:34 -07:00
DL6ER 1451a3441e Show date of last modification of adlist entries
Signed-off-by: DL6ER <dl6er@dl6er.de>
2019-04-29 19:46:15 +02:00
DL6ER 7f9164f2fe Allow adding only one adlist at a time. This greatly reduces the code complexity. Adding multiple entries is still possible as the Save operation is, in general, very fast. Support for multiple lines at a time might be re-added by a follow-up PR
Signed-off-by: DL6ER <dl6er@dl6er.de>
2019-04-28 22:00:59 +02:00
DL6ER 66b7e4c83d Add support for date_added and comment fields on adlists subpage
Signed-off-by: DL6ER <dl6er@dl6er.de>
2019-04-28 21:47:40 +02:00
DL6ER ced7174c37 Modify adlists subpage of the settings page to sources the lists from the gravity database.
Signed-off-by: DL6ER <dl6er@dl6er.de>
2019-04-28 20:42:50 +02:00
DL6ER 67f3c706a7 Readd lost "be"
Signed-off-by: DL6ER <dl6er@dl6er.de>
2019-04-10 17:19:16 +02:00
DL6ER a00e887930 Remove jQuery inputmask
Signed-off-by: DL6ER <dl6er@dl6er.de>
2019-04-10 17:12:35 +02:00
Eugenio Marcelo Melendez 73e30e2e1c Fixed typo, added the word 'be'
Signed-off-by: Eugenio Marcelo Melendez <eugenio.mg@gmail.com>
2019-02-07 23:05:31 -06:00
Mark Drobnak 193e43c186 Merge pull request #865 from pi-hole/fix/script-outside-html
Move script tags inside html tag body
2018-12-10 16:48:00 -05:00
Mark Drobnak 9fa4cc62cb Merge pull request #872 from pi-hole/release/v4.1
Update development with final v4.1 changes
2018-12-09 22:14:30 -05: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
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 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 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
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 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
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
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
DL6ER 77efbac43d Show cache info on Settings page
Signed-off-by: DL6ER <dl6er@dl6er.de>
2018-08-21 15:42:15 +02:00