Commit Graph

57 Commits

Author SHA1 Message Date
Mathias Wagner
6a2b16f903 Created the servers.js controller 2024-05-19 15:31:53 +02:00
Mathias Wagner
9e45c6a13a Added mysql support in the speedtest controller 2024-05-18 20:24:00 +02:00
Mathias Wagner
7c1c01ec2c Fixed a bug in the speedtests.js controller 2024-03-10 01:27:12 +01:00
Mathias Wagner
84c6487681 Updated the config.js controller 2024-03-10 01:27:01 +01:00
Mathias Wagner
ef1b461475 Updated the speedtests.js controller 2023-11-30 12:32:29 +01:00
Mathias Wagner
8ee4e61d86 Updated the recommendations.js controller 2023-11-30 12:32:17 +01:00
Mathias Wagner
cb310d8f4e Updated the pause.js controller 2023-11-30 12:32:06 +01:00
Mathias Wagner
ae8f27b4da Updated the node.js controller 2023-11-30 12:32:00 +01:00
Mathias Wagner
484f8b4033 Updated the config.js controller 2023-11-30 12:31:56 +01:00
Mathias Wagner
26273b6a1d Removed the healthChecksUrl from the default config 2023-05-28 21:00:59 +02:00
Mathias Wagner
bb66622618 Changed the textarea length to 2000 & added the integration name to the validateInput method 2023-05-23 21:54:46 +02:00
Mathias Wagner
e3f9a609e3 Fixed a bug in the integrations.js controller 2023-05-23 21:47:21 +02:00
Mathias Wagner
44b1e2c3ba Added input valiation to the integrations.js controller 2023-05-23 20:53:47 +02:00
Mathias Wagner
65984bcfe8 Removed a comment from the integrations.js controller 2023-05-23 20:04:46 +02:00
Mathias Wagner
ca8894ee6f Created the recommendationsUpdated event in the recommendations.js controller 2023-05-23 16:56:13 +02:00
Mathias Wagner
75374c64ca Created the configUpdated event in the config.js controller 2023-05-23 16:52:33 +02:00
Mathias Wagner
3710199fe2 Created the integrations controller 2023-05-22 22:07:26 +02:00
Mathias Wagner
8b76f60924 Added an extra check in the node controller 2023-04-06 03:50:29 +02:00
Mathias Wagner
63944cac6b Updated the list method in the node controller 2023-04-05 14:47:18 +02:00
Mathias Wagner
b2ef65dbb8 Migrated to axios & added the checkNode & proxyRequest methods to the node controller 2023-04-05 13:51:47 +02:00
Mathias Wagner
645080eacf Added updateName & updatePassword to the node controller 2023-04-04 19:19:57 +02:00
Mathias Wagner
caf4daf955 Created the node controller 2023-04-03 18:21:22 +02:00
Mathias Wagner
cf5ae01dc3 Implemented the start & limit parameters in the speedtest controller 2023-04-01 19:45:35 +02:00
Mathias Wagner
ed3c38ca5e Added the listStatistics function to the speedtests controller 2023-02-22 19:19:50 +01:00
Mathias Wagner
caf641251e Added the passwordLevel config default 2022-11-20 18:05:53 +01:00
Mathias Wagner
d0d5d1ebc0 Created the 'acceptOoklaLicense' config value 2022-10-16 14:28:58 +02:00
Mathias Wagner
2fd54a0fcc Changed the time level config value to cron for a better customization 2022-08-29 12:39:51 +02:00
Mathias Wagner
2a849977fe Added the health checks url field to the config defaults 2022-08-28 22:15:37 +02:00
Mathias Wagner
a17b489c4a Created a reset method in the config controller 2022-08-28 22:14:24 +02:00
Mathias
c5059e3a64 Added a comment to the speedtest controller #listByDays 2022-08-15 13:06:29 +02:00
Mathias
03c1f5382d The speedtest controller now lists speedtests by average 2022-08-15 13:06:02 +02:00
Mathias
e1677f6c46 The speedtest controller now lists speedtests by days 2022-08-15 13:04:05 +02:00
Mathias
fdce00bab1 The speedtest controller now lists speedtests from the last hours (default: 24) 2022-08-15 13:02:17 +02:00
Mathias
92fff9607b The removeOld method now removes tests older than 30 days 2022-08-15 13:00:06 +02:00
Mathias
a2d6c2596a Fixed the config controller 2022-08-09 17:18:48 +02:00
Mathias
d7b5cc092e Fixed the speedtests controller #delete 2022-08-09 16:55:37 +02:00
Mathias
29493f9e69 Fixed the speedtests controller #get 2022-08-09 16:53:37 +02:00
Mathias
c3ebaab58d Fixed the pause controller 2022-08-09 16:50:46 +02:00
Mathias
dbce21c0ca Made speedtests.js#delete return false if the test does not exist 2022-08-08 01:27:08 +02:00
Mathias
712bd07351 Updated the speedtests controller 2022-08-08 01:24:18 +02:00
Mathias
037fcde797 Updated the recommendations controller 2022-08-08 01:23:58 +02:00
Mathias
4cc1cd179a Updated the config controller 2022-08-08 01:23:06 +02:00
Mathias
bdb90a9797 Removed the tables controller (not needed anymore) 2022-08-08 01:22:44 +02:00
Mathias Wagner
2f30d39e72 Made the numbers of the config clean 2022-06-12 18:14:36 +02:00
Mathias Wagner
a6c266607e The default of the time level is now 3 (every hour) 2022-06-12 17:07:10 +02:00
Mathias Wagner
e96c14dcef Updated the speedtest controller 2022-06-11 01:03:09 +02:00
Mathias Wagner
f3bf656ed6 Added the error, type and time column to the speedtests table 2022-06-11 01:02:46 +02:00
Mathias Wagner
70fd415d66 Created the pause controller 2022-06-10 12:04:05 +00:00
Mathias Wagner
6f1116ab62 Removed rounding from download & upload 2022-05-07 23:26:00 +02:00
Mathias Wagner
6bdab5df6d Rounded the values in the recommendations.js controller 2022-05-07 22:35:44 +02:00