Commit graph

257 commits

Author SHA1 Message Date
adolfintel 963778e4c7 Minor fix in telemetry 2019-01-31 12:43:45 +01:00
adolfintel 513ddc5905 Simplified IE11 upload test 2019-01-31 12:27:29 +01:00
adolfintel dc2dc1e5a1 Bumped version to 4.7.1 2019-01-30 19:11:03 +01:00
adolfintel 6561d168c6 Minor improvements to telemetry/stats.php 2019-01-30 17:10:27 +01:00
adolfintel c31ebe8fdf Added comment in idObfuscation.php 2019-01-30 12:39:13 +01:00
adolfintel 7d2d62b5ef Updated .min.js 2019-01-30 12:32:40 +01:00
adolfintel 2a4b5fa9f6 ID obfuscation: default off 2019-01-30 12:32:02 +01:00
adolfintel 565f3d1174 Updated doc.md 2019-01-30 12:30:59 +01:00
adolfintel c7a20897d4 Fixed a bug with working directory in idObfuscation.php 2019-01-30 10:47:45 +01:00
adolfintel 7545d2544c Implemented id obfuscation in telemetry/stats.php 2019-01-30 10:24:15 +01:00
adolfintel 7b1d8995e1 Implemented ID obfuscation in telemetry.php and results/index.php 2019-01-30 10:16:28 +01:00
adolfintel 5f978198bc Fixed a typo 2019-01-27 14:56:32 +01:00
adolfintel d08a863d83 Improved JS formatting 2019-01-25 09:17:32 +01:00
mildis eb390fd55e Detects IPv4 and IPv6 private networks (#192) 2019-01-14 16:14:57 +01:00
adolfintel 53ca58db03 Improved ISP detection code 2019-01-11 11:57:52 +01:00
adolfintel 1c80530805 Fixed a typo in results/index.php 2019-01-10 06:38:23 +01:00
adolfintel 01ec986f4f Updated copyright date 2018-12-31 15:31:20 +01:00
RaidAndFade fa56614440 Fixing improper localhost address reporting for ipv4 and v6 (#188)
Fixed improper reporting of IPV6 and IPV4 localhost addresses, more detailed explanation in comments of modified file.

Basically, 
 for ipv6: the only possible localhost ipv6 is ::1, not any string that contains ::1 like you were doing before.
 for ipv4: any ip in the 127/8 range (from 127.0.0.1 to 127.254.254.254), is a localhost ipv4 address. not just 127.0.0.1 like you were doing before.
2018-12-27 17:02:03 +01:00
adolfintel bf696d8da2 Added troubleshooting for IIS CORS error 2018-12-27 11:59:39 +01:00
adolfintel 0ffe1c483b Removed empty line 2018-12-15 08:18:17 +01:00
adolfintel ae7c3c53d6 Updated example-customSettings.html 2018-12-09 17:12:38 +01:00
adolfintel 6f25024ea2 My stupidity is beyond comprehension 2018-12-09 08:14:20 +01:00
adolfintel f5a275badc My stupidity is beyond comprehension 2018-12-09 08:10:43 +01:00
adolfintel 1f76b8a754 Updated doc.md 2018-12-09 07:50:37 +01:00
adolfintel ee19a95535 I'm stupid 2018-12-08 09:35:00 +01:00
adolfintel b9bccc3ed0 Tweaked the formula again 2018-12-08 09:04:08 +01:00
adolfintel 20d3be4ac3 Fixed a typo in telemetry 2018-12-08 08:31:23 +01:00
adolfintel e444353161 Increased time bonus 2018-12-08 08:00:59 +01:00
adolfintel 856b6c4488 Increased speed bonus 2018-12-07 19:00:45 +01:00
adolfintel a544810c3a Telemetry stuff 2018-12-07 17:59:29 +01:00
adolfintel 153e313a53 Telemetry stuff 2018-12-07 17:56:28 +01:00
adolfintel a869de02a2 Implemented automatic test duration; Improved telemetry 2018-12-07 16:29:12 +01:00
adolfintel 62036a8273 Added troubleshooting for Cloudflare (thanks to GnaXi) 2018-11-04 08:41:46 +01:00
adolfintel acdc2c707b Updated README.md 2018-10-28 09:48:18 +01:00
Deb Pedrano 6c02cc588d New logo 2018-10-28 09:40:51 +01:00
Matthew Hunt ec0fa10700 Handle X-Forwarded-For with multiple hosts (#169) 2018-10-20 06:53:50 +02:00
Florian Kaiser 3a631e2888 Add mysqli store_result() before bind_result() - fixes #167 (#168) 2018-10-17 13:34:57 +02:00
Federico Dossena 0c4c8c15bd Added issue templates 2018-09-30 19:25:51 +02:00
adolfintel 4b54e4b388 Minor improvement to jitter test 2018-09-20 15:43:22 +02:00
adolfintel 228d137a5a Fixed a typo 2018-09-20 15:00:33 +02:00
adolfintel b509c832e2 Minor improvement to ping test; Bumped version to 4.6.2 2018-09-20 14:55:54 +02:00
Mark Felder 52e91f9054 Fix results image for jitter (#158)
Postgres and SQLite were referencing the wrong variable causing the jitter field to always be empty.
2018-09-17 21:06:55 +02:00
adolfintel cb944de118 Removed CORS headers (added by accident in previous commit) 2018-09-07 10:59:31 +02:00
adolfintel ee004fd2d0 Updated getIP.php so it will ignore errors 2018-09-05 15:46:50 +02:00
adolfintel 3c9974a5f8 Updated doc.md 2018-08-22 17:23:25 +02:00
adolfintel 7c24e3cc5e Updated README.md and doc.md 2018-08-15 13:57:47 +02:00
adolfintel de3527791f results/index.php should be better at finding the fonts now. I hope 2018-08-08 20:55:17 +02:00
adolfintel 02f29a76ff Fixed atrocious typo 2018-08-08 09:03:06 +02:00
adolfintel 0954c6a6ac Speedtest worker now outputs status as JSON for easier parsing; Removed partial CSV implementation; Updated examples and documentation 2018-08-08 08:57:24 +02:00
adolfintel 0ce73a7e6c Added telemetry_extra field in the speedtest settings. This can be used to pass data from the frontend to the worker that you want to be stored in the database 2018-08-07 11:55:25 +02:00