Commit Graph

5033 Commits (v5.9)
 

Author SHA1 Message Date
Adam Warner 6ffa2ba1b2
Merge pull request #4547 from pi-hole/development
2 years ago
Adam Warner e9250d62c5
Merge pull request #4598 from pi-hole/alt-4597
2 years ago
Adam Warner 08999bf315
Use case insensitive deletion when removing custom CNAME/DNS records in case of manual entries with mixed case having been added
2 years ago
Adam Warner 2bd670a3dd
Merge pull request #4582 from lschloetterer/patch-1
2 years ago
Adam Warner f342b2c9f6
Merge pull request #4489 from pi-hole/tweak/manpages
2 years ago
Lukas Schlötterer 2a0bb5b9ee Create second entry for teleporter and adjust spacing
2 years ago
yubiuser c3c5342b48
Fix reviewer's comment
2 years ago
Christian König d7d8e9730b Remove pihole-FTL.conf.5 from automated tests
2 years ago
Christian König 7c60ee8df1 Remove pihole-FTL.conf man page
2 years ago
Adam Warner ee9f4856a2
Merge pull request #4596 from pi-hole/long-live-centos8-stream
2 years ago
Adam Warner 444526ad58
Switch from centos8 to centos8:stream base image for centos 8 tests
2 years ago
DL6ER 844c4dcdc8
Merge pull request #4584 from pi-hole/fix/gravity_internal_sqlite3
2 years ago
Lukas Schlötterer 881d92632c
add hint for custom teleporter filename to help function
2 years ago
DL6ER 76d4e1209f
Merge pull request #4585 from pi-hole/tweak/sed-add-if-not-exists
2 years ago
DL6ER d956498c8c
Merge pull request #4575 from pi-hole/fix/tag_update
2 years ago
DL6ER e09dd56807
Remove RPM package sqlite as well
2 years ago
DL6ER 30ec1c94cc
Merge pull request #4593 from pi-hole/master
2 years ago
Adam Warner 5d68dac90e
Merge pull request #4588 from pi-hole/stale
2 years ago
Adam Warner 77e5121d43
Split new function out into a separte utility script and add a test for it. Can be used in future to organise re/commonly-used code
2 years ago
DL6ER 74d7d10554
Orphans need to be deleted in the old database
2 years ago
Christian König 2f4c4d9176
Fix stale label to stale
2 years ago
Adam Warner 1dd9d55d82
Replace value for BLOCKING_ENABLED (and QUERY_LOGGING, for consistency) and if value that we are trying to replace does not exist, add it to the end of the file.
2 years ago
DL6ER 8cbffa179d
Replace remaining sqlite3 calls by calls to our embedded pihole-FTL sqlite3 engine and remove sqlite3 as dependency in the installer.
2 years ago
DL6ER 5bb79de70b
Clean possible leftovers in domainlist_by_group, adlist_by_group, and client_by_group before copying from database base to avoid foreign key violations.
2 years ago
DL6ER 534f9a63bf
Copy database tables earlier into the new gravity database to avoid foreign key contraint violations when adding gravity entries refering to an empty adlist table
2 years ago
DL6ER f0f5cc52d9
Use internal SQLite3 engine in more places in gravity.sh
2 years ago
Lukas Schlötterer bad6d8a59e
add parameter to set filename for teleporter
2 years ago
Christian König 7aa28e4a3a
Do a full fetch
2 years ago
Adam Warner e80a7731c9
Merge pull request #4568 from pi-hole/master
2 years ago
Adam Warner 3cd662eaeb
Merge pull request #4558 from pi-hole/stale
2 years ago
RD WebDesign 6ead24b315
Move space into variable (#4562)
2 years ago
Christian König cdde832ed3
Some use uppercase some don't...
2 years ago
Christian König 57ba60ce54
Change the exemption issue label pinned to internal for stale issues
2 years ago
Lukas Schlötterer ed6b85241b
use sed substitute instead of delete and append (#4555)
2 years ago
Adam Warner 918f7a504c
Merge pull request #4554 from pi-hole/master
2 years ago
Adam Warner 3260cb40b5
ops per run -> 300 for stale
2 years ago
Adam Warner a79c1159a9
Merge pull request #4550 from pi-hole/master
2 years ago
Adam Warner 65a04246cd
Merge pull request #4548 from pi-hole/actions/sync-to-dev
2 years ago
Adam Warner f1245685dc
Add action to automatically sync master to dev when code is pushed to master
2 years ago
DL6ER ec3a5c2989
Merge pull request #4543 from pi-hole/tweak/debug_ipaddr
2 years ago
DL6ER b20b38d44f
Include ip addr show and ip route show for us to help with local-service issues (where hops-away is measured)
2 years ago
DL6ER d5253f26f4
Merge pull request #4542 from pi-hole/remove_oneline
2 years ago
Christian König a65a841c56
Remove oneline from ss call
2 years ago
Adam Warner 1b0b24daf5
Merge pull request #4539 from pi-hole/master
2 years ago
Adam Warner 7010ed454c
Merge pull request #4532 from MichaIng/patch-1
2 years ago
DL6ER ce86157067
Fix gravity in case there are no adlists at all or all are disabled (#4535)
2 years ago
Adam Warner 3097c8fbdc
Skip the required ports check if installed in docker container. Unpriv'ed containers do not have access to the information required to resolve the service name listening - and the container should not start if there was a port conflict anyway (#4536)
2 years ago
Adam Warner 363e2f10bb
Merge pull request #4534 from pi-hole/meta/enable_stale
2 years ago
Dan Schaper bfd9fe80ef
Remove debug from Stale
2 years ago
MichaIng c2080324b7
Install netcat-openbsd as dependency explicitly
2 years ago