forked from pi-hole/web
-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pi-hole 4.1 Update #14
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Git Flow - Release/v4.0 merge back to development
Update settings.php
…FTL.conf Signed-off-by: DL6ER <dl6er@dl6er.de>
…at start in e.g., "ftp://" or "file://" or without a protocol. Signed-off-by: DL6ER <dl6er@dl6er.de>
…_time_interval Acknowledge possible custom time interval
Signed-off-by: DL6ER <dl6er@dl6er.de>
…_show_everything Don't require adlists to start in "http"
…ements. No functional change! Signed-off-by: DL6ER <dl6er@dl6er.de>
Signed-off-by: DL6ER <dl6er@dl6er.de>
Signed-off-by: DL6ER <dl6er@dl6er.de>
Signed-off-by: DL6ER <dl6er@dl6er.de>
This stops the tooltips from disappearing beyond the pie chart's canvas. Signed-Off-By: Rob Gill <rrobgill@protonmail.com>
Signed-Off-By: Rob Gill <rrobgill@protonmail.com>
Signed-Off-By: Rob Gill <rrobgill@protonmail.com>
i <3 codacy-bot Signed-Off-By: Rob Gill <rrobgill@protonmail.com>
Be able to show more response types on Query Log page
Signed-off-by: DL6ER <dl6er@dl6er.de>
Pie-chart custom tooltips
Offer possibility to import auditlog.list from teleporter archive
Issues identified by codacy *Multiple spaces removed *piholeChanged defined before use *curly brackets after if conditions *lonely if converted to else if Signed-off-by: Rob Gill <rrobgill@protonmail.com>
For code consistency all opening curly brackets for if and for statements now stand alone on their own lines Signed-off-by: Rob Gill <rrobgill@protonmail.com>
Changes to code formatting
… on an element in the pie-chart. The current behavior is moved to middle mouse click. Signed-off-by: DL6ER <dl6er@dl6er.de>
…cific forward destinations and query types Signed-off-by: DL6ER <dl6er@dl6er.de>
Signed-off-by: DL6ER <dl6er@dl6er.de>
Signed-off-by: DL6ER <dl6er@dl6er.de>
…ked (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>
… actually whitelist regex filtered domains Signed-off-by: DL6ER <dl6er@dl6er.de>
Signed-off-by: DL6ER <dl6er@dl6er.de>
Signed-off-by: Mark Drobnak <mark.drobnak@gmail.com>
update broken referral link
Replace Norton with Cloudflare in DNSSEC details
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>
Update dashboard for better fit of small boxes
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>
Signed-off-by: Mcat12 <newtoncat12@yahoo.com>
Error handling in savesettings.php
Fix query types in long term query log being incorrect
…l and that the resolver needs to be restarted if the privacy level is lowered. Signed-off-by: DL6ER <dl6er@dl6er.de>
Signed-off-by: DL6ER <dl6er@dl6er.de>
Signed-off-by: DL6ER <dl6er@dl6er.de>
Signed-off-by: DL6ER <dl6er@dl6er.de>
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>
Signed-off-by: Mcat12 <newtoncat12@yahoo.com>
Signed-off-by: Mark Drobnak <mark.drobnak@gmail.com>
Signed-off-by: DL6ER <dl6er@dl6er.de>
…and not only the last line!) Signed-off-by: DL6ER <dl6er@dl6er.de>
Signed-off-by: DL6ER <dl6er@dl6er.de>
…o be added were already present Signed-off-by: DL6ER <dl6er@dl6er.de>
Prevent domains sent to queryAds acting as command line options
Some improvements to Settings page
Prevent possible attacks via admin email setting
Don't use --quiet flag for adding hosts to white- and blacklist
Release v4.1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Pi-hole 4.1 Update