Commit Graph

5218 Commits (edba325a3eb8f654d9b881c711ce9b9d9d3a3058)
 

Author SHA1 Message Date
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
Adam Warner 875ad04fde
Merge pull request #4522 from pi-hole/development
2 years ago
Adam Warner 0124e491d0
Merge pull request #4521 from pi-hole/fix/chronometer
2 years ago
Christian König 81698ef1ed
Fix Pi-hole status in chronometer
2 years ago
Adam Warner 2ff10fcd0a
Merge pull request #4514 from pi-hole/development
2 years ago
DL6ER 5823f5e254
Use ss instead of lsof (#4518)
2 years ago
Adam Warner 7807a93e10
If PIHOLE_DOCKER_TAG is set, then include that info in the debug run (#4515)
2 years ago
yubiuser c6a2a6f739
Install pihole-FTL.conf template on fresh installation (#4496)
2 years ago
yubiuser 241e53ed45
Skip debug upload question if called from web interface (#4494)
2 years ago
Adam Warner d605b4b8f9
Merge pull request #4513 from pi-hole/master
2 years ago
yubiuser 0e359a6321
Set dnsmasq interface listening by default to local (#4509)
2 years ago
Omoeba 5b84cd0a61
Fix IPv6 support when Pi-hole is a router
2 years ago
WaLLy3K 5bd7cc9c9d
Replace `which` with `command -v` (#4499)
2 years ago
DL6ER 886f0c7df3
Merge pull request #4485 from pi-hole/tweak/web_status
2 years ago
Christian König 3989cc19e9
Remove double text output
2 years ago
Christian König bcb59159ed
Analyse port also on ports other than 53
2 years ago
Christian König 2b52f92647
Inlcude port also in cli output
2 years ago