Rory M
|
26d54cfa9b
|
Fix for XSS bug
I actually tested this one! it works.
My apologies for the previous, non-working commits-- I had to refresh my knowledge of PHP.
|
2016-04-22 14:27:21 +01:00 |
|
Rory M
|
b91b7cacb0
|
Final fix for XSS patch
`htmlspecialchars` does not work on arrays.
This is why testing is important :^)
|
2016-04-22 13:21:53 +01:00 |
|
Rory M
|
66e0c0f66e
|
Fixed incorrect ordering of sanitisers
`json_encode` needs to call the result of `htmlspecialchars`, not visa versa!
|
2016-04-22 13:12:10 +01:00 |
|
Rory M
|
87ddd4cbc7
|
Fix for XSS bug
Pointed at the correct branch this time.
|
2016-04-22 12:34:41 +01:00 |
|
Adam Warner
|
74378b546e
|
Update api.php
Added missing ) on line 11
|
2016-02-22 16:16:46 +00:00 |
|
Mcat12
|
6a2714d524
|
Api returns summary with no params
|
2016-02-22 08:24:00 -05:00 |
|
Brice Johnson
|
b80c373cfa
|
Added page to view daily query log history
|
2016-02-13 00:01:50 -06:00 |
|
Brice Johnson
|
4fa6b3dc6b
|
Added radar graph for top clients
|
2016-02-11 23:41:31 -06:00 |
|
Brice Johnson
|
0544cfb398
|
Added forwarding destination chart
|
2016-02-10 23:40:20 -06:00 |
|
Brice Johnson
|
5d68c72477
|
Added query types graph
|
2016-02-10 23:18:11 -06:00 |
|
Brice Johnson
|
51796f351c
|
Enabled auto-update for summary statistics. Top row statistics update
every 20 seconds.
|
2016-02-04 23:37:08 -06:00 |
|
Brice Johnson
|
21741094f1
|
Moved data retrieval to Ajax call. Fixed ipv6 number. Fixed top
domains/advertisers tables.
|
2016-02-02 22:27:42 -06:00 |
|
Brice Johnson
|
98f0bb0d94
|
Fixed merge conflict in api.php. Moved js code to index.php from
footer.html
|
2016-01-30 19:06:15 -06:00 |
|
Brice Johnson
|
fa6f0a42a5
|
Merge branch 'devel' of https://github.com/pi-hole/AdminLTE into devel
Conflicts:
api.php
index.php
|
2016-01-27 23:03:58 -06:00 |
|
Adam Warner
|
46a7bac6e4
|
Update api.php
Consume JSON output of chronometer.sh
Relies on [this pull](https://github.com/jacobsalmela/pi-hole/pull/193) being merged.
|
2016-01-18 23:04:03 +00:00 |
|
Brice Johnson
|
f018e0f6f9
|
Added lists of top domains/ads. Moved data collection to separate file.
|
2016-01-15 22:29:18 -06:00 |
|
Brice Johnson
|
293d2e7d21
|
Added top domains for queries and ads
|
2016-01-14 23:26:58 -06:00 |
|
Brice Johnson
|
8479530c67
|
Added basic read-only api
|
2016-01-09 20:04:24 -06:00 |
|