Commit Graph

48 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
Flo 901fc6392a Update help.php 2017-03-26 14:46:57 +02:00
DL6ER 7a73053bfd Merge branch 'devel' into new/FTL-integration
Conflicts:
	api.php
2017-02-28 13:49:34 +01:00
DL6ER 191472c4c3 Two further changes on the Help page 2017-02-23 18:43:52 +01:00
DL6ER 5569ce69b6 Also rename on Help page 2017-02-23 18:41:57 +01:00
DL6ER 4f70973cbc EUPL license (#402)
* Move whole project to EUPL, copy MIT license to scripts/vendor/ and style/vendor/

* Added header to main PHP files

* Modified scripts in scripts/pi-hole/php

* Added header to scripts/pi-hole/js files

* Added license header to our custom style script

* Slight reformulation
2017-02-18 14:20:51 +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 ff3307f863 Small bug fix in help 2017-01-24 13:36:34 +01:00
DL6ER 2ebc7450bb Update Help 2017-01-24 13:28:06 +01:00
J den Hartog 41bb9258b9 Minor typo in help.php
By submitting this pull request, I confirm the following (please check boxes, eg [X] - no spaces) Failure to fill the template will close your PR:

Please submit all pull requests against the development branch. Failure to do so will delay or deny your request

[X] I have read and understood the contributors guide.
[X] I have checked that another pull request for this purpose does not exist.
[X] I have considered, and confirmed that this submission will be valuable to others.
[X] I accept that this submission may not be used, and the pull request closed at the will of the maintainer.
[X] I give this submission freely, and claim no ownership to its content.
How familiar are you with the codebase?:
2

Fixed minor typo in help.php text.

This template was created based on the work of udemy-dl.
2017-01-01 11:26:26 +01:00
DL6ER db8e0bac23 help.js has been removed 2016-12-21 21:10:40 +01: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 fa4c81cef8 help.js has been removed 2016-12-20 18:22:18 +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 1dea042f4b Fix typo and arrangement on Help page 2016-12-18 23:04:42 +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 f01c441783 Removed changing of CPU temperature unit from Help Center 2016-12-12 13:17:37 +01:00
DL6ER 0af1e91b12 Removed "flush logs" from Help Center 2016-12-12 10:43:38 +01:00
DL6ER 6c9af746b9 Add that we update the main graph every 10 minutes 2016-12-08 12:55:37 +01:00
DL6ER 6459e17478 Improve Help Center 2016-12-08 12:53:25 +01:00
DL6ER 147e97483b Implemented the changes 2016-11-24 21:59:04 +01:00
DL6ER 5f34f6cac3 Fixed typo 2016-11-24 13:04:02 +01:00
DL6ER 8f1b3a4101 Extended Help Center 2016-11-24 12:46:44 +01:00
DL6ER 5dfab7cdc2 Incorporate @Mcat12's comments 2016-11-23 11:59:18 +01:00
DL6ER e9c01d6b72 Removed "Top Advertisers" being listed twice 2016-11-22 14:27:00 +01:00
DL6ER 9f30aca516 Strings must use doublequote 2016-11-22 14:13:17 +01:00
DL6ER 96f7bf5921 Add flushing of the pi-hole log file using the web UI 2016-11-22 14:09:46 +01:00
DL6ER 16df80b017 Fixed some typos 2016-11-22 13:45:45 +01:00
DL6ER bb68422262 Consider that there are more possible DNS query types 2016-11-22 13:32:35 +01:00
DL6ER 977980f49b Small change to style of the new "Help center" page 2016-11-22 13:32:06 +01:00
DL6ER af71be16ff Added "Footer" section 2016-11-22 13:30:50 +01:00
DL6ER 4a68be0572 Added "Help" section 2016-11-22 13:30:11 +01:00
DL6ER d02487aa9f Add "Donate" section 2016-11-22 13:29:13 +01:00
DL6ER 8bacc06c1a Added "Disable / Enable" subsection 2016-11-22 13:25:13 +01:00
DL6ER eedb141549 Add "Update Lists" section 2016-11-22 13:23:38 +01:00
DL6ER 85defe3bcd Add "White- / Blacklist" section 2016-11-22 13:20:38 +01:00
DL6ER ddef2af9d5 Add "Query Log" section 2016-11-22 13:18:16 +01:00
DL6ER 015089d1da Added main page section 2016-11-22 13:05:42 +01:00
DL6ER 2fadb46d2c Added top right subsection 2016-11-22 12:54:41 +01:00
DL6ER 135de87257 Completed description of the top left header subsection 2016-11-22 12:50:34 +01:00
DL6ER d19048f5e6 Add changing of temperature unit from the web UI 2016-11-22 12:44:01 +01:00
DL6ER 0680fd546b Added help center skeleton 2016-11-22 12:43:35 +01:00