This repository was archived by the owner on Oct 29, 2025. It is now read-only.
Commit 5a9a912
committed
tag version Cal.com version v5.7.9
1 parent 4af4079 commit 5a9a912
1 file changed
+1
-1
lines changed- .env.example+3
- .github/CODEOWNERS+1
- .yarn/versions/351279b7.yml
- apps/web/instrumentation-client.ts+11
- apps/web/next.config.js+6
- apps/web/package.json+3-2
- apps/web/pages/api/book/event.ts+14
- apps/web/public/static/locales/ar/common.json+2
- apps/web/public/static/locales/az/common.json+2
- apps/web/public/static/locales/bg/common.json+2
- apps/web/public/static/locales/bn/common.json+2
- apps/web/public/static/locales/ca/common.json+2
- apps/web/public/static/locales/cs/common.json+2
- apps/web/public/static/locales/da/common.json+2
- apps/web/public/static/locales/de/common.json+2
- apps/web/public/static/locales/el/common.json+2
- apps/web/public/static/locales/en/common.json+2
- apps/web/public/static/locales/es-419/common.json+2
- apps/web/public/static/locales/es/common.json+2
- apps/web/public/static/locales/et/common.json+2
- apps/web/public/static/locales/eu/common.json+2
- apps/web/public/static/locales/fi/common.json+2
- apps/web/public/static/locales/fr/common.json+2
- apps/web/public/static/locales/he/common.json+2
- apps/web/public/static/locales/hu/common.json+2
- apps/web/public/static/locales/it/common.json+2
- apps/web/public/static/locales/ja/common.json+2
- apps/web/public/static/locales/km/common.json+2
- apps/web/public/static/locales/ko/common.json+2
- apps/web/public/static/locales/nl/common.json+2
- apps/web/public/static/locales/no/common.json+2
- apps/web/public/static/locales/pl/common.json+2
- apps/web/public/static/locales/pt-BR/common.json+2
- apps/web/public/static/locales/pt/common.json+2
- apps/web/public/static/locales/ro/common.json+2
- apps/web/public/static/locales/ru/common.json+2
- apps/web/public/static/locales/sk-SK/common.json+2
- apps/web/public/static/locales/sr/common.json+2
- apps/web/public/static/locales/sv/common.json+2
- apps/web/public/static/locales/tr/common.json+2
- apps/web/public/static/locales/uk/common.json+2
- apps/web/public/static/locales/vi/common.json+2
- apps/web/public/static/locales/zh-CN/common.json+2
- apps/web/public/static/locales/zh-TW/common.json+2
- apps/web/test/utils/bookingScenario/bookingScenario.ts+191-168
- apps/web/test/utils/bookingScenario/expects.ts+20-7
- docs/developing/guides/api/how-to-setup-api-in-a-local-instance.mdx+1-1
- i18n.lock+2
- packages/features/CalendarEventBuilder.ts+2
- packages/features/bookings/lib/handleCancelBooking.ts+1
- packages/features/bookings/lib/handleCancelBooking/test/handleCancelBooking.test.ts+126-15
- packages/features/bookings/lib/handleNewBooking.ts+1-1
- packages/features/bookings/lib/handleNewBooking/test/fresh-booking.test.ts+35-22
- packages/features/bookings/lib/handleNewBooking/test/team-bookings/round-robin.test.ts+185-28
- packages/features/bookings/lib/payment/getBooking.ts+3-2
- packages/features/bot-detection/BotDetectionService.test.ts+184
- packages/features/bot-detection/BotDetectionService.ts+81
- packages/features/bot-detection/index.ts+1
- packages/features/ee/workflows/api/scheduleEmailReminders.ts+2-1
- packages/features/ee/workflows/lib/reminders/emailReminderManager.ts+2-1
- packages/features/flags/config.ts+1
- packages/features/flags/hooks/index.ts+1
- packages/features/webhooks/components/WebhookForm.tsx+14-2
- packages/features/webhooks/lib/sendPayload.ts+1
- packages/lib/emailSchema.ts+12-1
- packages/lib/server/repository/eventTypeRepository.ts+11
- packages/prisma/migrations/20251002092823_add_booker_botid_feature_flag/migration.sql+9
- packages/prisma/migrations/20251006191654_drop_watchlist_deleted_column_index/migration.sql+14
- packages/prisma/zod-utils.ts+1-1
- packages/trpc/server/routers/viewer/bookings/confirm.handler.ts+1
- packages/types/Calendar.d.ts+1
- turbo.json+1
- yarn.lock+139-1
0 commit comments