Benny Joo and GitHub
d131d58b19
feat: upgrade @daily libs ( #20348 )
...
* upgrade @daily libs
* install peer dep
* add code for local testing
2025-03-25 17:27:00 +00:00
Benny Joo and GitHub
c7c2c03f6a
chore: move ServerTrans to packages/lib ( #20353 )
...
* chore: move ServerTrans to packages/lib
* remove file not meant for this PR
2025-03-25 10:23:42 +00:00
Morgan and GitHub
a183b31269
refactor: atoms dependency on web through AdditionalCalendarSelector ( #20352 )
2025-03-25 09:09:57 +00:00
Benny Joo and GitHub
bec8bf2eaa
chore: improve e2e test suite for i18n routing ( #20349 )
2025-03-25 13:55:29 +05:30
Anik Dhabal Babu and GitHub
1789aef7d3
fix: organizer req email v2 issue ( #20314 )
2025-03-25 05:10:42 +00:00
GitHub Actions
214528ffa8
chore: release v5.1.7
2025-03-25 00:23:18 +00:00
7f79779bf8
chore: Upgrade jackson ( #20107 )
...
Co-authored-by: Alex van Andel <me@alexvanandel.com >
2025-03-25 00:18:26 +00:00
GitHub Actions
ed0f8fe0e7
chore: release v5.1.6
2025-03-24 23:23:16 +00:00
Benny Joo and GitHub
273fc544e7
feat: rewrite all routes starting with supported lang code ( #20346 )
...
* feat: rewrite all routes starting with matching locale code
* update e2e test
2025-03-24 23:15:39 +00:00
Joe Au-Yeung and GitHub
f24e8d12f0
feat: Salesforce - handle picklist field type ( #20342 )
...
* Add picklist to `SalesforceFieldType` enum
* Add picklist value to Salesforce settings
* Add `getPicklistFieldValue` method
* Find picklist option based on active and value
2025-03-24 23:05:30 +00:00
Omar López and GitHub
19712f62e3
feat: improved observability on api v1 and webapp ( #20302 )
...
* feat: associate errors to users on api v1
* Added webapp
* Update layout.tsx
* Update captureUserId.ts
2025-03-24 23:01:20 +00:00
0ec701f9e6
fix: rewrite /en/* paths to /* ( #20331 )
...
* fix: add back i18n config to next.config.js
* add back localeDetection
* rewrite /en/* paths to /
* add e2e test
* add comment
* add test
---------
Co-authored-by: Anik Dhabal Babu <81948346+anikdhabal@users.noreply.github.com >
2025-03-24 16:50:55 -03:00
Vijay and GitHub
0eb4e6c7d4
explicitly specify default visibility value till initializes ( #20312 )
2025-03-24 14:25:56 +00:00
GitHub Actions
f9ee907245
chore: release v5.1.5
2025-03-24 00:23:17 +00:00
Keith Williams and GitHub
96cd3f7b2f
chore: Upgrade @sentry/nextjs to 9.8.0 ( #20324 )
...
* chore: Upgrade Sentry
* Use ^9.8.0
2025-03-23 15:24:59 -03:00
Keith Williams and GitHub
7943a83e7d
fix: lint errors ( #20323 )
2025-03-23 14:38:53 +00:00
Keith Williams and GitHub
032c41fefd
chore: Upgrade Next to 15.2.3 ( #20315 )
2025-03-22 15:07:57 +00:00
Vijay and GitHub
41041226b4
wait in advance and avoid race condition ( #20311 )
2025-03-22 14:56:01 +05:30
8ee6d2befa
feat: update translations via @lingodotdev ( #20307 )
...
Co-authored-by: Lingo.dev <support@lingo.dev >
2025-03-21 20:10:34 +00:00
GitHub Actions
6df473c5fb
chore: release v5.1.4
2025-03-21 19:14:23 +00:00
Benny Joo and GitHub
4606fc6ace
chore: Remove HeadSeo everywhere ( #20272 )
2025-03-21 14:24:53 -04:00
78ddf71823
perf: Move OOO-related tRPC procedures to new routers ( #20136 )
...
* perf: Move OOO-related tRPC procedures to new routers
* Moved test file
* push fix for import path in tests
* fix trpc response url that we wait for
---------
Co-authored-by: sean-brydon <sean@cal.com >
Co-authored-by: Anik Dhabal Babu <81948346+anikdhabal@users.noreply.github.com >
Co-authored-by: sean-brydon <55134778+sean-brydon@users.noreply.github.com >
2025-03-21 09:03:10 -07:00
Pranav Patil and GitHub
00dc467f25
fix: Padding issue in text fields ( #20287 )
2025-03-21 09:03:54 +00:00
Vijay and GitHub
5d9c7bfde9
place correct actions before await ( #20266 )
2025-03-21 09:39:21 +05:30
Benny Joo and GitHub
cfd1c5dfe3
show-skeleton-only-if-cached-data-do-not-exist ( #20275 )
2025-03-21 09:38:58 +05:30
Benny Joo and GitHub
3b992fa9bd
chore: missing awaits for params/search params in two pages ( #20276 )
2025-03-21 02:19:15 +00:00
8ad442f2be
feat: Upgrade to Next 15 ( #18834 )
...
* wip
* update layoutHOC
* wip
* remove app router related code no longer used
* remove more
* await cookies, headers, params, serachparams
* update yarn.lock
* await cookies, headers, params, serachparams more
* update yarn lock again
* downgrade next-auth to 4.22.1
* update yarn lock
* fix
* update yarn lock
* fix type checks
* update yarn lock
* await headers and cookies
* restore pages folder
* restore yarn.lock
* update yarn.lock
* await headers and cookies
* remove
* await params in API routes
* updates
* restore next.config.js
* remove i18n from next.config.js
* Fixed tests
* Fixed types
* Removed duplicate favicon.ico
* Fixing more types
* ImageResponse moved to next/og
* Fixed prisma import issues
* dynamic import for @ewsjs/xhr
* remove deasync dep
* dynamic import for @tryvital/vital-node
* fix type checks
* add back turbopack command
* Type fix
* Removed unneeded file
* fix turbopack relative path errors
* add comments
* remove unneeded code
* Fixed build errors
* await apis
* use Promise<Params> type in defaultResponderForAppDir util
* refactor scim api route
* fix type checks
* separate app-routing.config into client-config and server-config
* wip
* refactor routing forms components
* revert unneeded changes for easier review
* fix
* fix
* use CustomTrans
* fix type
* fix unit tests
* fix type error
* fix build error
* fix build error
* fix build error
* fix warnings
* fix warnings
* upgrade @tremor/react and tailwindcss
* numCols -> numItems
* fix forgot-password e2e test
* fix 1 more e2e test
* fix login e2e test
* fix e2e tests
* fix e2e tests
* clean up
* remove error
* use tremor/react 2.11.0
* fix
* rename CustomTrans to ServerTrans
* address comment
* fix test
* fix ServerTrans
* fix
* fix type
* fix ServerTrans usages 1
* fix translations
* fix type checks
* fix type checks
* link styling
* fix
---------
Co-authored-by: Keith Williams <keithwillcode@gmail.com >
Co-authored-by: Anik Dhabal Babu <81948346+anikdhabal@users.noreply.github.com >
2025-03-20 21:30:51 -03:00
GitHub Actions
695a4d7a59
chore: release v5.1.3
2025-03-20 22:05:36 +00:00
Vijay and GitHub
efeb0a8f41
fix: repeatedly occurring flaky tests ( #20238 )
...
* fix flaky tests
* minor tweak in ooo tests
* chore
* update: fill description at end
2025-03-20 18:46:41 +05:30
Anik Dhabal Babu and GitHub
6bb8a7c6a9
fix: e2e flake ( #20252 )
2025-03-20 12:14:51 +00:00
Hariom Balhara and GitHub
aa7f9719c9
Must slugify the slug - in UI and before we use it ( #20242 )
2025-03-20 11:23:46 +00:00
Benny Joo and GitHub
b0bf274896
perf: Remove packages/ui/index.ts barrel file ( #20243 )
...
* remove packages/ui/index.ts
* Update tests
2025-03-20 07:26:12 -03:00
853f9bc436
perf: do not import from @calcom/ui barrel file ( #20184 )
...
* Icon and IconName
* Button and ButtonGroup
* UserAvatar
* AvatarGroup
* Avatar
* WizardLayout
* Dialogs
* EmptyScreen
* showToast and TextField
* Editor
* Skeleton
* Skeleton
* TopBanner and showToast
* Button again
* more
* perf: Remove app-store reference from @calcom/ui
* more
* Fixing types
* Icon
* Fixed casing
* dropdown
* more
* Select
* more
* Badge
* List
* more
* Divider
* more
* fix
* fix type check
* refactor
* fix
* fix
* fix
* fix
* fix
* fix
* fix
* fix type check
* fix
* fix
* fix
* fix
* more
* more
* more
* more
* add index file to components/command
* fix
* fix
* fix
* fix imports
* fix
* fix
* fix
* fix
* fix
* fix
* fix
* fix build errors
* fix build errors
* fix
---------
Co-authored-by: Keith Williams <keithwillcode@gmail.com >
2025-03-19 19:00:55 -03:00
GitHub Actions
ca19aa00c1
chore: release v5.1.2
2025-03-19 21:59:27 +00:00
3c1297aa72
fix: calcom trpc sessio circle dep ( #19893 )
...
* fix trpc session circle dep
* fixes trpc session cirlce dep
* fix relative imports
* fix more imports to use types and not trpc
* fix exports
* Fixed types
---------
Co-authored-by: Keith Williams <keithwillcode@gmail.com >
2025-03-19 05:50:22 -03:00
Vijay and GitHub
96f7a01c5f
fix: few flaky tests in ooo and bookings-list ( #20170 )
...
* fix flaky tests
* chore
2025-03-19 08:32:47 +00:00
a4a05878ef
fix: use correct skeleton loader ( #20197 )
...
Co-authored-by: Tushar Bhatt <95581504+TusharBhatt1@users.noreply.github.com >
2025-03-19 08:07:22 +00:00
352d68ae1c
perf: Remove app-store reference from @calcom/ui ( #20188 )
...
* perf: Remove app-store reference from @calcom/ui
* Fixing types
* Fixed casing
* fix type check
* refactor
* fix
* fix
* fix
* fix
* fix
* fix
---------
Co-authored-by: hbjORbj <sldisek783@gmail.com >
2025-03-19 05:04:02 -03:00
Morgan and GitHub
d64ae3c901
fix: missing booking reminder reference in cron ( #20200 )
2025-03-19 07:27:52 +00:00
GitHub Actions
aa4276be5b
chore: release v5.1.1
2025-03-18 20:45:23 +00:00
Benny Joo and GitHub
cc1b6bac4a
perf: Remove QueryCell from availability view ( #20176 )
2025-03-18 17:05:02 -03:00
Anik Dhabal Babu and GitHub
f63edef48d
fix: flaky e2e tests ( #20168 )
...
* fix: flaky e2e tests
* update
* fix
2025-03-18 22:30:00 +05:30
Morgan and GitHub
dd45d8cdbc
fix: don't remind platform users in reminder cron ( #20056 )
2025-03-17 23:00:25 +02:00
30dce7bacd
perf: Move apps procedures off of loggedInViewer ( #20112 )
...
* perf: Slim down loggedInViewer tRPC router
* Fixed trpc client calls for new routes
* Moved bookingUnconfirmedCount
* Moved getUserTopBanners to me router
* Moved shouldVerifyEmail to me router
* Moved i18n from public to its own router
* fix ssrInit
* fix ssrInit usage
* fix type check
* better naming
* fix
* fix
* Fix types
* Removed used of importHandler
* perf: Move apps procedures off of loggedInViewer
* Moved 2 more apps-related procedures
---------
Co-authored-by: hbjORbj <sldisek783@gmail.com >
2025-03-17 17:18:19 +00:00
20d6eb5200
perf: Slim down loggedInViewer tRPC router ( #20111 )
...
* perf: Slim down loggedInViewer tRPC router
* Fixed trpc client calls for new routes
* Moved bookingUnconfirmedCount
* Moved getUserTopBanners to me router
* Moved shouldVerifyEmail to me router
* Moved i18n from public to its own router
* fix ssrInit
* fix ssrInit usage
* fix type check
* better naming
* fix
* fix
* Fix types
* Removed used of importHandler
---------
Co-authored-by: hbjORbj <sldisek783@gmail.com >
2025-03-16 18:22:48 -07:00
GitHub Actions
73e7d6f986
chore: release v5.1.0
2025-03-15 11:11:37 +00:00
5d2d7ce979
fix: German translation for seats_availability text ( #20086 )
...
* Fix German translation for seats_availability text
* enhancements
---------
Co-authored-by: Tushar Bhatt <95581504+TusharBhatt1@users.noreply.github.com >
Co-authored-by: Tushar <tusharbhatt0135@gmail.com >
2025-03-15 08:12:04 +00:00
GitHub Actions
4dc21ab2b0
chore: release v5.0.20
2025-03-14 19:07:01 +00:00
Keith Williams and GitHub
587af33179
perf: Use built types for appRouter ( #20083 )
...
* perf: Use built types for appRouter
* Got it working just for server
* Added dependency to turbo.json
2025-03-14 10:42:45 -07:00
0968fc56eb
feat: add utm tracking on booking ( #19965 )
...
* add tracking to booking + pass to handleNewBooking
* save tracking to booking
* return undefined if no utm params
* add test for handleNewBooking
* fix type error in test
* refactor code
* code clean up
* code clean up
* add missing import
* fix type import
* add utm params to insights (#20063 )
* add utm params to insights
* remove duplicates
* remove duplicate columns
---------
Co-authored-by: CarinaWolli <wollencarina@gmail.com >
---------
Co-authored-by: CarinaWolli <wollencarina@gmail.com >
Co-authored-by: Omar López <zomars@me.com >
2025-03-14 08:21:55 -07:00