Commit Graph

29 Commits

Author SHA1 Message Date
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
DL6ER
d58439e0d9 Some cosmetics for fresh installed systems 2017-02-22 11:41:25 +01:00
DL6ER
aabff35bef Squashed commit of the following:
- Dynamically fall back to PHP API functions to ensure API does always repond even if FTL is not runnung for some reason
- Update PHP API from current devel branch
- Increase flexibility in getQueryTypes API call
- Hide top ads list if nothing to display
- Proper display of activated privacy mode
- Remove spinner (would otherwise not be removed for zero results)
- Update tables every 10 seconds
- Update query types and forward destinations plots every 10 seconds
- More verbose output in top lists (total number next to percentage in tooltip)
- Implemented "recentBlocked" keyword for API
- Ensure compatibility with PHP5 version < 5.4
- Adjust output format of overTimeData10mins to comply with PHP API
- Further speedup of Query Log page by showing only the recent 10 minutes by default
- Hide temperature if FTL is not running and show FTL status
- Add information to Settings page
- Adjust error message when loading of query log failed
- Move processing of domainname, clientIP, clientname and time interval filters for the Query Log page to FTL for speed enhancement
- Generate link if pi.hole comes up in the Top Domains list
- Remove resolve DNS names option - this is now enabled by default (daemon will only do it once per day instead of PHP-API which did it on every reloading of the web interface)
- Add socket timeout of 10 seconds + modification to Settings page since FTL backend supports API_EXCLUDE_CLIENTS filtering with both IP addresses and host names (also mixed)
- Improved Query Log page
2017-02-16 08:52:30 +01:00
DL6ER
9b799819bf Added header to main PHP files 2017-02-14 14:57:58 +01:00
DL6ER
9eadc26d30 Add more detailed error output recently added to the lists page to the query log action buttons 2017-01-09 14:40:40 +01:00
Promofaux
8240e2d23b merge devel 2016-12-29 19:59:09 +00:00
DL6ER
a9dec4ba41 Show that privacy mode is enabled 2016-12-27 22:23:56 +00:00
DL6ER
e5a9826078 Moved more private files out of the root directory 2016-12-21 21:10:21 +01:00
Mcat12
2f65430a4d Move PHP scripts to scripts folder 2016-12-21 21:09:58 +01:00
Promofaux
d0553ef169 Organise folder structure a bit better... Seperates vendor packages from self-written scripts. 2016-12-21 21:09:45 +01:00
DL6ER
e188cb6fbc Revert "Merge pull request #267 from pi-hole/folderStructure"
This reverts commit fba3d10fa4, reversing
changes made to 4ee75f4167.
2016-12-21 17:16:52 +01:00
DL6ER
bb2c2e2244 Moved more private files out of the root directory 2016-12-20 12:52:19 +01:00
Mcat12
d1da1de597 Move PHP scripts to scripts folder 2016-12-19 19:44:51 -05:00
Promofaux
6a13796d99 Organise folder structure a bit better... Seperates vendor packages from self-written scripts. 2016-12-19 18:30:16 +00:00
DL6ER
da12f6f16d Change the "none" to "nothing" 2016-12-19 10:44:04 +01:00
DL6ER
afa490cb81 Show information if API_QUERY_LOG_SHOW is set 2016-12-12 13:38:18 +01:00
DL6ER
1747fe16f2 session_start() already called earlier by password.php, leading to "PHP Notice: A session had already been started - ignoring session_start() in /var/www/html/admin/queries.php on line 4" fixed 2016-11-24 12:56:13 +01:00
DL6ER
d7a6412d7a Display which domain will be added to the black-/whitelist 2016-11-14 10:52:54 +01:00
DL6ER
409e189ed1 Added feedback when adding some entry to the black-/whitelist 2016-11-13 21:22:53 +01:00
DL6ER
025c22c287 Add possibility to blacklist/whitelist entries on the Queries page. 2016-11-13 18:57:25 +01:00
Ivan Tsenov
f4b52452e6 Queries table is now "responsive"
The queries table now scrolls horizontally if opened on small mobile screens.
2016-06-30 17:16:25 +03:00
viemmsakh
4f45f81dbf Update to require header.php instead of header.html 2016-06-20 10:57:59 -04:00
Mcat12
d7391dc860 Move main JS into separate files 2016-05-08 13:44:18 -04:00
Mcat12
991d273573 Merge master into devel
Conflicts: data.php
2016-03-23 20:19:26 -07:00
Promofaux
f5eef05ac3 Add an extra column to table to show pi-holed status. Highlight green or red depending on status. 2016-03-08 15:35:39 +00:00
Mcat12
4f20cc6627 Fix query log refresh 2016-03-07 20:59:47 -05:00
Mcat12
61a42111e4 Fix query log refresh 2016-03-07 20:58:00 -05:00
Brice Johnson
dd2b72627f Removed whitelist/blacklist links. Fixed merge error 2016-02-13 12:22:43 -06:00
Brice Johnson
b80c373cfa Added page to view daily query log history 2016-02-13 00:01:50 -06:00