Commit Graph

224 Commits

Author SHA1 Message Date
Alex Holliday 4703d1fa0c Fixed unawaited promise in email service 2024-07-21 20:36:03 -07:00
Alex Holliday 6b29a56da1 Changed sort order of checks to always be newest->oldest. Updated check search accordingly 2024-07-19 20:27:38 -07:00
Alex Holliday fdb59866b3 updated code for new package 2024-07-19 20:02:01 -07:00
Alex Holliday f02a6b31fa Moved to alpha versin of mjml because of security vulnerabilities 2024-07-19 19:47:16 -07:00
Alexander Holliday 2c5dc85f81 Merge pull request #396 from bluewave-labs/feat/emails
Removed sendgrid, use emailService for all emails.  Updated env vars,…
2024-07-19 16:39:43 -07:00
Alex Holliday 12e23cb156 Removed sendgrid, use emailService for all emails. Updated env vars, updated scripts 2024-07-19 15:41:06 -07:00
Alexander Holliday 6ada5e08fe Merge pull request #390 from bluewave-labs/feat/user-invitation
Feat/user invitation
2024-07-19 15:10:13 -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
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
MuhammadKhalilzadeh d541dfb57b emailService.js created, env variables added 2024-07-19 22:39:12 +03:30
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
M M 83a837d236 Updated router module. 2024-07-18 23:21:28 -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
Alex Holliday af61a4ef0a Change permissions to array[string] 2024-07-18 12:42:02 -07:00
MuhammadKhalilzadeh 60a53c3f1b new templates 2024-07-18 14:28:21 +03:30
MuhammadKhalilzadeh 836ea8cd46 Removed extra blank spaces 2024-07-18 09:48:44 +03:30
Mohammad Khalilzadeh d969aa2c67 Merge branch 'bluewave-labs:master' into email-templates 2024-07-18 09:40:26 +03:30
MuhammadKhalilzadeh 35f7a378b0 Changes 2024-07-18 09:38:13 +03:30
M M 7f27fa2507 Updated controller with proper names. 2024-07-17 15:23:06 -07:00
M M 20456fe121 Changed names for joi. 2024-07-17 15:19:27 -07:00
M M fc09aee094 Used validateAsync instead of validate. 2024-07-17 15:12:51 -07:00
M M 683006ae84 Used proper name for validation schema in speed check controller. 2024-07-17 15:11:58 -07:00
M M 7d179042c2 Defined a new validation schema in the joi. 2024-07-17 15:09:46 -07:00
M M 4e659072f2 Fixed pagespeedcheck route. 2024-07-17 15:00:06 -07:00
M M ac161950eb Added validation to speedcheck route. 2024-07-17 14:21:25 -07:00
MuhammadKhalilzadeh e58658320e templates transfered to Server side 2024-07-17 22:09:17 +03:30
Alexander Holliday 60dd2511a2 Merge pull request #358 from bluewave-labs/feat/form-validation
Refactored form validation and page structure, resolves #332
2024-07-16 20:32:33 -07:00
Daniel Cojocea cfc4590170 Added fix 2024-07-16 18:50:44 -04:00
Alexander Holliday e86b4205e6 Merge branch 'master' into feat/speedcheck-controller 2024-07-16 15:09:40 -07:00
Alex Holliday f169809692 Fixed token issue 2024-07-16 14:40:37 -07:00
Alex Holliday 61d65f700e Add user to response 2024-07-16 14:23:42 -07:00
Alex Holliday ce200eeb20 Reset password returns a token 2024-07-16 14:06:51 -07:00
Alexander Holliday 552c84a13e Merge pull request #346 from bluewave-labs/fix/page-speed-route-delete-route
correcetd route and method for delete route
2024-07-16 11:45:37 -07:00
M M 625935fd7c Hook up routes to the controller methods. 2024-07-16 11:12:48 -07:00
M M 519ef1404f Added JS Docs. 2024-07-16 10:54:59 -07:00
M M be7ff41b0e setup the controller module for the page speed check. 2024-07-16 10:53:19 -07:00
Alex Holliday bc3a47e264 correcetd route and method for delete route 2024-07-16 10:14:25 -07:00
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