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 (Expand)Author
2022-10-02Fix Deepsource.io warning message for index.php file (#4953)Adam Warner
2022-10-02remove old code per review from @yubiuser and @dschaperAdam Warner
2022-10-02`leasetime` (local) should have an `h` after it to signify 24h lease, else it...Adam Warner
2022-09-30Fix Deepsource warning message for index.php filefix/indexphpRD WebDesign
2022-09-27Return default port if non-numeric characters are set in pihole-FTL.conf for ...no_portChristian König
2022-09-26Remove last tracesChristian König
2022-09-26No detour - use pihole-FTL.conf to get the API port numberChristian König
2022-09-25Handle more than one default gateway in debug script (#4934)Dan Schaper
2022-09-25Read docker tag from file in root, not the previously set environment variabl...Dan Schaper
2022-09-25Use POSIXChristian König
2022-09-25If, after reading /pihole.docker.tag into DOCKER_TAG, it does not match an ex...Adam Warner
2022-09-24Remove cronjob that checks local versions every 10 minutes - only check when ...Peter Russell
2022-09-24Use utils.sh in install script (#4872)Adam Warner
2022-09-24Change wording in chronometer (#4910)Adam Warner
2022-09-22Handle more than one default gateway in debug scriptone_gatewayChristian König
2022-09-20Read docker tag from file in root, not the previously set environment variableAdam Warner
2022-09-18Remove unused check_database_integrity()Christian König
2022-09-18Remove FAQ_ULA as it is unused in `core`Christian König
2022-09-18Fix gravity database integrity checkChristian König
2022-09-17Blcked => Blockchrono/no_adsChristian König
2022-09-17Change wording in chronometerChristian König
2022-09-17Merge branch 'development' into use_utilsuse_utilsyubiuser
2022-09-17Add comment in lighttpd.conf how to change the server portChristian König
2022-09-16Change texts after Block Page removalRD WebDesign
2022-09-15Update advanced/Scripts/updatecheck.shAdam Warner
2022-09-15Update piholeDebug to source versions file for DOCKER_VERSION instead of read...docker-version-in-versions-fileAdam Warner
2022-09-15If docker version env var is set, store it in /etc/pihole/versions file for l...Adam Warner
2022-08-25Remove json_extract functionjqChristian König
2022-08-24Use utils.sh in install scriptChristian König
2022-08-24Remove the email function (#4870)yubiuser
2022-08-23Review suggestions (and shellcheck complaints)Adam Warner
2022-08-22Store versions as key/value pairs rather than space delimeted valuestweak/version-fileAdam Warner
2022-08-21Remove it also from index.php together with more unused variablesemailChristian König
2022-08-18Merge pull request #4862 from pi-hole/tweak/lighttpd_headersyubiuser
2022-08-18Remove the email functionChristian König
2022-08-17Merge branch 'development' into removeblockpagefunctionalityAdam Warner
2022-08-08Remove the blockpage-focussed customisations to query.shremoveblockpagefunctionalityAdam Warner
2022-08-08Apply reviewers suggestion for inline CSSyubiuser
2022-08-08Reproduce blockpage.css for $splashPageChristian König
2022-08-08Use absolut asset pathsChristian König
2022-08-08Only do one curl call in debug when checking the X-HeaderChristian König
2022-08-08Remove blockingpage.cssChristian König
2022-08-08X-Pi-hole removed from blocking page...Adam Warner
2022-08-08no need to declare $viewPortAdam Warner
2022-08-08Extend FTL information in debug logChristian König
2022-08-06Add security-related headers to Pi-hole web interfacetweak/lighttpd_headersDL6ER
2022-08-05Exit with return code if ftl does not start4856-init-script-ftlDan Schaper
2022-08-04Ensure user defined FTL_PID_FILE and FTL_PORT_FILE dirs are created on startupChristian König
2022-08-01type -> list_type per @yubiuser suggestionAdam Warner
2022-07-30Merge pull request #4839 from pi-hole/move_getFTLPIDFileyubiuser