Alex Holliday
|
f80936dd71
|
Server status update bug fixed, simplified email notification
|
2024-08-12 19:43:25 -07:00 |
|
Alex Holliday
|
e533c94918
|
Implemented new stats for Monitor Details
|
2024-08-12 15:15:13 -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
|
5b2a05bc79
|
Save JWT to user on login
|
2024-08-09 13:14:20 -07:00 |
|
Alex Holliday
|
26e3f81a91
|
Implemented pagination for incidents component
|
2024-08-09 11:54:30 -07:00 |
|
M M
|
96a99e3d6d
|
Fixed error not sending the email.
|
2024-08-06 20:53:42 -07:00 |
|
M M
|
f7161f0302
|
Fix monitor notification check.
|
2024-08-06 20:45:27 -07:00 |
|
M M
|
7b2311d468
|
Add docs.
|
2024-08-06 19:36:43 -07:00 |
|
M M
|
66d101877a
|
look up notifications by monitor and not by user.
|
2024-08-06 19:35:03 -07:00 |
|
M M
|
e6fac616db
|
Fixed bug that sends an email even if a user does not have notifications turned on.
|
2024-08-06 18:58:13 -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
|
907dcf4072
|
Add required stats to PagespeedCheck model
|
2024-08-02 12:32:08 -07:00 |
|
M M
|
cc7e1bb111
|
Testing email notifications for when monitor goes down.
|
2024-08-01 20:42:14 -07:00 |
|
Alexander Holliday
|
4053a6a785
|
Add notification model (#488)
|
2024-07-30 12:54:35 -07:00 |
|
Alexander Holliday
|
27b9a6055f
|
Added pre save function to PageSpeedCheck to update Monitor status (#485)
|
2024-07-30 11:24:25 -07:00 |
|
Alexander Holliday
|
9cba53f22c
|
Feat/db/maintenance window (#472)
* Added comment to show where maintenance window should be applied
* Add maintenance window schema
* Added userID to model
|
2024-07-28 13:52:15 -07:00 |
|
Alexander Holliday
|
4071d6c97c
|
Feat/handle pagespeed (#448)
* Initial commit
* Prepare for pagespeed Check
* removed unused code, updated JSdoc
* reverted controller
|
2024-07-25 14:59:31 -07:00 |
|
Skorpios
|
7751a67372
|
Feat/db operations psc (#449)
* Add screenshot, fix wording
* Update README.md
* setting up PSC in DB.
* Add docs.
---------
Co-authored-by: Gorkem Cetin (BWL) <167266851+gorkem-bwl@users.noreply.github.com>
|
2024-07-25 14:54:50 -07:00 |
|
Alex Holliday
|
dd5166e14f
|
Add pagespeed type to monitor model
|
2024-07-24 10:42:38 -07:00 |
|
Alex Holliday
|
608153b461
|
Commented out admin check, unsure as to whether or not more than one admin can exist
|
2024-07-23 14:30:27 -07:00 |
|
Alex Holliday
|
a822ae3254
|
Add role to invite token
|
2024-07-23 11:24:20 -07:00 |
|
Daniel Cojocea
|
84613bc0e4
|
Backend camel case
|
2024-07-22 12:45:33 -04:00 |
|
Alex Holliday
|
5889e37bbd
|
Add invite token
|
2024-07-19 10:59:04 -07:00 |
|
Alex Holliday
|
af61a4ef0a
|
Change permissions to array[string]
|
2024-07-18 12:42:02 -07:00 |
|
M M
|
6259b89b94
|
Fixed import issues and some naming.
|
2024-07-15 22:43:20 -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
|
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
|
5a6cbcd325
|
Implemented update password functionality
|
2024-07-10 11:51:27 -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 |
|
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 |
|