DL6ER
|
1a707a081f
|
Rearragne buttons on the system tabs
Signed-off-by: DL6ER <dl6er@dl6er.de>
|
2017-10-21 13:53:34 +02:00 |
|
DL6ER
|
a1d96e4e63
|
Improve Javascript (allow toggling of deletion and highlight "Save and Update" button on deletion) and :codacy:
Signed-off-by: DL6ER <dl6er@dl6er.de>
|
2017-10-21 12:08:00 +02:00 |
|
DL6ER
|
b70e43f8ba
|
Fix blocking list Javascript
Signed-off-by: DL6ER <dl6er@dl6er.de>
|
2017-10-21 11:52:35 +02:00 |
|
DL6ER
|
852f0a733a
|
Fix Javascript error that appears when there is no hash part on the URL
Signed-off-by: DL6ER <dl6er@dl6er.de>
|
2017-10-21 11:24:52 +02:00 |
|
DL6ER
|
3640867942
|
:codacy:
Signed-off-by: DL6ER <dl6er@dl6er.de>
|
2017-10-20 19:30:17 +02:00 |
|
Adam Warner
|
f6a05a00b3
|
tidy up some experimenting
Signed-off-by: Adam Warner <adamw@rner.email>
|
2017-10-19 23:09:13 +01:00 |
|
Adam Warner
|
62b8c0d733
|
fix dhcp lease table headers/footers.
Signed-off-by: Adam Warner <adamw@rner.email>
|
2017-10-19 23:06:38 +01:00 |
|
DL6ER
|
903cb2a4f4
|
Make DNS the default tab
Signed-off-by: DL6ER <dl6er@dl6er.de>
|
2017-10-19 10:55:02 +02:00 |
|
DL6ER
|
1e105f1df6
|
Change hash for save and reload
Signed-off-by: DL6ER <dl6er@dl6er.de>
|
2017-10-19 10:45:12 +02:00 |
|
DL6ER
|
37313bf400
|
Go to specified tab on save or hyperlink
Signed-off-by: DL6ER <dl6er@dl6er.de>
|
2017-10-19 10:41:03 +02:00 |
|
WaLLy3K
|
60b5e36c32
|
Check for updates every two days
Signed off by WaLLy3K <wally3k@pi-hole.net>
|
2017-10-12 20:54:04 +11:00 |
|
DL6ER
|
d6262a083e
|
Merge pull request #585 from pi-hole/tweak/query_log_clickfiltering
Allow one-click filtering in Query Log
|
2017-10-10 19:18:30 +02:00 |
|
DL6ER
|
89af9880c1
|
Merge pull request #583 from pi-hole/new/clientsovertime
Add "Clients (over time)" graph
|
2017-10-10 19:17:39 +02:00 |
|
DL6ER
|
688e3f8665
|
Merge branch 'devel' into tweak/Teleporter_v2.0
|
2017-10-07 17:49:05 +02:00 |
|
DL6ER
|
b6caf5878f
|
Ensure we restart dnsmasq only once (at the end of importing stuff)
Signed-off-by: DL6ER <dl6er@dl6er.de>
|
2017-10-07 17:34:10 +02:00 |
|
DL6ER
|
bfad6d8fcb
|
Add nuke option before importing new list to be sure the content is being replaced instead of appended
Signed-off-by: DL6ER <dl6er@dl6er.de>
|
2017-10-07 17:25:43 +02:00 |
|
WaLLy3K
|
c6b98655b1
|
Link to pi-hole.net/donate instead of PayPal
* Give users the option to choose their preferred donation method
* Use the heart symbol as the icon
Signed off by WaLLy3K <wally3k@pi-hole.net>
|
2017-10-08 00:54:56 +11:00 |
|
WaLLy3K
|
619f115660
|
Remove GitHub link in footer
|
2017-10-07 23:42:14 +11: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
|
5b47e9caa5
|
Fix a typo
Signed-off-by: DL6ER <dl6er@dl6er.de>
|
2017-10-06 23:49:04 +02:00 |
|
DL6ER
|
d1d9d7faff
|
Use htmlentities() to mitigate XSS (this function is identical to htmlspecialchars() in all ways, except with htmlentities(), all characters which have HTML character entity equivalents are translated into these entities)
Signed-off-by: DL6ER <dl6er@dl6er.de>
|
2017-10-06 23:47:06 +02:00 |
|
DL6ER
|
a50525d72b
|
Clean up after import
Signed-off-by: DL6ER <dl6er@dl6er.de>
|
2017-10-06 23:43:19 +02:00 |
|
DL6ER
|
67855df5c5
|
Minor corrections
Signed-off-by: DL6ER <dl6er@dl6er.de>
|
2017-10-06 23:42:49 +02:00 |
|
DL6ER
|
6bb6c6d29f
|
Finished Teleporter 2.0
Signed-off-by: DL6ER <dl6er@dl6er.de>
|
2017-10-06 21:13:07 +02:00 |
|
DL6ER
|
80b37a7c81
|
Merge branch 'devel' into tweak/Teleporter_v2.0
|
2017-10-06 20:26:21 +02:00 |
|
DL6ER
|
1e89f12d18
|
Merge branch 'new/clientsovertime' of github.com:pi-hole/AdminLTE into new/clientsovertime
|
2017-09-30 11:10:03 +02:00 |
|
DL6ER
|
6a75cc2751
|
Prevent overshoots in the graphs caused by cubic interpolation (just like we do it already for the main graph)
Signed-off-by: DL6ER <dl6er@dl6er.de>
|
2017-09-30 11:09:13 +02:00 |
|
WaLLy3K
|
1ba190bfa2
|
Merge branch 'devel' into new/clientsovertime
|
2017-09-30 13:29:36 +10:00 |
|
WaLLy3K
|
2789b69460
|
Decrease doughnut animation time on first load
|
2017-09-29 23:12:20 +10:00 |
|
DL6ER
|
0ed1901a8e
|
Apply proper sorting whilst preserve the color order for the doughnut forward destinations chart
Signed-off-by: DL6ER <dl6er@dl6er.de>
|
2017-09-27 17:03:00 +02:00 |
|
DL6ER
|
b70993368b
|
Change color from "blue" to "#72afd2"
Signed-off-by: DL6ER <dl6er@dl6er.de>
|
2017-09-24 11:53:13 +02:00 |
|
DL6ER
|
dcdec7ca48
|
Add some dynamic color experiment
Signed-off-by: DL6ER <dl6er@dl6er.de>
|
2017-09-24 11:48:00 +02:00 |
|
DL6ER
|
8e4b7efcc0
|
Add dynamic hover text to make the feature more prominent
Signed-off-by: DL6ER <dl6er@dl6er.de>
|
2017-09-24 11:41:14 +02:00 |
|
DL6ER
|
45af8eb971
|
Change cursor type from zoom-in to pointer
Signed-off-by: DL6ER <dl6er@dl6er.de>
|
2017-09-24 00:24:58 +02:00 |
|
DL6ER
|
18079c128f
|
And another one
Signed-off-by: DL6ER <dl6er@dl6er.de>
|
2017-09-24 00:11:07 +02:00 |
|
DL6ER
|
ddfed41034
|
Fix some mistakes
Signed-off-by: DL6ER <dl6er@dl6er.de>
|
2017-09-24 00:09:58 +02:00 |
|
DL6ER
|
d6db559742
|
Change cursor style to magnifying glass when hovering single-click searching capable entries to highlight the new feature
Signed-off-by: DL6ER <dl6er@dl6er.de>
|
2017-09-23 14:03:55 +02:00 |
|
DL6ER
|
b0e16975e4
|
Show reset button only if one-click filtering is actually used
Signed-off-by: DL6ER <dl6er@dl6er.de>
|
2017-09-23 13:55:09 +02:00 |
|
DL6ER
|
f1a5ec8953
|
Add "clear" button
Signed-off-by: DL6ER <dl6er@dl6er.de>
|
2017-09-23 13:46:28 +02:00 |
|
DL6ER
|
269bd09823
|
Allow one-click filtering on "Type", "Domain", and "Client"
|
2017-09-23 13:24:23 +02:00 |
|
DL6ER
|
a46f720973
|
Use absolute instead of relative display
|
2017-09-23 13:03:55 +02:00 |
|
DL6ER
|
076700fc92
|
Add "Clients (over time)" graph (needs FTL on branch "new/clientsovertime")
|
2017-09-22 21:11:57 +02:00 |
|
WaLLy3K
|
0bafeabe49
|
Allow full stop in top list wildcard exclusions
* Fix #580
|
2017-09-22 18:19:04 +10:00 |
|
DL6ER
|
a18a45e6b8
|
Detect ${OVER} and mirror its effect properly on the web interface
Signed-off-by: DL6ER <dl6er@dl6er.de>
|
2017-09-21 20:23:38 +02:00 |
|
DL6ER
|
aef4159f44
|
Add tooltips to dognuth charts
Signed-off-by: DL6ER <dl6er@dl6er.de>
|
2017-09-20 22:28:46 +02:00 |
|
DL6ER
|
e7fc65b684
|
Simplify function updateForwardedOverTime() as data obtained from API is already normalized
Signed-off-by: DL6ER <dl6er@dl6er.de>
|
2017-09-20 22:15:19 +02:00 |
|
DL6ER
|
b89c40d63f
|
Simplify function updateQueryTypesOverTime() as data obtained from API is already normalized
Signed-off-by: DL6ER <dl6er@dl6er.de>
|
2017-09-20 22:11:54 +02:00 |
|
DL6ER
|
6eb450a3a6
|
Show detected number of cores not only when hovering the icon, but also when hovering the Load text
Signed-off-by: DL6ER <dl6er@dl6er.de>
|
2017-09-16 16:18:51 +02:00 |
|
J den Hartog
|
76891ef43d
|
Whitelisting withOUT password not supported
*White*listing with password not supported
should be:
*White*listing without password not supported
in my opinion.
|
2017-09-16 10:39:21 +02:00 |
|
DL6ER
|
5ab4430ef0
|
halt -> poweroff
Signed-off-by: DL6ER <dl6er@dl6er.de>
|
2017-09-08 20:30:59 +02:00 |
|