Commit Graph

3527 Commits (ec298295509f42bef03de3ead21ea232182fea15)
 

Author SHA1 Message Date
Mcat12 1ca852191f
Fix stickler complaints
6 years ago
Mcat12 af5fc6547a
Fix echoing wrong domain when converting wildcard
6 years ago
Mcat12 70f2b26c86
Escape periods in wildcard converted regex filters.
6 years ago
Mcat12 cfd95dbe87
Fix incorrect variable usage
6 years ago
Mcat12 c5bb404d6a
Emulate wildcard blacklisting via -wild and move regex to -regex
6 years ago
bcambl 4c23964964 ensure images are build prior to running tests
6 years ago
bcambl e4a6dcd35c update travis.yml to run tests in parallel
6 years ago
bcambl d4addd53ad Add tests for Fedora/CentOS distro_check
6 years ago
Mcat12 d21298c156
Add back conditional forwarding to webpage.sh
6 years ago
Dan Schaper 9dba9fb366
Convert multiline echos to individual echo statements so they don't lead with different amounts of space.
6 years ago
bcambl 09d40679c0 add test for unsupported distro checking
6 years ago
Dan Schaper a323b126e5
Finished space conversion
6 years ago
bcambl 553aad6ed2 add Fedora container to test matrix
6 years ago
bcambl 5ca2ad6148 move test globals & mock commands to conftest
6 years ago
bcambl 40537e1522 python linting: missing whitespace after ',' (E231)
6 years ago
bcambl 064a75b21b python linting: missing whitespace around operator (E225)
6 years ago
bcambl 1d3445bc0f python linting: whitespace after '(' and before ')' (E201 & E202)
6 years ago
bcambl 79232d02c9 python linting: 'pytest' imported but unused (F401)
6 years ago
bcambl 9bd4986781 python linting: whitespace before ':' (E203)
6 years ago
bcambl c3d443aaff python linting: lines > 79 characters (E501)
6 years ago
WaLLy3K b087888f94
Merge pull request #2261 from pi-hole/fix-no-protocol
6 years ago
bcambl da3dfd0998 python linting: missing whitespace after ':' (E231)
6 years ago
bcambl 4468d81472 python linting: 2 lines prior to defs (E302)
6 years ago
WaLLy3K 7ddae8f2eb
Treat URLs without a protocol as HTTP
6 years ago
Mark Drobnak 6b2851a671
Merge pull request #2257 from pi-hole/fix/query-process-wildcards
6 years ago
Mcat12 4763969c8f
Move processWildcards to query.sh
6 years ago
Mark Drobnak f9b75e486c
Merge pull request #2256 from pi-hole/fix/query-lists-variable-substitution
6 years ago
Mcat12 f868052062
Fix incorrect variable string substitution
6 years ago
Mcat12 61f0cbe10a
Update pihole man page for regex
6 years ago
Mcat12 0f4968d75c
Merge remote-tracking branch 'origin/development' into new/regex-lists
6 years ago
Mcat12 3077c22e4f
Change help strings from wildcard to regex blacklist
6 years ago
Mcat12 0decc37b5a
Appease stickler
6 years ago
Mcat12 4a953b66e0
Make removing regex domains work correctly
6 years ago
Mcat12 8435eeed4d
Don't validate regex domains
6 years ago
Mcat12 cffb4de83b
Use strict grep instead of regex for duplicates
6 years ago
Mcat12 55175087c4
Set regex file permissions for web access
6 years ago
Dan Schaper 0ddfa8ad10
Merge pull request #2254 from andrewjanke/patch-1
6 years ago
Andrew Janke b74fb3f179
typo fix
6 years ago
bcambl 9d3d33b6a2 add tests for selinux checking
6 years ago
Dan Schaper 2abaa60c2e
Merge pull request #2249 from pi-hole/revert-2069-fix/nullbyte
6 years ago
Dan Schaper d5547f5c7c
Revert "Fix error: /opt/pihole/gravity.sh: 385: Warning: command substitution: ignored null byte in input"
6 years ago
Mark Drobnak 061510098c
Merge pull request #2246 from pi-hole/fix/debug-simple-gravity-list
6 years ago
Mark Drobnak 4fc3546887
Merge pull request #2069 from pi-hole/fix/nullbyte
6 years ago
Mcat12 868948509a
Split declaration and assignment of random_url
6 years ago
Mark Drobnak e71492a2b3
Update debug script for simple list format
6 years ago
Mark Drobnak c2055f3514
Merge pull request #2240 from pi-hole/tweak/warn_on_tail_if_log_disabled
6 years ago
DL6ER 2809579dd7
Refine regex filter generation
6 years ago
DL6ER c7afe3e9a4
Please stickler by making clear that the variable regexFile is declared outside of this routine
6 years ago
DL6ER cd026cd865
Add comment where regexList is defined
6 years ago
DL6ER bc705aac03
Add automated wildcard list -> regex filter conversion
6 years ago