depfu[bot]
12fa906031
Update next to version 12.0.9 ( #1643 )
...
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
Co-authored-by: Alex van Andel <me@alexvanandel.com>
2022-01-29 19:53:25 +00:00
Arnab Tarwani
509e0b0a39
Bugfix/minor email fix ( #1644 )
...
* added new line fix, minor email validation
* fix: reorder controls hidden on more than 1 events #1452
Signed-off-by: arnabtarwani <arnab.tarwani@gmail.com>
Co-authored-by: Alex van Andel <me@alexvanandel.com>
2022-01-29 19:22:02 +00:00
github-actions[bot]
811f4351a5
New Crowdin translations by Github Action ( #1652 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2022-01-29 19:05:31 +00:00
Alex van Andel
9dc45071c5
Fix/accept team invite once signup ( #1653 )
...
* Accept team invite once signup
* Add expectations for the team invite
Co-authored-by: Miguel Nieto A <anietom@uninorte.edu.co>
2022-01-29 18:56:40 +00:00
Xavier B
2079199bab
Fix browser specific styling on some elements ( #1637 )
...
Co-authored-by: Alex van Andel <me@alexvanandel.com>
2022-01-29 18:32:41 +00:00
Peer Richelsen
f2095fb594
Update TrialBanner.tsx
2022-01-29 14:57:16 +00:00
Nathaniel
df0d4654fe
implmented brand new getAvailability ( #1649 )
2022-01-29 14:38:53 +00:00
Peer Richelsen
b616d36fcc
minor fixes to billing page and trial banner ( #1648 )
2022-01-29 13:48:15 +00:00
github-actions[bot]
a8d2cf0b58
New Crowdin translations by Github Action ( #1647 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2022-01-29 13:35:43 +00:00
github-actions[bot]
77ac5542dd
New Crowdin translations by Github Action ( #1645 )
...
* New Crowdin translations by Github Action
* Update common.json
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2022-01-29 13:32:51 +00:00
Omar López
2fbdb93efb
Allows for in-app upgrade ( #1642 )
2022-01-28 17:46:35 -07:00
Nikolay Rademacher
07b75dadbd
feat: add option to provide cancellation reason for email ( #1587 )
...
* feat: add option to provide cancellation reason for email
* chore: move pos of getCancellationReason method in classes
* fix: only show cancellation reason if given
2022-01-28 10:40:29 -07:00
Syed Ali Shahbaz
8d0861809c
stops avatar image flicker on route change ( #1638 )
...
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2022-01-28 13:32:54 +00:00
github-actions[bot]
067a48093a
New Crowdin translations by Github Action ( #1641 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2022-01-28 13:25:32 +00:00
Peer Richelsen
1f0efb9aa4
Revert "renamed booking_confirmed to booking_attempted, needs reintroduction of booking_confirmed on API layer when email confirmations are being sent, needs renaming on postgres too ( #1639 )" ( #1640 )
...
This reverts commit e8ecab6456
.
2022-01-28 13:16:40 +00:00
Peer Richelsen
e8ecab6456
renamed booking_confirmed to booking_attempted, needs reintroduction of booking_confirmed on API layer when email confirmations are being sent, needs renaming on postgres too ( #1639 )
2022-01-28 13:10:59 +00:00
Juan Esteban Nieto Cifuentes
2f5e7bcb8b
Add minimum value in minutes in new event type ( #1624 )
2022-01-28 09:54:19 +00:00
Syed Ali Shahbaz
af89de8004
Wrong language in emails ( #1541 )
...
* test --wip
* --wip
* --wip
* --wip
* split language into organizer-attendees
* name fix for tAttendees
* --WIP
* added attendee locale migration, --WIP
* --wip
* fixed check types --wip
* updated person language type
* test snapshot updated
* --wip
* --WIP
* --WIP
* --WIP
* test changes revert
* cleanup
* removed extra space from test
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-01-27 13:32:53 -07:00
Omar López
1119d7f558
Upgrades zod-prisma
2022-01-27 12:45:25 -07:00
Alex van Andel
64f39b0d47
Revert "Fixes #1572 ( #1622 )" ( #1630 )
...
This reverts commit 2a77f2c477
.
2022-01-27 15:16:38 +00:00
Daniel McGowan
2a77f2c477
Fixes #1572 ( #1622 )
2022-01-27 14:55:06 +00:00
github-actions[bot]
c720e4e960
New Crowdin translations by Github Action ( #1628 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2022-01-27 14:12:33 +00:00
Peer Richelsen
1eac8a1aa3
fixed 404 ( #1629 )
2022-01-27 12:40:10 +00:00
Jamie Pine
e06edadda5
Improved authentication screens (Login/Logout/Forgot Password) ( #1627 )
2022-01-27 10:16:20 +00:00
Miguel Nieto A
5aaf702e2b
Fix NaN values when creating event type
2022-01-26 15:47:49 -07:00
Syed Ali Shahbaz
a9f9822091
Added og-image for event-types ( #1618 )
...
* added headseo
* added username to availability page
* fixed type err
* cleanup
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-01-26 17:31:39 +00:00
Miguel Nieto A
73de0c2185
Fix signup query ( #1608 )
...
* Remove emailVerified not null from query
* Improve query to find existing user
* Add test suite to Signup from a Team Invite
* Allow importing modules with aliases
* Delete created data after all tests
* Resolve conflicts
* Use teampro instead of pro user and refactor code
2022-01-26 16:56:22 +00:00
buschco
cad77ad237
fix mapping for cancel webhook ( #1554 ) ( #1557 ) ( #1556 )
...
Co-authored-by: Syed Ali Shahbaz <52925846+alishaz-polymath@users.noreply.github.com>
Co-authored-by: Bailey Pumfleet <pumfleet@hey.com>
2022-01-26 16:41:18 +00:00
github-actions[bot]
c59dce1284
New Crowdin translations by Github Action ( #1620 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2022-01-26 16:35:04 +00:00
Peer Richelsen
ba3034fd8d
Update LICENSE
2022-01-26 16:24:50 +00:00
Alex van Andel
b4c96c96e6
Explicitly set email variable for readability
...
Minor code clarity tweak making the comment redundant.
2022-01-26 09:01:43 -07:00
Peer Richelsen
ce4ed40ae0
removed developer.cal.com from 404 ( #1617 )
2022-01-25 18:23:24 +00:00
github-actions[bot]
c57debe600
New Crowdin translations by Github Action ( #1614 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2022-01-25 16:44:28 +00:00
Vladimir Klimontovich
8459f6d2b4
Add Jitsu badge to README ( #1612 )
2022-01-25 16:07:49 +00:00
Peer Richelsen
1bf4913051
added <InfoBadge> component with tooltip ( #1609 )
...
* added <InfoBadge> component with tooltip, added to event-types event name
* added title to <InfoBadge> for a12y
2022-01-25 00:31:05 +00:00
Omar López
d7bd1e9957
Fixes for team event creation ( #1604 )
2022-01-24 17:25:32 +00:00
Peer Richelsen
7baedc2f64
added chinese to i18next config ( #1591 )
2022-01-24 16:52:53 +00:00
github-actions[bot]
89bfff9a0b
New Crowdin translations by Github Action ( #1598 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2022-01-24 15:09:50 +00:00
Peer Richelsen
8de822500c
fixed mismatch of bg color for success page ( #1597 )
2022-01-24 14:27:56 +00:00
Omar López
8f6f34931b
Allow choosing destination calendar per event type ( #1514 )
2022-01-21 14:35:31 -07:00
buschco
7737164bbf
fix mapping for cancel webhook ( #1554 ) ( #1557 )
2022-01-21 12:06:45 +00:00
Omar López
c91b46c9fb
Adds missing locale ( #1576 )
2022-01-20 18:26:34 +00:00
github-actions[bot]
dabd82d018
New Crowdin translations by Github Action ( #1574 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2022-01-20 15:50:00 +00:00
Peer Richelsen
9ac2843e9e
I18n/new languages ( #1575 )
...
* added polish, hebrew, arabic, needs translations
* renamed hebrew iso tag
2022-01-20 15:24:00 +00:00
Peer Richelsen
b21dd3418b
added polish, hebrew, arabic, needs translations ( #1573 )
2022-01-20 13:11:43 +00:00
Syed Ali Shahbaz
24182625bb
redirect to cancellation survey ( #1570 )
2022-01-20 09:32:24 +00:00
Deepak Prabhakara
e0a923979a
fixed issue with mixed up Google login, profile.id is undefined and this is causing the first record to be retrieved instead of the AND query failing ( #1569 )
...
(cherry picked from commit 4f168616e7
)
2022-01-19 18:24:00 -07:00
Peer Richelsen
745fadab2f
added heroku button
2022-01-19 19:57:53 +00:00
Peer Richelsen
c6e60bd706
added telemetry to importer ( #1525 )
...
* added telemetry to importer
* wip
* ignore typescript errors in jitsu telemetry
2022-01-19 17:26:44 +00:00
Omar López
118ee6bfb6
Follow up to #1566 ( #1567 )
...
* Lazy loads phone input
* Removes duplicate CSS
2022-01-19 09:55:29 -07:00