Commit Graph

63 Commits

Author SHA1 Message Date
Promofaux 8240e2d23b merge devel 2016-12-29 19:59:09 +00:00
DL6ER 271f445eb8 Merge branch 'devel' into privacymode 2016-12-27 22:07:36 +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
DL6ER 765db730b6 Empty suggestion instead of 0.0.0.0 2016-12-21 23:59:01 +01:00
Mcat12 688f7dd5c7 Fix typo 2016-12-21 17:53:46 -05:00
Mcat12 a0554e9859 Handle no IPv4 address when guessing initial DHCP 2016-12-21 16:39:36 -05: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 7f4f25053e empty arrays 2016-12-21 17:58:16 +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 40edcf667b Merge branch 'devel' into clienthosts 2016-12-21 13:16:46 +01:00
DL6ER 42c9439d1e Merge branch 'devel' into folderStructure 2016-12-20 23:09:39 +01:00
DL6ER 34a0a57447 Merge branch 'devel' into folderStructure 2016-12-20 12:52:37 +01:00
DL6ER bb2c2e2244 Moved more private files out of the root directory 2016-12-20 12:52:19 +01:00
DL6ER f5eaf6d140 Add Kelvin 2016-12-20 12:17:59 +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 8ac9ce2746 Something different as well 2016-12-19 13:25:20 +01:00
DL6ER dbbc1a770b Add privacy mode 2016-12-16 17:32:44 +01:00
DL6ER cc7b03d3e7 Implemented the corresponding Settings part 2016-12-15 18:48:24 +01:00
DL6ER 994660b6c8 Hide size of log if logging is disabled 2016-12-15 15:30:18 +01:00
DL6ER f35b10e245 Put the advanced DNS settings in an expandable box 2016-12-14 16:50:49 +01:00
DL6ER bfa10c7be1 dnsmasq "bogus-priv" property 2016-12-14 16:15:51 +01:00
DL6ER 43daee192d dnsmasq "domain-needed" property 2016-12-14 16:10:26 +01:00
DL6ER 67df29c794 Moved Pi-Hole domain name setting to DHCP Server tab as it is a DHCP server setting... 2016-12-14 14:40:37 +01:00
DL6ER aeee6c33d5 Add DNS domain setting 2016-12-14 14:27:14 +01:00
DL6ER 56ea43014e Remove debug output 2016-12-13 17:26:49 +01:00
DL6ER ea1645f562 Apply change of layout immediately and use this state to check the checkbox 2016-12-13 17:16:29 +01:00
DL6ER 3befb07242 Prettified info/error/debug boxes 2016-12-13 15:07:52 +01:00
DL6ER b0556852cb Add "Interface appearence" option 2016-12-13 14:58:47 +01:00
DL6ER 8e04e55643 Show success box only if strlen(success) > 0 2016-12-13 13:12:41 +01:00
DL6ER b28f4a0931 Add info/error boxes and populate with content. If there are hosts with errors in Top Lists / Top Clients each error will be shown separately 2016-12-13 13:08:27 +01:00
DL6ER 30142816ac Properly handle if the DHCP leases file has not been found (show "No data available" in the table) 2016-12-13 12:56:49 +01:00
DL6ER 07987b5a04 Add info boxes 2016-12-13 12:56:04 +01:00
DL6ER 6fae811f82 Fix one comment 2016-12-13 12:42:24 +01:00
DL6ER c9479f1e18 Modified ajax calls to actual form submits 2016-12-13 12:28:19 +01:00
DL6ER 18aac58a8c Client entries should actually be IP addresses + Fixed some typos 2016-12-13 12:24:09 +01:00
DL6ER 211cab0456 Disable DHCP input fields if DHCP server checkbox is not checked 2016-12-12 18:54:02 +01:00
DL6ER f74a90f65f Removed obsolete sorting algorithm (datatables will do the sorting for us) 2016-12-12 18:11:59 +01:00
DL6ER 83f64508ea Added DataTables for DHCP leases 2016-12-12 18:11:41 +01:00
DL6ER c939951677 Print size of Pi-Hole log file 2016-12-12 17:36:31 +01:00
DL6ER 8dea523dbd Exchanged <textarea> by <pre> to have word wraping control + added some text to the Help Center 2016-12-12 16:09:44 +01:00
DL6ER 7d4234b208 Removed debug statement 2016-12-12 15:37:39 +01:00
DL6ER 581ef88969 Added Pi-Hole DHCP server 2016-12-12 15:33:50 +01:00
DL6ER 68a35091a8 Add "query log" options 2016-12-12 13:14:45 +01:00
DL6ER 1c34dae777 Removed what we currently don't support 2016-12-12 10:51:43 +01:00
DL6ER 6ffbdc038e Added "flush logs" 2016-12-12 10:43:05 +01:00
DL6ER 498d0b9b36 Add "restart DNS server" 2016-12-12 10:38:07 +01:00