* Initial implementation of ipinfo.io offline database
* Removed unnecessary code
* add: download ipinfo db during docker build
* fixed workflow
* rename warning in workflow
* commit to trigger workflow
* Refactor getIP
* Improved UI
* Updated docker version with 5.4 changes
* Updated README.md
* Added fallback in getIP in case the offline db is missing
* Fixed typos
* just md linting
* Removed vscode stuff
* Implemented fallback in getIP for PHP<8 (returns only the IP)
* Updated doc.md
* Fixed comments in telemetry_settings.php
* New quick start video
* Corrected image name in doc_docker.md
* Replaced speedtest with just test in stats.php
* docker documentation update
* typo
---------
Co-authored-by: Federico Dossena <info@fdossena.com>
Co-authored-by: Stefan Stidl <stefan.stidl@ffg.at>
* Create telemetry_mssql.sql
SQL to create the speedtest_users table on Microsoft SQL server.
This SQL is based on the original templates, and continues to uses nvarchar for all fields as the templates do – even though some of the fields should be int.
* Added support for Microsoft SQL Server
* New sanitycheck.php page plus required updates to telemetry_db.php
Created a sanity check page to verify that the required PHP extensions are installed, and that it is possible to connect to the database.
* Update README.md - MS SQL support
Added mention of Microsoft SQL Server as a supported DB engine.
* Added missing <tr> to sanitycheck.php