-
-
Notifications
You must be signed in to change notification settings - Fork 558
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 web v5.2.2 #1666
Merged
Merged
Pi-hole web v5.2.2 #1666
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
…tions to red Signed-off-by: yubiuser <ckoenig@posteo.de>
https://discourse.pi-hole.net/t/use-svg-for-icons-instead-of-font/40166 Signed-off-by: Michael Howell <michael@notriddle.com>
* autoprefixer ^9.8.6 → ^10.0.4 * postcss-cli ^7.1.2 → ^8.3.0 Also, cleanup our browserslist config. Signed-off-by: XhmikosR <xhmikosr@gmail.com>
Signed-off-by: dnhp <34394848+dnhp@users.noreply.github.com>
Update development from Web v5.2.1 release
Signed-off-by: Aidan Woods <aidantwoods@gmail.com>
Require auth for recentBlocked function
This should prevent a timing attack against this parameter to disclose the stored passsword hash. Signed-off-by: Aidan Woods <aidantwoods@gmail.com>
Use hash_equals when comparing to pwhash from cookie
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7. **This update includes a security fix.** - [Release notes](https://github.com/isaacs/ini/releases) - [Commits](npm/ini@v1.3.5...v1.3.7) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Fix issue 1643 - Show status of retried DNS queries in query log correctly
Change color of blocked queries in dashboard piechart forward destination to red
Update devDependencies
Switch from fontawesome webfonts to SVG + JS
Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 10.0.4 to 10.1.0. - [Release notes](https://github.com/postcss/autoprefixer/releases) - [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md) - [Commits](postcss/autoprefixer@10.0.4...10.1.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Bumps [xo](https://github.com/xojs/xo) from 0.35.0 to 0.36.1. - [Release notes](https://github.com/xojs/xo/releases) - [Commits](xojs/xo@v0.35.0...v0.36.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Bumps [postcss](https://github.com/postcss/postcss) from 8.1.10 to 8.2.1. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](postcss/postcss@8.1.10...8.2.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: yubiuser <ckoenig@posteo.de>
Signed-off-by: yubiuser <ckoenig@posteo.de>
Signed-off-by: yubiuser <ckoenig@posteo.de>
Signed-off-by: yubiuser <ckoenig@posteo.de>
Validate target domain for CNAME records
Signed-off-by: DL6ER <dl6er@dl6er.de>
…y log Signed-off-by: Adam Warner <me@adamwarner.co.uk>
Signed-off-by: Adam Warner <me@adamwarner.co.uk>
Prevent malformed DNS queries executing JS on querylog/long term query pages
Fix transactions in groups.php
dschaper
approved these changes
Dec 23, 2020
#1663 needs a bit more work, I've just seen that I've made review comments but forgot to actually hit the "store my review" button. |
DL6ER
approved these changes
Dec 24, 2020
Signed-off-by: yubiuser <ckoenig@posteo.de>
Signed-off-by: yubiuser <ckoenig@posteo.de>
Updated the PR if you still want to include it. |
Signed-off-by: yubiuser <ckoenig@posteo.de>
Add hint to the web interface about the limits of CNAME records
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.
We may want to get @yubiuser's changeset in from #1663, too?