Commit Graph

74 Commits

Author SHA1 Message Date
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
Alexander Holliday 14f6f05dfc Merge pull request #585 from bluewave-labs/feat/login-security
Feat/login security, resolves #583
2024-08-10 10:00:10 -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 3924099e3e Merge remote-tracking branch 'upstream/develop' into fix/incident-pagination 2024-08-09 10:02:27 -07:00
Alex Holliday b28e4df546 Add endpoints and route for all user checks 2024-08-08 14:27:01 -07:00
Mert Şişmanoğlu 9aba73f13a fix: use correct request methods edit=PUT, delete=DELETE
>Routes
>> alert
>> check
>> monitor
2024-08-08 12:57:41 +03:00
M M 02e8b2b43c Changed the name here to pageSpeedCheckController as to not be confused with the actual check controller. 2024-08-07 14:35:54 -07:00
M M f13de08157 Get rid of verifyJWT. 2024-08-06 21:01:07 -07:00
M M e42b65054d Fixed module export. 2024-08-06 20:29:07 -07:00
M M 67711ffe2c Get rid of test route function. 2024-08-06 19:35:49 -07:00
M M 3bcf564ee4 Merge remote-tracking branch 'upstream/develop' into feat/notify-via-email 2024-08-06 18:33:12 -07:00
Alex Holliday aed4881eac Fix rest verbs 2024-08-02 11:54:46 -07:00
M M cc7e1bb111 Testing email notifications for when monitor goes down. 2024-08-01 20:42:14 -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
Alexander Holliday 477cad7cc9 Feat/monitor endpoint refactor (#463)
* Moved all methods to modules

* removed old mongoDB file

* Refactored endpoints to take query params, removed duplicate methods, updated routes, updated Client queries

* Added comment

* Add model differentiation

* Add sort order, fix minor bug, add validation for query params
2024-07-26 18:56:39 -07:00
M M 2f5c51ebed Fix routes for page speed check. 2024-07-24 10:53:43 -07:00
Alex Holliday c77414f2d7 Added check to verify and fetch token from server 2024-07-23 12:27:23 -07:00
Alex Holliday 0a8cb5f6bf Merge remote-tracking branch 'upstream/develop' into feat/incidents 2024-07-22 15:18:52 -07:00
Alex Holliday e63d577fa5 Added endponts and routes for fetching monitors with incidents 2024-07-22 14:28:03 -07:00
Alex Holliday 8e6cd0de71 Added verifyAdmin middleware. Implemented getAllUsers route 2024-07-22 11:49:22 -07:00
Alexander Holliday 6ada5e08fe Merge pull request #390 from bluewave-labs/feat/user-invitation
Feat/user invitation
2024-07-19 15:10:13 -07:00
Alex Holliday 4e56db368f Add invite route 2024-07-19 11:11:59 -07:00
Alex Holliday 5889e37bbd Add invite token 2024-07-19 10:59:04 -07:00
M M 83a837d236 Updated router module. 2024-07-18 23:21:28 -07:00
M M 4e659072f2 Fixed pagespeedcheck route. 2024-07-17 15:00:06 -07:00
M M ac161950eb Added validation to speedcheck route. 2024-07-17 14:21:25 -07:00
Alexander Holliday e86b4205e6 Merge branch 'master' into feat/speedcheck-controller 2024-07-16 15:09:40 -07:00
M M 625935fd7c Hook up routes to the controller methods. 2024-07-16 11:12:48 -07:00
Alex Holliday bc3a47e264 correcetd route and method for delete route 2024-07-16 10:14:25 -07:00
M M b508efcb00 Fixed import. 2024-07-15 22:43:55 -07:00
M M 6259b89b94 Fixed import issues and some naming. 2024-07-15 22:43:20 -07:00
M M 6dbc40db8e Added some stub funcs until controller is complete. 2024-07-15 22:24:10 -07:00
M M cebab6669d Added docs. 2024-07-15 22:14:09 -07:00
M M b8b66d5f55 Made the routes for the speedcheck route. 2024-07-15 22:11:43 -07:00
Alex Holliday 12e85aed03 Fixed non functioning code 2024-07-12 10:24:46 -07:00
MuhammadKhalilzadeh 6b8af0f669 Transfering limit to get monitors by Id. Plus, readme file changes 2024-07-11 10:20:39 +03:30
MuhammadKhalilzadeh e7ea80f820 undo changes 2024-07-11 09:29:33 +03:30
MuhammadKhalilzadeh 8265f1200d Optional query param added to the url 2024-07-09 09:53:48 +03:30
Alexander Holliday d88ac3c5c4 Update authRoute.js
Added userID param back to delete route, needed for middleware functionality
2024-07-06 22:18:23 -07:00
MuhammadKhalilzadeh e7fb6a9e60 small changes 2024-07-06 09:03:09 +03:30
MuhammadKhalilzadeh 4f8031a944 Leveraging JWT for Authenticated Access 2024-07-05 10:19:58 +03:30
MuhammadKhalilzadeh 17337d69b5 small error handling 2024-07-04 11:52:46 +03:30
MuhammadKhalilzadeh a6ccb4d9ed verifyOwnership added on the route 2024-07-04 11:39:18 +03:30
Mohammad Khalilzadeh a2e378f1dd Merge branch 'bluewave-labs:master' into backend-completion 2024-07-04 11:18:30 +03:30
Alex Holliday da1e8ee5d9 Added image bytes to update user profile 2024-07-03 10:23:16 -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
MuhammadKhalilzadeh 41094171f4 error handling and protection 2024-07-03 08:51:53 +03:30
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
Alex Holliday d7d6effdda Add route and controller 2024-07-02 10:38:02 -07:00