Commit Graph

73 Commits

Author SHA1 Message Date
Alex Holliday 80af000a0c ACheck for new password different than old password. Fixed typo in route. Updated error msg 2024-06-12 10:25:35 -07:00
Alex Holliday 6ac5f3ab10 Added server side validation 2024-06-11 14:46:39 -07:00
Alex Holliday a8af106606 Connected set new password to backend 2024-06-11 14:18:20 -07:00
Alex Holliday d0ec39027b Removed recovery token from validate token response payload 2024-06-11 12:02:35 -07:00
Alex Holliday 324b52adb3 Removed token from recovery request response payload 2024-06-11 12:00:58 -07:00
Alex Holliday 105852aed2 Added frontend howst ENV, updated readme 2024-06-11 11:41:57 -07:00
Alex Holliday e576514ff8 Added reset password endpoint, updated readme 2024-06-11 10:36:56 -07:00
Alex Holliday 0eda4ceb77 Added route for validating recovery token 2024-06-10 16:07:52 -07:00
Alex Holliday 276dadab66 Added recovery Request route, controller, and DB operations 2024-06-10 15:54:45 -07:00
Alex Holliday 7f93c8aee0 Added client side validation to registration page 2024-06-07 11:19:32 -07:00
Alex Holliday 31a18d042d Implemented registering 2024-06-06 13:10:13 -07:00
veyselboybay 4a9fc8fdb9 added email service in register controller, updated read me 2024-06-05 18:30:23 -04:00
Veysel 634fc89e11 Merge pull request #100 from bluewave-labs/feat/job-queue
Feat/job queue
2024-06-05 17:17:27 -04:00
Alex Holliday b6da1ce7c1 Merge branch 'master' into feat/server-db-images 2024-06-05 13:23:43 -07:00
Alex Holliday 44bee4141c updated readme 2024-06-05 12:34:59 -07:00
Alex Holliday 9e724f764f Merge branch 'master' into feat/job-queue 2024-06-05 12:32:34 -07:00
Alex Holliday 88b0b0f97c Added queue service, Added controller for testing purposes 2024-06-05 12:29:01 -07:00
veyselboybay dc98b07f55 removed the dontenv from email function 2024-06-05 14:46:48 -04:00
veyselboybay d627f03e8e Implemented the emailing service 2024-06-05 14:17:54 -04:00
Alex Holliday b4cee7e065 Refacoted API url 2024-06-04 14:18:25 -07:00
Alex Holliday d842d9c9a9 Merge branch 'master' into feat/alert-db 2024-05-29 12:18:18 -07:00
Alex Holliday 5fc4b018f9 Fixed return type for deleteChecks 2024-05-29 12:15:59 -07:00
Alex Holliday 879d2337b6 Added alert DB operations 2024-05-29 12:12:56 -07:00
Alex Holliday 6437e8e9bf implemented DB operations for Checks 2024-05-29 10:59:29 -07:00
Alex Holliday fdb8c6b20a Finished routes, validation, and scaffold DB 2024-05-28 13:02:19 -07:00
Alex Holliday 90baac5067 Merge branch 'master' into feat/alert-routes 2024-05-28 11:45:51 -07:00
veyselboybay 424bec1366 Updated the Alert model, ReadMe file 2024-05-28 14:42:51 -04:00
Alex Holliday e90073da24 Add validation to createAlert 2024-05-28 11:39:55 -07:00
Alex Holliday 7e9f8d9d29 Implemented routes 2024-05-28 11:34:25 -07:00
Alex Holliday db13b71157 Merge branch 'master' into feat/alert-routes 2024-05-28 11:17:42 -07:00
Alex Holliday 7430a6eb48 Started work on alert routes and controller 2024-05-28 11:17:03 -07:00
Alex Holliday 29d4b5477f Added docker images for MongoDB and Redis to project. Updated readme with instructions to run docker images 2024-05-28 10:41:10 -07:00
Alex Holliday bd4d442781 Merge branch 'master' into feat/check-routes 2024-05-27 15:38:12 -07:00
Veysel c6384c5732 Merge pull request #73 from bluewave-labs/feat/update-user
Feat/update user, resolves #58
2024-05-27 18:32:44 -04:00
Alex Holliday 46623dc8d6 Merge branch 'master' into feat/check-routes 2024-05-27 15:21:13 -07:00
Alex Holliday 1e398d9153 Added route and DB scaffolds 2024-05-27 13:51:51 -07:00
Alex Holliday 7672cd5530 Removed password from returned user, updated readme 2024-05-27 12:27:57 -07:00
veyselboybay 36936266ac Added Check and Alert models and updated ReadMe 2024-05-27 15:07:34 -04:00
Alex Holliday 78abdd7f70 Fixed bug in error handler, finished implementing update user endpoint 2024-05-27 12:03:32 -07:00
Alex Holliday d84a0f9c87 Started update user route 2024-05-27 11:57:25 -07:00
Alex Holliday 5fa73a1f17 Added documentation for error handling 2024-05-27 11:03:12 -07:00
Alex Holliday 950222f94e Implemented error handling middleware 2024-05-27 10:47:14 -07:00
Alex Holliday ef8867658e Removed package-lock.json from root 2024-05-24 13:44:42 -07:00
Alex Holliday 54c94879d7 Changed delete status code to 200 to allow for consistent API response, Updated docs to reflect this 2024-05-22 14:43:07 -07:00
Alex Holliday f4b0034281 Added new endpoints to readme, added cURL and Sample respones to existing endpoint docs, fixed minor bugs discovered during documentation 2024-05-22 14:38:47 -07:00
Alex Holliday a7de58c99b Refactored service name, resolves #41 2024-05-22 11:49:14 -07:00
Alex Holliday ddd7152683 Removed old comments 2024-05-22 11:42:29 -07:00
Alex Holliday 073f8b2e30 Added verification middleware, protected monitor routes 2024-05-22 11:38:36 -07:00
Alex Holliday 7dbd3b28d2 Refactored issuing token to function 2024-05-22 10:53:58 -07:00
Alex Holliday b1afdaa776 Added JWT to registration and login 2024-05-22 10:48:58 -07:00