Commit Graph

1501 Commits (e93d7ad8ffb6d989fa72e0ce5c9279c6b5cf3f96)

Author SHA1 Message Date
Thomas L. Kjeldsen 852f6b95f5 Prevent "pihole disable $timeout" from messing up future state changes
4 years ago
DL6ER de8976da7a
Add CAP_SYS_NICE to FTL's capabilities so it can control its own niceness.
4 years ago
DL6ER b60ec8a48f
Merge pull request #3248 from MichaIng/patch-8
4 years ago
DL6ER 27f0fd2372
Merge pull request #3415 from fhriley/reload_privacy
4 years ago
Adam Warner d0e250a616
Ensure pihole-FTL.conf is parsed, as well as external.conf for lighttpd, to rule out any custom modifications.
4 years ago
Adam Warner b2ba55c27b
Show details of any remotes on the git repositories
4 years ago
Frank Riley 9d04c517e6 Reload the lists, which will cause the cached privacy level to be updated.
4 years ago
DL6ER b421e422c2
Merge pull request #3351 from marank/development
4 years ago
MichaIng 5c17e41cf1 Start pihole-FTL after network
4 years ago
Dan Schaper 10addc5923
Merge pull request #3218 from JulienOrain/patch-1
4 years ago
Dan Schaper c76435883b
Merge pull request #3360 from dnicolson/fix-github-capitalisation
4 years ago
Dave Nicolson ab753e88a2 Fix GitHub capitalisation
4 years ago
Adam Warner be25b4d9c4
Merge pull request #3352 from pi-hole/merge-master-dev
4 years ago
Adam Warner 9e96ff37de
Fix merge conflicts
4 years ago
DL6ER a9c66c7b45
Implement pihole -a theme option
4 years ago
Matthias Rank 2b9898e9ca Fixed indentation
4 years ago
Matthias Rank 0add5eb291 Added support for CNAME record add/remvoe
4 years ago
DL6ER 7cc35d3b04
Add update to gravity database version 12, renaming the Unassociated group to Default group.
4 years ago
DL6ER 78469ee58d
Merge pull request #3255 from pi-hole/tweak/emailregex
4 years ago
Adam Warner 369288cc48
Update advanced/Scripts/webpage.sh
4 years ago
Dan Schaper 742d802940
Merge pull request #3027 from XhmikosR/patch-1
4 years ago
Dan Schaper 017d405b28
Merge pull request #3307 from pi-hole/tweak/debugger_type_display
4 years ago
DL6ER ddb354f78b
Add enable indentation for the domainlist
4 years ago
DL6ER 20ef5e0264
Show associated group IDs in domains/clients/adlists listing. We get the data through a LEFT JOIN followed by a GROUPing by the left list ID and finialized through a GROUP_CONCATenation.
4 years ago
DL6ER ad5802715e
enabled field: Center 0, right-align 1
4 years ago
DL6ER 989bbad37e
Remove pihole -a hostrecord
4 years ago
DL6ER 63f6c6a894
Add indentation for enabled and type fields
4 years ago
Adam Warner d42785a3bf
Merge pull request #3271 from pi-hole/tweak/version
4 years ago
DL6ER 401c029dc4
Improve else condition of branch determination
4 years ago
DL6ER 0343171703
Add correct displaying for detached HEAD state.
4 years ago
DL6ER 176fbaf83b
Ask pihole-FTL for the branch it was compiled from instead of trusting the checkout file to be present.
4 years ago
Adam Warner 471006676c
Merge pull request #3227 from pi-hole/new/CLI_domain_comments
4 years ago
Adam Warner 3cc9ba4ee8
stickler Signed-off-by: Adam Warner <me@adamwarner.co.uk>
4 years ago
Adam Warner 6dc85c3527
Don't display branch name if it is on master.
4 years ago
Adam Warner 851947bbf2
Add branch name to version output
4 years ago
Matthias Schoettle 308eb5eda5 Fixes broken blocking page and landing page when changing server port and/or hostname.
4 years ago
DL6ER 093054a1eb
Automatically convert legacy IP range to Class C network
4 years ago
DL6ER 4130af0aab
Retain rev-server settings when the feature gets disabled.
4 years ago
DL6ER 90a5a13197
Convert CONDITIONAL_FORWARDING to REV_SERVER settings. Try to detect intended CIDR range automatically.
4 years ago
DL6ER 982c1b0059
Merge branch 'release/v5.0' into development
4 years ago
Adam Warner 26f71e4dbe
accidentally a space
4 years ago
Adam Warner b6ac1585ec
add regex attribution
4 years ago
Adam Warner a9b19df4ec
expand email validation regex to catch more valid emails see comments on PR #3254
4 years ago
M4x 2de5362adc
Sanitize email address in case of security issues (#3254)
4 years ago
DL6ER d1caad76d8
Do not flush neigh cache as this is known to create a number of issues. The better aproach to this is to manually flush the ARP cache by either restarting or calling "ip neigh flush all".
4 years ago
Adam Warner 7d19ee1b25
validate blocklist URL before adding to the database (#3237)
4 years ago
DL6ER 277179f150 Remove 19036 trust anchor, now expired: https://www.icann.org/resources/pages/ksk-rollover
4 years ago
DL6ER 15a9d662ac Add option --comment "whatever" for adding comments for new domains through the CLI interface.
4 years ago
Julien Orain 6d4844a0b3 docs(typo): fix typo
4 years ago
XhmikosR 7b8611ced0
Assorted typo fixes. (#3126)
4 years ago
DL6ER 497bfd80a5
Update development from release/v5.0 (#3200)
4 years ago
DL6ER 22ce5c0d70
Fix incorrect type description. (#3201)
4 years ago
Dan Schaper bf4fada3b7
Don't quote inside backticks, use unquoted variable.
4 years ago
Dan Schaper 360d0e4e6b
Loop through array of lists.
4 years ago
Dan Schaper 4f390ce801
Use bash regex instead of awk.
4 years ago
Adam Warner 8ecaaba247
Compare daemons to expected results. (#3158) (#3159)
4 years ago
Adam Warner 4a5f344b09
then
4 years ago
Adam Warner af95e8c250
force `updatchecker.sh` run if any of the three components are updated
4 years ago
Dan Schaper c5c414a7a2
Stickler Lint - quote to prevent splitting
4 years ago
DL6ER d0e29ab7b0 Add human-readable output of time of the last gravity run.
4 years ago
DL6ER 714a79ffce Migrate debugger to domainlist and add printing of client table.
4 years ago
DL6ER cd3ad0bdc7 Show info table instead of counting domains to speed up the debugging process on low-end hardware drastically.
4 years ago
DL6ER e528903488
Merge pull request #3107 from pi-hole/new/client_comments
4 years ago
DL6ER 92aa510bda
Add timestamps and comment fields to clients. This updates the gravity database to version 11.
5 years ago
DL6ER 6b04997fc3
DROP and reCREATE TRIGGERs during gravity swapping.
5 years ago
DL6ER 10c2dad48a Improve gravity performance (#3100)
5 years ago
Dan Schaper 52e2a2610e
Merge pull request #3089 from pi-hole/tweak/gravity_db_10
5 years ago
DL6ER 3f9e79f152
Print human-readable timestamps in the debugger's gravity output
5 years ago
DL6ER 633e56e8a9
Add gravity database 9->10 update script.
5 years ago
DL6ER 276b191845
Remove dead code causing failure from the blocking page.
5 years ago
DL6ER bb30c818ab
Update database version during migration.
5 years ago
Adam Warner c944f6a320
Add a new migration script to fix the previous one
5 years ago
Adam Warner aa4c0ff329
Don't create trigger with duplicate name until after old table is deleted
5 years ago
DL6ER 37217ece73
Merge pull request #3049 from pi-hole/tweak/unique_group_name
5 years ago
DL6ER cda0133dd1
Revert "Change the regex used for domain validation"
5 years ago
DL6ER eda7f40fef
Reinstall trigger that prevents group zero from being deleted.
5 years ago
DL6ER e589e665a7
Also add date_added and date_modified fields to group table.
5 years ago
DL6ER b32b5ad6e9
Update gravity database to version 8. This enforces uniqueness on the group name.
5 years ago
DL6ER e2de199f47
Merge pull request #3037 from pi-hole/new/group_zero
5 years ago
DL6ER a1633123aa
Merge pull request #3035 from pi-hole/fix/query_gravity
5 years ago
DL6ER 2444296348
Again, Mr. Stickler
5 years ago
DL6ER 4be7ebe61f
Scan domainlist instead of view to also catch disabled domains.
5 years ago
DL6ER a720fe1789
Add client trigger.
5 years ago
DL6ER 0b0ec43bf5
Merge pull request #3036 from pi-hole/fix/reload-lists
5 years ago
DL6ER f0439c8d12
Add special group zero to gravity database.
5 years ago
DL6ER 40e8657137
Please Mr. Stickler
5 years ago
DL6ER 52dd72dfa5
Ensure output is always correct and also display if domain has been found but is disabled
5 years ago
DL6ER 922ce7359c
pihole -q should also scan gravity table
5 years ago
DL6ER 5457b2c6ea
Merge pull request #2935 from pi-hole/new/internal-blocking
5 years ago
DL6ER 69a909fc4c
On modification of lists, we should send real-time signal 0 instead of SIGHUP. This also preserves the DNS cache of not-blocked domains.
5 years ago
Adam Warner ec09b5843c
Merge branch 'development' into fix/do_not_force_local_resolver
5 years ago
DL6ER f482156cca
Merge branch 'development' into new/internal-blocking
5 years ago
DL6ER 620e1e9c73
Do not force nameserver 127.0.0.1 through resolvconf in pihole-FTL.service
5 years ago
DL6ER 8a119d72e2
Ensure database permissions are set up correctly by the service script.
5 years ago
DL6ER 807a5cfb23
Merge pull request #3015 from pi-hole/tweak/domainlist_table
5 years ago
XhmikosR 54d0b9a1b8 Serve JS files with utf-8 charset too
5 years ago
Adam Warner eaf1244932
:dominik: Detect binary name before calling FTLcheckUpdate in update.sh
5 years ago
DL6ER b6cd7b8e3d
Use more descriptive names instead of directly using the IDs in list.sh
5 years ago
Adam Warner 869473172c
remove _ from regex descibers
5 years ago
Adam Warner 63e407cfdc
Update advanced/Scripts/list.sh
5 years ago