Commit Graph

606 Commits

Author SHA1 Message Date
Alexander Holliday
ad26d1ba19 Update authController.js
Removed log statement
2024-07-06 22:19:02 -07:00
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
Mohammad Khalilzadeh
9a9200c68e Merge branch 'bluewave-labs:master' into backend-completion 2024-07-06 08:50:43 +03:30
MuhammadKhalilzadeh
30a0cdd11c replace decode with verify 2024-07-06 08:48:58 +03:30
Alexander Holliday
419eab3d2a Merge pull request #271 from bluewave-labs/fix/select-error
Fixed select error in getUserByEmail
2024-07-05 15:33:53 -07:00
Alex Holliday
f5e4aa0b0c Fixed select error in getUserByEmail 2024-07-05 13:30:39 -07:00
Alexander Holliday
bf0f05d589 Merge pull request #265 from bluewave-labs/feat/recharts
Feat/recharts, resolves #264
2024-07-05 09:48:43 -07:00
MuhammadKhalilzadeh
4f8031a944 Leveraging JWT for Authenticated Access 2024-07-05 10:19:58 +03:30
Mohammad Khalilzadeh
a7adb8c04b Merge branch 'bluewave-labs:master' into backend-completion 2024-07-05 09:20:24 +03:30
Alexander Holliday
774c54a3f9 Merge pull request #261 from bluewave-labs/fix/strip-user-image
Removed profile image from user before returning it, #259
2024-07-04 17:55:17 -07:00
Alexander Holliday
532888c938 Merge pull request #263 from bluewave-labs/fix/toast-refactor
Moved Announcements to Toast directory
2024-07-04 16:49:18 -07:00
Alexander Holliday
7cb799c689 Merge pull request #262 from bluewave-labs/fix/monitor-refactor
Readability refactor
2024-07-04 16:48:56 -07:00
Alex Holliday
6f52febca1 Use Recharts to handle charting data. Added floor and ceiling to the normalized data so we don't have extreme outliers 2024-07-04 15:46:33 -07:00
Alex Holliday
8118f181f9 Moved announcements components to Toast component as that's the only place they should be used 2024-07-04 14:17:58 -07:00
Alex Holliday
c0dc50ef56 initial refactor 2024-07-04 14:09:17 -07:00
Alex Holliday
f97382c88d Removed profile image from user before returning it 2024-07-04 12:00:37 -07:00
Alexander Holliday
6509043b1f Merge pull request #255 from bluewave-labs/fix/job-queue-edit-monitor
Replace job in queue when monitor is edited, resolves #254
2024-07-04 09:57:47 -07:00
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
fc6691e148 Added missing await 2024-07-03 23:19:12 -07:00
Alex Holliday
5d24f3136c Replace job in queue when monitor is edited 2024-07-03 13:55:44 -07:00
Alexander Holliday
6f4e7d6631 Merge pull request #246 from bluewave-labs/feat/incidents-pg-refactor
Incidents page refactor.
2024-07-03 13:23:08 -07:00
Alexander Holliday
eb8aa4725a Merge pull request #253 from bluewave-labs/fix/monitor-status
Update monitor status
2024-07-03 13:21:10 -07:00
Alex Holliday
04ff74dcef Update monitor status 2024-07-03 13:19:47 -07:00
Alexander Holliday
be9e5884bf Merge pull request #251 from bluewave-labs/feat/monitor-status-change
Monitor now has a status, status will be updated on new check, #235
2024-07-03 13:09:31 -07:00
Alexander Holliday
d450463b38 Merge pull request #252 from bluewave-labs/fix/remove-image-from-returned-user
Fix/remove image from returned user
2024-07-03 12:37:14 -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
f97aa1ca8c Return user and Token instead of decoding token. Added transform to not store image in redux store 2024-07-03 12:20:30 -07:00
Alex Holliday
440716b021 Merge remote-tracking branch 'upstream/master' into fix/remove-image-from-returned-user 2024-07-03 12:07:43 -07:00
Alexander Holliday
fd52943870 Merge pull request #250 from bluewave-labs/feat/registration-role
Added admin role to registration, resolves #249
2024-07-03 12:07:20 -07:00
Alex Holliday
59992b4ac8 Remove profileImage from returned user 2024-07-03 11:59:24 -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
Alex Holliday
9a382210b6 Added admin role to registration 2024-07-03 11:21:14 -07:00
Alexander Holliday
3a1bd48d89 Merge pull request #248 from bluewave-labs/feat/profile-picture-update-endpoint
Added image bytes to update user profile, resolves #247
2024-07-03 10:26:30 -07:00
Alex Holliday
da1e8ee5d9 Added image bytes to update user profile 2024-07-03 10:23:16 -07:00
Alexander Holliday
9532fa6fb5 Merge pull request #245 from bluewave-labs/feat/redirect-on-no-admin
Feat/redirect on no admin, resolves #232
2024-07-03 09:53:15 -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
M M
971518d70e Added JSDocs. 2024-07-02 21:19:44 -07:00
M M
99f460c80a Added header. 2024-07-02 21:13:29 -07:00
M M
f7e8e69168 Added icon to filter by status dropdown. 2024-07-02 21:07:15 -07:00
M M
8453542777 Got rid of the adornment at the end. 2024-07-02 20:46:28 -07:00
M M
c9ca639f23 Added the filter by status dropdown to the page. 2024-07-02 20:43:39 -07:00
M M
c2b47e5cc4 Placed the TableContainer in a box to better match figma design. 2024-07-02 20:24:51 -07:00
Alex Holliday
033101c884 Added dependency array and catch block 2024-07-02 15:57:53 -07:00
Alex Holliday
299dadd24d Check for admin, redirect to register/login as appropriate 2024-07-02 15:54:49 -07:00