Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/pi-hole/pi-hole.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-10-01Update Amazon support URL to HTTPS in README (#4954)Adam Warner
2022-10-01Update Amazon support URL to HTTPS in READMEDavid Beitey
Signed-off-by: David Beitey <david@davidjb.com>
2022-09-19v5.12.2 (#4922)v5.12.2Adam Warner
2022-09-18Fix gravity database integrity check (#4921)yubiuser
2022-09-18Remove unused check_database_integrity()Christian König
Signed-off-by: Christian König <ckoenig@posteo.de>
2022-09-18Remove FAQ_ULA as it is unused in `core`Christian König
Signed-off-by: Christian König <ckoenig@posteo.de>
2022-09-18Fix gravity database integrity checkChristian König
Signed-off-by: Christian König <ckoenig@posteo.de>
2022-09-17Update workflow python to 3.10 and allow any python3 version in tests (#4914)yubiuser
2022-09-17Add comment in lighttpd.conf how to change the server port (#4917)yubiuser
2022-09-17Bump actions/stale from 5.1.1 to 5.2.0 (#4918)yubiuser
2022-09-17Bump actions/stale from 5.1.1 to 5.2.0dependabot[bot]
Bumps [actions/stale](https://github.com/actions/stale) from 5.1.1 to 5.2.0. - [Release notes](https://github.com/actions/stale/releases) - [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/stale/compare/v5.1.1...v5.2.0) --- updated-dependencies: - dependency-name: actions/stale dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2022-09-17Add comment in lighttpd.conf how to change the server portChristian König
Signed-off-by: Christian König <ckoenig@posteo.de>
2022-09-16Fixing texts forgotten after Blocking Page removal (#4915)yubiuser
2022-09-16Change texts after Block Page removalRD WebDesign
Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
2022-09-15Store docker version in versions file (If `PIHOLE_DOCKER_TAG` variable is ↵Adam Warner
set) (#4913)
2022-09-15Update advanced/Scripts/updatecheck.shAdam Warner
Co-authored-by: yubiuser <ckoenig@posteo.de> Signed-off-by: Adam Warner <github@adamwarner.co.uk>
2022-09-15Set tox envlist to py3tox_py3Christian König
Signed-off-by: Christian König <ckoenig@posteo.de>
2022-09-15Run test workflows on python 3.10Christian König
Signed-off-by: Christian König <ckoenig@posteo.de>
2022-09-15Update piholeDebug to source versions file for DOCKER_VERSION instead of ↵docker-version-in-versions-fileAdam Warner
reading PIHOLE_DOCKER_TAG Signed-off-by: Adam Warner <me@adamwarner.co.uk>
2022-09-15If docker version env var is set, store it in /etc/pihole/versions file for ↵Adam Warner
later use Signed-off-by: Adam Warner <me@adamwarner.co.uk>
2022-09-15master-> Dev (#4912)Adam Warner
2022-09-14v5.12.1 (#4908)v5.12.1Adam Warner
2022-09-06Fix 4898 (#4899)yubiuser
2022-09-06Fix 4898Christian König
Signed-off-by: Christian König <ckoenig@posteo.de>
2022-09-05Release 5.12 (#4889) (#4897)Adam Warner
2022-09-03Update FTL Binary test to ensure we catch incompatibility issues early (#4893)yubiuser
2022-09-03Drop Ubuntu 18 testsAdam Warner
Tweek version_check to only output 1st char of the reported version Signed-off-by: Adam Warner <me@adamwarner.co.uk>
2022-09-03Tweak FTL test to ensure we don't get false positives on incompatible OS ↵Adam Warner
(Will remote Ub18 in a separate commit) Signed-off-by: Adam Warner <me@adamwarner.co.uk>
2022-09-02Release 5.12 (#4889)v5.12Adam Warner
2022-08-26Add jq as dependency and remove json_extract (#4878)yubiuser
**What does this PR aim to accomplish?:** Adds `jq` as dependency and removes the now obsolete `json_extract` function. `jq` is a small dependency and adds powerfull json abilities. With `FTL v6` we will have a whole new json-based API where `jq` might be needed anyway. Also for `PADD` to interact with `FTL v6`, `jq` will be a requirement: https://github.com/pi-hole/PADD/pull/247 --- **By submitting this pull request, I confirm the following:** 1. I have read and understood the [contributors guide](https://docs.pi-hole.net/guides/github/contributing/), as well as this entire template. I understand which branch to base my commits and Pull Requests against. 2. I have commented my proposed changes within the code and I have tested my changes. 3. I am willing to help maintain this change if there are issues with it later. 4. It is compatible with the [EUPL 1.2 license](https://opensource.org/licenses/EUPL-1.1) 5. I have squashed any insignificant commits. ([`git rebase`](http://gitready.com/advanced/2009/02/10/squashing-commits-with-rebase.html)) --- - [x] I have read the above and my PR is ready for review. _Check this box to confirm_
2022-08-25Remove json_extract functionjqChristian König
Signed-off-by: Christian König <ckoenig@posteo.de>
2022-08-25Add jq to dependenciesChristian König
Signed-off-by: Christian König <ckoenig@posteo.de>
2022-08-24Remove the email function (#4870)yubiuser
- **What does this PR aim to accomplish?:** We offered to set an administrator email which was shown on the blockpage. With the removal of the blockpage (https://github.com/pi-hole/pi-hole/pull/3910) this function is not needed anymore. Corresponding web interface PR: https://github.com/pi-hole/AdminLTE/pull/2301
2022-08-23Merge pull request #4875 from pi-hole/tweak/version-fileAdam Warner
Store versions as key/value pairs rather than space delimeted values
2022-08-23Review suggestions (and shellcheck complaints)Adam Warner
Signed-off-by: Adam Warner <me@adamwarner.co.uk>
2022-08-22Store versions as key/value pairs rather than space delimeted valuestweak/version-fileAdam Warner
Signed-off-by: Adam Warner <me@adamwarner.co.uk>
2022-08-21Remove it also from index.php together with more unused variablesemailChristian König
Signed-off-by: Christian König <ckoenig@posteo.de>
2022-08-18Merge pull request #4862 from pi-hole/tweak/lighttpd_headersyubiuser
Add security-related headers to Pi-hole web interface
2022-08-18Remove the email functionChristian König
Signed-off-by: Christian König <ckoenig@posteo.de>
2022-08-17Merge pull request #3910 from pi-hole/removeblockpagefunctionalityAdam Warner
Remove the advanced functionality of the 404 page (Blockpage)
2022-08-17Merge branch 'development' into removeblockpagefunctionalityyubiuser
2022-08-17Merge pull request #4843 from MichaIng/patch-1yubiuser
Skip web server dialog if --disable-install-webserver has been passed
2022-08-17Merge branch 'development' into removeblockpagefunctionalityAdam Warner
2022-08-17Skip web server dialog if --disable-install-webserver has been passedMichaIng
Prior to https://github.com/pi-hole/pi-hole/pull/4772, the web server dialog was skipped if --disable-install-webserver was passed (INSTALL_WEB_SERVER=false). This commit restores this behaviour. Signed-off-by: MichaIng <micha@dietpi.com>
2022-08-08Merge pull request #4864 from pi-hole/debug_FTL_branchyubiuser
Extend FTL information in debug log
2022-08-08Remove the blockpage-focussed customisations to query.shremoveblockpagefunctionalityAdam Warner
Signed-off-by: Adam Warner <me@adamwarner.co.uk>
2022-08-08Do not remove blockingpage.css from existing installations as some users ↵Christian König
might use them for custom.php Signed-off-by: Christian König <ckoenig@posteo.de>
2022-08-08Apply reviewers suggestion for inline CSSyubiuser
Co-authored-by: RD WebDesign <github@rdwebdesign.com.br> Signed-off-by: yubiuser <ckoenig@posteo.de>
2022-08-08Reproduce blockpage.css for $splashPageChristian König
Signed-off-by: Christian König <ckoenig@posteo.de>
2022-08-08Use absolut asset pathsChristian König
Signed-off-by: Christian König <ckoenig@posteo.de>