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-15Bump actions/setup-python from 4.2.0 to 4.3.0 (#4980)HEADmasterAdam Warner
2022-10-15Bump actions/setup-python from 4.2.0 to 4.3.0Adam Warner
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.2.0 to 4.3.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v4.2.0...v4.3.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: Adam Warner <me@adamwarner.co.uk>
2022-10-11Pi-hole v5.13 (#4960)v5.13Adam Warner
2022-10-10Fix `pihole -r` dialog exit (#4965)Dan Schaper
2022-10-10Fix `pihole -r` dialog exitRD WebDesign
- if an option is selected: Get option (repair/reconfigure); - if exit or ESC: Get exit code (1/255) Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
2022-10-09Bump actions/stale from 6.0.0 to 6.0.1 (#4963)Adam Warner
2022-10-09Bump actions/checkout from 3.0.2 to 3.1.0 (#4964)Adam Warner
2022-10-09Bump actions/checkout from 3.0.2 to 3.1.0dependabot[bot]
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.0.2 to 3.1.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3.0.2...v3.1.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2022-10-09Bump actions/stale from 6.0.0 to 6.0.1dependabot[bot]
Bumps [actions/stale](https://github.com/actions/stale) from 6.0.0 to 6.0.1. - [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/v6.0.0...v6.0.1) --- updated-dependencies: - dependency-name: actions/stale dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2022-10-09Add initscripts to CentOS8 dockerfile (#4966)Adam Warner
2022-10-08Add initscripts to CentOS8 dockerfileChristian König
Signed-off-by: Christian König <ckoenig@posteo.de>
2022-10-02Fix Deepsource.io warning message for index.php file (#4953)Adam Warner
2022-10-02Fix default DHCPv4 leasetime value (#4956)Adam Warner
2022-10-02remove old code per review from @yubiuser and @dschaperAdam Warner
Signed-off-by: Adam Warner <me@adamwarner.co.uk>
2022-10-02`leasetime` (local) should have an `h` after it to signify 24h lease, else ↵Adam Warner
it will be read as two minutes (minimum integer value) Signed-off-by: Adam Warner <me@adamwarner.co.uk>
2022-10-01Add Fedora 35 and 36, remove 34 to/from the test suite (#4952)Dan Schaper
2022-10-01Remove pihole-FTL.port file (#4945)Adam Warner
2022-10-01Update Amazon support URL to HTTPS in README (#4954)Adam Warner
2022-10-01Remoce Fedora 34 from testsChristian König
Signed-off-by: Christian König <ckoenig@posteo.de>
2022-10-01Add initscripts to Fedora 35 and 36 dockerfileChristian König
Signed-off-by: Christian König <ckoenig@posteo.de>
2022-10-01Update Amazon support URL to HTTPS in READMEDavid Beitey
Signed-off-by: David Beitey <david@davidjb.com>
2022-09-30Fix Deepsource warning message for index.php filefix/indexphpRD WebDesign
Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
2022-09-29Add Fedora 35 and 36 to the test suiteChristian König
Signed-off-by: Christian König <ckoenig@posteo.de>
2022-09-27Return default port if non-numeric characters are set in pihole-FTL.conf for ↵no_portChristian König
FTLPORT. FTL does the same in such case and provide the API on 4711 Signed-off-by: Christian König <ckoenig@posteo.de>
2022-09-26Remove last tracesChristian König
Signed-off-by: Christian König <ckoenig@posteo.de>
2022-09-26No detour - use pihole-FTL.conf to get the API port numberChristian König
Signed-off-by: Christian König <ckoenig@posteo.de>
2022-09-26Update python tests and add black code formatter action (#4926)Adam Warner
2022-09-26Format test.ymlChristian König
Signed-off-by: Christian König <ckoenig@posteo.de>
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 ↵Dan Schaper
variable (#4929)
2022-09-25Use POSIXChristian König
Signed-off-by: Christian König <ckoenig@posteo.de>
2022-09-25Better wording and test with colortest_infrastructureChristian König
Signed-off-by: Christian König <ckoenig@posteo.de>
2022-09-25If, after reading /pihole.docker.tag into DOCKER_TAG, it does not match an ↵Adam Warner
expected pattern, unset it - this should prevent arbitary code from being run Signed-off-by: Adam Warner <me@adamwarner.co.uk>
2022-09-25Set connection timeout for curl (#4884)Dan Schaper
2022-09-24Fix issue in #4872 missed in review (#4940)Adam Warner
2022-09-24Remove cronjob that checks local versions every 10 minutes - only check when ↵Peter Russell
required (#4939) * eliminate updatechecker local from pihole cron job Signed-off-by: jpgpi250 <jpgpi250@gmail.com> * resolving stickler-ci items Signed-off-by: jpgpi250 <jpgpi250@gmail.com> * undo changes to updatecheck.sh (request from PromoFaux) Signed-off-by: jpgpi250 <jpgpi250@gmail.com> * applied recommendation from PromoFaux Signed-off-by: jpgpi250 <jpgpi250@gmail.com> * Indent the code inside the function Signed-off-by: jpgpi250 <jpgpi250@gmail.com> * removed unnecessary updatecheck for core Signed-off-by: jpgpi250 <jpgpi250@gmail.com> * eliminate updatechecker local from pihole cron job Co-authored-by: jpgpi250 <jpgpi250@gmail.com> Signed-off-by: Adam Warner <me@adamwarner.co.uk> Signed-off-by: jpgpi250 <jpgpi250@gmail.com> Signed-off-by: Adam Warner <me@adamwarner.co.uk> Co-authored-by: Adam Warner <me@adamwarner.co.uk>
2022-09-24$$ != $Adam Warner
Signed-off-by: Adam Warner <me@adamwarner.co.uk>
2022-09-24Use utils.sh in install script (#4872)Adam Warner
2022-09-24Change wording in chronometer (#4910)Adam Warner
2022-09-24Bump actions/stale from 5.2.0 to 6.0.0 (#4938)Adam Warner
2022-09-24Bump actions/stale from 5.2.0 to 6.0.0dependabot[bot]
Bumps [actions/stale](https://github.com/actions/stale) from 5.2.0 to 6.0.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.2.0...v6.0.0) --- updated-dependencies: - dependency-name: actions/stale dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
2022-09-22Handle more than one default gateway in debug scriptone_gatewayChristian König
Signed-off-by: Christian König <ckoenig@posteo.de>
2022-09-22Fix tabs in dialog boxes (#4932)yubiuser
2022-09-22Fix tabs in dialog boxesChristian König
Signed-off-by: Christian König <ckoenig@posteo.de>
2022-09-20Read docker tag from file in root, not the previously set environment variableAdam Warner
Signed-off-by: Adam Warner <me@adamwarner.co.uk>
2022-09-19Remove `installed_binary` variable which was leftover from ↵Christian König
https://github.com/pi-hole/pi-hole/pull/4893 Signed-off-by: Christian König <ckoenig@posteo.de>
2022-09-19Format all /test files with blackChristian König
Signed-off-by: Christian König <ckoenig@posteo.de>
2022-09-19Add black python code formatter actionChristian König
Signed-off-by: Christian König <ckoenig@posteo.de>
2022-09-19Update test requirementsChristian König
Signed-off-by: Christian König <ckoenig@posteo.de>
2022-09-19Master -> Dev (#4925)Adam Warner