Commit Graph

3889 Commits (c1495b0fa89dcdc46a0b2f7ac214deef606f84ff)
 

Author SHA1 Message Date
DL6ER e04dc9d2bb
Remove sqlitekey variable as the first column of the regex table is now called domain as well
5 years ago
DL6ER 3dcb9722d3
Remove global haveSourceUrls variable and just skip downloading and processing adlists if there aren't any to be downloaded
5 years ago
DL6ER bd0215524b
Add vw_adlists view which returns only enabled adlists
5 years ago
DL6ER 53e3ff2b24
Only add non-empty lines when moving file content into database tables
5 years ago
DL6ER 5bb8163674
Change type of whitelist, blacklist, regex, and adlists time column to INTEGER and insert a DEFAULT clause that returns the current Unix time as such an integer
5 years ago
DL6ER a891d64395
We should always exit after displaying a list, even if it is empty
5 years ago
DL6ER 6b1d2523e8
Also print datetime a domain was added when listing the domains on the CLI
5 years ago
DL6ER 08ee9526ad
Review comments
5 years ago
DL6ER 0efc46260f
Use both old and new strings for detecting whether this is a Pi-hole dnsmasq config file
5 years ago
DL6ER 6a01a1257f
Merge pull request #2597 from xCh12i5/RegEx-Fix
5 years ago
DL6ER a2a7e80007
Add --web for sending a confirmation string when executed from the web interface. This is necessary as the "Reloading DNS service" message does not always propagate through to the web interface when reloading pihole-FTL takes a while.
5 years ago
DL6ER cce66a13b6
Fix output in list.sh when adding a domain that is already present in the target list
5 years ago
DL6ER 43bced7997
Add more comments
5 years ago
DL6ER 788cd78321
Reduce code duplication and add special handling of | character as it might appear in regex filter string
5 years ago
DL6ER e5d1cb5a2e
Rewrite list.sh to operate on database-based lists
5 years ago
DL6ER d94bbfca7f
Finish migrating gravity.db to using our new gravity database. This removes the --skip-download, --blacklist-only, --whitelist-only, and --wildcard-only options as it is not necessary to run gravity when modifying them from now on (gravity really only builds the gravity database and the local.list file).
5 years ago
DL6ER 465a39427b
Source adlists from gravity database
5 years ago
DL6ER 2664ac0efc
Improve error reporting
5 years ago
DL6ER c1277705d8
Copy existing whitelist.txt, blacklist.txt, regex.list, and adlists.list to the database. We remove the files afterwards as the content lives in the database now
5 years ago
DL6ER 61cfd2f9f9
Add adlists table
5 years ago
DL6ER ee4dabeca6
Merge branch 'development' into new/gravitydb
5 years ago
DL6ER e57d0fb93c
Remove the empty templates gravity.list, white.list, black.list. The old source files whitelist.txt, blacklist.txt, and regex.list still exist and need to be removed in a follow-up commit
5 years ago
DL6ER ee20164207
Remove detect_pihole_blocking_status() as we can modify the database at any time
5 years ago
DL6ER d7ee44960e
Remove moving around of the gravity and blacklist files as we do not use them any longer
5 years ago
DL6ER c13ebd3a9d
Replace Pi-hole ID string with another line we intend to keep
5 years ago
DL6ER 6594a0a6e7
Fix detection of blocked query in pihole -t
5 years ago
DL6ER de44563301
Remove addn-hosts from 01-pihole.conf
5 years ago
DL6ER e3d9cf0ac1
Merge pull request #2718 from Piskvor/basic-install-package-manager-typo
5 years ago
Mark Drobnak bd572d8843
Merge pull request #2717 from pi-hole/fix/teleporter-extension
5 years ago
Jan Piskvor Martinec 037737d653 Show $UPDATE_PKG_CACHE content in error message.
5 years ago
Mark Drobnak d2c7c426de
Fix teleporter backup file extension
5 years ago
Mark Drobnak 1d09c6e47d
Merge pull request #2709 from pi-hole/fix/checkout_indentation
5 years ago
DL6ER 84244b7cd5
Fix indentation in display of branches available during pihole checkout
5 years ago
Mcat12 422680ee9f
Fix chronometer refresh incorrectly reading the long argument sleep time
5 years ago
Mark Drobnak 42c7653e99
Merge pull request #2696 from pi-hole/tweak/FTL-privacy-doc-link
5 years ago
Mcat12 78c0c58946
Add a link to the documentation on FTL privacy levels during install
5 years ago
Mark Drobnak cae61614f4
Merge pull request #2688 from pi-hole/fix/2687
5 years ago
Adam Warner a7f6c9b3a0
Ignore matches that start `# ` using negative lookbehind
5 years ago
Mark Drobnak 5950b4bb78
Merge pull request #2646 from pi-hole/fix/FTL_arch_detect_rpm
5 years ago
DL6ER 817b19888f
Merge branch 'development' into fix/FTL_arch_detect_rpm
5 years ago
Mark Drobnak b64fb578fc
Merge pull request #2674 from NiGhTTraX/development
5 years ago
Andrei Picus e9e92368b0 Fix uninstalling lighttpd when it's not installed
5 years ago
Dan Schaper ffcb173a7f
Merge pull request #2672 from pi-hole/fix/test-version-pinning
5 years ago
Mcat12 b9c9c2797f
Pin Python package versions to the versions in the last successful build
5 years ago
Mark Drobnak 204a4e459b
Merge pull request #2637 from TheNoim/patch-1
5 years ago
DL6ER 0a53e966ea
Merge pull request #2659 from pi-hole/tweak/warn_if_FTL_not_on_master
5 years ago
DL6ER 2e17c23333
Don't warn if user is on development as this branch is constantly updated
5 years ago
DL6ER 63f3381a2b
Warn user if FTL is not on branch master
5 years ago
Mark Drobnak 2292720fed
Merge pull request #2650 from mmphego/patch-1
5 years ago
Mpho Mphego b77efa521f
Update README.md
5 years ago