Commit Graph

944 Commits

Author SHA1 Message Date
Alexander Holliday 6ada5e08fe Merge pull request #390 from bluewave-labs/feat/user-invitation
Feat/user invitation
2024-07-19 15:10:13 -07:00
Alexander Holliday 2ce1da90ce Merge pull request #391 from bluewave-labs/fix/emailService-refactor
Refactored email service for modernity and clarity
2024-07-19 15:08:17 -07:00
Alex Holliday 1c3c7e115a Refactored email service for modernity and clarity 2024-07-19 14:35:50 -07:00
Alex Holliday 428e018aff Add invite endpoint, add validation to invit endpoint 2024-07-19 13:05:38 -07:00
Alexander Holliday cb2961b9d6 Merge pull request #388 from bluewave-labs/feat/speedcheck-body
Updated validation schemas in the joi and changed validation schema in the controller for the page speed check.
2024-07-19 13:04:28 -07:00
M M e1228a0143 updated validation schema for the controller. 2024-07-19 12:52:16 -07:00
M M ab816ce176 moved body validation to a separate validation schema. 2024-07-19 12:46:11 -07:00
M M 22928e5b5a Merge remote-tracking branch 'upstream/develop' into feat/speedcheck-body 2024-07-19 12:34:36 -07:00
Alexander Holliday f938c71255 Merge pull request #386 from bluewave-labs/fix/register-bug
Fix refactoring bug, shadowing variable
2024-07-19 12:19:18 -07:00
Alexander Holliday 558c988b3a Merge pull request #387 from MuhammadKhalilzadeh/auto-emailing
Nodemailer implemented
2024-07-19 12:13:33 -07:00
MuhammadKhalilzadeh d541dfb57b emailService.js created, env variables added 2024-07-19 22:39:12 +03:30
Alex Holliday 52ac2792c0 Merge branch 'fix/register-bug' into feat/user-invitation 2024-07-19 11:21:37 -07:00
Alex Holliday 50b5c0d9f5 Fix refactoring bug, shadowing variable 2024-07-19 11:18:23 -07:00
MuhammadKhalilzadeh 505c6bf5de Nodemailer implemented 2024-07-19 21:44:40 +03:30
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
Alexander Holliday d2788e4202 Merge pull request #385 from bluewave-labs/feat/register-hoc
Feat/register hoc
2024-07-19 10:48:25 -07:00
Alex Holliday 903702607d Added prop type, removed unused console log and import 2024-07-19 10:44:48 -07:00
Alex Holliday bd2422c90a Wrapped /register in admin check HOC, added register/:token route 2024-07-19 10:40:40 -07:00
Alexander Holliday cdf436bf2e Merge pull request #384 from bluewave-labs/feat/invite-modal
Added select field and styling
2024-07-19 10:35:44 -07:00
Daniel Cojocea 6b7ee84c48 Fixed proptype error 2024-07-19 13:35:03 -04:00
Alex Holliday dcb7ccee80 Add conditional rendering for admin account 2024-07-19 10:29:43 -07:00
Daniel Cojocea f3b85e4e9a Added select field and styling 2024-07-19 13:27:00 -04:00
Alex Holliday 61b16147cb Move admin check for register page to HOC 2024-07-19 10:24:01 -07:00
Alex Holliday a2cc514754 Move register to register folder 2024-07-19 10:05:18 -07:00
M M 83a837d236 Updated router module. 2024-07-18 23:21:28 -07:00
Alexander Holliday 87e0bb907d Merge pull request #382 from bluewave-labs/fix/backend-validation
Synced password validation between frontend and backend, resolves #310
2024-07-18 23:18:31 -07:00
Alexander Holliday bece650681 Merge pull request #381 from bluewave-labs/feat/monitor-details-styling
Monitor details
2024-07-18 23:17:17 -07:00
M M 73ec86e6e3 Updated route handler function for the speed check controller. 2024-07-18 23:05:33 -07:00
M M 8d51fd8bf3 Updated joi validation schema. 2024-07-18 23:02:05 -07:00
Daniel Cojocea c25f3d8172 Switched to regex literals 2024-07-18 20:31:47 -04:00
Daniel Cojocea abf60cfca5 Synced password validation between frontend and backend 2024-07-18 20:22:15 -04:00
Daniel Cojocea e0539a6ae3 Changed style to reflect data from monitor 2024-07-18 20:05:28 -04:00
Daniel Cojocea c468beac76 Initial design 2024-07-18 19:50:08 -04:00
Alexander Holliday 386bfe9443 Merge pull request #375 from bluewave-labs/feat/startup-script
Add startup script
2024-07-18 15:44:40 -07:00
Alex Holliday 8840f5fe01 Fixed typo in VITE_APP url 2024-07-18 15:23:31 -07:00
Alex Holliday b40d14cbe2 Copy client ENV to client docker iamge 2024-07-18 15:22:59 -07:00
Alexander Holliday 4a6d283736 Merge pull request #376 from bluewave-labs/fix/ping-url-creation
Fix/ping url creation, resolves #367
2024-07-18 15:06:17 -07:00
Alexander Holliday 7b53cebb0b Merge pull request #379 from bluewave-labs/feat/hide-google-button
Removed google auth buttons
2024-07-18 15:06:00 -07:00
Alexander Holliday 65ad8431d8 Merge pull request #377 from bluewave-labs/feat/permissions
Change permissions to array[string], resolves #373
2024-07-18 14:41:34 -07:00
Alexander Holliday eb7ded169c Merge pull request #378 from bluewave-labs/fix/monitor-uptime-calculation
Fixed uptime duration calculation, added original response time to ch…
2024-07-18 14:41:19 -07:00
Daniel Cojocea 49524cc094 Removed google auth buttons 2024-07-18 17:40:38 -04:00
Alex Holliday 04e4dc886c Fixed uptime duration calculation, added original response time to chart tooltip for case where only 1 check exists 2024-07-18 12:56:39 -07:00
Alex Holliday af61a4ef0a Change permissions to array[string] 2024-07-18 12:42:02 -07:00
Alex Holliday 958a342875 Removed comment, uncommented code 2024-07-18 12:11:53 -07:00
Alex Holliday 2a9d9c3281 Add condition to prepending 2024-07-18 12:11:27 -07:00
Alex Holliday 1c1ddc47ce Add startup script 2024-07-18 11:59:55 -07:00
Alexander Holliday b4b2e3ec56 Merge pull request #368 from bluewave-labs/feat/filters
Feat/filters, resolves #268
2024-07-18 11:03:51 -07:00
Alexander Holliday 0b8cf5176a Merge pull request #370 from bluewave-labs/fix/toast-function
Simplified toast function call
2024-07-18 08:23:01 -07:00
Daniel Cojocea 5150179193 Simplified toast function call 2024-07-18 10:43:46 -04:00