Commit Graph

185 Commits

Author SHA1 Message Date
DL6ER
a604a49be4 Move interface listening behavior to the top right void of the DNS settings tab
Signed-off-by: DL6ER <dl6er@dl6er.de>
2017-10-19 19:24:46 +02:00
DL6ER
97b7c2458d Put buttons on Query Logging out of the box (this is how it is also done on the other tabs)
Signed-off-by: DL6ER <dl6er@dl6er.de>
2017-10-19 19:11:53 +02:00
DL6ER
7bbf04547c Change buttons on System tab to one per row
Signed-off-by: DL6ER <dl6er@dl6er.de>
2017-10-19 19:10:17 +02:00
DL6ER
2a5422cbae Fix FTL diagnostic data display by removing erroneously added indentation
Signed-off-by: DL6ER <dl6er@dl6er.de>
2017-10-19 19:07:48 +02:00
DL6ER
4fd2742364 Added separators
Signed-off-by: DL6ER <dl6er@dl6er.de>
2017-10-19 10:58:23 +02:00
DL6ER
903cb2a4f4 Make DNS the default tab
Signed-off-by: DL6ER <dl6er@dl6er.de>
2017-10-19 10:55:02 +02:00
Adam Warner
5dc556c7b9 move some of the PHP parts up above the HTML to make the HTML easier to work with. (WIP)
Signed-off-by: Adam Warner <adamw@rner.email>
2017-10-18 23:14:26 +01:00
Adam Warner
6d869a4b9e Tidy up DNS settings tab
Signed-off-by: Adam Warner <adamw@rner.email>
2017-10-18 23:08:46 +01:00
Adam Warner
aa546d4c7e Move networking to System box, tidy up DHCP. (could probably do with more tidying)
Signed-off-by: Adam Warner <adamw@rner.email>
2017-10-18 22:52:53 +01:00
DL6ER
15f3433ba5 Re-designed settings page using Bootstrap Tabs. No functional change.
Signed-off-by: DL6ER <dl6er@dl6er.de>
2017-10-18 16:04:31 +02:00
DL6ER
02807730ee We don't have to test for the php-zip extension anymore. Instead, we test for "Phar" (which seems to be there by default on most systems)
Signed-off-by: DL6ER <dl6er@dl6er.de>
2017-10-07 14:36:16 +02:00
DL6ER
5ab4430ef0 halt -> poweroff
Signed-off-by: DL6ER <dl6er@dl6er.de>
2017-09-08 20:30:59 +02:00
DL6ER
f2b77c0bf4 Merge pull request #470 from gedetil/devel
Add shutdown option
2017-09-08 20:26:19 +02:00
DL6ER
078224bfdd Show command to install zip extension (#531) 2017-06-28 23:34:57 +01: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
Mcat12
f87a94de33 Add CSRF token to ad list section 2017-04-12 21:22:49 -04:00
gedetil
6658968950 Update settings.php
Implement "Halt system" button, next to "Restart system" button, on
admin/settings page.  Useful for doing clean shutdown before powering off.

Gilbert Detillieux <gedetil> 2017-04-11
2017-04-11 12:21:39 -05: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
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
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
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
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
Flo
f9151c1e9b Update settings.php 2017-03-26 14:50:01 +02:00
Adam Warner
6038431abf Merge branch '222343a3476a8994be07d3aba813a002d811fe8f' into devel 2017-03-16 22:12:08 +00:00
DL6ER
222343a347 Do not send "action" to teleporter if we want to export settings 2017-03-14 13:57:46 +01:00
DL6ER
832c7f0701 Merge pull request #434 from pi-hole/fix/SettingsFallbackDNSlistening
Fix fallback for default listening behavior
2017-03-10 14:43:26 +01:00
DL6ER
72894238c1 Merge pull request #436 from pi-hole/tweak/noIPv6DNSserverswoIPv6connectivity
IPv6 upstream servers: Require IPv6 scope global address
2017-03-08 23:03:17 +01:00
DL6ER
ba9f0a995c Connect IPv6 detection of the DHCP server 2017-03-07 22:09:01 +01:00
DL6ER
31e8fcfffe HEX it 2017-03-07 22:07:10 +01:00
DL6ER
d64c0aa48f Extend test to accept both ULA and GUA addresses as valid IPv6 addresses 2017-03-07 21:47:51 +01:00
DL6ER
120c7ad6eb Remove cputime display 2017-03-07 17:07:53 +01:00
DL6ER
e90d916356 Strict checking for only the first three bits 2017-03-07 16:58:10 +01:00
DL6ER
8e1c9368ee Test if IPv6 address is within 2000::/3 address range (according to RFC 4291) 2017-03-07 16:56:52 +01:00
DL6ER
a8deaddc5e Improve FTL information box on the Settings page 2017-03-07 16:45:22 +01:00
DL6ER
8c7da67b36 Allow selection of IPv6 upstream DNS servers only if IPv6 scope global address has been detected 2017-03-07 14:02:17 +01:00
DL6ER
21283887ff Fix fallback for default listening behavior (according to what we did in https://github.com/pi-hole/pi-hole/pull/1291) 2017-03-06 11:59:21 +01:00
DL6ER
41cadc5b48 Merge pull request #423 from pi-hole/new/IPv6upstreamDNSservers
Add IPv6 upstream server settings
2017-03-03 14:43:48 +01:00
DL6ER
6adbcea7b1 Loop over all available DNS server entries instead of only 12 2017-03-03 14:42:04 +01:00
DL6ER
4182a83bd4 Codacy and styling 2017-03-03 14:39:51 +01:00
DL6ER
d9cbbde050 Read *all* DNS records in setupVars.conf (remove limitation to 12 servers) 2017-03-03 14:17:28 +01:00
DL6ER
40fd8b8b1d Add IPv6 upstream servers 2017-03-02 22:38:38 +01:00