cal/apps/web
Carina Wollendorfer c2f150dbab
Feat/verify phone number (#6035)
* first implementation of verifying phone number

* add UI + logic for verifying phone number flow

* check if all phone numbers are verified before submit

* add numberVerification pending

* only send SMS to verified numbers

* fix design for mobile view

* check if phone number is verified before testing action

* add back message service id check

* add TWILIO_VERIFY_SID to .env.example

* code clean up

* add TWILIO_VERIFY_SID to README.md instructions

* save new verified numbers

* fix wrongly thrown error for new verified numbers

* use false as default value for isVerificationPending paramater

* add translations

* add migration file

* code clean up

* don't throw error if phone number is not needed

* Feedback

* Shows error when Twillio isn't properly setup

* Type fixes

Co-authored-by: CarinaWolli <wollencarina@gmail.com>
Co-authored-by: zomars <zomars@me.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-12-15 21:54:40 +00:00
..
components vimcal app (#5791) 2022-12-15 08:44:21 +00:00
docs Fix SAML login (#4037) 2022-08-30 12:25:24 -06:00
lib Deprecates user plan (#5942) 2022-12-08 16:20:24 -07:00
pages Adds tests for date overrides (#6027) 2022-12-15 13:19:35 -07:00
playwright Save meeting url to metadata of bookings and add it to webhook payload (#5773) 2022-12-15 21:43:07 +00:00
public Feat/verify phone number (#6035) 2022-12-15 21:54:40 +00:00
scripts Eslint fixes (#1898) 2022-02-18 16:53:45 +00:00
server/lib Preparations so public API can use tRPC procedures 2022-11-18 16:36:32 -07:00
styles Feature/date overrides (#5991) 2022-12-14 17:30:55 +00:00
test Feature/date overrides (#5991) 2022-12-14 17:30:55 +00:00
.eslintignore Fixes for lint 2022-02-10 14:22:45 -07:00
.gitignore Bugfix/revert e5ba8616 (#5479) 2022-11-11 09:47:11 +00:00
.nvmrc Re-adds .nvmrc 2022-02-10 14:22:45 -07:00
calendso.yaml Deprecated API endpoints cleanup (#5478) 2022-11-11 19:54:44 +00:00
middleware.ts fix: use matcher in middleware (#5304) 2022-11-03 14:51:43 +00:00
next-i18next.config.js Migrates all tRPC code to a monorepo package (#3484) 2022-07-22 11:27:06 -06:00
next.config.js Rename /success to /manage and fix link in calendar event (#5719) 2022-11-29 20:27:29 +00:00
package.json #5613 Optimise social images by utilising next image api. (#5997) 2022-12-13 21:22:38 +00:00
postcss.config.js Migrated cal.com to apps/web 2022-02-10 14:22:45 -07:00
project.toml Migrated cal.com to apps/web 2022-02-10 14:22:45 -07:00
sentry.client.config.js Bugfix/revert e5ba8616 (#5479) 2022-11-11 09:47:11 +00:00
sentry.properties Bugfix/revert e5ba8616 (#5479) 2022-11-11 09:47:11 +00:00
sentry.server.config.js Bugfix/revert e5ba8616 (#5479) 2022-11-11 09:47:11 +00:00
tailwind.config.js Fixes tailwind for EE code 2022-07-29 16:26:31 -06:00
tsconfig.json Routing Forms Improvements - Rename routing_forms to routing-forms (#4546) 2022-09-22 22:53:43 +05:30