Commit Graph

4069 Commits (3fbb0ac8dde14b8edc1982ae3a2a021f3cf68477)
 

Author SHA1 Message Date
DL6ER 87c115fc86
Change implementation to use linking tables (domain_groups, adlists_groups). This allows adding domains to multiple lists conveniently.
5 years ago
Andreas Kurth acee97916e Fix pihole manpage to match code.
5 years ago
Mark Drobnak 1a741f696e
Merge pull request #2816 from RamSet/hotfix/lighttpdMime
5 years ago
Mcat12 37e7cd5211
Fix ShellCheck issue by refactoring a bit
5 years ago
Mcat12 91a2d052a7
Fix pihole -up showing FTL update when network is down
5 years ago
Mark Drobnak 06134d3ffc
Merge pull request #2817 from pi-hole/tweak/gravity_db_timeout
5 years ago
Mark Drobnak 092957c14a
Merge pull request #2808 from pi-hole/fix/uninstall
5 years ago
DL6ER d5e8f1a781
Add 10 seconds timeout to the sqlite3 command that writes tables to the gravity database. This prevents gravity from failing when the database file is locked for a short time.
5 years ago
RamSet b5af125be6 Removed line
5 years ago
RamSet ecc49318f0 Fixed MIME related issue present in lighttpd/1.4.53
5 years ago
Mcat12 974bba4a45
Fix PKG_REMOVE array usage
5 years ago
Mcat12 951732fc1b
Use an array for PKG_REMOVE
5 years ago
Mcat12 b6700924b2
Fix uninstall causing 403 errors and not removing packages
5 years ago
DL6ER 5d43639e93
Merge branch 'development' into new/arp-flush
5 years ago
DL6ER 27e4208631
Merge branch 'development' into new/gravity.db_domain_groups
5 years ago
DL6ER b505ad22e6
Merge pull request #2806 from pi-hole/fix/fedora-ci-tests
5 years ago
Mcat12 d67122dffc
Pin the Fedora test docker container to 29
5 years ago
DL6ER 0774c4e5ca
vw_gravity should actually filter using vw_whitelist.
5 years ago
DL6ER 01850c2128
Automatically recreate standard group after deletion to avoid violating foreign key constraints even if foreign key enforcing is disabled (SQLite's default behavior)
5 years ago
DL6ER cbc210b014
Add adlist_groups and mark group_id columns as NOT NULL.
5 years ago
DL6ER c53ee4202b
Add filtering by domain groups to gravity database.
5 years ago
DL6ER f2be12f97b
Merge pull request #2796 from pi-hole/tweak/opendns-ipv6
5 years ago
DL6ER 6996ffa451
Also flush network_addresses table
5 years ago
DL6ER 435a5fb3ad
Add pihole arpflush to man page.
5 years ago
DL6ER 4947350ca5
Add arpflush to help and bash autocompletion
5 years ago
DL6ER c1495b0fa8
Merge branch 'development' into new/arp-flush
5 years ago
Mark Drobnak 67dda9c8bb
Merge pull request #2790 from mmotti/tidy/query
5 years ago
Mcat12 c8987e20c2
Use the filtered IPv6 OpenDNS servers
5 years ago
MMotti bcf03647ef Add comment and remove blankspace
5 years ago
MMotti a9d0690f4d Change the case of some variables
5 years ago
MMotti 10fbed50f3 Shellcheck
5 years ago
MMotti 785f1fedd9 Tidy regexp queries
5 years ago
Mark Drobnak b0c5dcf42f
Merge pull request #2780 from mmotti/fix/regexp_query
5 years ago
MMotti cf21efa103 Minor grammar changes
5 years ago
MMotti 7613e94ef6 Minor tweaks
5 years ago
MMotti b49c702f33 Consistency tweak
5 years ago
MMotti 09532638d5 Read from DB instead of regex.list
5 years ago
MMotti 97df6d7415 Stickler fix
5 years ago
MMotti 54bfaa28c1 Fix for regexp queries through pihole -q
5 years ago
Dan Schaper a09f92f9cc
Create FUNDING.yml
5 years ago
Mark Drobnak afd28fab03
Merge pull request #2767 from pi-hole/fix/multiple_pihole-FTL_PIDs
5 years ago
Mark Drobnak d92ced6fb6
Merge pull request #2734 from pi-hole/fix/query_black_and_whitelists_database
5 years ago
DL6ER ae98fde321
Try to obtain PID from PIDFILE. If this fails (file does not exist or is empty), fall back to using pidof + awk
5 years ago
DL6ER 9ddce88092
Review comments
5 years ago
DL6ER 44f8fcb600
We can print the table name without any extra check as we already returned early in case there are no results.
5 years ago
Mark Drobnak 814fdcf9b6
Merge pull request #2768 from pi-hole/fix/dhcp-ignore-names
5 years ago
DL6ER 5060605626
Print table name before entering the loop for the sake of simplicity
5 years ago
DL6ER 453ba14cbd
Merge pull request #2758 from pi-hole/fix/debug-log-gravity-database
5 years ago
DL6ER 285e6fe090
Address lint complaints
5 years ago
DL6ER c3023fe681
Add new "pihole arpflush" command to flush both the ARP cache as well as the network table in pihole-FTL.db
5 years ago