Commit Graph

191 Commits

Author SHA1 Message Date
MuhammadKhalilzadeh
e58658320e templates transfered to Server side 2024-07-17 22:09:17 +03:30
Alexander Holliday
60dd2511a2 Merge pull request #358 from bluewave-labs/feat/form-validation
Refactored form validation and page structure, resolves #332
2024-07-16 20:32:33 -07:00
Daniel Cojocea
cfc4590170 Added fix 2024-07-16 18:50:44 -04:00
Alexander Holliday
e86b4205e6 Merge branch 'master' into feat/speedcheck-controller 2024-07-16 15:09:40 -07:00
Alex Holliday
f169809692 Fixed token issue 2024-07-16 14:40:37 -07:00
Alex Holliday
61d65f700e Add user to response 2024-07-16 14:23:42 -07:00
Alex Holliday
ce200eeb20 Reset password returns a token 2024-07-16 14:06:51 -07:00
Alexander Holliday
552c84a13e Merge pull request #346 from bluewave-labs/fix/page-speed-route-delete-route
correcetd route and method for delete route
2024-07-16 11:45:37 -07:00
M M
625935fd7c Hook up routes to the controller methods. 2024-07-16 11:12:48 -07:00
M M
519ef1404f Added JS Docs. 2024-07-16 10:54:59 -07:00
M M
be7ff41b0e setup the controller module for the page speed check. 2024-07-16 10:53:19 -07:00
Alex Holliday
bc3a47e264 correcetd route and method for delete route 2024-07-16 10:14:25 -07:00
M M
29dbba9002 Fix imports 2024-07-15 22:53:15 -07:00
M M
f8bfe5d675 Fixed import. 2024-07-15 22:51:24 -07:00
M M
b508efcb00 Fixed import. 2024-07-15 22:43:55 -07:00
M M
6259b89b94 Fixed import issues and some naming. 2024-07-15 22:43:20 -07:00
M M
9be79a99b6 Added route in index.js 2024-07-15 22:27:05 -07:00
M M
6dbc40db8e Added some stub funcs until controller is complete. 2024-07-15 22:24:10 -07:00
M M
cebab6669d Added docs. 2024-07-15 22:14:09 -07:00
M M
b8b66d5f55 Made the routes for the speedcheck route. 2024-07-15 22:11:43 -07:00
Alex Holliday
6bf5776e1b Fix read error in getMonitorsByUserId 2024-07-15 17:03:43 -07:00
M M
c5bb183fec Changed name to better describe the object. 2024-07-15 14:48:13 -07:00
M M
7736828c95 Added JS docs. 2024-07-15 14:42:48 -07:00
M M
3c2ea63fc7 Got rid of category objects and changed to just the number. 2024-07-15 14:42:15 -07:00
M M
a36665396d Got rid of extra timestamp field. 2024-07-15 14:37:59 -07:00
M M
7b95894239 Delete Server/Docker folder. 2024-07-15 14:36:17 -07:00
M M
5883fa0747 Added docs. 2024-07-15 14:08:17 -07:00
M M
19861f3253 Made the schema for the lighthouse metrics. 2024-07-15 14:06:41 -07:00
Alex Holliday
38102d1e7b Removed 404 error thrown when user has no monitors to display 2024-07-12 11:30:36 -07:00
Alexander Holliday
9867089c73 Merge pull request #324 from bluewave-labs/fix/get-monitors-by-user
Fixed non functioning code
2024-07-12 11:22:34 -07:00
Alex Holliday
b0cbea156c Add check for admin acount 2024-07-12 10:57:39 -07:00
Alex Holliday
12e85aed03 Fixed non functioning code 2024-07-12 10:24:46 -07:00
Alexander Holliday
6100fb9dac Merge pull request #289 from MuhammadKhalilzadeh/limit-checks
Limit checks
2024-07-11 22:58:07 -07:00
MuhammadKhalilzadeh
6b8af0f669 Transfering limit to get monitors by Id. Plus, readme file changes 2024-07-11 10:20:39 +03:30
MuhammadKhalilzadeh
e7ea80f820 undo changes 2024-07-11 09:29:33 +03:30
Alexander Holliday
9277a37559 Merge pull request #304 from bluewave-labs/feat/monitor-details-data
Feat/monitor details data
2024-07-10 12:34:02 -07:00
Alex Holliday
5a6cbcd325 Implemented update password functionality 2024-07-10 11:51:27 -07:00
Alex Holliday
5c1bb7ca6a Fetch data from endpoint instead of redux store 2024-07-10 10:33:32 -07:00
Alex Holliday
15b7383c61 Changed ParseBoolean functionality to allow for undefined and null 2024-07-09 10:29:11 -07:00
Alex Holliday
f2fc5bd984 Changed parse boolean functionality to allow for undefined" 2024-07-09 10:28:41 -07:00
Alex Holliday
48ca591006 Added delete image profile functionality to update user 2024-07-09 10:23:22 -07:00
MuhammadKhalilzadeh
8265f1200d Optional query param added to the url 2024-07-09 09:53:48 +03:30
MuhammadKhalilzadeh
7db5433361 Renaming the variable 2024-07-08 22:55:23 +03:30
MuhammadKhalilzadeh
3e6b9049ec Add customization to limiting 2024-07-08 21:32:07 +03:30
MuhammadKhalilzadeh
98be150d6d extre imports and constants removed 2024-07-08 21:07:14 +03:30
MuhammadKhalilzadeh
e76bee70d6 Error handling removed 2024-07-08 21:05:41 +03:30
Alex Holliday
43bac259d7 Generate avatar image on register or update if an image is included 2024-07-08 10:26:56 -07:00
MuhammadKhalilzadeh
de6d2457c0 Merge branch 'limit-checks' of https://github.com/MuhammadKhalilzadeh/bluewave-uptime into limit-checks 2024-07-08 10:51:49 +03:30
MuhammadKhalilzadeh
6589d0ef06 limiting getChecks to the last 25 checks 2024-07-08 10:50:57 +03:30
Alexander Holliday
ad26d1ba19 Update authController.js
Removed log statement
2024-07-06 22:19:02 -07:00