Commit Graph

21 Commits

Author SHA1 Message Date
Alex Holliday 5dbd8378e2 require invite token to register except for initial registration 2024-09-25 15:12:07 +08:00
Alex Holliday 115831ca34 Remove unsued alert module 2024-09-25 11:41:50 +08:00
Alex Holliday 15e067c9bf Add ttl 2024-09-12 12:49:18 +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 cec8ecd985 add DB and controller methods 2024-09-05 11:17:31 -07:00
Alex Holliday 9edf5ba9f9 Refactor 2024-09-04 11:02:18 -07:00
Alex Holliday bc0df325d1 Add route, controller, db operations, and validation for aggregate monitor stats 2024-09-03 14:39:16 -07:00
Alex Holliday eedf2879ee finish implementation 2024-08-30 10:04:47 -07:00
Alex Holliday eedc6bbed6 Refactor getChecksByUserId to getChecksByTeamId 2024-08-27 12:22:32 -07:00
Alex Holliday 465c1f9f9e Refactor getMonitorByUserID to getMonitorByTeamID 2024-08-26 19:38:24 -07:00
Alex Holliday 3e63a32669 Renamed variable 2024-08-26 16:57:30 -07:00
Alex Holliday ef02bd8078 Check for superadmin as opposed to admin 2024-08-26 09:46:23 -07:00
Alex Holliday d7251bfd81 Refactored monitor details 2024-08-12 12:05:57 -07:00
Alex Holliday 0cc7751d2e Decoupled JWT from DB 2024-08-10 10:20:06 -07:00
Alex Holliday b28e4df546 Add endpoints and route for all user checks 2024-08-08 14:27:01 -07:00
Alex Holliday d43b4806e6 Implement pagination on FE and BE 2024-08-08 13:19:37 -07:00
Alex Holliday 6c92dbe358 Delete pagespeed checks when user deleted 2024-08-02 11:38:38 -07:00
Alex Holliday 1664bc09ea Add delete method 2024-07-30 13:25:56 -07:00
Alex Holliday 03ee67cfca Add methods to MongoDB 2024-07-30 13:23: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 e47d3685ce Moved all methods to modules (#460)
* Moved all methods to modules

* removed old mongoDB file
2024-07-26 18:25:20 -07:00