Commit Graph

3889 Commits (c1495b0fa89dcdc46a0b2f7ac214deef606f84ff)
 

Author SHA1 Message Date
Mpho Mphego cfe221706b
Update README.md
5 years ago
Dan Schaper 54ae9d83b0 Stickler-lints
5 years ago
Dan Schaper 293e2a8e80
Merge pull request #2647 from pi-hole/feature/curl_debug
5 years ago
Dan Schaper 71cd6c137b Use `curl` instead of `openssl` for transmission of unmodified
5 years ago
DL6ER 0e14d11a20
Merge branch 'development' into new/gravitydb
5 years ago
DL6ER bbc392caeb
More review comments
5 years ago
DL6ER 61840edb30
Fill comment field with NULL (default) instead of empty string and use a variable for the timestamp instead of periodically calling date
5 years ago
DL6ER 9867b7fccf
Don't fail when trying to detect OS architecture on RPM-based systems
5 years ago
Mark Drobnak 58f198626a
Merge pull request #2640 from pi-hole/new/DebugAdditions
5 years ago
Adam Warner a145f1d931
Be more verbose with debug script output
5 years ago
Mark Drobnak 9748f19172
Merge pull request #2639 from pi-hole/hotfix/v4.2.2
5 years ago
DL6ER ba1e94d3d9
Merge pull request #2626 from pi-hole/hotfix/v4.2.2
5 years ago
Nils Bergmann cd9fadbc44
Remove protocol determination
5 years ago
Mark Drobnak 062a180a1c
Merge pull request #2621 from cryptomilk/development-fix
5 years ago
Andreas Schneider 860ec1a7c4 basic_install: Use install for sudoers
5 years ago
DL6ER 5ca1bfc11c
Delete /dev/shm/FTL-* files on (re)start of pihole-FTL
5 years ago
Andreas Schneider 2f189cd076 basic_install: There is no pihole group, remove it
5 years ago
Andreas Schneider 2f0e6a6dda basic_install: Make sure the PI_HOLE_CONFIG_DIR exists
5 years ago
Andreas Schneider f187b42a98 basic_install: Define webroot globally as a variable
5 years ago
DL6ER f9250d91a5
Explictly escape the escape.
5 years ago
DL6ER 491c828661
Improved code, ensure that gravity.sh passes shellcheck as a whole
5 years ago
DL6ER 644ec36e64
Review comments
5 years ago
Andreas Schneider 838e1b19ec basic_install: Set permissons for PI_HOLE_DASHBOARD_DIR
5 years ago
Andreas Schneider d5bbb2b640 basic_install: Use a varibale for the pihole dashboard dir
5 years ago
Andreas Schneider dc91d4b1f9 basic_install: If a static interface is already set up we are done
5 years ago
DL6ER 9984647ebb
After renaming column in regex, it also needs to be renamed in vw_regex
5 years ago
DL6ER ec5b16ef85
Fix incomplete comment
5 years ago
DL6ER c3c60e10f1
Rename regex field from domain to filter because this described better what it is
5 years ago
DL6ER 8a2363621d
Rename fields from DateAdded to dateadded
5 years ago
DL6ER dbbf21071b
Invert logic to use ENABLED instead of DISABLED. We make sure to set "enabled = 1 WHERE enabled IS NULL" in gravity_store_in_database()
5 years ago
Dan Schaper e967fe2266
Merge pull request #2612 from pi-hole/hotfix/v4.2.1
5 years ago
Dan Schaper b5c7657e01
Merge pull request #2614 from pi-hole/hotfix/v4.2.1
5 years ago
Mcat12 680d6e2d31
Merge branch 'release/v4.2' into development
5 years ago
Mcat12 7a19d24058
Remove user/group from dnsmasq config
5 years ago
Dan Schaper 995ee41d6b
Merge pull request #2600 from pi-hole/release/v4.2
5 years ago
DL6ER b2f4385232
Avoid infinity loop if gravity optimization fails
5 years ago
DL6ER 1f9a7d0b0c
Only run VACUUM on "pihole -g -o"
5 years ago
DL6ER d5feffa117
Do not backup the database
5 years ago
DL6ER fc62cf7e2f
Only run VACUUM on "full" gravity runs
5 years ago
DL6ER 93f1859bab
Store regex in gravity.db as well
5 years ago
DL6ER dcf0a605cf
Use views for all tables and set disabled column to false for those tables that support it
5 years ago
DL6ER 710036adae
Add DISABLED field to white- and blacklist defaulting to false. The two views respect the DISABLED fields for both lists.
5 years ago
DL6ER 8a91fe6992
Store domains in gravit tables: gravity, whitelist, blacklist
5 years ago
DL6ER 09c4c88a6d
Create and fill gravity.db during pihole -g
5 years ago
Mark Drobnak 69919ac85c
Merge pull request #2610 from pi-hole/fix/dev-shm
5 years ago
Mcat12 26f2410fe6
Change /var/run/shm to /dev/shm
5 years ago
Adam Warner d43c32e9e8
Merge pull request #2609 from pi-hole/fix/start-service-ftl-checkout
5 years ago
Mcat12 5c4ee23795
Fix missed start_service -> restart_service call
5 years ago
Dan Schaper fb3d871553
Merge pull request #2602 from pi-hole/fix/download_FTL_earlier
5 years ago
Adam Warner ae654730c4
Update automated install/basic-install.sh
5 years ago