Commit graph

44 commits

Author SHA1 Message Date
sstidl 3f3faeb6a1
Merge pull request #597 from thgoebel/mention-cli
Mention CLI client in Readme
2024-02-02 16:03:49 +01:00
sstidl c1974d5a53
fix #598 2024-02-02 15:56:48 +01:00
Thore Goebel a6ae760279 Mention CLI client in Readme 2024-01-31 22:46:46 +01:00
sstidl e5f54fbd78
Release 5.3.0 (#587)
* Update README.md

Added simple manual instructions

* Link to docker documentation

* Add basic docker compose example

* add descriptive alt-text to GIF

* Fix some typos and formatting

* Updated Docker to use php8.2-apache as the upstream image.

* Clean up apt lists after installation in Dockerfile

* Update Dockerfile

Co-authored-by: Quentame <polletquentin74@me.com>

* fix typo

* doc: sqlite db persistance explained

* Create docker-publish.yml

* Update docker-publish.yml

* Update docker-publish.yml

* fix action

* switch docker image location

* without image signing

* remove signing

* switch units to Mbit/s

* move examples to folder

* fix ipinfo parsing

* fix regression on getIpinfo

* removed trailing whitespaces

* integrate ios favicon

closes #400

* set single-server-full as index

---------

Co-authored-by: Les W <30345058+leswaters@users.noreply.github.com>
Co-authored-by: bt90 <btom1990@googlemail.com>
Co-authored-by: An | Anton Röhm <18481195+AnTheMaker@users.noreply.github.com>
Co-authored-by: 0kyn <0kyn.dev@gmail.com>
Co-authored-by: Marc Zampetti <zampettim@users.noreply.github.com>
Co-authored-by: Peter Dave Hello <hsu@peterdavehello.org>
Co-authored-by: Quentame <polletquentin74@me.com>
Co-authored-by: Stefan STIDL <stefan.stidl@ffg.at>
2023-11-26 12:46:27 +01:00
Federico Dossena 6a4a05d883 Replaced speedtest with speed test 2023-08-28 22:12:08 +02:00
Tracy-B 5956e07a7a
Microsoft SQL Server support and Sanity Check page (#569)
* 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
2023-07-31 08:10:56 +02:00
dosse91 5bddaac12a Release 5.2.5 2022-01-04 08:55:27 +01:00
dosse91 8be8aba5ed Fixed typo in results/index.php 2021-04-13 10:27:36 +02:00
dosse91 084646d00e Moved docker stuff into the master branch instead of a separate one 2021-03-25 10:47:40 +01:00
dosse91 624de7778b Release 5.2.3 2021-02-24 08:18:01 +01:00
dosse91 d6877577d5 Bumped version to 5.2.2; Updated README.md 2020-09-27 20:35:58 +02:00
dosse91 b7dce2bc04 Updated README.md 2020-03-12 11:59:40 +01:00
dosse91 4a1ea40b32 Updated README.md 2020-03-02 09:14:15 +01:00
dosse91 247b9c0e4c Updated screenshot 2019-09-26 12:28:53 +02:00
dosse91 f2e9e5ffc8 Updated README.md 2019-09-25 08:27:55 +02:00
dosse91 bd7ec37350 Renamed to LibreSpeed 2019-09-25 08:23:53 +02:00
dosse91 f059aa20d9 Updated README.md 2019-09-11 19:01:40 +02:00
dosse91 c3e576ddba Major project restructuring and unification with mpot branch 2019-06-30 07:03:06 +02:00
adolfintel 01ec986f4f Updated copyright date 2018-12-31 15:31:20 +01:00
adolfintel acdc2c707b Updated README.md 2018-10-28 09:48:18 +01:00
adolfintel 7c24e3cc5e Updated README.md and doc.md 2018-08-15 13:57:47 +02:00
adolfintel cdb4d0fd82 Updated README.md 2018-08-06 20:36:20 +02:00
adolfintel 5446e98933 Added test result sharing; Added stats page; Improved project structure; Minor bug fixes 2018-08-06 18:15:52 +02:00
dosse91 ec7dce1ee0 Updated README.md 2018-04-25 16:58:58 +02:00
dosse91 d9c3ba36f9 Updated README.md 2018-04-25 16:56:53 +02:00
dosse91 cd1168f78b Updated README.md 2018-04-22 19:26:54 +02:00
dosse91 fb57393303 Updated README.md 2018-03-17 11:16:01 +01:00
dosse91 c1c5809b43 Added ETH address in README.md 2018-03-09 14:30:13 +01:00
dosse91 a883adbbe7 Fixed wrong date in README.md 2018-02-17 09:47:21 +01:00
dosse91 ca779a5ae2 Added optional telemetry + example; Updated documentation; Minor changes and fixes 2017-08-24 15:28:28 +02:00
dosse91 739d92d69a Added link to #50 2017-07-13 16:22:01 +02:00
dosse91 976412e802 Added donation info 2017-06-26 13:18:57 +02:00
dosse91 da5b58095e Updated README.md 2017-06-24 10:38:37 +02:00
dosse91 7e99fd889e Added quickstart videos 2017-06-19 17:27:52 +02:00
dosse91 8b96a21faa Updated README.md 2017-05-15 17:34:22 +02:00
dosse91 65be39ff90 Updated README.md 2017-05-15 12:03:47 +02:00
dosse91 30c595de6e Added experimental workarounds for IE11; Added new example 2017-04-26 07:23:36 +02:00
dosse91 fce6a67be0 Implemented multistream; Implemented jitter test; Implemented Fetch API (default disabled); Added more settings; Improved code quality; Improved accuracy; Added browser-specific optimizations; Added minified version; Expanded documentation; Some bug fixes 2017-03-02 17:58:40 +01:00
dosse91 ba58805e47 Points to new domain 2017-02-02 08:05:42 +01:00
dosse91 d9c320aee4 Data is now incompressible 2016-11-28 21:09:12 +01:00
dosse91 ec223a45d4 Accidentally reverted README.md 2016-10-23 19:49:52 +02:00
dosse91 c4dd6d89b8 Now using JSON for handling settings; Minor changes 2016-10-23 19:47:55 +02:00
dosse91 3f99127b69 Rewritten to use Web Workers; Easier to use; Added more examples 2016-10-09 09:13:36 +02:00
dosse91 bec767c9ed First commit 2016-03-04 12:48:09 +01:00