Commit Graph

105 Commits

Author SHA1 Message Date
MuhammadKhalilzadeh 704980045d fixes 2024-06-28 21:02:49 +03:30
MuhammadKhalilzadeh e11ae4d460 complementary deletions on user delete 2024-06-28 20:13:07 +03:30
MuhammadKhalilzadeh 318b62cd3b fix commit 2024-06-28 13:46:05 +03:30
MuhammadKhalilzadeh 6205a3385e fix commit 2024-06-28 13:35:26 +03:30
MuhammadKhalilzadeh 07ea9c590d add some backend code 2024-06-28 13:30:14 +03:30
MuhammadKhalilzadeh 7b261fabc2 setting up my server 2024-06-28 13:01:43 +03:30
Alexander Holliday 74da41bf3b Merge pull request #188 from bluewave-labs/feat/full-app-docker
Full application docker compose set up, resolves #187
2024-06-26 02:02:08 -04:00
Alex Holliday 531eb0b857 Full application docker compose set up 2024-06-24 16:09:51 -07:00
Alex Holliday 61a059bf21 Added token TTL env variable with default of 2 hours 2024-06-24 14:12:23 -07:00
Alex Holliday d883898384 Refactored to deal with empty data set 2024-06-24 10:59:18 -07:00
Alex Holliday 18df7d8fd5 Added checks to monitors for getMonitorsById and getMonitorsByUserId. Added TTL to checks (1 month) 2024-06-18 12:45:25 -07:00
Alex Holliday 59562b10c9 Improved network service error handling 2024-06-18 11:42:25 -07:00
Alex Holliday 771cce98b5 Checks now inserted into db during monitor status check 2024-06-17 13:52:20 -07:00
Alex Holliday 2149a35b88 Merge remote-tracking branch 'upstream/master' into feat/delete-cascade 2024-06-17 12:10:54 -07:00
Alex Holliday 6801d066a1 Added delete cascade for Montiors. Alerts and Checks now also deleted 2024-06-17 12:08:41 -07:00
Alex Holliday 0b52a5bdc7 Fixed error handling, refactored response time measurement 2024-06-17 11:33:55 -07:00
Alex Holliday a0ca205d6a Added response time 2024-06-17 11:05:22 -07:00
Alex Holliday 14f68d58f7 Implemented network service 2024-06-17 10:47:36 -07:00
Alexander Holliday 86d9389abc Merge pull request #127 from bluewave-labs/feat/notifications
Implemented the toastify notifications.
2024-06-16 15:14:28 -07:00
Alexander Holliday caaf604c9f Merge branch 'master' into feat/ping 2024-06-15 20:05:14 -07:00
M M 18fe82b048 Committing changes to build_images.sh before switching branches 2024-06-15 16:39:05 -07:00
Alex Holliday f9f73dbc47 Implemented ping type for monitors, added cleanup for job queue 2024-06-14 14:31:07 -07:00
Alex Holliday 3269e07edf Fixed obliterate queue msg 2024-06-14 14:02:18 -07:00
Alex Holliday 5da22f4403 Refactored hardcoded error messages to util file. Added logging to job queue 2024-06-14 13:45:45 -07:00
Alex Holliday 1ad32ed84b Merge remote-tracking branch 'upstream/master' into feat/server-error-msgs 2024-06-14 13:03:14 -07:00
Alexander Holliday f3de5ce381 Merge pull request #135 from bluewave-labs/feat/http-https-status
Implemented HTTP(s) Request, added add and delete to and from job queue, resolves #134
2024-06-14 12:58:55 -07:00
Alex Holliday c8bcc59b52 Added docker compose, fixed all file paths, updated readme, fixed Async function bcrypt compare 2024-06-14 12:07:34 -07:00
Alex Holliday aa25d9620d Added docker compose 2024-06-13 21:37:14 -07:00
Alex Holliday a9ddb27218 Implemented HTTP(s) Request, added add and delete to and from job queue 2024-06-13 13:05:41 -07:00
Alex Holliday 24aff84e2d Merge branch 'master' into feat/server-error-msgs 2024-06-12 20:03:30 -07:00
Alex Holliday 9cf4f7bb60 Added error messages to utility class 2024-06-12 14:15:58 -07:00
Alex Holliday 08565c9eda Simplified form control in Login and Register. Fixed registration bug. Throw better errors 2024-06-12 13:30:56 -07:00
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