M M
|
29dbba9002
|
Fix imports
|
2024-07-15 22:53:15 -07:00 |
|
M M
|
f8bfe5d675
|
Fixed import.
|
2024-07-15 22:51:24 -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
|
9be79a99b6
|
Added route in index.js
|
2024-07-15 22:27:05 -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
|
6bf5776e1b
|
Fix read error in getMonitorsByUserId
|
2024-07-15 17:03:43 -07:00 |
|
M M
|
c5bb183fec
|
Changed name to better describe the object.
|
2024-07-15 14:48:13 -07:00 |
|
M M
|
7736828c95
|
Added JS docs.
|
2024-07-15 14:42:48 -07:00 |
|
M M
|
3c2ea63fc7
|
Got rid of category objects and changed to just the number.
|
2024-07-15 14:42:15 -07:00 |
|
M M
|
a36665396d
|
Got rid of extra timestamp field.
|
2024-07-15 14:37:59 -07:00 |
|
M M
|
7b95894239
|
Delete Server/Docker folder.
|
2024-07-15 14:36:17 -07:00 |
|
M M
|
5883fa0747
|
Added docs.
|
2024-07-15 14:08:17 -07:00 |
|
M M
|
19861f3253
|
Made the schema for the lighthouse metrics.
|
2024-07-15 14:06:41 -07:00 |
|
Alex Holliday
|
38102d1e7b
|
Removed 404 error thrown when user has no monitors to display
|
2024-07-12 11:30:36 -07:00 |
|
Alexander Holliday
|
9867089c73
|
Merge pull request #324 from bluewave-labs/fix/get-monitors-by-user
Fixed non functioning code
|
2024-07-12 11:22:34 -07:00 |
|
Alex Holliday
|
b0cbea156c
|
Add check for admin acount
|
2024-07-12 10:57:39 -07:00 |
|
Alex Holliday
|
12e85aed03
|
Fixed non functioning code
|
2024-07-12 10:24:46 -07:00 |
|
Alexander Holliday
|
6100fb9dac
|
Merge pull request #289 from MuhammadKhalilzadeh/limit-checks
Limit checks
|
2024-07-11 22:58:07 -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 |
|
Alexander Holliday
|
9277a37559
|
Merge pull request #304 from bluewave-labs/feat/monitor-details-data
Feat/monitor details data
|
2024-07-10 12:34:02 -07:00 |
|
Alex Holliday
|
5a6cbcd325
|
Implemented update password functionality
|
2024-07-10 11:51:27 -07:00 |
|
Alex Holliday
|
5c1bb7ca6a
|
Fetch data from endpoint instead of redux store
|
2024-07-10 10:33:32 -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 |
|
MuhammadKhalilzadeh
|
8265f1200d
|
Optional query param added to the url
|
2024-07-09 09:53:48 +03:30 |
|
MuhammadKhalilzadeh
|
7db5433361
|
Renaming the variable
|
2024-07-08 22:55:23 +03:30 |
|
MuhammadKhalilzadeh
|
3e6b9049ec
|
Add customization to limiting
|
2024-07-08 21:32:07 +03:30 |
|
MuhammadKhalilzadeh
|
98be150d6d
|
extre imports and constants removed
|
2024-07-08 21:07:14 +03:30 |
|
MuhammadKhalilzadeh
|
e76bee70d6
|
Error handling removed
|
2024-07-08 21:05:41 +03:30 |
|
Alex Holliday
|
43bac259d7
|
Generate avatar image on register or update if an image is included
|
2024-07-08 10:26:56 -07:00 |
|
MuhammadKhalilzadeh
|
de6d2457c0
|
Merge branch 'limit-checks' of https://github.com/MuhammadKhalilzadeh/bluewave-uptime into limit-checks
|
2024-07-08 10:51:49 +03:30 |
|
MuhammadKhalilzadeh
|
6589d0ef06
|
limiting getChecks to the last 25 checks
|
2024-07-08 10:50:57 +03:30 |
|
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 |
|
Alex Holliday
|
f5e4aa0b0c
|
Fixed select error in getUserByEmail
|
2024-07-05 13:30:39 -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 |
|
Alex Holliday
|
f97382c88d
|
Removed profile image from user before returning it
|
2024-07-04 12:00:37 -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 |
|