alannnc
b4315b186a
fix: seated event type public id cancels/reschedule entire booking without auth ( #11667 )
...
Co-authored-by: Keith Williams <keithwillcode@gmail.com>
2023-10-06 13:17:15 -03:00
Udit Takkar
ceb8906c27
fix: check if appslug exist ( #11735 )
2023-10-06 14:43:28 +01:00
Aldrin
1298b05e1a
fix: Single Use Private link does not regenerate after use ( #11705 )
...
* feat: pass down props for hashedlink
* feat: update booking mapper
---------
Co-authored-by: Syed Ali Shahbaz <52925846+alishaz-polymath@users.noreply.github.com>
2023-10-06 11:07:55 +01:00
alannnc
c554779490
fix: rescheduled value DB update on reschedule and insights view cancelleds ( #11474 )
2023-10-04 12:10:10 -07:00
Aldrin
3e08c66888
refactor: Use template literal instead of '+' operator ( #11444 )
...
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
Co-authored-by: zomars <zomars@me.com>
2023-10-03 11:52:19 -07:00
Hariom Balhara
3ca7456885
test: Booking flow App failure and ics file tests and improved logging ( #11646 )
2023-10-02 16:21:04 +05:30
Hariom Balhara
caf1b4c5d7
test: More tests in booking flow ( #11510 )
2023-09-30 13:28:52 +00:00
Hariom Balhara
20898e1505
fix: Handle payment flow webhooks in case of event requiring confirmation ( #11458 )
...
Co-authored-by: alannnc <alannnc@gmail.com>
2023-09-30 10:22:32 +05:30
Hariom Balhara
b54f716fd7
chore: Improved logging booking flow ( #11543 )
2023-09-28 13:01:24 +00:00
Joe Au-Yeung
919066222b
fix: Dynamic events prevent fetching all users that share a username [CAL-2409] ( #11288 )
...
* For dynamic search users based on org
* Type fix
---------
Co-authored-by: alannnc <alannnc@gmail.com>
Co-authored-by: Leo Giovanetti <hello@leog.me>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2023-09-26 22:50:10 +01:00
Hariom Balhara
4acfb4b28c
fix: Prefill issue when name isn't present and add unit tests ( #11418 )
...
* Fix yarn.lock
* Add tests for getBookingResponsesSchema
* Fix prefill failing if name isnt provided
* More tests and another fix
2023-09-26 16:16:31 +05:30
Udit Takkar
13caf6f2cd
fix: add a default timezone ( #11475 )
...
Co-authored-by: Alex van Andel <me@alexvanandel.com>
2023-09-25 15:08:41 +02:00
Carina Wollendorfer
3b50fe075d
fix: remove kyc and make text messages to attendee org only ( #11389 )
...
* add orgs upgrade badge to select
* don't allow updating to if no teams or orgs plan
* make sure only paying users can request verification codes
* add new action helper function
* remove kyc code
* code clean up
* fix verify button UI
* fix type errors
* add eventTypeRequiresConfirmation everywhere
* address feedback
---------
Co-authored-by: CarinaWolli <wollencarina@gmail.com>
2023-09-20 23:22:05 -07:00
GitStart-Cal.com
8d9d7bbb25
fix: Required "Add guests" button isn't required on attendee's end ( #11381 )
...
Co-authored-by: gitstart-calcom <gitstart@users.noreply.github.com>
2023-09-18 21:15:40 +02:00
Joe Au-Yeung
197b435b6f
fix: Duplicate calendar events ( #11327 )
...
Co-authored-by: Shivam Kalra <shivamkalra98@gmail.com>
Co-authored-by: zomars <zomars@me.com>
Co-authored-by: Alan <alannnc@gmail.com>
2023-09-14 09:53:58 -07:00
dihedral
add297b09a
fix: use selected duration when checking for conflicts for new bookings ( #10713 )
2023-09-14 10:40:49 -04:00
Kevin Crimi
3a05ae6f74
feat: Add more metadata to Stripe transaction ( #11221 )
...
* Add booker info, event type title, and organizer info into Stripe metadata
* Add back bookingTitle in addition to eventTitle
* Remove .tool-versions
* Fix typo
---------
Co-authored-by: alannnc <alannnc@gmail.com>
2023-09-14 04:10:42 +00:00
Udit Takkar
9eb3698ea5
fix: multiple organizer address bug ( #11299 )
...
* fix: multiple organizer address bug
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
* fix: add inPerson condition
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
* fix: change options
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
* Send _type along with the response to be able to determine what input was it. We can use that later
* Revert "Send _type along with the response to be able to determine what input was it. We can use that later"
This reverts commit c75ba57ad1
.
* Update multiple organizer address test to verify the test fix
* Add a test to ensure that sending label would correctly add that label as location
---------
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
Co-authored-by: Hariom Balhara <hariombalhara@gmail.com>
2023-09-13 04:19:01 +00:00
Shubham Singh
9c3cbee363
feat: preference to show/hide available seats count in events ( #11109 )
...
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2023-09-08 11:37:26 -04:00
Wesley
db29cc1251
feat: send new booking uid on reschedule webhook ( #10654 )
...
Co-authored-by: CarinaWolli <wollencarina@gmail.com>
2023-09-07 16:27:46 +00:00
alannnc
b81b221bf5
fix: booking_paid webhook and added new payment metadata ( #11093 )
2023-09-06 12:40:27 -07:00
Hariom Balhara
f9eb335d0b
test: Integration tests for handleNewBooking ( #11044 )
...
Co-authored-by: Shivam Kalra <shivamkalra98@gmail.com>
Co-authored-by: Joe Au-Yeung <65426560+joeauyeung@users.noreply.github.com>
2023-09-06 12:23:53 -07:00
Udit Takkar
7143923ea4
fix: rescheduling in require confirmation ( #11152 )
...
## What does this PR do?
Fixes https://github.com/calcom/cal.com/issues/11075
BEFORE:
Meeting has been rescheduled email and calendar event after submitting booking without confirming the meeting (require confirmation event type).
<img width="1086" alt="Screenshot 2023-09-05 at 7 45 44 PM" src="https://github.com/calcom/cal.com/assets/53316345/574c8d2f-3698-44ea-9466-aef162e09dd5 ">
AFTER:-
event scheduled email and calendar event created only after "awaiting approval" meeting has been confirmed.
<img width="1086" alt="Screenshot 2023-09-05 at 7 47 22 PM" src="https://github.com/calcom/cal.com/assets/53316345/af19ccea-d418-4a40-a9c6-88782522df53 ">
## Type of change
<!-- Please delete bullets that are not relevant. -->
- [x] Bug fix (non-breaking change which fixes an issue)
## How should this be tested?
1) Create a requires confirmation event type
2) open incognito tab or another browser and book a meeting (Attendee)
3) Confirm the booking (Organizer) and attendee would get meeting schedule email
4) Get the reschedule link from attendee's email and reschedule the booking
Both attendee and organiser shouldn't get booking email or calendar event before organiser has accepted the meeting
2023-09-05 10:52:47 -07:00
Madhan Kumar
d26bab5880
fix: Require an 'Email' placeholder in the 'Add guest' field. ( #11123 )
...
* Adding_Email_PlaceHolder_Text
Signed-off-by: Madhan Kumar M <madhankumar26291@gmail.com>
* Adding_Email_PlaceHolder_Text
Signed-off-by: Madhan Kumar M <madhankumar26291@gmail.com>
* Adding_Email_PlaceHolder_Text
Signed-off-by: Madhan Kumar M <madhankumar26291@gmail.com>
* fixes
* fixes
---------
Signed-off-by: Madhan Kumar M <madhankumar26291@gmail.com>
Co-authored-by: Alan <alannnc@gmail.com>
2023-09-04 09:13:12 -07:00
alannnc
c4e5d168a5
fix: handle collective multiple host on destinationCalendar ( #10967 )
2023-08-31 10:47:02 -07:00
Monto
25684f9040
fix: meeting ended trigger for webhooks and zapier sometimes not working ( #10946 )
...
Co-authored-by: mohammed gehad <mohammed.gehad.1998@gmail.com>
Co-authored-by: Monto <138862352+monto7926@users.noreply.github.com>
Co-authored-by: Carina Wollendorfer <30310907+CarinaWolli@users.noreply.github.com>
2023-08-30 23:17:42 +00:00
nicktrn
c1bcfcfa3d
fix: replace all async foreach callbacks ( #10157 )
...
Co-authored-by: zomars <zomars@me.com>
2023-08-26 00:43:10 +00:00
Carina Wollendorfer
83aea7d28c
fix: webhooks for managed event types ( #10958 )
...
Co-authored-by: CarinaWolli <wollencarina@gmail.com>
Co-authored-by: Omar López <zomars@me.com>
2023-08-26 00:27:05 +00:00
Hariom Balhara
99d0816d9f
phoneSchema missing async parsing ( #10929 )
2023-08-24 12:43:52 +00:00
Hariom Balhara
5503d9d432
perf: bookings query improvement ( #10687 )
2023-08-24 11:14:10 +02:00
Hariom Balhara
51caa6834a
fix: Make identifier conform to RHF field requirement ( #10860 )
...
Co-authored-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
2023-08-21 13:11:47 -04:00
Hariom Balhara
59e2f6e4a7
perf: Booker-Bundle Size Improvement - Lazy load react-select, remove lodash and Dom Purify ( #10814 )
2023-08-18 11:13:21 -07:00
Hariom Balhara
3e4139ac23
perf: Lazy load `libphonenumber-js` only when validation is needed. ( #10812 )
2023-08-17 10:57:30 -07:00
Hariom Balhara
a09401c203
perf: Booker bundle size optimization - Remove `sanitize-html` dependency on client ( #10801 )
2023-08-16 11:03:21 -07:00
zomars
e148ee7823
chore: Removes all traces of ".prisma/client"
2023-08-14 17:28:43 -07:00
Nafees Nazik
9c8dc1b92c
fix: link escaping in booking page ( #10360 )
...
Co-authored-by: Hariom Balhara <hariombalhara@gmail.com>
2023-08-12 21:31:43 +00:00
alannnc
471b2687c4
feat: app paypal payment ( #8797 )
...
Co-authored-by: sean-brydon <55134778+sean-brydon@users.noreply.github.com>
Co-authored-by: Omar López <zomars@me.com>
2023-08-11 23:29:48 +00:00
alannnc
4d5697f5a5
fix: and enable dynamic booking test ( #10642 )
...
* fix and enable dynamic booking test
* remove page pause
---------
Co-authored-by: Alex van Andel <me@alexvanandel.com>
2023-08-11 13:33:24 -07:00
Leo Giovanetti
64e6e1a19a
fix: multiple duration getSchedule calls [CAL-2336] ( #10709 )
...
Co-authored-by: Omar López <zomars@me.com>
2023-08-10 21:00:46 +00:00
Carina Wollendorfer
a6daf17909
fix: allow new booking to overlap old one when rescheduling ( #10424 )
...
Co-authored-by: CarinaWolli <wollencarina@gmail.com>
2023-08-10 19:07:57 +00:00
Carina Wollendorfer
c7dfa7bc89
fix: add extra security layers for sending messages to attendees ( #10636 )
...
Co-authored-by: CarinaWolli <wollencarina@gmail.com>
2023-08-10 11:52:36 -07:00
Udit Takkar
1a818ab0c3
fix: reschedule timezone ( #10697 )
...
* fix: reschedule timezone
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
* fix: use original rescheduled booking
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
* only when organizer reschedules
---------
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
Co-authored-by: CarinaWolli <wollencarina@gmail.com>
2023-08-10 17:05:35 +01:00
Leo Giovanetti
382cbe0a86
fix: rescheduling dynamic booking ( #10597 )
...
Co-authored-by: Omar López <zomars@me.com>
Co-authored-by: Keith Williams <keithwillcode@gmail.com>
2023-08-08 18:51:54 +00:00
Omar López
4b78e91384
chore: upgrades to prisma v5 ( #10073 )
...
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2023-08-07 22:08:13 +00:00
Ritik Kumar
d22d8095e1
fix: cancellation email for seated event for 2nd attendee onwards ( #10177 )
...
Co-authored-by: Joe Au-Yeung <65426560+joeauyeung@users.noreply.github.com>
Co-authored-by: Carina Wollendorfer <30310907+CarinaWolli@users.noreply.github.com>
2023-08-04 09:47:16 -04:00
Monto
669065cebd
feat: add attendee first name and last name tokens to workflows ( #10509 )
2023-08-03 11:10:59 -04:00
Joe Au-Yeung
617e665004
feat: Enable Conferencing Apps for Team Events [CAL-1925] ( #10383 )
...
Co-authored-by: Omar López <zomars@me.com>
Co-authored-by: Hariom Balhara <hariombalhara@gmail.com>
2023-08-02 09:24:28 +05:30
Monto
17855251ff
fix: Stop sending Reminders when a 'Seat' cancels the Event ( #10405 )
...
Co-authored-by: CarinaWolli <wollencarina@gmail.com>
Co-authored-by: Carina Wollendorfer <30310907+CarinaWolli@users.noreply.github.com>
2023-08-01 10:13:28 -04:00
Rama Krishna Reddy
5a430df5d9
feat: Verify email of people setting a meeting with you ( #10317 )
...
* booker email verification changes
* name type fix
* use totp and code
* prisma schema styling
* refactor: code
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
* fix: book event form
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
* fix: type error
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
* fix: type errors
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
* fix: unit tests
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
* refactor: move verifycodedialog from ui and to features/bookings
* fix: type error
---------
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
Co-authored-by: rkreddy99 <rreddy@e2clouds.com>
Co-authored-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
2023-07-31 17:51:11 +00:00
Alex van Andel
9498ad4916
Fixed workflowReminder test + refactored reminderSchedule ( #10487 )
2023-07-31 18:35:48 +01:00