Commit Graph

3602 Commits (c330df9700d7d82e56ee00b6caf02d1494184ae2)
 

Author SHA1 Message Date
Will Foster c330df9700 Add hobohouse blog/guide to coverage links.
6 years ago
Mark Drobnak 1789a2db29
Merge pull request #2384 from pi-hole/feature/install-privacy-level
6 years ago
Dan Schaper c270b83341
Use printf instead of echo
6 years ago
Dan Schaper a2ea6e8d47
Merge pull request #2486 from pi-hole/feature/install_printf
6 years ago
Dan Schaper a986f53134
Merge pull request #2436 from pi-hole/fix/password-read-error
6 years ago
Dan Schaper 9d2d45b473
Query php directly for major and minor version id strings.
6 years ago
Dan Schaper 0c892e6b3a
Addressed Stickler ShellCheck lints
6 years ago
Dan Schaper a0fc38d6a2
All terminal echo commands changed to printf.
6 years ago
Dan Schaper 72829be281
Remove shellcheck overrides
6 years ago
Adam Warner d57f9906bd
read -r -a, not read -a -r
6 years ago
Adam Warner 3d4fea6510
Move -r to before the -p
6 years ago
Mark Drobnak dd6821814a
Merge pull request #2479 from pi-hole/fix/referral-readme
6 years ago
Jacob Salmela f33584511c
update broken link, add coverage, and fix formatting
6 years ago
Mark Drobnak a301d4381f
Merge pull request #2472 from pi-hole/fix-webpwexpansion
6 years ago
Mark Drobnak 49b8ad7e94
Merge pull request #2470 from jeremysherriff/patch-1
6 years ago
WaLLy3K 180d29c7b3
Prevent BASH from expanding Web Password
6 years ago
Mark Drobnak a23ba91681
Merge pull request #2468 from gstrauss/lighttpd-conf-enhancements
6 years ago
jeremysherriff d986da63a5 Pass gravity exit code back to caller to allow for cron error handling
6 years ago
jeremysherriff d3ac8bb6f8 Silence updateGravity job unless errors occur
6 years ago
Mark Drobnak f87f3b9199
Merge pull request #2467 from pi-hole/fix/dnsmasq-license
6 years ago
Glenn Strauss 67bdcbcf19 lighttpd: slightly more efficient sample config
6 years ago
Glenn Strauss 69b2a5a876 lighttpd: use file glob for optional external.conf
6 years ago
Mark Drobnak a79dff3d98
Merge pull request #2466 from pi-hole/readme-newcoverage
6 years ago
Dan Schaper c859a23136
Merge pull request #2462 from pi-hole/fix/updatecheck-curl-silent
6 years ago
WaLLy3K 7f92671765
Update dnsmasq config license
6 years ago
WaLLy3K ec38105b08
Update coverage links
6 years ago
Mark Drobnak 85dceb12a1
Use curl -s instead of -q
6 years ago
Mark Drobnak 5126c37c1e
Merge pull request #2460 from bcambl/fix_create_pihole_user
6 years ago
bcambl e7e03e36de fix pihole user creation function
6 years ago
Mark Drobnak 13c393fc9d
Merge pull request #2451 from pi-hole/fix/2450
6 years ago
Adam Warner cc2f375b13
fix for #2450
6 years ago
Mark Drobnak 49d5109c96
Merge pull request #2446 from AndreasElia/development
6 years ago
Andreas Elia e5c8f5e2fa Readme grammar fixes
6 years ago
Mark Drobnak ff925a7578
Merge pull request #2437 from pi-hole/fix/version-files-overwritten
6 years ago
Mark Drobnak 33939a30ea
Merge pull request #2347 from Gusher123/patch-1
6 years ago
Mark Drobnak 308b296285
Merge pull request #2401 from pi-hole/fix/checkout-readonly
6 years ago
Mcat12 d55012f724
Append versions (after the first) instead of overwriting in updatecheck
6 years ago
Mcat12 7c6eecc9c8
Ignore shellcheck warning
6 years ago
Mcat12 e4cbf5023a
Fix error when reading in new password
6 years ago
Mark Drobnak 46356d3027
Merge pull request #2434 from pi-hole/fix/2200
6 years ago
Mark Drobnak 958a263437
Merge pull request #2431 from pi-hole/fix/use_PHP_comments_in_pihole-FTL.conf_template
6 years ago
Mark Drobnak a89ae82270
Merge pull request #2430 from pi-hole/chrono-lc-all
6 years ago
Mark Drobnak cedc39bf09
Merge pull request #2426 from mrmajik45/master
6 years ago
Adam Warner 0131055ec9
Submission stale, addressing @mcat12's comments
6 years ago
Adam Warner 0627e68078
Shellcheck is not a fan of sourcing scripts it does not know about. Add Directive to stop shellcheck from checking this.
6 years ago
Adam Warner 7d78f6314a
Source Setupvars file and only check local/remote Web branch/version if the web interface is installed.
6 years ago
mrmajik45 0f509f4a34
Update piholeDebug.sh
6 years ago
DL6ER b043000044
Improve template by removing it. PHP cannot digest comments starting in "#" as of v7.0.0
6 years ago
DL6ER c338eab3c6
According to the PHP documentation, PHP 7.0.0+ does not longer recognize hash marks (#) as comments. As FTL has been trained to understand PHP-style (comment lines start with ";") as well, we switch to using them.
6 years ago
WaLLy3K 24e1dc92ba
Resolve issue #2428
6 years ago