Mathias
|
d4188dfd1d
|
Updated the client version to 1.0.3
|
2022-08-14 01:57:28 +02:00 |
|
Mathias
|
2a6db91537
|
Fixed the vite build script in the client package.json
|
2022-08-14 01:56:14 +02:00 |
|
Mathias
|
ba4f94146d
|
Renamed the TestAreaComponent component to TestAreaComponent.jsx
|
2022-08-14 01:34:26 +02:00 |
|
Mathias
|
375426f4b6
|
Renamed the SpeedtestComponent component to SpeedtestComponent.jsx
|
2022-08-14 01:34:10 +02:00 |
|
Mathias
|
9fe524bf08
|
Renamed the LatestTestComponent component to LatestTestComponent.jsx
|
2022-08-14 01:33:53 +02:00 |
|
Mathias
|
22193e4f1f
|
Renamed the HeaderComponent component to HeaderComponent.jsx
|
2022-08-14 01:33:40 +02:00 |
|
Mathias
|
c1c23f3004
|
Renamed the DropdownComponent component to DropdownComponent.jsx
|
2022-08-14 01:33:30 +02:00 |
|
Mathias
|
5959250c73
|
Renamed the ConfigContext context to ConfigContext.jsx
|
2022-08-14 01:32:59 +02:00 |
|
Mathias
|
906d57b096
|
Renamed the DialogContext context to DialogContext.jsx
|
2022-08-14 01:32:48 +02:00 |
|
Mathias
|
685c80fbcc
|
Renamed the SpeedtestContext context to SpeedtestContext.jsx
|
2022-08-14 01:32:39 +02:00 |
|
Mathias
|
0da6e917e6
|
Renamed the StatusContext context to StatusContext.jsx
|
2022-08-14 01:32:21 +02:00 |
|
Mathias
|
f3114720c7
|
Renamed the index.js to index.jsx
|
2022-08-14 01:31:37 +02:00 |
|
Mathias
|
64d25e34c3
|
Renamed the App.js to App.jsx
|
2022-08-14 01:31:18 +02:00 |
|
Mathias
|
e9b106d379
|
Updated the client start script to use the "dev"-script instead of the "start" script
|
2022-08-14 01:30:52 +02:00 |
|
Mathias
|
bda1a29138
|
Moved the index.html down one folder & updated the urls & script tags
|
2022-08-14 01:29:30 +02:00 |
|
Mathias
|
16e3990973
|
Created the vite configuration
|
2022-08-14 01:28:46 +02:00 |
|
Mathias
|
64c99b0430
|
Updated the package.json of the client to use vite instead of "create-react-app"
|
2022-08-14 01:28:30 +02:00 |
|
Mathias
|
d6c89c603f
|
The "create release" action now automatically uploads the newest release to the docker hub
v1.0.3
|
2022-08-10 22:36:01 +02:00 |
|
Mathias
|
b546f0343f
|
Added the QEMU step to the deploy docker dev workflow
|
2022-08-10 21:18:44 +02:00 |
|
Mathias
|
803db7a032
|
Added compatibility for arm-based processors in the docker deploy dev workflow
|
2022-08-10 21:15:18 +02:00 |
|
Mathias
|
d43ba89cb3
|
Created a docker deploy workflow for all development versions
|
2022-08-10 21:07:40 +02:00 |
|
Mathias
|
ae72c79945
|
Fixed the Dockerfile
|
2022-08-10 21:07:17 +02:00 |
|
Mathias Wagner
|
146dab5775
|
Merge pull request #29 from gnmyt/fixes/version-fix
# 🐛 Versionsfehler in der info route behoben
|
2022-08-10 01:48:16 +02:00 |
|
Mathias
|
44ffaefabe
|
GET /api/info/version now returns the tag name without the "v"
|
2022-08-10 01:43:29 +02:00 |
|
Mathias Wagner
|
4feedbf3c0
|
Merge pull request #28 from gnmyt/fixes/windows-fix
🐛 Fehler mit CLI unter Windows behoben
|
2022-08-10 01:13:56 +02:00 |
|
Mathias
|
85a774ddcf
|
The cli now executes as an .exe on windows
|
2022-08-10 01:06:22 +02:00 |
|
Mathias
|
59cf524e83
|
The cli now downloads as an .exe on windows
|
2022-08-10 01:06:05 +02:00 |
|
Mathias
|
6525ef7176
|
Fixed the install script for newer updates
|
2022-08-09 18:01:44 +02:00 |
|
Mathias Wagner
|
e0d5d1127f
|
Merge pull request #25 from gnmyt/features/server-upgrade
🔩 Verbesserungen am Server
|
2022-08-09 17:55:02 +02:00 |
|
Mathias
|
d632b3d97c
|
The speedtest now retries without an server id if failed (searches automatically)
|
2022-08-09 17:33:32 +02:00 |
|
Mathias
|
a2d6c2596a
|
Fixed the config controller
|
2022-08-09 17:18:48 +02:00 |
|
Mathias Wagner
|
372fcf0d0d
|
Merge pull request #26 from gnmyt/features/status-context
🐛 Fehler in Funktion "Speedtests pausieren" behoben
|
2022-08-09 17:00:10 +02:00 |
|
Mathias
|
1da4eb536d
|
Made GET /api/info/server async
|
2022-08-09 16:58:41 +02:00 |
|
Mathias
|
d7b5cc092e
|
Fixed the speedtests controller #delete
|
2022-08-09 16:55:37 +02:00 |
|
Mathias
|
3537523760
|
Fixed GET /api/speedtests/:id
|
2022-08-09 16:54:02 +02:00 |
|
Mathias
|
29493f9e69
|
Fixed the speedtests controller #get
|
2022-08-09 16:53:37 +02:00 |
|
Mathias
|
d173acd490
|
Fixed POST /api/speedtests/pause (number check)
|
2022-08-09 16:51:18 +02:00 |
|
Mathias
|
c3ebaab58d
|
Fixed the pause controller
|
2022-08-09 16:50:46 +02:00 |
|
Mathias
|
5279932f1d
|
Removed /api/speedtests/latet (not needed anymore)
|
2022-08-09 16:46:33 +02:00 |
|
Mathias
|
5d7c66ed05
|
Updated the myspeed version in the package-lock.json
|
2022-08-09 16:43:35 +02:00 |
|
Mathias
|
5a8390126c
|
Added a default value to the timer task
|
2022-08-09 16:43:21 +02:00 |
|
Mathias
|
9afd3f5edf
|
Implemented the StatusContext into the DropdownComponent.js & removed the old logic
|
2022-08-09 03:03:20 +02:00 |
|
Mathias
|
7a06425a4f
|
Implemented the StatusContext into the LatestTestComponent
|
2022-08-09 03:00:36 +02:00 |
|
Mathias
|
4e1bbcd453
|
Integrated the StatusProvider into the App component
|
2022-08-09 03:00:15 +02:00 |
|
Mathias
|
61ec268c5c
|
Created the StatusContext
|
2022-08-09 02:59:57 +02:00 |
|
Mathias
|
33389b4906
|
Fixed the install script
|
2022-08-09 01:48:23 +02:00 |
|
Mathias
|
3dcbeffb26
|
Optimized the installation script
|
2022-08-09 01:43:52 +02:00 |
|
Mathias
|
905af151db
|
Added the option to use a custom installation path
|
2022-08-09 01:38:55 +02:00 |
|
Mathias
|
f893d6980e
|
Fixed a line in the uninstall.sh
|
2022-08-09 01:25:18 +02:00 |
|
Mathias
|
2b1c0dd809
|
Created the file for the myspeed cli (todo)
|
2022-08-09 01:24:56 +02:00 |
|