Commit Graph

331 Commits

Author SHA1 Message Date
sstidl
ed9b19f2d5
Merge pull request #671 from BYT-Bender/master
Some checks failed
Docker / build (./Dockerfile, , ghcr.io/${{ github.repository }}) (push) Has been cancelled
Docker / build (./Dockerfile.alpine, -alpine, ghcr.io/${{ github.repository }}) (push) Has been cancelled
Added dark style for the <select> HTML property
2024-10-26 18:11:01 +02:00
Robert Silén
635ac50f80
add MariaDB to README.md (#673)
Some checks failed
Docker / build (./Dockerfile, , ghcr.io/${{ github.repository }}) (push) Has been cancelled
Docker / build (./Dockerfile.alpine, -alpine, ghcr.io/${{ github.repository }}) (push) Has been cancelled
2024-10-09 19:11:47 +00:00
Byte Bender
748625a985
Update index.html 2024-10-09 08:55:10 +05:30
Federico Dossena
89c8e2fc5d Updated ipinfo offline db 2024-09-26 06:40:24 +02:00
HedgehogInTheCPP
2b53bbae54
Changed var to the let/const because it's completely supported by IE11 and all other browsers since 2015. (#656) 2024-08-16 18:07:26 +00:00
HedgehogInTheCPP
c9fdd2f693
Update getIP.php return the ability to do online check for IP location on older PHP version (#651)
This patch is returns the ability to do online check for IP location on older PHP version
2024-08-16 11:45:28 +00:00
Nuno
33390e9c2f
docs: add alpine info (#654)
Signed-off-by: rare-magma <rare-magma@posteo.eu>
2024-08-14 17:38:27 +00:00
sstidl
79436f0f0d
Merge pull request #631 from rare-magma/add-alpine-docker-image
Add alpine docker image version
2024-08-14 08:02:23 +02:00
rare-magma
76bb7de037
ci: bump php in docker
Signed-off-by: rare-magma <rare-magma@posteo.eu>
2024-08-13 20:33:21 +02:00
rare-magma
0e4c1e2bc7
ci: add missing flavour for version
Signed-off-by: rare-magma <rare-magma@posteo.eu>
2024-08-10 13:10:13 +02:00
rare-magma
2c39a3a8df
ci: add missing flavour for pr and branch
Signed-off-by: rare-magma <rare-magma@posteo.eu>
2024-08-10 13:09:44 +02:00
rare-magma
09d07a1ee9
ci: add missing tag for pr and branch
Signed-off-by: rare-magma <rare-magma@posteo.eu>
2024-08-10 12:59:50 +02:00
rare-magma
c73ed71043
ci: add missing tag
Signed-off-by: rare-magma <rare-magma@posteo.eu>
2024-08-10 12:53:05 +02:00
rare-magma
e488bc44f6
ci: fix tags
Signed-off-by: rare-magma <rare-magma@posteo.eu>
2024-08-10 12:52:32 +02:00
Federico Dossena
3ae0e9e228 Bumped version to 5.4.1 2024-08-10 11:44:01 +02:00
sstidl
7327d2f2f5
Merge pull request #648 from librespeed/633-invalid-username-password-variables-with-mssql-not-using-windows-authentication
fix: mysqlsetting were used for mssql
2024-08-10 11:08:49 +02:00
sstidl
d693074766 fix: mysqlsetting were used for mssql 2024-08-10 09:07:43 +00:00
sstidl
420be5e72f
Release 5.4 (#645)
* 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>
2024-08-04 07:06:27 +00:00
Sudo Dios
b419726fef
Update README.md (#636) 2024-06-27 14:26:37 +00:00
rare-magma
301e3f5234
fix: purge php src
Signed-off-by: rare-magma <rare-magma@posteo.eu>
2024-06-02 16:34:41 +02:00
rare-magma
4f067f4aa0
fix: purge build dependencies
Signed-off-by: rare-magma <rare-magma@posteo.eu>
2024-06-02 16:17:57 +02:00
rare-magma
5d0cd7ef74
ci: remove unused env var
Signed-off-by: rare-magma <rare-magma@posteo.eu>
2024-06-02 14:40:05 +02:00
rare-magma
348494dab4
ci: build alpine docker image
Signed-off-by: rare-magma <rare-magma@posteo.eu>
2024-06-02 14:38:38 +02:00
rare-magma
611c1a1743
feat: handle alpine configuration
Signed-off-by: rare-magma <rare-magma@posteo.eu>
2024-06-02 14:35:47 +02:00
rare-magma
d1aa403f38
ci: add alpine dockerfile
Signed-off-by: rare-magma <rare-magma@posteo.eu>
2024-06-02 14:34:56 +02:00
Federico Dossena
f8f290a2e8 Fixed typo in telemetry_db.php 2024-05-31 05:50:30 +02:00
sstidl
1bdffc752e
Merge pull request #626 from librespeed/update-build-pipeline
add on publish trigger
2024-05-24 16:40:43 +02:00
sstidl
ea30ad4d40 add on publish trigger
may solve #461
2024-05-24 14:27:58 +00:00
sstidl
cf536e5090
Merge pull request #625 from librespeed:update-build-pipeline
update github-actions
2024-05-24 16:19:17 +02:00
sstidl
0d03e44871 update github-actions 2024-05-24 14:17:05 +00:00
sstidl
3034bf2b2d
Merge pull request #617 from zypA13510/revert-487-patch-1
fix: download speed is 0 on certain platform
2024-05-18 22:18:59 +02:00
sstidl
8a9467b5a5
Merge pull request #623 from librespeed/dev
ipv6 regexmatch
2024-05-18 21:51:38 +02:00
Stefan Stidl
b023f31191 Merge branch 'master' into dev 2024-05-18 21:47:38 +02:00
Stefan Stidl
deb8b08aac Merge commit 'c2733a478c548ef7472f6e214217e84e2412d3fe' into dev 2024-05-18 21:47:16 +02:00
sstidl
8713facba5
Merge pull request #614 from bt90/patch-4
Start apache with exec
2024-05-15 06:34:46 +02:00
Yuping Zuo
ea25001e42
Revert "Use random_bytes when available (#487)"
This reverts commit fa0ac8cd23.
2024-05-05 22:25:19 +08:00
Federico Dossena
dd1ce2cb88 Fixed vulnerability in json.php caused my missing Content-Type header 2024-04-27 15:12:32 +02:00
bt90
d00c9bbbed
Define stopsignal 2024-04-17 20:34:45 +02:00
bt90
c2733a478c
Start apache with exec 2024-04-17 20:28:03 +02:00
sstidl
bccdf5ff27
schedule build once a week 2024-04-15 11:55:58 +02:00
sstidl
748f49c3b6
build docker images on schedule
to ensure docker image updates, we build the image once a week
2024-04-15 11:49:40 +02:00
sstidl
4640c64412
revert .github/workflows/snyk-security.yml
was an accident. sorry. but we got a freshdocker image without php8 bugs this way ;-)
2024-04-15 11:29:24 +02:00
sstidl
5b17b397c5
Create snyk-security.yml 2024-04-15 08:06:48 +02:00
Stefan Stidl
ac1d806490 Merge branch 'master' into dev 2024-03-14 08:55:14 +01:00
sstidl
a51b59aa1a
Merge pull request #540 from JoKneeMo/master
Add dual mode to enable standalone operation with other test servers
2024-02-07 17:32:25 +01:00
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
f5ad810138
Merge pull request #593 from RedPine404/master
Added IPv6 ULA regex match
2023-12-06 09:35:23 +01:00
redpine
d949663649 Added IPv6 ULA match 2023-12-05 14:48:43 -06:00