8a18e167e9
fix: remove oAuth clientId from email when rescheduling platform booking ( #20354 )
...
Co-authored-by: Rajiv Sahal <sahalrajiv-extc@atharvacoe.ac.in >
2025-03-25 13:18:29 +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
Anik Dhabal Babu and GitHub
7b9dabfa17
fix: disable guest is not updating onchange ( #20340 )
2025-03-25 04:51:13 +00:00
Anik Dhabal Babu and GitHub
3ecc9319c7
fix: Introduce a new prop in the session to extract the profile username when inside an org ( #18979 )
...
* fix: flaky test organization.spec
* fix: use profile.username
* update
* update
* update
2025-03-25 09:46:00 +05:30
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
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
sean-brydon and GitHub
e4cfaa56f0
no throw 202 ( #20339 )
2025-03-24 16:48:38 +00:00
c7641f852f
feat: Added org username to admin users view ( #20254 )
...
* feat : Added org username to admin users view
* styling tweaks (#20215 )
* minor-changes
---------
Co-authored-by: Tushar Bhatt <95581504+TusharBhatt1@users.noreply.github.com >
Co-authored-by: Tushar <tusharbhatt0135@gmail.com >
2025-03-24 15:03:58 +00:00
Omar López and GitHub
a18defaa36
fix: increase memory requirement for building atoms ( #20306 )
2025-03-24 10:50:35 -03:00
GitHub Actions
f9ee907245
chore: release v5.1.5
2025-03-24 00:23:17 +00:00
Anik Dhabal Babu and GitHub
01c16ad150
fix: calender setting skeleton ( #20317 )
2025-03-23 08:23:28 +00:00
Hariom Balhara and GitHub
56ab4e8415
Add salesforce query validation in integration tests ( #20209 )
2025-03-21 23:06:41 +00:00
Omar López and GitHub
9cd133ff10
Auto builds icons before dev and build scripts ( #20304 )
2025-03-21 19:59:00 +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
Lauris Skraucis and GitHub
c0ecfcd910
docs: v2 team event schedulingType ( #20289 )
...
* refactor: input scheduling type
* refactor: output scheduling type
2025-03-21 13:25:59 +00:00
Morgan and GitHub
b94b16316f
fix: i18n failed to fetch translations results in api v2 crash ( #20294 )
...
* fix: i18n failed to fetch translations
* fixup! fix: i18n failed to fetch translations
2025-03-21 14:22:38 +02:00
Tushar Bhatt and GitHub
f80b780aae
fix: removing unnecessary styles ( #20284 )
...
* fix: removing unnecessary styles
* add padding
* padding
* padding
2025-03-21 16:36:21 +05:30
Pranav Patil and GitHub
00dc467f25
fix: Padding issue in text fields ( #20287 )
2025-03-21 09:03:54 +00:00
Morgan and GitHub
d644c09bac
fix: missing Prisma type in libraries ( #20285 )
2025-03-21 08:50:14 +00:00
amrit and GitHub
d7e5a8e588
fix: update SkeletonLoaderTeamList component layout ( #20263 )
2025-03-21 02:21:54 +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
9bcea0fa01
replyTo includes the correct email ( #20235 )
...
Co-authored-by: Tushar Bhatt <95581504+TusharBhatt1@users.noreply.github.com >
2025-03-20 17:16:12 +00:00
Gaurav Verma and GitHub
a48ad2219f
feat: add aria-labels for accessibility in AddVariablesDropdown and ToolbarPlugin components ( #20260 )
2025-03-20 15:59:47 +00:00
55a97b71c8
perf: fix circular dependencies ( #20121 )
...
* perf: fix circular dependencies
* fix: types
* fix: types
* fix: types
---------
Co-authored-by: sean-brydon <55134778+sean-brydon@users.noreply.github.com >
2025-03-20 15:30:26 +00:00
Udit Takkar and GitHub
b1b8b0135e
refactor: event type builder ( #19459 )
2025-03-20 07:49:14 -07:00
08d4c800e9
feat: allow timezones selection in Booker atom via prop ( #20044 )
...
* expose props to pass in timezones and booking dry run values from outside
* fix merge conflicts
* update typings
* add props values to test
* fixup: PR feedback
* PR feedback
* fix wrong prop name
* fix merge conflicts
* fixup
* update docs
* update docs examples
* fix props naming
* fix timezone component logic and typo
* extract typings of timeZones
* update typings for Timezone
* update docs
* resolve merge conflicts
* fix typings
---------
Co-authored-by: Morgan <33722304+ThyMinimalDev@users.noreply.github.com >
2025-03-20 14:05:45 +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
Hariom Balhara and GitHub
207147f5ff
fix: Errors seen in some cases when organization is created through webhook ( #20249 )
2025-03-20 13:02:32 +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
e045dcff11
fix: add response id to webhook payload ( #20247 )
...
* add responseId to webhook payload
* fix test
---------
Co-authored-by: CarinaWolli <wollencarina@gmail.com >
2025-03-20 11:21:30 +00:00
Eunjae Lee and GitHub
80eb6daf1f
fix: case insensitive search on organization member list ( #20240 )
2025-03-20 10:47:57 +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
Peer Richelsen and GitHub
c7d9c63390
added padding bottom so plain chat doenst overlay anything ( #20224 )
2025-03-20 03:56:16 +00: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
Anik Dhabal Babu and GitHub
467c979aa7
fix: updating the user does not invalidate/refresh the table ( #20228 )
2025-03-19 20:28:18 +00:00
Hariom Balhara and GitHub
9f9bf10040
fix: A user exists with that username ( #20217 )
2025-03-19 14:34:33 +00:00
232f9d288c
fix: Loading indicator alignment in settings page ( #20219 )
...
* Fix: Loading indicator alignment in profile page
* Added animate spin class
---------
Co-authored-by: Tushar Bhatt <95581504+TusharBhatt1@users.noreply.github.com >
2025-03-19 14:31:05 +00:00
Anik Dhabal Babu and GitHub
7dab100382
fix: unskip confirm step if there are multiple location ( #20051 )
2025-03-19 12:17:49 +00:00
Lauris Skraucis and GitHub
91d4f1c219
feat: booker atom confirm and back button styling ( #20162 )
...
* feat: submitButtonDisabled Booker atom prop
* feat: confirmStep.confirmButton & backButton booker styles
* refactor: rename submitButtonDisabled to confirmButtonDisabled
* feat: implement this feature for skip confirm step
* refactor: naming
2025-03-19 11:30:48 +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
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
Tushar Bhatt and GitHub
ffd034679c
fix: team-update-on-eventTypes-page ( #20152 )
2025-03-19 07:28:18 +00:00
Hariom Balhara and GitHub
7250e22257
fix salesforce query ( #20196 )
2025-03-19 09:23:12 +02:00