877cd4cdff
refactor: Team Creation Flow [CAL-2751] ( #12501 )
...
* Create new endpoint for creating a team
* Generate a team checkout session
* Create team navigate to checkout
* Clean up
* UI changes
* Add comments
* Fix
* Type fix
* Type fix
* Type fix
* Type fixes
* Set telemetry
* Import fix
* Type fix
* Update tests
* Type fix
* fix: e2e
* fix: e2e
* fix: e2e
* fix: e2e
* Update teams.e2e.ts
* fix: e2e
---------
Co-authored-by: Omar López <zomars@me.com >
2023-11-29 09:39:21 -07:00
Joe Au-Yeung and GitHub
8b24995d52
refactor: Abstract createBooking in handleNewBooking [CAL-2619] ( #11959 )
...
## What does this PR do?
<!-- Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change. -->
In anticipation of refactoring `handleSeats` we need to abstract `createBooking` in order to get the return type. This PR is purposely aiming to do one thing so nothing is missed while refactoring `handleNewBooking`
Fixes # (issue)
<!-- Please provide a loom video for visual changes to speed up reviews
Loom Video: https://www.loom.com/
-->
## Requirement/Documentation
<!-- Please provide all documents that are important to understand the reason of that PR. -->
- If there is a requirement document, please, share it here.
- If there is ab UI/UX design document, please, share it here.
## Type of change
<!-- Please delete bullets that are not relevant. -->
- [x] Chore (refactoring code, technical debt, workflow improvements)
## How should this be tested?
<!-- Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration. Write details that help to start the tests -->
- Are there environment variables that should be set?
- What are the minimal test data to have?
- What is expected (happy path) to have (input and output)?
- Any other important info that could help to test that PR
## Mandatory Tasks
- [ ] Make sure you have self-reviewed the code. A decent size PR without self-review might be rejected.
## Checklist
<!-- Please remove all the irrelevant bullets to your PR -->
- I haven't read the [contributing guide](https://github.com/calcom/cal.com/blob/main/CONTRIBUTING.md )
- My code doesn't follow the style guidelines of this project
- I haven't commented my code, particularly in hard-to-understand areas
- I haven't checked if my PR needs changes to the documentation
- I haven't checked if my changes generate no new warnings
- I haven't added tests that prove my fix is effective or that my feature works
- I haven't checked if new and existing unit tests pass locally with my changes
2023-11-29 08:11:09 -07:00
7dc6df2ad6
chore: improve logs ( #12467 )
...
* chore: improve logs
* fix: import
* chore: use safe stringify
* chore: add more logs to google calendar
* chore: use this.log
---------
Co-authored-by: sean-brydon <55134778+sean-brydon@users.noreply.github.com >
2023-11-29 19:39:25 +05:30
6c4b1154b8
chore: removed last web3 references ( #12540 )
...
* removed last web3 references
* updated yarn
* Update schema.prisma
* readded icon
---------
Co-authored-by: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com >
2023-11-29 11:57:50 +00:00
1099bad930
fix:selecting behaviour fixed ( #12578 )
...
Co-authored-by: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com >
2023-11-29 11:53:31 +00:00
Morgan and GitHub
07f42057fc
fix: increase maxWait/Timeout invite members transaction ( #12583 )
2023-11-29 09:07:03 +00:00
Joe Au-Yeung and GitHub
57e6971942
chore: Refactor <CalendarListContainer /> ( #12388 )
...
* Import calendarlistcontainer in settings
* Change CalendarListComponent to Figma design
* Add border subtle
* Address feedback
2023-11-29 13:29:51 +05:30
Alex van Andel and GitHub
bd6ca21e02
fix: Toggling really fast throws internal errors ( #12580 )
2023-11-28 23:04:54 +00:00
Carina Wollendorfer and GitHub
f19a1926b4
chore: refactor reschedule EventManager with changed organizer ( #12574 )
...
## What does this PR do?
Follow up for https://github.com/calcom/cal.com/pull/12469
Event creation is now already handled in the reschedule function of EventManager.
## Type of change
- [x] Chore (refactoring code, technical debt, workflow improvements)
## How should this be tested?
- Same as in https://github.com/calcom/cal.com/pull/12469
2023-11-28 11:37:31 -07:00
6704e18e32
fix: cal video issues ( #12546 )
...
Co-authored-by: Joe Au-Yeung <65426560+joeauyeung@users.noreply.github.com >
2023-11-28 18:28:35 +00:00
8dabbbd09f
feat: signup refactor ( #11421 )
...
Co-authored-by: alannnc <alannnc@gmail.com >
Co-authored-by: Alex van Andel <me@alexvanandel.com >
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
2023-11-28 14:52:53 +00:00
sean-brydon and GitHub
32933ed6ef
fix: premium username to premium username ( #12569 )
2023-11-28 12:55:35 +00:00
Omar López and GitHub
c765ea9b31
fix: team and org invite e2e tests ( #12566 )
2023-11-28 10:49:06 +00:00
230b82d3bf
fix: rescheduling round robin events (emails and calendar events) ( #12469 )
...
* send the correct booking email for round robin rescheduling
* fixing originalBookingMemberEmails
* fix calendar event (needs some code refactoring)
* refactor rescheduling code
* code clean up
* add comment
* fix event name if host changes
* add tests for rr rescheduling emails
* fix videoCallUrl of google meet
* code clean up
* fix destinationCalendar for new booking
---------
Co-authored-by: CarinaWolli <wollencarina@gmail.com >
2023-11-27 13:09:33 -05:00
Hariom Balhara and GitHub
c9b50ffb78
fix: Provide calOrigin for organization embeds ( #12380 )
2023-11-27 10:38:27 -07:00
Somay Chauhan and GitHub
ada0ef242b
fix: crash on other team members and profile page ( #12539 )
2023-11-27 16:59:03 +00:00
f60b3c14e1
fix: small UI improvements for troubleshooter ( #12535 )
...
Co-authored-by: Sean Brydon <sean@brydon.io >
2023-11-27 16:06:54 +00:00
Udit Takkar and GitHub
a48e7cb39a
fix: remove duplicate key in common.json ( #12543 )
...
* fix: remove duplicate key in common.json
* chore: add both keys in same log
2023-11-27 19:23:35 +05:30
sean-brydon and GitHub
db3f718ba6
fix: removing next steps ( #12549 )
...
* Removing next steps
* Removing next steps
2023-11-27 16:49:40 +05:30
Amit Sharma and GitHub
4524d722f6
fix: phone-number-input ( #12266 )
2023-11-27 10:27:01 +00:00
Morgan and GitHub
2094d59856
refactor: invite members handler ( #12442 )
...
* refactor: invite members handler
* fixup! refactor: invite members handler
* fixup! fixup! refactor: invite members handler
* refactor: promise all settled send emails
* fixup! refactor: promise all settled send emails
* fixup! fixup! refactor: promise all settled send emails
* fixup! fixup! fixup! refactor: promise all settled send emails
* fix: opening team invite link in email throws error on signup page
* fixup! Merge branch 'main' into cal-2698-refactor-invitemember-handler
* fix: centralize validation if invitee can be invited
* fix: improve select query and fix tests
* fixup! Merge branch 'main' into cal-2698-refactor-invitemember-handler
* rename functions and add some tests
2023-11-27 09:27:27 +00:00
Peer Richelsen and GitHub
dabd5eae73
chore: fixed order of tips ( #12529 )
2023-11-25 13:55:40 -03:00
Joe Au-Yeung and GitHub
0a43aa3351
OAuth URL account for dev environment ( #12530 )
2023-11-24 17:38:21 +00:00
Erik and GitHub
5df41e37a0
fix: Stripe webhook event mismatch ( #12522 )
2023-11-24 13:18:06 +00:00
c11f7aeffc
chore: insights UI refresher ( #12498 )
...
Co-authored-by: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com >
Co-authored-by: Alex van Andel <me@alexvanandel.com >
2023-11-23 21:25:27 +00:00
Erik and GitHub
9903fcaa05
chore: Remove free use of Cal.AI ( #12489 )
2023-11-23 21:07:08 +00:00
343f8ee303
Avatar write and unset, ensure no bad behaviour ( #12504 )
...
Co-authored-by: sean-brydon <55134778+sean-brydon@users.noreply.github.com >
2023-11-23 15:39:50 +00:00
Hariom Balhara and GitHub
de479bb2da
fix: getting-started crash and build failure ( #12506 )
2023-11-22 22:41:20 -07:00
Manpreet Singh and GitHub
36d315343c
fix: adds teamId to team events payload ( #12417 )
2023-11-22 14:54:18 -05:00
zomars
2171a320f5
fix: Locks Stripe version
2023-11-22 12:19:30 -07:00
JA and GitHub
7ee035c3a3
feat(webhooks): pass webhook secret to testTrigger ( #12187 )
2023-11-22 14:17:50 -05:00
1de05ebf3d
chore: migrate the event-types page to the app directory ( #12390 )
...
Co-authored-by: Omar López <zomars@me.com >
2023-11-22 19:17:33 +00:00
zomars
53d7e2ec3f
syncpack fix-mismatches
2023-11-22 12:08:30 -07:00
Udit Takkar and GitHub
f65c7e413f
fix: default organizer bug in managed event type ( #11921 )
2023-11-22 12:43:25 -05:00
b762f60214
test: Integration Test GCal Primary Calendar ( #12011 )
...
Co-authored-by: Alex van Andel <me@alexvanandel.com >
2023-11-22 11:15:47 -03:00
Joe Au-Yeung and GitHub
2498785c49
chore: Clean Up Delete Credential Selected Calendar Error Message ( #12353 )
2023-11-22 10:22:03 -03:00
Matt Nicolls and GitHub
9a6683e01d
fix: include eventTypeId in BOOKING_CANCELLED event ( #12445 )
2023-11-22 12:04:51 +00:00
Morgan and GitHub
d04226ab9a
fix: alby payment isPaid always false on create ( #12463 )
2023-11-22 11:39:00 +00:00
cb7ddc455a
chore: Add team invite tests ( #12425 )
...
Co-authored-by: sean-brydon <55134778+sean-brydon@users.noreply.github.com >
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
2023-11-22 11:26:43 +00:00
73aa1e8a22
outlook second account fix ( #12013 )
...
Co-authored-by: Joe Au-Yeung <65426560+joeauyeung@users.noreply.github.com >
2023-11-22 11:01:29 +00:00
Udit Takkar and GitHub
a3b5263b76
chore: reset form on submission ( #12465 )
2023-11-22 10:42:19 +00:00
Peer Richelsen and GitHub
113195224a
chore: fixed cal.ai thumbnail ( #12486 )
2023-11-22 10:23:54 +00:00
Peer Richelsen and GitHub
828092c1d0
chore: fix cal.ai price ( #12485 )
2023-11-22 10:18:09 +00:00
4b060fc2cd
fix: opening team invite link in email throws error on signup page ( #12397 )
...
Co-authored-by: Keith Williams <keithwillcode@gmail.com >
2023-11-22 06:49:37 -03:00
Hariom Balhara and GitHub
48dde246e9
test: Add more orgs tests ( #12241 )
2023-11-21 14:03:01 -03:00
Morgan and GitHub
556b382f75
fix: better errors for googlecalendar integration ( #12403 )
2023-11-21 15:14:25 +00:00
85237c4985
fix: Date overrides UI bug depending on screen size ( #12423 )
...
* Update DateOverrideInputDialog.tsx
fix: Date overrides UI bug depending on screen size (calcom#12406)
* chore: remove comment
---------
Co-authored-by: madhurgoyal19 <35370133+madhurgoyal19@users.noreply.github.com >
Co-authored-by: Udit Takkar <udit222001@gmail.com >
2023-11-21 14:56:59 +00:00
Morgan and GitHub
00553e897b
fix: alby payment could not be created ( #12460 )
...
* fix: alby payment could not be created
* fixup! fix: alby payment could not be created
* fixup! fixup! fix: alby payment could not be created
2023-11-21 12:09:50 +00:00
Peer Richelsen and GitHub
058844b6b8
chore: paid support wip ( #12419 )
...
* paid support wip
* nit
* added upgrade box to intercom
* nit
2023-11-20 22:08:39 +05:30
77fa3702db
fix: slug value in webhook payload ( #12290 )
...
Co-authored-by: Udit Takkar <udit222001@gmail.com >
Co-authored-by: CarinaWolli <wollencarina@gmail.com >
2023-11-20 15:39:21 +00:00