2005 Commits

Author SHA1 Message Date
Adam Warner 91a8622aec Merge pull request #482 from pi-hole/devel
3.0
v3.0
2017-05-01 22:03:58 +01:00
Mcat12 f1ed1f9e08 Merge pull request #485 from pi-hole/tweak/teleporter_max_domain_length
Limit length of domains during Teleporter Import
2017-04-30 14:13:28 -04:00
Mcat12 81727a36d0 Fix spelling mistake 2017-04-30 14:07:07 -04:00
Mcat12 a94412a914 Increase max domain length
Max length is 253 chars according to:
https://blogs.msdn.microsoft.com/oldnewthing/20120412-00/?p=7873/
2017-04-30 14:06:39 -04:00
DL6ER 31f368494a Codacy 2017-04-29 22:09:10 +02:00
DL6ER 4fa1cb6bac Clip too long domain names. Fixes #464 2017-04-29 20:52:58 +02:00
Mcat12 76218a7c36 Merge pull request #481 from pi-hole/fix/unauthorized-access-to-teleporter
Temporarily store the teleporter file
2017-04-29 11:51:33 -04:00
DL6ER 631f050440 Create temporary file with write/read permissions only for the PHP user 2017-04-29 13:10:53 +02:00
Adam Warner d68ae23cb6 Merge pull request #484 from pi-hole/branDING
Bran<b>ding</d>
2017-04-27 19:13:54 +01:00
Adam Warner 768196060e Embolden the hole. 2017-04-27 18:34:59 +01:00
Mcat12 9454563123 Temporarily store the teleporter file
Store under /etc/pihole instead of the web server, and delete
after sending.
2017-04-24 21:29:44 -04:00
Mcat12 3f04b346cb Merge pull request #476 from pi-hole/tweak/dashboard
Tweaks for the dashboard
2017-04-24 19:02:02 -04:00
DL6ER 20f5eb8738 Merge pull request #478 from pi-hole/tweak/DHCP_staticleases
Show DHCP leases table always
2017-04-22 00:12:22 +02:00
Mcat12 79beb7989f Merge pull request #477 from pi-hole/fix/overtimegraphs
Fix/overtimegraphs
2017-04-21 18:04:37 -04:00
DL6ER 4123ced813 Fix typo 2017-04-22 00:04:16 +02:00
DL6ER d5cafe0bd2 Show DHCP leases table (will be empty) and allow editing of static leases also when DHCP server is *not* enabled 2017-04-21 23:50:37 +02:00
DL6ER f2415a590d Don't skip line if there are no queries, simply set its contribution to zero 2017-04-21 22:28:23 +02:00
DL6ER afab77de06 Make the two over Time graphs in the second row full width on medium size screens 2017-04-21 15:55:46 +02:00
DL6ER 3364f989cf Don't show IP addresses in addition to hostnames of forward destinations to save some space in the legend 2017-04-21 15:50:30 +02:00
DL6ER bc3ff69b3f Hide "Query Types over Time" and "Forward Destinations over Time" graphs on too small screens 2017-04-21 15:48:47 +02:00
DL6ER 2d3452f04d Merge pull request #474 from pi-hole/tweak/FTLdetection
tweaks for FTL communication
2017-04-20 15:13:16 +02:00
DL6ER 4d7eef2d55 Improve behavior if socket connection does not work because, e.g. pihole-FTL is not listening: don't wait until socket timeout, but define our own timeout of 3 seconds 2017-04-20 13:40:23 +02:00
DL6ER 3e88e72557 Bugfix: updateQueriesOverTime() has been called twice, but updateQueryTypesOverTime() hasn't been called at all 2017-04-20 13:24:52 +02:00
DL6ER b3cbd29ed7 Don't rely on PID file, but try to detect FTL PID ourselves (has shown to be very effective in the update service file) 2017-04-20 13:20:36 +02:00
Mcat12 c7693fd674 Merge pull request #472 from pi-hole/fix/adlist-missing-token
Fix ad list section missing CSRF token
2017-04-13 07:12:42 -04:00
Mcat12 f87a94de33 Add CSRF token to ad list section 2017-04-12 21:22:49 -04:00
Mcat12 52a5fb62ff Merge pull request #466 from pi-hole/fix/csrf-security
Add CSRF token
2017-04-06 16:22:18 -04:00
Mcat12 acc83345fd Merge pull request #252 from pi-hole/customizeadlists
Manage adlists
2017-04-06 16:16:05 -04:00
Adam Warner 892bc5f1c5 :codacy: 2017-04-06 18:45:26 +01:00
Adam Warner c9c1087283 Merge pull request #469 from pmo3/update_password_mentions
Update change password examples
2017-04-06 18:43:33 +01:00
Patrick O'Brien cd4b25ceec update change password examples 2017-04-05 12:40:35 -04:00
Mcat12 3d0a3506d4 Small HTML compatibility change: <tt> to <code> 2017-04-04 21:03:23 -04:00
Mcat12 1e748446df Require CSRF token for Teleporter 2017-04-04 21:02:48 -04:00
Mcat12 21bd036af6 Merge remote-tracking branch 'origin/devel' into fix/csrf-security 2017-04-04 20:40:31 -04:00
Mcat12 221cb7a701 Merge pull request #468 from pi-hole/fix/licenseheaders
Correct license header handling
2017-04-04 18:43:05 -04:00
DL6ER 7e68fdecff Make sure license comment is only outputted after header.php has prepared all the stuff that need to be done beforehand. Fixes #450 2017-04-03 10:17:05 +02:00
Mcat12 fe7f3d3873 Require CSRF token when changing settings 2017-04-02 20:04:39 -04:00
Mcat12 4d9d9dc949 Require CSRF token for debug log generation 2017-04-02 19:23:03 -04:00
Mcat12 d956c35c24 Expose a CSRF token when logged in 2017-04-02 19:20:05 -04:00
Mcat12 db54cdafe7 Change wording of block list label 2017-03-31 20:19:09 -04:00
Mcat12 7a5c8e899e Use button to remove lists 2017-03-31 20:16:58 -04:00
Mcat12 86d8869867 Handle deletion of list in savesettings.php 2017-03-31 18:42:00 -04:00
Mcat12 87b92d425c Add delete checkbox 2017-03-31 18:33:10 -04:00
Mcat12 1f6c95a2c0 Lists are no longer reset on updates 2017-03-31 18:23:39 -04:00
Adam Warner 42f4c51f08 move to a more prominent location 2017-03-31 21:07:31 +01:00
Adam Warner c11172d7c4 modify to work with changes in pihole#1365 2017-03-31 21:05:53 +01:00
DL6ER 5092133719 Merge pull request #462 from pi-hole/new/QueryTypesoverTime
Add Query Types over Time
2017-03-29 11:35:29 +02:00
Mcat12 46971e9592 Merge pull request #461 from pi-hole/notiec
Add a note about where the default whitelist entries come from, and w…
2017-03-28 17:09:42 -04:00
DL6ER f8d9d9dcf1 Merge pull request #460 from flokX/devel
Match the Pi-hole brand
2017-03-28 22:17:21 +02:00
DL6ER e169f1086e Proposed change 2017-03-28 22:11:06 +02:00