Commit Graph

37 Commits

Author SHA1 Message Date
Alex Holliday
11b97ab3b4 add update settings method, remove all env var references possible 2024-09-26 14:37:11 +08:00
Alex Holliday
992bf099fa Add app settings model, routes, db ops, service, use settings for issueToken 2024-09-26 13:41:50 +08:00
Alex Holliday
15e067c9bf Add ttl 2024-09-12 12:49:18 +08:00
Alex Holliday
65cc70cbdd remove unresponsive sites from demo list 2024-09-11 11:39:32 +08:00
Alex Holliday
a89777333a Add route, controller, and DB methods for adding demo monitors 2024-09-11 11:03:39 +08:00
Alex Holliday
17174ebe14 Add pause routes and controller, implement functionality 2024-08-28 15:21:59 -07:00
Alex Holliday
535f3f571a Add status codes and messages to checks 2024-08-28 09:42:02 -07:00
Alex Holliday
5bd13a572e Add middleware for verifying roles, use middleware on appropriate routs 2024-08-27 10:39:55 -07:00
Alex Holliday
6d3ed27f31 Parsed mongo doc correctly in Normalization function 2024-08-19 10:02:12 -07:00
Alex Holliday
ae46527965 removed double login prevention 2024-08-15 11:39:45 -07:00
Alex Holliday
e533c94918 Implemented new stats for Monitor Details 2024-08-12 15:15:13 -07:00
Alex Holliday
d7251bfd81 Refactored monitor details 2024-08-12 12:05:57 -07:00
Alex Holliday
9f4d23b1b4 Add logout route and controller, remove JWT from user on logout 2024-08-09 13:33:13 -07:00
Alex Holliday
9fe75c92dd Add check for JWT on login 2024-08-09 13:19:05 -07:00
Alex Holliday
b3fab31a61 node 2024-08-08 12:37:02 -07:00
Alex Holliday
284253638b Properly extract doc from mongoose model in Normalization 2024-08-08 11:32:48 -07:00
Alex Holliday
51058b6d2b Moved normalization to BE 2024-08-08 11:20:54 -07:00
Alexander Holliday
95dfc8d82c Feat/maintenance window controller (#475)
* Added createMaintenanceWindow route

* Added getMaintenanceWindowsByUserId

* Added getMaintenaceWindowsByMonitorId method, updated routes

* Exported delete methods
2024-07-30 10:01:52 -07:00
Alex Holliday
c77414f2d7 Added check to verify and fetch token from server 2024-07-23 12:27:23 -07:00
Alex Holliday
8e6cd0de71 Added verifyAdmin middleware. Implemented getAllUsers route 2024-07-22 11:49:22 -07:00
Alex Holliday
12e23cb156 Removed sendgrid, use emailService for all emails. Updated env vars, updated scripts 2024-07-19 15:41:06 -07:00
Alex Holliday
b0cbea156c Add check for admin acount 2024-07-12 10:57:39 -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
Alex Holliday
43bac259d7 Generate avatar image on register or update if an image is included 2024-07-08 10:26:56 -07:00
MuhammadKhalilzadeh
b239aae4ed Merge branch 'backend-completion' of https://github.com/MuhammadKhalilzadeh/bluewave-uptime into backend-completion 2024-07-03 11:10:10 +03:30
Alex Holliday
ec63281202 Return admin account status on check 2024-07-02 10:45:38 -07:00
MuhammadKhalilzadeh
6205a3385e fix commit 2024-06-28 13:35:26 +03:30
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
9cf4f7bb60 Added error messages to utility class 2024-06-12 14:15:58 -07:00
Alex Holliday
105852aed2 Added frontend howst ENV, updated readme 2024-06-11 11:41:57 -07:00
veyselboybay
4a9fc8fdb9 added email service in register controller, updated read me 2024-06-05 18:30:23 -04: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
veyselboybay
ad2b48bb41 Added logging service and emailing function 2024-05-13 19:20:56 -04:00