Commit Graph

25 Commits

Author SHA1 Message Date
Alex Holliday
43bac259d7 Generate avatar image on register or update if an image is included 2024-07-08 10:26:56 -07:00
Alex Holliday
04ff74dcef Update monitor status 2024-07-03 13:19:47 -07:00
Alex Holliday
ceecf3427c Added JS doc 2024-07-03 12:34:57 -07:00
Alex Holliday
505d9f2890 Added error checking and fixed typo 2024-07-03 12:32:42 -07:00
Alex Holliday
031ae06d41 Add conditional to avoid extra db operatons 2024-07-03 11:46:30 -07:00
Alex Holliday
9ccf42fe55 Monitor now has a status, status will be updated on new check 2024-07-03 11:41:12 -07:00
Alexander Holliday
c545a704ac Merge branch 'master' into feat/image-upload 2024-07-02 11:00:48 -07:00
Alex Holliday
898738e287 Added role field to User model 2024-07-02 10:24:06 -07:00
Alex Holliday
e8d4a5d868 Add profileImage to schema, controllers, and routes 2024-07-01 11:48:56 -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
f9f73dbc47 Implemented ping type for monitors, added cleanup for job queue 2024-06-14 14:31:07 -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
276dadab66 Added recovery Request route, controller, and DB operations 2024-06-10 15:54:45 -07:00
veyselboybay
424bec1366 Updated the Alert model, ReadMe file 2024-05-28 14:42:51 -04: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
veyselboybay
36936266ac Added Check and Alert models and updated ReadMe 2024-05-27 15:07:34 -04:00
Alex Holliday
d84a0f9c87 Started update user route 2024-05-27 11:57:25 -07:00
Alex Holliday
ef8867658e Removed package-lock.json from root 2024-05-24 13:44:42 -07:00
Alex Holliday
c4dc57b9be Updated status codes, added edit monitor endpoint 2024-05-21 13:52:28 -07:00
Alex Holliday
e7a58f2756 Added login route, updated readme 2024-05-15 12:16:04 -07:00
veyselboybay
ca33fcae91 update on joi schema, added logger docs, and updated user model 2024-05-14 23:15:29 -04:00
Alex Holliday
a4a61695b0 Updated gitignore to ignore log files, Refactored Authcontroller to use DB interface, Added Try/Catch to validation to catch uncaught error, Added username optional validation to Joi so it expects a username 2024-05-14 11:12:22 -07:00
Alex Holliday
2e2d91937e Added fake DB for monitor route testing 2024-05-10 13:59:33 -07:00
Alex Holliday
def8ba4b9d Added monitor router, controller, and model 2024-05-10 13:36:04 -07:00
veyselboybay
baba4ec540 Added user model, joi validation and register new user function 2024-05-09 17:06:00 -04:00