Commit Graph

4277 Commits (a37dba2c8126e5c18d23f0cc1dac20006a703b5f)
 

Author SHA1 Message Date
bcambl a86f578139 replace echo with printf in checkSelinux()
5 years ago
Adam Warner 5bac1ad58b
backend changes to allow comment when adding new adlist
5 years ago
bcambl cf2b021502 linting: E302 expected 2 blank lines, found 1
5 years ago
bcambl cd9b1fcb8c update tests for SELinux changes
5 years ago
bcambl 81ca78e7f4 exit installer if SELinux is enforcing
5 years ago
bcambl fc0899b2ad fix fedora dependency check/install stdout
5 years ago
Adam Warner 2e138eb99f
Merge pull request #2954 from pi-hole/reetP-Patch
5 years ago
John Crisp 4f21f67775
Update pihole
5 years ago
DL6ER d883854aad
Use constant for long path.
5 years ago
DL6ER 756c99653e
Merge branch 'development' into new/internal-blocking
5 years ago
Mark Drobnak 3269c63f89
Merge pull request #2948 from pi-hole/fix/restart_lighttpd
5 years ago
DL6ER 149fb0c216
Do not install a blank regex file.
5 years ago
DL6ER d244a018d0
Merge pull request #2944 from pi-hole/fix/vw_gravity_creation_v1
5 years ago
DL6ER 2e0370367c
Print when we upgrade gravity database version. This will make possibly failed upgrades easier to debug.
5 years ago
DL6ER 3cb4f6d9d4
We cannot create vw_gravity before having created vw_whitelist as the former depends onthe later. This commit changes the order in which the tables are created.
5 years ago
Mark Drobnak ae3b8be4d4
Merge pull request #2938 from pi-hole/release/v4.3.2
5 years ago
Adam Warner 61a40c1b43
merge devel into 4.3.2 And Resolve merge conflicts
5 years ago
DL6ER a27c7b1398
regex white- and blacklist views need to be re-created as well as we need the ID for storing internally whether or not we try to match a given regex for a specific client.
5 years ago
DL6ER a71f35d263
Merge pull request #2932 from pi-hole/fix/no-backup-no-error
5 years ago
Adam Warner 9a6deb5a1a
Fix tests
5 years ago
DL6ER f582344b9a
"No default index.lighttpd.html file found... not backing up" is not an error.
5 years ago
Dan Schaper e41c4b5bb6
Merge pull request #2881 from pi-hole/release/v4.3.2
5 years ago
DL6ER 7b48431917
Add client_by_group table like we have for the other lists. It stores associations between individual clients and list groups.
5 years ago
Mark Drobnak 847c4f26aa
Merge pull request #2916 from pi-hole/fix/disable-firefox-doh
5 years ago
DL6ER 1f36ec48e3
Add use-application-dns.net = NXDOMAIN in ProcessDNSSettings rather than in the template so we can ensure that it will survive config-renewals.
5 years ago
DL6ER ff08add7c0
Update vw_whitelist and vw_blacklist to return group_id alongside domain so we can filter if the current client wants to get this domain blocked or not.
5 years ago
DL6ER b4131ae817
Merge pull request #2915 from pi-hole/new/disable-firefox-doh
5 years ago
DL6ER ffc91a6c81
Update view vw_gravity to only return domains from enabled adlists.
5 years ago
DL6ER 525ec8cd01
Signal to Firefox that the local network is unsuitable for DNS-over-HTTPS
5 years ago
Dan Schaper b209629579
Merge pull request #2909 from pi-hole/fix/domains_in_comment
5 years ago
DL6ER a8af2e1837
Store domains without sorting and unifying them first. This allows us to preserve the relationship of the individual domains to the lists they came from.
5 years ago
Mark Drobnak 93ecc046ea
Merge pull request #2912 from pi-hole/tweak/RemoveAdblockSupport
5 years ago
Adam Warner 8bef5dc805
remove n from -ne
5 years ago
Adam Warner ad41bcca5a
Remove support for adblock style lists to prevent false positives
5 years ago
DL6ER aed2e35bc0
Print messages only after removing possible matches in comments.
5 years ago
DL6ER ab90ff565a
Merge pull request #2903 from pi-hole/tweak/store-gravity-timestamp
5 years ago
DL6ER ca8982494b
Store timestamp when the gravity table was last updated successfully. This fixes https://github.com/pi-hole/AdminLTE/issues/989
5 years ago
DL6ER a7b44426cd
Merge pull request #2838 from pi-hole/new/whitelist-regex-support
5 years ago
Mark Drobnak e7af42a9f8
Merge pull request #2897 from pi-hole/fix/readOnlyBin
5 years ago
Dan Schaper b9fed8fca6
Merge pull request #2891 from niklasea/development
5 years ago
Adam Warner 79b8dac0fa
Remove readonly attribute of the PI_HOLE_BIN_DIR declaration in pihole
5 years ago
DL6ER d8eee47ca4
Add dhcp-ignore-names option when enabling DHCP service. We currently remove anything that starts with "dhcp-" to have a clean configuration and removed these lines without noticing when enabling the DHCP server.
5 years ago
Niklas Elmose Andersen a3e32d9a15 Properly escape domain regex
5 years ago
Niklas Elmose Andersen 989d1aff60 Restore and improve 'pihole -q' matching
5 years ago
Mark Drobnak 95b2560a08
Merge pull request #2874 from snapsl/tweak/webpage-shellcheck
5 years ago
Dan Schaper 76133074d1
Merge pull request #2886 from pi-hole/fix/fullpath
5 years ago
Dan Schaper 4cfe463dfa
Add back dropped binary call.
5 years ago
Dan Schaper 03c65dd0e9
Convert hardcoded /usr/local/bin to variable
5 years ago
DL6ER 6faddfcd3d
Print timestamps in local time zone of the Pi-hole.
5 years ago
DL6ER 1820c2c598
Merge branch 'development' into new/whitelist-regex-support
5 years ago