1
0
Fork 0
mirror of https://github.com/Findus23/matomo-DiagnosticsExtended.git synced 2024-09-19 16:03:46 +02:00
Commit graph

19 commits

Author SHA1 Message Date
fa794601bf
add more php version EOL dates 2023-07-22 23:38:44 +02:00
c84cbae6c5
remove URLCheck as a similar check is now part of Matomo core 2021-12-14 20:09:37 +01:00
Daniel Jagszent
930c7cb94c
Update matomo.js check
Only HTTP/2 server use lowercase HTTP headers. Use capitalised header names for HTTP/1 support

Content Types like `application/javascript; charset=utf-8` should not trigger a warning.

Matomo's HTTP::sendHttpRequest does not send the required `Accept-Encoding` header. Standards compliant HTTP servers cannot send compressed output in this case. This change does the compression check by checking for the existence of the correct `Vary` header. Standards-compliant HTTP servers should send it when compression is possible.
2021-12-14 17:00:44 +01:00
670b0bf62d
0.1.6: skip check if posix_getuid() is not available
fixes #1
2021-05-17 17:00:16 +02:00
addeff712a
0.1.5: fix opcache_get_status() warning 2021-05-17 13:21:55 +02:00
e8367d6b2a
also accept brotli compression 2021-04-15 11:49:10 +02:00
b6b0636f45
fix code 2021-04-15 11:47:57 +02:00
8b61d8fbf8
skip checks when enable_internet_features = 0 2021-04-15 11:47:25 +02:00
3507876141
don't fail on missing headers 2021-04-15 11:41:35 +02:00
c8d8ab7cd8
don't show warning if php version check didn't work 2021-04-15 11:39:56 +02:00
b2c24c0c20
fix php check 2021-04-13 17:46:44 +02:00
f876096736
more curl version notices 2021-04-13 17:46:38 +02:00
a74c747fe1
print curl version 2021-04-13 17:45:03 +02:00
c9a149537d
fix incorrect translations 2021-04-13 17:28:08 +02:00
e0ea80006f
add OPcache check 2021-04-12 17:28:42 +02:00
2bf675cc4b
make all strings translatable 2021-04-12 16:12:03 +02:00
32e37d1cac
add icon, notification and a few translatable strings 2021-03-31 23:38:26 +02:00
4c63d4b722
add Curl Version, OpenSSL Version and PHP user check 2021-03-24 21:32:23 +01:00
d6e785684a
first version 2021-03-22 22:55:14 +01:00