Om Ray
b3b82fa1cf
When no location, defaults to cal video ( #3517 )
...
* yarn
* fixed bug
* fixed warning
* fixed problem on server side
* yarn update
* Delete yarn.lock
* removed unused type
* Revert "Delete yarn.lock"
This reverts commit 4fe99af475
.
revert delete yarn.lock
* Delete yarn.lock
* Revert "Delete yarn.lock"
This reverts commit 9f76a548e0
.
revert delete yarn.lock
* Revert "yarn update"
This reverts commit 2bef496c16
.
* yarn
* remove yarn.lock
* remove yarn.lock
* removed double declaration
* Revert "yarn update"
This reverts commit 2bef496c16
.
* stop tracking yarn lockfile
* undo all yarn lockfile changes
* Revert "yarn"
This reverts commit 46eb3595cf
.
* remove all yarn changes
* Update packages/trpc/server/routers/viewer/bookings.tsx
Co-authored-by: Omar López <zomars@me.com>
* zod transform insteead of ternary operator
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
Co-authored-by: Omar López <zomars@me.com>
2022-08-03 09:35:08 -06:00
Leo Giovanetti
48a1f22ca5
Potential fix ( #3671 )
2022-08-03 15:23:01 +00:00
Peer Richelsen
77bf1d0712
Update README.md
2022-08-03 14:38:11 +02:00
Peer Richelsen
23c79fff75
Update README.md
2022-08-03 14:37:45 +02:00
Peer Richelsen
abea19ad39
Update LICENSE
2022-08-03 14:36:43 +02:00
Peer Richelsen
5ca2d7cae2
Update LICENSE
2022-08-03 14:36:32 +02:00
Adam Garbowski
3ac140fad5
[Proposal] Event type error popover proposal ( #3627 )
2022-08-03 09:03:01 +00:00
Heiki
5358e5848d
feat(troubleshoot): add event titles to the troubleshoot page ( #3434 ) ( #3437 )
2022-08-03 09:19:16 +02:00
GitStart
6301ea16f8
Avoid duplicating any video credential ( #3593 )
...
Co-authored-by: gitstart <gitstart@users.noreply.github.com>
Co-authored-by: alannnc <alannnc@gmail.com>
2022-08-02 12:52:21 -06:00
alannnc
e767d233ad
Fix/google calendar false alert ( #3636 )
2022-08-02 18:07:45 +00:00
Peer Richelsen
7480a73905
fixed dark mode profile page ( #3650 )
...
* fixed dark mode profile page
* nit
2022-08-02 18:59:33 +02:00
Agusti Fernandez Pardo
fe50b8de18
fix: cleanup onboarding username ( #3638 )
2022-08-02 10:33:21 -06:00
Agusti Fernandez Pardo
fd8b323e47
fix: base_url for login link should be WEBAPP_URL not WEBSITE_URL ( #3637 )
2022-08-02 10:05:09 -06:00
Leo Giovanetti
760026b2e6
Correcting syntax of overloading ( #3598 )
...
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-08-02 05:52:25 +00:00
zomars
53de4ddaaf
Fixes successRedirectUrl
...
commit b006240b0c
Merge: 6179b3fbe
e7418f68a
Author: zomars <zomars@me.com>
Date: Mon Aug 1 18:20:47 2022 -0600
Merge branch 'main' into production
commit 6179b3fbe0
Author: zomars <zomars@me.com>
Date: Mon Aug 1 18:20:40 2022 -0600
Fixes successRedirectUrl validation
commit 14443099e0
Author: zomars <zomars@me.com>
Date: Mon Aug 1 17:59:47 2022 -0600
successRedirectUrl fixes
2022-08-01 18:45:47 -06:00
zomars
e7418f68a4
Submodule sync
2022-08-01 17:44:40 -06:00
zomars
3ae4655449
v1.8.4
2022-08-01 17:42:06 -06:00
zomars
299f69aa7b
Fixes successRedirectUrl
2022-08-01 17:20:06 -06:00
Agusti Fernandez Pardo
c1896fc833
Feat/onboarding username ( #3580 )
...
* fix: remove duplicate button in textusernamefield
* feat: adds username if not present in getting-started first onboarding step
* fix: credentials
* fix: typo
* fix: user type
* fix: type errors
* Validates successRedirectUrl earlier with zod
* Removes deprecated api endpoint
* Reduces the data needed for the frontend on onboarding
Co-authored-by: Agusti Fernandez Pardo <git@agusti.me>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
Co-authored-by: Omar López <zomars@me.com>
2022-08-01 15:44:08 -06:00
zomars
54acf6d28f
Sorts root scripts and adds prisma alias
2022-08-01 13:50:30 -06:00
Joe Au-Yeung
7e8f13148e
Fix app id when creating credential ( #3629 )
2022-08-01 13:25:04 -06:00
Carina Wollendorfer
b42f0ffadd
Fixes unique constraint error of batchId when scheduling emails ( #3542 )
...
* make batchid unique + return response status 200
* use correct batchId
* change for loop and updateMany
Co-authored-by: CarinaWolli <wollencarina@gmail.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-08-01 10:20:21 +00:00
Hariom Balhara
9346ae644f
Use non shallow mode ( #3620 )
...
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-08-01 09:40:38 +02:00
Adam Garbowski
d6fd9b5df3
Hide dropdown under modal dialog ( #3607 )
...
Co-authored-by: Adam Garbowski <adamgarbowski90@gmail.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2022-07-31 21:48:17 +02:00
github-actions[bot]
529adc4137
New Crowdin translations by Github Action ( #3609 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2022-07-31 10:27:04 +02:00
Omar López
c9d7412a43
Refactors twilio provider ( #3604 )
...
Prevents multiple twilio redeclarations
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-07-30 16:02:34 +00:00
Carina Wollendorfer
dba48ab852
fix design issue ( #3606 )
...
Co-authored-by: CarinaWolli <wollencarina@gmail.com>
2022-07-30 15:49:01 +00:00
Hariom Balhara
0bca141b74
Fix last day of month handling logic in tests ( #3605 )
...
* Fix last day of month handling logic
* Update apps/web/test/lib/getSchedule.test.ts
Co-authored-by: Omar López <zomars@me.com>
* Update apps/web/test/lib/getSchedule.test.ts
* Update apps/web/test/lib/getSchedule.test.ts
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
Co-authored-by: Omar López <zomars@me.com>
2022-07-30 09:33:32 -06:00
Rebecca
a4e91a0666
Improved German locale ( #3521 )
...
Improved and corrected the grammar and wording.
Co-authored-by: Omar López <zomars@me.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2022-07-30 16:56:43 +02:00
mohammed hussam
8efb98698d
change prerequistic of node.js from min 14.x to 15.x ( #3587 )
2022-07-30 16:54:42 +02:00
Peer Richelsen
1403a567ec
nit change to readme
2022-07-30 15:25:00 +02:00
Peer Richelsen
bd6a84e986
added figma design system and help wanted shields to readme
2022-07-30 15:24:33 +02:00
Peer Richelsen
bd41d9d5f0
added help wanted project board
2022-07-30 15:15:42 +02:00
github-actions[bot]
7e7938a4d9
New Crowdin translations by Github Action ( #3569 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2022-07-30 10:15:04 +02:00
zomars
2f03f18447
Fixes missing import
2022-07-29 22:34:57 -06:00
zomars
2b054862df
Uses ISR on setup pages
2022-07-29 22:04:59 -06:00
zomars
382f11f740
Update [status].tsx
2022-07-29 21:52:43 -06:00
zomars
920050022a
Update WebhookListContainer.tsx
2022-07-29 21:52:43 -06:00
zomars
95a0496f32
Type fixes
2022-07-29 21:52:43 -06:00
zomars
1ac36882ac
Update Kbar.tsx
2022-07-29 21:52:43 -06:00
zomars
a4b8cc8391
Fixes dotenv replacements
2022-07-29 19:30:02 -06:00
zomars
e7a91d4594
Squashed commit of the following:
...
commit e84ca3c1fcb625f8cde160b31c1f2b5def78e0bf
Author: zomars <zomars@me.com>
Date: Thu Jul 28 14:10:57 2022 -0600
fix
commit 29025a1104c2853597b5f3abd0d26aaa27a76aa2
Author: zomars <zomars@me.com>
Date: Thu Jul 28 14:10:04 2022 -0600
Force vercel deploy
commit b070a6460cf871488340a22d71c14962f37e7023
Author: Hariom Balhara <hariombalhara@gmail.com>
Date: Thu Jul 28 19:03:07 2022 +0530
Avoid global variables leak by making the entire code IIFE (#3543 ) (#3568 )
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
commit f05c7c4082
Author: Joe Au-Yeung <65426560+joeauyeung@users.noreply.github.com>
Date: Wed Jul 27 16:19:59 2022 -0400
Add axiom to next config (#3556 )
commit c3d05e8686
Author: Hariom Balhara <hariombalhara@gmail.com>
Date: Wed Jul 27 14:12:09 2022 +0530
Potential fix, broken workflow (#3545 )
commit 36e1c9272f
Author: zomars <zomars@me.com>
Date: Tue Jul 26 18:27:57 2022 -0600
Update [schedule].tsx
commit f39535feea
Author: zomars <zomars@me.com>
Date: Tue Jul 26 18:07:30 2022 -0600
Update [status].tsx
commit c3ac1bcc8c
Author: zomars <zomars@me.com>
Date: Tue Jul 26 17:53:43 2022 -0600
Update [schedule].tsx
commit 39364d8476
Author: zomars <zomars@me.com>
Date: Tue Jul 26 17:43:13 2022 -0600
Debugging prod
commit 4b428d22de
Author: zomars <zomars@me.com>
Date: Tue Jul 26 17:20:44 2022 -0600
Update checkLicense.ts
commit 4212e6d619
Author: zomars <zomars@me.com>
Date: Tue Jul 26 17:11:37 2022 -0600
Booking fixes attempt
commit e3160027ea
Author: zomars <zomars@me.com>
Date: Tue Jul 26 13:52:35 2022 -0600
migration conflict fixes
2022-07-29 19:28:54 -06:00
Sagar
54c8c294fc
Fix Deploy with Vercel and add note and build commands and root directory ( #3590 )
2022-07-29 18:49:15 -06:00
zomars
49f584a956
Fixes tailwind for EE code
2022-07-29 16:26:31 -06:00
Adam Garbowski
67f72223bf
Fix broken getLocaleFromHeaders import ( #3592 )
2022-07-29 08:28:53 -06:00
Peer Richelsen
534efe53fe
added status.cal.com badge
2022-07-29 15:47:44 +02:00
Leo Giovanetti
5437005c7e
UI tweaks ( #3576 )
2022-07-29 15:23:54 +02:00
zomars
b931cf2d7c
Submodule sync
2022-07-28 14:25:38 -06:00
Omar López
464343f5ab
Refactors EE code ( #3490 )
...
* WIP
* WIP
* Type and migration fixes
* Adds missing default import
* Fixes import
* Fixes tRPC imports in App Store
* Migrate stripe helpers
* WIP
* Type fixes
* Type fix?
* WIP
* WIP
* Update index.ts
* Fixes
* Update workflow.tsx
* Moved queries to lib
* Moves QueryCell
* Migrates MultiSelectCheckboxes
* WIP
* CryptoSection type fixes
* WIP
* Import fixes
* Build fixes
* Update app-providers.tsx
* Build fixes
* Upgrades hookform zod resolvers
* Build fixes
* Cleanup
* Build fixes
* Relocates QueryCell to ui
* Moved List and SkeletonLoader
* Revert QueryCell migration
* Can't use QueryCell here
* oops
* CryptoSection cleanup
* Update app-providers.tsx
* Moved ee to features
* ee to features/ee
* Removes @calcom/ee
* Adds possible feature locations
* Build fixes
* Migrates stripe to app-store lib
* Colocates stripe imports
* Update subscription.ts
* Submodule sync
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-07-28 13:58:26 -06:00
Bailey Pumfleet
84b4bb397f
Improve help dialog strings ( #3570 )
2022-07-28 15:54:48 +00:00