Commit Graph

155 Commits

Author SHA1 Message Date
DL6ER
9b2f4e4673 Minor change to comments 2017-06-04 13:34:46 +02:00
DL6ER
1ee66f36bd ... and Top Ads 2017-06-04 13:32:35 +02:00
DL6ER
1e1da89a9c Add the same for the top domains 2017-06-04 13:32:09 +02:00
DL6ER
f66650be1c Minor change to make the dashboard's javascript compatible with escaped characters (like apostrophe) in client names 2017-06-04 13:29:24 +02:00
DL6ER
58f6406f48 Merge pull request #515 from Th3M3/improve_dropdown-menu
Improve dropdown-menu
2017-06-03 18:57:43 +02:00
DL6ER
2f218ba9eb Major overhaul of update checker - checks only every 30 minutes to reduce number of GitHub API requests 2017-06-03 16:40:25 +02:00
TheME
059600f10c remove function to open user menu
AdminLTE has already an implemented function to toggle the user menu.
So there is no need to use an own script in footer.js

Benefit: The dropdown-menu closes if you click on a blank Place
2017-05-31 21:18:44 +02:00
DL6ER
e659d79da9 Remove legend, add tooltips and increase hit/hover radius for Query Types over Time graph. Fixes #502 2017-05-13 17:34:36 +02:00
DL6ER
7d4bf08853 Add custom callback for tooltips and disable legend for Forward Destinations over Time graph 2017-05-13 17:32:00 +02:00
DL6ER
b49a7b57c5 Add hover/hit radius for Forward Destinations over Time graph 2017-05-13 17:20:18 +02:00
DL6ER
2db45f806b Remove double click handler 2017-05-05 23:29:25 +02:00
Mcat12
3f04b346cb Merge pull request #476 from pi-hole/tweak/dashboard
Tweaks for the dashboard
2017-04-24 19:02:02 -04:00
DL6ER
f2415a590d Don't skip line if there are no queries, simply set its contribution to zero 2017-04-21 22:28:23 +02:00
DL6ER
3364f989cf Don't show IP addresses in addition to hostnames of forward destinations to save some space in the legend 2017-04-21 15:50:30 +02:00
DL6ER
3e88e72557 Bugfix: updateQueriesOverTime() has been called twice, but updateQueryTypesOverTime() hasn't been called at all 2017-04-20 13:24:52 +02: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
Adam Warner
892bc5f1c5 :codacy: 2017-04-06 18:45:26 +01:00
Mcat12
4d9d9dc949 Require CSRF token for debug log generation 2017-04-02 19:23:03 -04:00
Mcat12
7a5c8e899e Use button to remove lists 2017-03-31 20:16:58 -04:00
DL6ER
6e5b55e5ac Only load data if context is available to prevent JS errors 2017-03-28 22:02:40 +02:00
DL6ER
29c6c07af6 Add Query Types over Time 2017-03-28 14:51:19 +02:00
Mcat12
fce406b72d Merge pull request #459 from pi-hole/new/FTLupdatenotification
Show FTL version and update notification (if available) in footer
2017-03-26 19:01:44 -04:00
DL6ER
77468ac541 Fix logic 2017-03-26 22:19:41 +02:00
DL6ER
30b7b0d63a Show FTL version and update notification (if available) in footer 2017-03-26 13:42:29 +02:00
DL6ER
57e2039a39 Don't add glow property for percentage if not changed 2017-03-25 12:45:07 +01:00
DL6ER
8b91c8c12e Codacy and changed text 2017-03-24 17:21:15 +01:00
DL6ER
0043c229d5 Change logic 2017-03-24 16:21:30 +01:00
DL6ER
8d4864eb17 Add delay of 0.5 sec before trying to load all data 2017-03-24 16:01:58 +01:00
DL6ER
ebef61614d Handle FTL offline notification and instant refresh when it becomes available 2017-03-24 15:57:44 +01:00
DL6ER
17fb960a01 Update statistics every second 2017-03-24 15:35:16 +01:00
DL6ER
35dcb9b5ed Improve fallback handling of the dashboard for when FTL is not running 2017-03-24 15:30:03 +01:00
DL6ER
9ef02a6fbc Merge pull request #433 from pi-hole/new/tail-FTLlog
Add tail pihole-FTL.log
2017-03-16 23:23:03 +01:00
DL6ER
93698f0c00 Fix axis to [0,1] and use unsorted list of forward destinations for the labels 2017-03-13 15:32:15 +01:00
DL6ER
165a8da66f Empty plot data before updating 2017-03-13 13:38:01 +01:00
DL6ER
5d75ab0367 Fix labels 2017-03-13 13:12:21 +01:00
DL6ER
4b8ffd0f42 Yet another 2017-03-13 13:05:45 +01:00
DL6ER
6beeedc732 More codacy 2017-03-13 12:55:58 +01:00
DL6ER
3680da0388 codacy fixes 2017-03-13 12:45:06 +01:00
DL6ER
3e9b4692e4 Remove debug statements.... 2017-03-13 12:35:40 +01:00
DL6ER
46c451b3d1 New Forwarded over Time graph 2017-03-13 12:33:19 +01:00
DL6ER
23334b3dbd Add tail pihole-FTL.log 2017-03-05 23:17:34 +01:00
DL6ER
fff84276db Merge pull request #408 from pi-hole/new/FTL-integration
FTL
2017-03-03 13:41:41 +01:00
DL6ER
7729eea48d Start count down only if there is something to count down 2017-03-01 14:12:13 +01:00
DL6ER
7a73053bfd Merge branch 'devel' into new/FTL-integration
Conflicts:
	api.php
2017-02-28 13:49:34 +01:00
DL6ER
d104539708 API QR token generator (#410)
* Added API QR token generator

* Pass only token

* Corrected link
2017-02-27 22:33:35 +01:00
Dan Schaper
110ab455b6 Merge pull request #399 from pi-hole/new/OnlineDebug
Added online debug log creator
2017-02-27 12:30:48 -08:00
DL6ER
aacc215394 Some simplifications + center 10min interval data in the middle instead of the beginning of the corresponding interval 2017-02-27 17:20:12 +01:00
DL6ER
9fec6bb7fb Necessary changes doe to commit 85a7818e7996b44b15d51af26ecf165e672d616b 2017-02-27 15:42:50 +01:00
DL6ER
9471594bdf Move tailLog function into own file 2017-02-23 15:12:23 +01:00