Mathias Wagner
|
11d5776aab
|
Removed the acceptDialog from the dialog.jsx
|
2024-05-19 15:37:36 +02:00 |
|
Mathias Wagner
|
38838504a4
|
Removed the license check from the ConfigContext.jsx
|
2024-05-19 15:36:01 +02:00 |
|
Mathias Wagner
|
25cffa6521
|
Updated the authentication message in the server index.js
|
2024-05-19 15:35:35 +02:00 |
|
Mathias Wagner
|
e13b3f0e12
|
Implemented librespeed into the speedtest.js util
|
2024-05-19 15:35:12 +02:00 |
|
Mathias Wagner
|
3f00efa517
|
The loadServers.js util now loads the nearest ookla & librespeed servers
|
2024-05-19 15:34:58 +02:00 |
|
Mathias Wagner
|
d86ef95282
|
Implemented both the libre & ookla provider in the loadCli.js util
|
2024-05-19 15:34:30 +02:00 |
|
Mathias Wagner
|
f3fa8d3ba9
|
Added the data/servers folder to the createFolders.js util
|
2024-05-19 15:34:11 +02:00 |
|
Mathias Wagner
|
7143965093
|
Created a data parser for all 3 providers
|
2024-05-19 15:33:57 +02:00 |
|
Mathias Wagner
|
baabfeb60b
|
Moved the ookla cli loader
|
2024-05-19 15:33:47 +02:00 |
|
Mathias Wagner
|
32c8e05703
|
Implemented the libre cli loader
|
2024-05-19 15:33:34 +02:00 |
|
Mathias Wagner
|
e724f1dac4
|
Implemented the new provider system into the speedtest.js task
|
2024-05-19 15:33:06 +02:00 |
|
Mathias Wagner
|
87c8bb0aee
|
Implemented the serverId into the speedtests.js controller
|
2024-05-19 15:32:42 +02:00 |
|
Mathias Wagner
|
4280e277a2
|
Added new defaults to the config.js
|
2024-05-19 15:32:20 +02:00 |
|
Mathias Wagner
|
668b99de02
|
Implemented the new servers.js controller into the system.js routes
|
2024-05-19 15:32:09 +02:00 |
|
Mathias Wagner
|
6a2b16f903
|
Created the servers.js controller
|
2024-05-19 15:31:53 +02:00 |
|
Mathias Wagner
|
ae7099f6e0
|
Integrated providers into the speedtests.js route
|
2024-05-19 15:31:05 +02:00 |
|
Mathias Wagner
|
6643234676
|
Migrated serverId -> ooklaId,libreId (depending on provider)
|
2024-05-19 15:30:54 +02:00 |
|
Mathias Wagner
|
f6f879da56
|
Added the serverId to the Speedtests.js model
|
2024-05-19 15:29:57 +02:00 |
|
Mathias Wagner
|
72dc105282
|
Added binaries for LibreSpeed to the binaries.js config
|
2024-05-19 15:29:42 +02:00 |
|
Mathias Wagner
|
f6eb4e6dd6
|
Added the cloudflare speedtest dependency to the package.json
|
2024-05-19 15:28:24 +02:00 |
|
Mathias Wagner
|
f00f7e88ca
|
Removed the old languageOptions
|
2024-05-19 11:02:51 +02:00 |
|
Mathias Wagner
|
13ca578b51
|
Added mobile optimization to the LanguageDialog styles.sass
|
2024-05-19 11:02:36 +02:00 |
|
Mathias Wagner
|
2ca2997be7
|
Merge pull request #615 from gnmyt/l10n_development
New Crowdin updates
|
2024-05-19 09:17:35 +02:00 |
|
Mathias Wagner
|
94265415b9
|
Fixed a bug in the Dockerfile
|
2024-05-19 01:44:20 +02:00 |
|
Mathias Wagner
|
5d7eb8f0e1
|
Merge pull request #676 from gnmyt/features/language-chooser
🌐 Sprachauswahl aktualisiert
|
2024-05-19 01:03:32 +02:00 |
|
Mathias Wagner
|
dd12540af1
|
Updated the LanguageItem height
|
2024-05-19 01:02:42 +02:00 |
|
Mathias Wagner
|
7da61b8652
|
Implemented the LanguageDialog into the DropdownComponent.jsx
|
2024-05-19 00:50:50 +02:00 |
|
Mathias Wagner
|
b57ad074cf
|
Created the LanguageDialog index.js
|
2024-05-19 00:49:41 +02:00 |
|
Mathias Wagner
|
371f3c6f8c
|
Created the LanguageDialog styles.sass
|
2024-05-19 00:49:37 +02:00 |
|
Mathias Wagner
|
7763640d66
|
Created the LanguageDialog.jsx component
|
2024-05-19 00:49:32 +02:00 |
|
Mathias Wagner
|
d31ead116f
|
Created a list with all supported languages in the i18n.js
|
2024-05-19 00:48:28 +02:00 |
|
Mathias Wagner
|
abcbc80f22
|
Uploaded all language flags
|
2024-05-19 00:47:58 +02:00 |
|
Mathias Wagner
|
06ba9432ff
|
Trying to add armv7 back to the docker dev workflow
|
2024-05-18 23:16:09 +02:00 |
|
Mathias Wagner
|
1e8c0ece6f
|
Merge pull request #675 from gnmyt/updates/dockerfile
🐳 Dockerfile aktualisiert
|
2024-05-18 23:13:53 +02:00 |
|
Mathias Wagner
|
374dfd8c5d
|
Implemented multistage building in the Dockerfile to reduce file size
|
2024-05-18 23:05:12 +02:00 |
|
Mathias Wagner
|
10d382dbf9
|
Updated nodejs version to new LTS 20
|
2024-05-18 23:02:03 +02:00 |
|
Mathias Wagner
|
7042f7b8a5
|
Fixed permission bug in the Dockerfile
|
2024-05-18 23:01:39 +02:00 |
|
Mathias Wagner
|
242ad3bbdf
|
Merge pull request #674 from gnmyt/features/mysql-support
💾 MySQL Support hinzugefügt
|
2024-05-18 20:48:16 +02:00 |
|
Mathias Wagner
|
9e45c6a13a
|
Added mysql support in the speedtest controller
|
2024-05-18 20:24:00 +02:00 |
|
Mathias Wagner
|
146419107e
|
Implemented support for the MySQL database type
|
2024-05-18 20:23:33 +02:00 |
|
Mathias Wagner
|
f98c654001
|
Added the mysql2 dependency to the server package.json
|
2024-05-18 20:20:37 +02:00 |
|
Mathias Wagner
|
0e43762ce3
|
Removed myspeed cli
|
2024-05-18 20:19:31 +02:00 |
|
Mathias Wagner
|
3c6c8cddb0
|
Removed a legacy part from the documentation
|
2024-05-18 19:17:21 +02:00 |
|
Mathias Wagner
|
93b3a6e50d
|
Moved all scripts into the scripts folder
|
2024-05-18 19:13:51 +02:00 |
|
Mathias Wagner
|
a17a23d719
|
Merge pull request #673 from gnmyt/dependabot/npm_and_yarn/client/chart.js-4.4.3
Bump chart.js from 4.4.2 to 4.4.3 in /client
|
2024-05-18 18:47:28 +02:00 |
|
Mathias Wagner
|
7479cf0968
|
Merge pull request #672 from gnmyt/dependabot/npm_and_yarn/client/sass-1.77.2
Bump sass from 1.77.1 to 1.77.2 in /client
|
2024-05-18 12:18:01 +02:00 |
|
Mathias Wagner
|
9045ad4e7d
|
Merge pull request #671 from gnmyt/dependabot/npm_and_yarn/client/i18next-http-backend-2.5.2
Bump i18next-http-backend from 2.5.1 to 2.5.2 in /client
|
2024-05-18 11:33:31 +02:00 |
|
dependabot[bot]
|
34d69fe4e6
|
Bump chart.js from 4.4.2 to 4.4.3 in /client
Bumps [chart.js](https://github.com/chartjs/Chart.js) from 4.4.2 to 4.4.3.
- [Release notes](https://github.com/chartjs/Chart.js/releases)
- [Commits](https://github.com/chartjs/Chart.js/compare/v4.4.2...v4.4.3)
---
updated-dependencies:
- dependency-name: chart.js
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-05-17 21:54:39 +00:00 |
|
dependabot[bot]
|
5f1ac99ba8
|
Bump sass from 1.77.1 to 1.77.2 in /client
Bumps [sass](https://github.com/sass/dart-sass) from 1.77.1 to 1.77.2.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.77.1...1.77.2)
---
updated-dependencies:
- dependency-name: sass
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-05-17 21:54:24 +00:00 |
|
dependabot[bot]
|
e37237a2b8
|
Bump i18next-http-backend from 2.5.1 to 2.5.2 in /client
Bumps [i18next-http-backend](https://github.com/i18next/i18next-http-backend) from 2.5.1 to 2.5.2.
- [Changelog](https://github.com/i18next/i18next-http-backend/blob/master/CHANGELOG.md)
- [Commits](https://github.com/i18next/i18next-http-backend/compare/v2.5.1...v2.5.2)
---
updated-dependencies:
- dependency-name: i18next-http-backend
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-05-17 21:54:11 +00:00 |
|