Commit Graph

415 Commits

Author SHA1 Message Date
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 ffe40009f1 Add "Save and Update" button 2017-01-02 15:07:23 +01:00
DL6ER 4b3173b434 Merge branch 'devel' into customizeadlists 2017-01-02 14:43:38 +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 8414ddf115 Changed wording 2016-12-31 15:46:47 +00:00
DL6ER 5735a5b9a2 Merge branch 'devel' into customizeadlists 2016-12-30 20:43:07 +00: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
DL6ER 9eadb9b325 Finished implementation of DHCP lease time settings on Setting page 2016-12-29 12:34:43 +00:00
DL6ER 7ddf94e41b Add filter that lease time can only be numbers 2016-12-29 12:29:40 +00:00
DL6ER 19f0d6b110 Put DHCP leases in dropdown 2016-12-29 12:22:05 +00:00
DL6ER d54118717f Added "Advenaces DHCP settings" dropdown menu 2016-12-29 12:17:59 +00:00
DL6ER 271f445eb8 Merge branch 'devel' into privacymode 2016-12-27 22:07:36 +00:00
DL6ER c9f9d5f8d7 Add shortcut to Update lists (since it is now hidden under Tools) 2016-12-27 20:09:44 +00:00
DL6ER b51fbb0e31 Merge branch 'devel' into customizeadlists 2016-12-27 19:55:32 +00:00
DL6ER a608193759 Merge branch 'devel' into privacymode
Conflicts:
	data.php
2016-12-22 19:37:41 +01:00
DL6ER 41cd38256d Merge branch 'devel' into clienthosts
Conflicts:
	data.php
2016-12-22 19:36:23 +01:00