Commit Graph

109 Commits

Author SHA1 Message Date
Alexander Holliday 75d16b749d Merge pull request #243 from bluewave-labs/feat/check-admin
Feat/check admin, resolves #241
2024-07-02 14:22:05 -07:00
Alexander Holliday 7d78d054ba Merge pull request #231 from bluewave-labs/feat/image-upload
Feat/image upload, resolves #221
2024-07-02 12:33:49 -07:00
Alexander Holliday 3760e6b5e7 Merge pull request #238 from bluewave-labs/fix/verify-ownership
Added special case for User document, resolves #237
2024-07-02 11:13:53 -07:00
Alexander Holliday c545a704ac Merge branch 'master' into feat/image-upload 2024-07-02 11:00:48 -07:00
Alex Holliday ec63281202 Return admin account status on check 2024-07-02 10:45:38 -07:00
Alex Holliday c469a01ec5 Updated validation 2024-07-02 10:39:22 -07:00
Alex Holliday d7d6effdda Add route and controller 2024-07-02 10:38:02 -07:00
Alex Holliday 898738e287 Added role field to User model 2024-07-02 10:24:06 -07:00
Alex Holliday 50f219249b Added special case for User document 2024-07-02 10:20:10 -07:00
Alex Holliday e8d4a5d868 Add profileImage to schema, controllers, and routes 2024-07-01 11:48:56 -07:00
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