Commit Graph

60 Commits

Author SHA1 Message Date
Mathias Wagner
7720379b94 Integrated the input validation into the integrations.js routes 2023-05-23 20:55:51 +02:00
Mathias Wagner
09eedb850a Created the integrations.js routes 2023-05-22 22:07:52 +02:00
Mathias Wagner
455b45ef04 Fixed a bug in the nodes.js route 2023-04-05 14:48:24 +02:00
Mathias Wagner
3ab976efec Migrated the new methods to the node routes 2023-04-05 13:52:05 +02:00
Mathias Wagner
6f787e31a0 Fixed a bug in the export.js route 2023-04-05 01:54:30 +02:00
Mathias Wagner
0a2159122f Created patch routes to change the name & password of the nodes 2023-04-04 19:21:31 +02:00
Mathias Wagner
e46fe87f38 Added the content disposition header to the node proxy route 2023-04-04 18:10:38 +02:00
Mathias Wagner
006b9272e2 Added password protection to the nodes.js route 2023-04-04 16:24:47 +02:00
Mathias Wagner
f14158818d Removed a debug statement from the nodes.js route 2023-04-04 00:29:29 +02:00
Mathias Wagner
7cfc6fc618 Fixed a bug in the nodes.js route 2023-04-04 00:03:51 +02:00
Mathias Wagner
2111ffabfa Fixed the proxy route in the node.js routes 2023-04-03 23:54:45 +02:00
Mathias Wagner
b39cfbc6a4 Removed additional debug information from the nodes route 2023-04-03 18:47:22 +02:00
Mathias Wagner
10ac122104 Created all node routes 2023-04-03 18:23:29 +02:00
Mathias Wagner
50a5293d9f Integrated the new start & limit parameters into the GET /api/speedtests route 2023-04-01 19:46:09 +02:00
Mathias Wagner
1fbe394eb9 Created the GET /speedtests/statistics route 2023-02-22 19:20:35 +01:00
Mathias Wagner
08be0f5ffb Fixed a critical bug in the config.js route 2023-02-19 13:14:48 +01:00
Mathias Wagner
4bd49602fe Integrated the new "view access" system into the speedtest route 2022-11-20 18:23:23 +01:00
Mathias Wagner
10156ea861 Integrated the new "view access" system into the config route 2022-11-20 18:22:50 +01:00
Mathias Wagner
199042a2cf Integrated the new "view access" system into the recommendations route 2022-11-20 18:17:25 +01:00
Mathias Wagner
792d44cdd3 Integrated the new "view access" system into the export route 2022-11-20 18:17:18 +01:00
Mathias Wagner
b3769c0a68 Integrated the new "view access" system into the system route 2022-11-20 18:16:54 +01:00
Mathias Wagner
9b1cb7e4c5 Added quotation marks to the csv export 2022-11-20 13:26:55 +01:00
Mathias Wagner
da07a9bbd9 Added a warning to the /speedtests/run route if the 'acceptOoklaLicense' config value is false 2022-10-16 14:44:32 +02:00
Mathias Wagner
da428e79fd Implemented a config check for the 'acceptOoklaLicense' config value & fixed a bug in the config route 2022-10-16 14:29:47 +02:00
Mathias Wagner
759717f21b Removed the time level from the config route 2022-08-29 12:42:13 +02:00
Mathias Wagner
d412daf938 Integrated a cron validation into the config route 2022-08-29 12:41:31 +02:00
Mathias Wagner
295aa429cc The GET /speedtests/status route now shows whether the speedtest is currently running or not 2022-08-27 17:13:29 +02:00
Mathias
e3c2a8ea51 Added GET /api/speedtests/averages to get speedtests by average 2022-08-15 13:07:39 +02:00
Mathias
326b5806e2 Added a default value to the tests#list method 2022-08-15 13:07:05 +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
1da4eb536d Made GET /api/info/server async 2022-08-09 16:58:41 +02:00
Mathias
3537523760 Fixed GET /api/speedtests/:id 2022-08-09 16:54:02 +02:00
Mathias
d173acd490 Fixed POST /api/speedtests/pause (number check) 2022-08-09 16:51:18 +02:00
Mathias
5279932f1d Removed /api/speedtests/latet (not needed anymore) 2022-08-09 16:46:33 +02:00
Mathias
78a9a5290f Updated the recommendations route 2022-08-08 01:27:16 +02:00
Mathias
ad3f5a95e8 Updated the speedtests route 2022-08-08 01:26:49 +02:00
Mathias
94459391e9 Updated the export route 2022-08-08 01:25:27 +02:00
Mathias
3990c1e530 Updated the config route 2022-08-08 01:24:54 +02:00
Mathias
be46404ea9 Fixed the config route 2022-08-07 01:12:44 +02:00
Mathias
630919b6f8 Updated the url of the system version route 2022-08-06 23:51:17 +02:00
Mathias
7cd8b2b788 Fixed a bug in the config route 2022-08-06 23:50:59 +02:00
Mathias Wagner
2f30d39e72 Made the numbers of the config clean 2022-06-12 18:14:36 +02:00
Mathias Wagner
731fcc16ae Fixed the config route 2022-06-12 17:52:55 +02:00
Mathias Wagner
f9b1aef23a Added the time level to the config 2022-06-12 17:05:43 +02:00
Mathias Wagner
295d158edd Added the /server route 2022-06-11 02:52:44 +02:00
Mathias Wagner
9a3113edb0 Added a security message to the /version route 2022-06-11 01:05:47 +02:00
Mathias Wagner
168dfa8a0f Added the custom argument to the /run route 2022-06-11 01:05:15 +02:00
Mathias Wagner
e11be8cc85 Added export routes to the server 2022-06-10 22:55:19 +02:00
Mathias Wagner
bd82df6e6f The version route now shows local & remote 2022-06-10 13:37:20 +00:00
Mathias Wagner
f77354e948 Added routes to pause & continue the speedtests 2022-06-10 12:07:51 +00:00