Commit Graph

61 Commits

Author SHA1 Message Date
Mathias Wagner
9f20c2a0d6 Fixed a production bug in the index.js 2022-04-09 23:23:59 +02:00
Mathias Wagner
3ff8ba6804 Integrated everything into the app component 2022-04-09 23:18:48 +02:00
Mathias Wagner
c419b3dfdc Created the latest test component 2022-04-09 23:18:32 +02:00
Mathias Wagner
de60d08d8e Created the test area component 2022-04-09 23:17:57 +02:00
Mathias Wagner
c307562d4c Created the header component 2022-04-09 23:17:39 +02:00
Mathias Wagner
82f4b7e160 Created the dropdown component 2022-04-09 23:17:08 +02:00
Mathias Wagner
e63c0c3222 Created the config context 2022-04-09 23:16:09 +02:00
Mathias Wagner
654bcdc619 Created the dialog component / context 2022-04-09 23:15:53 +02:00
Mathias Wagner
1fb4f5fa99 Created some helper functions 2022-04-09 23:15:15 +02:00
Mathias Wagner
2a52c29298 Created the speedtest component 2022-04-09 23:15:02 +02:00
Mathias Wagner
8ca4069b39 Removed the App.css 2022-04-09 23:14:13 +02:00
Mathias Wagner
5c82c7e980 Added the fontawesome & sass dependency 2022-04-09 23:13:45 +02:00
Mathias Wagner
5714e8a7d7 Added a run-route to the speedtests 2022-04-09 23:10:50 +02:00
Mathias Wagner
513768acd0 Updated the speedtest controller 2022-04-09 23:10:24 +02:00
Mathias Wagner
ec9034dab6 Made the speedtest task async 2022-04-09 23:10:10 +02:00
Mathias Wagner
9773554636 Added the logo.png & the favicon.ico ( big thanks to @LadeShootH ) 2022-04-08 21:11:40 +02:00
Mathias Wagner
0d1a716170 Added basic css stuff into the App.css 2022-04-07 19:16:54 +02:00
Mathias Wagner
30a2d59df6 Imported the "Inter" font family 2022-04-07 19:15:32 +02:00
Mathias Wagner
6c39446770 Fixed the index.js 2022-04-07 19:12:23 +02:00
Mathias Wagner
c48e485c21 Added intervals for making a speedtest & removing old entries in the index.js 2022-04-07 18:58:54 +02:00
Mathias Wagner
dc9e5c03ab Created the speedtest creation logic 2022-04-07 18:58:32 +02:00
Mathias Wagner
2a1c697960 Added speedtests.js#removeOld to remove speedtests older than 24 hours 2022-04-07 18:53:03 +02:00
Mathias Wagner
413bb80ce2 Added the speedtest-net dependency 2022-04-07 18:52:41 +02:00
Mathias Wagner
16ac5bbaf3 Integrated the password middleware 2022-04-06 22:05:19 +02:00
Mathias Wagner
7390569c62 Added a password security check to the server 2022-04-06 22:05:05 +02:00
Mathias Wagner
7f26ae4543 Added a number security check to the PATCH /config/:key route 2022-04-06 21:56:21 +02:00
Mathias Wagner
b552abe292 Implemented the logic behind the config route 2022-04-06 21:51:32 +02:00
Mathias Wagner
1851d08060 Added the bcrypt dependency 2022-04-06 21:51:10 +02:00
Mathias Wagner
5d7b21e1b1 Created the config controller 2022-04-06 21:44:51 +02:00
Mathias Wagner
0b003cee2e Added a security message to the /speedtests/latest route 2022-04-06 21:14:09 +02:00
Mathias Wagner
604f0dcd49 Integrated the speedtest logic into the speedtests route 2022-04-06 21:11:10 +02:00
Mathias Wagner
0c64342b2c Created the speedtest controller 2022-04-06 21:10:50 +02:00
Mathias Wagner
81f6bb6514 Enabled the table creation logic 2022-04-06 20:44:17 +02:00
Mathias Wagner
08e71b4390 MySpeed now automatically creates both tables & inserts the default values into the config table 2022-04-06 20:43:58 +02:00
Mathias Wagner
ade1c4032d Integrated the database into the index.js 2022-04-06 20:08:32 +02:00
Mathias Wagner
5c3230c9d5 Registered all routes into the index.js 2022-04-06 20:08:10 +02:00
Mathias Wagner
fa8f628f43 Prepared the config.js route 2022-04-06 20:07:49 +02:00
Mathias Wagner
0c30324b51 Prepared the speedtests.js route 2022-04-06 20:06:06 +02:00
Mathias Wagner
237b568499 Moved the database driver from sqlite3 to better-sqlite3 2022-04-06 20:03:01 +02:00
Mathias Wagner
90930748b3 Created the system route 2022-04-06 20:02:37 +02:00
Mathias Wagner
98a129216b Updated the production logic 2022-04-06 15:01:46 +02:00
Mathias Wagner
e420e25052 Imported the sqlite3 database driver 2022-04-05 20:14:00 +02:00
Mathias Wagner
fb593c2b9e Added some server code to the index.js 2022-04-05 20:01:35 +02:00
Mathias Wagner
16222275c3 Added a proxy to the package.json 2022-04-05 19:54:15 +02:00
Mathias Wagner
5226fcef3e Removed body parser from the dependencies list 2022-04-05 19:50:18 +02:00
Mathias Wagner
3960b5b250 Created the package-lock.json file 2022-04-05 19:48:26 +02:00
Mathias Wagner
7ff8b607e3 Created a package.json file 2022-04-05 19:48:13 +02:00
Mathias Wagner
a31013a794 Created the index.js in the server folder 2022-04-05 19:47:42 +02:00
Mathias Wagner
b7d042177f Added the build folder to the .gitignore 2022-04-05 19:47:29 +02:00
Mathias Wagner
5a104647bd Created the .gitignore in the root 2022-04-05 19:42:00 +02:00