cal.pub0.org/apps/web/pages
sean-brydon 9e70a985e4
feat: email verification (#9081)
* Verify - inital email commit

* Add token type - api redirect - migration

* Redirect and valid api callback route

* Update email design

* Change signup URL to redirect to verify-email

* Add feature flag - add a11y text to email - add top banner

* Shell shouldnt redirect to onboarding if the user needs to verify account

* Move flag check to server

* Cleanup

* Rate limit

* Fix redirects

* Remove api signup mess

* Double negation for forced bool

* Fix props

* Update packages/emails/templates/account-verify-email.ts

* Enable migration by default

* Fix typos

* Fix google verify issue

* Update packages/features/auth/lib/verifyEmail.ts

Co-authored-by: Hariom Balhara <hariombalhara@gmail.com>

* NITS: @harioms addressed

* Remove schema changes

* Fix NITs+ improvments

* Update apps/web/pages/api/auth/verify-email.ts

Co-authored-by: Omar López <zomars@me.com>

* Update packages/features/ee/common/components/LicenseRequired.tsx

Co-authored-by: Omar López <zomars@me.com>

* Update apps/web/pages/api/auth/verify-email.ts

Co-authored-by: Omar López <zomars@me.com>

* Always preloads feature flags

* Update verifyEmail.ts

* Update schema.prisma

* Type fix

---------

Co-authored-by: Hariom Balhara <hariombalhara@gmail.com>
Co-authored-by: Omar López <zomars@me.com>
2023-06-07 07:27:48 +00:00
..
[user] perf: Avoid useless dependencies in calendar cache page (#9290) 2023-06-06 18:30:29 +00:00
api feat: email verification (#9081) 2023-06-07 07:27:48 +00:00
apps feat: Make database optional when building (#8561) 2023-05-31 03:04:06 +00:00
auth feat: email verification (#9081) 2023-06-07 07:27:48 +00:00
availability chore: fix all Typescript warnings (#8618) 2023-06-06 11:59:57 +00:00
booking chore: fix all Typescript warnings (#8618) 2023-06-06 11:59:57 +00:00
bookings perf: Adds PageWrapper to pages (#8344) 2023-04-18 15:45:32 -03:00
d/[link] Fully handle booking pages with conflicting themes being opened together (#8921) 2023-05-16 19:41:47 +00:00
event-types feat: event settings booker layout toggle (#9082) 2023-06-06 15:31:43 +00:00
getting-started fix: fixes page rendering comments initially (#9270) 2023-06-05 09:55:10 +00:00
insights Event Type: Title not displayed in the mobile view (#7451) 2023-04-19 13:17:54 -07:00
new-booker Make new booker work with private links (#9260) 2023-06-01 18:55:43 +00:00
payment perf: Adds PageWrapper to pages (#8344) 2023-04-18 15:45:32 -03:00
reschedule Seated booking rescheduling. (#5427) 2023-03-14 04:19:05 +00:00
settings feat: event settings booker layout toggle (#9082) 2023-06-06 15:31:43 +00:00
team Forward query params from Team Profile page (#9057) 2023-05-23 08:18:51 +00:00
teams Event Type: Title not displayed in the mobile view (#7451) 2023-04-19 13:17:54 -07:00
video chore: fix all Typescript warnings (#8618) 2023-06-06 11:59:57 +00:00
workflows perf: Adds PageWrapper to pages (#8344) 2023-04-18 15:45:32 -03:00
404.tsx refactor: Show 404 page for new booker when event is not found. (#8946) 2023-05-30 11:49:52 -03:00
500.tsx perf: Adds PageWrapper to pages (#8344) 2023-04-18 15:45:32 -03:00
[user].tsx refactor: Moving from jest to vitest (#9035) 2023-05-24 23:35:44 +00:00
_app.tsx perf: Adds PageWrapper to pages (#8344) 2023-04-18 15:45:32 -03:00
_document.tsx fix: Disabled pinch to zoom on mobile devices#9155 (#9163) 2023-06-06 17:35:19 +00:00
_error.tsx New Booker Component (preparations for booker atom) (#6792) 2023-04-24 16:32:30 +02:00
index.tsx feat(web): improve session retrieval performance (#7584) 2023-03-10 23:45:24 +00:00
maintenance.tsx perf: Adds PageWrapper to pages (#8344) 2023-04-18 15:45:32 -03:00
more.tsx Event Type: Title not displayed in the mobile view (#7451) 2023-04-19 13:17:54 -07:00
signup.tsx feat: email verification (#9081) 2023-06-07 07:27:48 +00:00