Commit Graph

3930 Commits (92c3c86be428ede92a71d19d7b3a34de67feef28)
 

Author SHA1 Message Date
Mark Drobnak 92c3c86be4
Merge pull request #2769 from pi-hole/new/arp-flush
5 years ago
Mark Drobnak ada8b53423
Merge pull request #2803 from pi-hole/new/gravity.db_domain_groups
5 years ago
DL6ER 7a1b6fd205
Merge branch 'development' into new/gravity.db_domain_groups
5 years ago
DL6ER b78cbb98d8
Merge pull request #2830 from mmotti/fix/regexp_query
5 years ago
MMotti 04abcb71f6 Fix potential invalid result for pihole -q
5 years ago
DL6ER 1fe3507bc5
Adlists table was renamed to Adlist. Adapt further places in the code to match the new name.
5 years ago
DL6ER 23b3a9a650
Add DISTINCT to the view\'s SELECT queries to avoid domain duplication in case they are enabled in multiple groups at the same time.
5 years ago
DL6ER f91421418a
Rename adlists -> adlist table.
5 years ago
DL6ER 3a14e8b013
Check whitelist_by_group.group_id instead of group.enabled against NULL.
5 years ago
DL6ER ad97e95f2f
Add required name column in group table.
5 years ago
DL6ER 5b01facd73
Fix logix on the views: AND ( OR )
5 years ago
DL6ER 6fe637b9ee
Rename groups -> group
5 years ago
DL6ER 94d83dbb2d
Unify the two group tables into a single "groups" table. This allows managing adlists and domains together.
5 years ago
Mark Drobnak c9a843b417
Merge pull request #2823 from pi-hole/fix/lighttpd-mime
5 years ago
Mark Drobnak b986c5585d
Merge pull request #2822 from akurth/development
5 years ago
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 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