Commit Graph

116 Commits

Author SHA1 Message Date
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
Mcat12
b586cb85ba Merge branch 'devel' into fix/IPv6field 2017-02-04 12:51:25 -05:00
DL6ER
e645d953cd Removing validation for IPv6 field entirely. Fixes #389 2017-02-02 11:47:52 +01:00
DL6ER
44aaed17a7 Back to previously used JS validator fpr IPs (it supports Copy&Paste) 2017-02-02 10:57:41 +01:00
DL6ER
f428d98fec Pleasing codacy 2017-02-01 15:59:01 +01:00
DL6ER
a21b5e1cd9 Remove ineffective alt="..." 2017-01-31 22:53:19 +01:00
DL6ER
250389126d Copy row from currently active DHCP leases to input fields for static releases 2017-01-31 22:50:43 +01:00
DL6ER
4c952da6b2 Merge pull request #376 from pi-hole/new/DHCPstaticleases
Add static DHCPv4 leases settings
2017-01-31 21:36:50 +01:00
DL6ER
ba05330cf5 Improved message 2017-01-28 22:07:31 +01:00
DL6ER
5cf61a5e76 Test if zip extension is loaded 2017-01-28 22:04:27 +01:00
DL6ER
cd5f5bb936 Expanable box + renamed 2017-01-27 22:08:55 +01:00
DL6ER
66b05517de Make MAC address in active DHCP leases also uppercase 2017-01-26 11:20:47 +01:00
DL6ER
fb0ca79584 Ensure input fields are always at the bottom of the table (and stay there when the user applies custom sorting) 2017-01-25 13:30:25 +01:00
DL6ER
a5fcc4313a Show MAC address in currently active DHCP leases table for quite copy-past into static DHCP leases table 2017-01-25 13:14:26 +01:00
DL6ER
3ba37d7793 Also allow (manually set dhcp-host=hostname,ip.add.re.ss) in table. As this has been added manually, don't allow deleting it 2017-01-25 13:08:36 +01:00
DL6ER
fd173b4eb5 Extended description underneath table 2017-01-25 11:58:59 +01:00
DL6ER
915bbb3e5d Add and remove static DHCPv4 releases using Settings page, prevent adding more than one entry with the same MAC address 2017-01-25 11:44:17 +01:00
DL6ER
3d8246e4c3 Add static leases table to DHCP settings 2017-01-25 10:11:23 +01:00
DL6ER
8e9aed9b37 Small typo 2017-01-20 16:43:35 +01:00
DL6ER
9d09d61b7f Make selectable what should be imported from the uploaded archive 2017-01-20 16:43:33 +01:00
DL6ER
0826ae911b Added box to Settings page + added reading routines to takeout.php
Conflicts:
	scripts/pi-hole/php/takeout.php
2017-01-20 16:43:03 +01:00
DL6ER
6760ba80a7 Allow multiple upstream DNS server selection 2017-01-13 17:49:16 +01:00
DL6ER
0924f20214 Required backend changes in savesettings.php 2017-01-13 13:47:06 +01:00
DL6ER
6958f50039 Change data-mask extension to one that supports both IPv4 and IPv6 addresses. Add IPv6 DNS server fields on the settings page 2017-01-13 13:37:36 +01:00
DL6ER
99fb6ad8ce Add DNSSEC to web UI 2017-01-12 16:02:09 +01:00
DL6ER
c5f99af46c Detect if IPv6 is used 2017-01-03 18:04:20 +01:00
DL6ER
c6d98a88e4 Tell if IPv6 has been enabled or not in success message 2017-01-03 14:29:20 +01:00
DL6ER
645aab6571 Add option to disable IPv6 part of the DHCP server 2017-01-03 14:07:16 +01:00
DL6ER
4209320b87 Add glowing notification that users should disabled their router's DHCP server when first activating the DHCP server 2017-01-02 13:17:45 +01:00
DL6ER
725233871a Show warning if PHP has been compiled without IPv6 support (compile flag --disable-ipv6) 2017-01-02 12:11:32 +01:00
DL6ER
acc3616d75 Fix indentation of "Privacy mode" check box 2017-01-02 12:02:12 +01:00
DL6ER
f4e5339f67 Resolve "Undefined index: DHCP_LEASETIME" warning 2017-01-02 12:01:23 +01:00
DL6ER
a6ec11cb68 Add tooltips to the advanced DNS check boxes 2017-01-02 11:56:37 +01:00
DL6ER
17df978be0 Add 'Flush Logs' button also to the Query Logging dialog box 2017-01-02 11:55:01 +01:00
DL6ER
d9c695dc4a Merge branch 'devel' into new/dhcpv6settings 2016-12-30 20:33:21 +00:00
DL6ER
ea817bf508 Fix behavior on medium sized screens 2016-12-30 16:29:05 +00:00
DL6ER
739127b152 Added missing <br/> 2016-12-30 10:30:40 +00:00
DL6ER
8e691b65da Changing strings and omiting MAC address entirely 2016-12-29 23:40:48 +00:00
DL6ER
f0d175255a Use Bootstrap tooltips for further information 2016-12-29 23:33:49 +00:00
Promofaux
8240e2d23b merge devel 2016-12-29 19:59:09 +00:00
DL6ER
4e9f39dda4 Put lease time in hover text 2016-12-29 18:58:25 +00:00
DL6ER
cf2e3ddac0 Force redraw on expand necessary with scrolling enabled... 2016-12-29 18:50:21 +00:00
DL6ER
8006d9555e Show MAC address when hovering over table row + enable scrolling for table (no pagination) 2016-12-29 18:40:20 +00:00
DL6ER
9c34853daa Fix labels 2016-12-29 18:30:22 +00:00
DL6ER
b030690aaf Generate a better human readable output for the remaining lease time 2016-12-29 14:55:02 +00:00
DL6ER
96dcccffd6 Making codacy happy 2016-12-29 14:50:12 +00:00
DL6ER
c6a37b46cf Also handle infinite 2016-12-29 14:47:12 +00:00
DL6ER
9ea0158591 Interpret lease time and show in table 2016-12-29 14:46:21 +00:00
DL6ER
bd77160550 Send DHCP lease time to backend 2016-12-29 14:12:47 +00:00