fix: add extra security layers for sending messages to attendees#10636
fix: add extra security layers for sending messages to attendees#10636
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
3 Ignored Deployments
|
|
Thank you for following the naming conventions! 🙏 |
zomars
left a comment
There was a problem hiding this comment.
Codewise is looking pretty good. Can we check why the production build is failing?
📦 Next.js Bundle Analysis for @calcom/webThis analysis was generated by the Next.js Bundle Analysis action. 🤖 New Pages AddedThe following pages were added to the bundle from the code in this PR:
Ninety-three Pages Changed SizeThe following pages changed size from the code in this PR compared to its base branch:
DetailsOnly the gzipped size is provided here based on an expert tip. First Load is the size of the global bundle plus the bundle for the individual page. If a user were to show up to your website and land on a given page, the first load size represents the amount of javascript that user would need to download. If Any third party scripts you have added directly to your app using the The "Budget %" column shows what percentage of your performance budget the First Load total takes up. For example, if your budget was 100kb, and a given page's first load size was 10kb, it would be 10% of your budget. You can also see how much this has increased or decreased compared to the base branch of your PR. If this percentage has increased by 20% or more, there will be a red status indicator applied, indicating that special attention should be given to this. If you see "+/- <0.01%" it means that there was a change in bundle size, but it is a trivial enough amount that it can be ignored. |
|
No failed tests 🎉 |
|
@zomars fixed production build |
|
🤖 Meticulous spotted visual differences in 15 of 110 screens tested: view and approve differences detected. Last updated for commit 19876c8. This comment will update as new commits are pushed. |

What does this PR do?
Enables sending SMS to attendees (reverts fix: temporarily disable sms/whatsapp to attendee workflow action #10485)
Only allow sending SMS to attendees when event type requires confirmation
You can still set an event type that does not require confirmation as active because this would be too complex to handle otherwise (workflow can have more actions, event type can be changed afterwards etc.). A warning message got added to make users aware.
Warning message when editing workflows:


Warning message when in the workflows tab of event types settings:
Only enable SMS/Whatsapp to attendee for users and teams that are verified
Dialog that opens when clicking on verify badge if user is part of team:

Dialog that opens when clicking on verify badge if user is not part of team:

Verify teams and users in admin settings:

Type of change
How should this be tested?
Mandatory Tasks