Commit Graph

940 Commits

Author SHA1 Message Date
DL6ER 80da4b6c9f Minor code cleaning. 2016-11-14 10:57:05 +01:00
DL6ER d7a6412d7a Display which domain will be added to the black-/whitelist 2016-11-14 10:52:54 +01:00
DL6ER 409e189ed1 Added feedback when adding some entry to the black-/whitelist 2016-11-13 21:22:53 +01:00
DL6ER ddb9ca75c8 Named the buttons imperatively 2016-11-13 20:44:45 +01:00
DL6ER b22c92a738 Add individual labels for the black-/whitelisting button 2016-11-13 19:16:57 +01:00
DL6ER 025c22c287 Add possibility to blacklist/whitelist entries on the Queries page. 2016-11-13 18:57:25 +01:00
DL6ER 383ea1f365 Added requested improvements/changes. 2016-11-08 09:09:30 +01:00
DL6ER aa5bec9103 Algorithm used to interpolate a smooth curve from the discrete data points changed to 'monotone'. With the default value, over- and undershoots are easily generated. In contrast, the 'monotone' setting keeps (piecewise) monotonicity and ensures that local extrema stay at data points. 2016-11-08 00:37:24 +01:00
DL6ER a6de221647 It wasn't clear what is the units of the shown data (queries/hour). Now it is obvious. 2016-11-07 08:16:59 +01:00
DL6ER e928541993 Made the Queries over time graph larger by about 1.6x 2016-11-07 08:16:05 +01:00
DL6ER b644c4f678 Use Chart.js (bundle) so we can have timelines in the future 2016-11-06 23:00:28 +01:00
DL6ER 110d54bd41 Added pointHitRadius and beginAtZero 2016-11-06 22:41:08 +01:00
DL6ER e51682e5b8 Enhanced doughnut animation 2016-11-06 18:45:07 +01:00
DL6ER 99b37d8ccb Removed two unnecessary commands 2016-11-06 18:44:53 +01:00
DL6ER cd02546416 Changed the look slightly to look closer to the "old" style (v 1.0.1) 2016-11-06 18:44:39 +01:00
DL6ER b8175effe9 Updated script to work with updated version of Chart.js. They redesigned the whole interface and a complete rewrite was necessary. 2016-11-06 18:43:52 +01:00
DL6ER b275846acb Updated Chart.min.js from version 1.0.1 to 2.3.0 (up-to-date version) 2016-11-06 18:43:39 +01:00
Adam Warner ae2f3a6f4a Merge pull request #179 from pi-hole/fix-status-logo
Make status logo show in all browsers
2016-11-01 13:15:03 +00:00
Adam Warner 17f716a1de Merge pull request #181 from pi-hole/fix-max-array-bug
Stop PHP from crashing if there aren't enough queries to make a graph
2016-11-01 13:13:25 +00:00
Adam Warner 4f997d80b1 Merge pull request #180 from pi-hole/feature/rebrand
Add NewVotex SVG with field ID's
2016-10-31 15:37:25 +00:00
Adam Warner eb1d05200a rename NewVortex to logo 2016-10-31 15:35:31 +00:00
Adam Warner f284046705 delete old logo 2016-10-31 15:34:20 +00:00
Mcat12 5ec12a91dd Stop PHP from crashing if there aren't enough queries to make a graph 2016-10-30 20:07:17 -04:00
Dan Schaper 6ea81513fe Add NewVotex SVG with field ID's 2016-10-30 16:59:49 -07:00
Mcat12 e01fb4d9fe Make status logo show in Firefox, Edge, and IE 2016-10-30 19:42:54 -04:00
Adam Warner c0954d0998 Merge pull request #178 from pi-hole/PromoFaux-patch-1
Update .pullapprove.yml
2016-10-30 17:20:54 +00:00
Adam Warner 3f231b119a Update .pullapprove.yml
As with pi-hole main repo
2016-10-30 17:20:02 +00:00
Adam Warner 778c842e07 Merge pull request #177 from pi-hole/master
Update devel from master
2016-10-30 17:19:20 +00:00
Adam Warner 3e6955d4a0 Update list.php v1.4.4.2 2016-10-30 02:26:08 +00:00
Adam Warner c5d9fd526c This fixes the graphs v1.4.4.1 2016-10-30 01:59:36 +00:00
Adam Warner bf946b2a3a Merge pull request #175 from pi-hole/devel
[Staging] Next release
v1.4.4
2016-10-30 01:11:25 +01:00
Adam Warner 0b0750226c Merge pull request #172 from pi-hole/list-XSS-protection
List XSS protection
2016-10-25 18:31:34 +06:00
Adam Warner 6ff0b0d2cc Merge pull request #174 from pi-hole/PromoFaux-patch-1
Create .pullapprove.yml
v1.4.3.1a
2016-10-25 18:29:59 +06:00
Adam Warner 2e38877d40 Create .pullapprove.yml
reflect changes in main pi-hole repo
2016-10-25 13:28:28 +01:00
Adam Warner df086798d5 Merge pull request #173 from tuplink/devel
add enable/disable button
2016-10-25 17:56:12 +06:00
tuplink 5c41f05462 Spacing 2016-10-20 22:57:43 -04:00
tuplink eb766066b6 button in menu bar works 2016-10-20 22:50:39 -04:00
tuplink 227ca5a731 test with button 2016-10-20 22:30:52 -04:00
tuplink 7ccf4cf2a6 convert tabs > spaces 2016-10-20 21:19:24 -04:00
tuplink d9a315be08 add Stating status 2016-10-20 18:54:18 -04:00
tuplink 0c1c1f5376 change spacing 2016-10-20 11:59:27 -04:00
tuplink cc3678ab8c add redirect to referal so we dont lose other GETS 2016-10-20 11:55:33 -04:00
tuplink 3de759f71c add enable/disable button 2016-10-20 11:42:27 -04:00
Mcat12 3917000e9b Die on an invalid list parameter
Only accepts "white" and "black"
2016-10-19 19:22:25 -04:00
Mcat12 89104edd69 Remove 'unsafe-eval' rule from CSP
Not needed, and shouldn't be there
2016-10-19 18:26:58 -04:00
Adam Warner b270c6130b Merge pull request #171 from pi-hole/devel
[HOTFIX RELEASE] 1.4.3.1
v1.4.3.1
2016-10-18 16:03:55 +01:00
Adam Warner 0951a9c6b5 Merge branch 'master' into devel vDev 2016-10-18 16:02:09 +01:00
Adam Warner 695c66f0ee Merge pull request #170 from pi-hole/revert-154-devel
Revert "set default time zone for date"
2016-10-18 15:53:12 +01:00
Adam Warner b9f186befb Revert "set default time zone for date" 2016-10-18 15:52:58 +01:00
Adam Warner 854c0e0301 Merge pull request #165 from pi-hole/devel
[Release] 1.4.3
v1.4.3
2016-10-17 23:56:44 +01:00