Skip to content

Commit 42b79a8

Browse files
authored
Merge branch 'main' into settings-home
2 parents 61d54f3 + bd5d94a commit 42b79a8

File tree

1,842 files changed

+40969
-77168
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,842 files changed

+40969
-77168
lines changed

.claude/settings.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"env": {
3+
"CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS": "1"
4+
}
5+
}

.easignore

Lines changed: 0 additions & 57 deletions
This file was deleted.

.env.example

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,11 +209,13 @@ NEXT_PUBLIC_STRIPE_PREMIUM_PLAN_PRICE=
209209
NEXT_PUBLIC_IS_PREMIUM_NEW_PLAN=0
210210
NEXT_PUBLIC_STRIPE_PREMIUM_NEW_PLAN_PRICE=
211211
STRIPE_TEAM_MONTHLY_PRICE_ID=
212+
STRIPE_TEAM_ANNUAL_PRICE_ID=
212213
NEXT_PUBLIC_STRIPE_CREDITS_PRICE_ID=
213214
ORG_MONTHLY_CREDITS=
214215
STRIPE_TEAM_PRODUCT_ID=
215216
# It is a price ID in the product with id STRIPE_ORG_PRODUCT_ID
216217
STRIPE_ORG_MONTHLY_PRICE_ID=
218+
STRIPE_ORG_ANNUAL_PRICE_ID=
217219
STRIPE_ORG_PRODUCT_ID=
218220
# Used to pass trial days for orgs during the Stripe checkout session
219221
STRIPE_ORG_TRIAL_DAYS=

.github/CODEOWNERS

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
/apps/web/lib/core/**/* @calcom/Foundation
1010
/apps/web/lib/booking.ts @calcom/Foundation
1111
/apps/web/lib/handleOrgRedirect.ts @calcom/Foundation
12+
/apps/web/modules/shell/Shell.tsx @calcom/Foundation
1213
/apps/web/proxy.ts @calcom/Foundation
1314
/deploy/**/* @calcom/Foundation
1415
/packages/app-store/applecalendar/**/* @calcom/Foundation
@@ -36,3 +37,11 @@
3637
/packages/trpc/server/routers/viewer/bookings/get.handler.ts @calcom/Foundation
3738
/packages/trpc/server/routers/viewer/slots/**/* @calcom/Foundation
3839
/packages/ui/**/* @calcom/Consumer @calcom/Foundation
40+
41+
# Exclude test files from requiring foundation/consumer approval
42+
**/*.spec.*
43+
**/*.e2e.*
44+
**/*.e2e-spec.*
45+
**/*.test.*
46+
**/*.test-suite.*
47+
**/*.integration-test.*

.github/ISSUE_TEMPLATE/companion.md

Lines changed: 0 additions & 120 deletions
This file was deleted.

.github/oasdiff-err-ignore.txt

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,11 @@ GET /v2/bookings/{bookingUid} added 'subschema #3, subschema #6' to the 'data' r
77
POST /v2/bookings/{bookingUid}/cancel added 'subschema #3, subschema #6' to the 'data' response property 'oneOf' list for the response status '200'
88
POST /v2/bookings/{bookingUid}/confirm added 'subschema #3, subschema #6' to the 'data' response property 'oneOf' list for the response status '200'
99
POST /v2/bookings/{bookingUid}/decline added 'subschema #3, subschema #6' to the 'data' response property 'oneOf' list for the response status '200'
10-
POST /v2/bookings/{bookingUid}/guests added 'subschema #3, subschema #6' to the 'data' response property 'oneOf' list for the response status '200'
10+
POST /v2/bookings/{bookingUid}/guests added 'subschema #3, subschema #6' to the 'data' response property 'oneOf' list for the response status '200'
11+
DELETE /v2/event-types/{eventTypeId}/webhooks/{webhookId} added the new path request parameter 'webhookId'
12+
GET /v2/event-types/{eventTypeId}/webhooks/{webhookId} added the new path request parameter 'webhookId'
13+
DELETE /v2/oauth-clients/{clientId}/webhooks/{webhookId} added the new path request parameter 'webhookId'
14+
GET /v2/oauth-clients/{clientId}/webhooks/{webhookId} added the new path request parameter 'webhookId'
15+
DELETE /v2/teams/{teamId}/event-types/{eventTypeId}/webhooks/{webhookId} added the new path request parameter 'webhookId'
16+
GET /v2/teams/{teamId}/event-types/{eventTypeId}/webhooks/{webhookId} added the new path request parameter 'webhookId'
17+
GET /v2/webhooks/{webhookId} added the new path request parameter 'webhookId'

.github/workflows/companion-build.yml

Lines changed: 0 additions & 44 deletions
This file was deleted.

.github/workflows/companion-lint.yml

Lines changed: 0 additions & 33 deletions
This file was deleted.

.github/workflows/companion-typecheck.yml

Lines changed: 0 additions & 34 deletions
This file was deleted.

0 commit comments

Comments
 (0)