GitHub Actions
c262220f0f
chore: release v5.0.13
2025-03-07 00:38:07 +00:00
Morgan and GitHub
b5e08ea80f
fix: api v2 create event-type with delegation credentials ( #19797 )
2025-03-06 19:46:46 +02:00
Joe Au-Yeung and GitHub
00ee1ef441
refactor: Salesforce - account query based on website ( #19799 )
...
* Refactor account lookup to include website prefixes
* Type fix
2025-03-06 21:53:49 +05:30
Rajiv Sahal and GitHub
6cdc9c9f59
fix invalid access token bug ( #19793 )
2025-03-06 14:51:39 +00:00
56d1998f0f
chore: rename virtual-queue to router-position ( #19774 )
...
Co-authored-by: amrit <iamamrit27@gmail.com >
2025-03-06 19:32:30 +05:30
Udit Takkar and GitHub
d59fdf21fd
feat: display country code from IP ( #19788 )
...
* feat: display country code from IP
* chore: remove
* fix: unit test
2025-03-06 19:16:41 +05:30
suraj and GitHub
1a96149ce3
fix: prevent background scroll on opening timezone select menu ( #19789 )
2025-03-06 13:29:50 +00:00
Eunjae Lee and GitHub
d2bc81758c
feat: add booking id & booking link columns to /insights/routing ( #19697 )
...
* feat: add booking id & booking link columns to /insights/routing
* update style
* update i18n
* update i18n keys
* update host
* useCopy instead of raw navigator.clipboard
2025-03-06 10:24:50 +00:00
Alex van Andel and GitHub
0565e23818
refactor: Remove intervalLimits from @calcom/lib and export directly ( #19710 )
...
* refactor: Remove intervalLimits from @calcom/lib and export directly
* Tackle other places that use parseBookingLimit/parseDurationLimit
* More type fixups that were hidden by previous fails
* Fixed up booking-limits file
* Remove server-only
2025-03-05 19:32:53 +00:00
GitHub Actions
34cff214dd
chore: release v5.0.12
2025-03-05 18:40:35 +00:00
Alex van Andel and GitHub
f7af19b7cb
chore: Bump node to 20 in APIv2 Dockerfile ( #19770 )
2025-03-05 18:19:29 +00:00
6849638b1f
fix: apps/api/v2/package.json & apps/api/v2/.snyk to reduce vulnerabilities ( #19755 )
...
The following vulnerabilities are fixed with a Snyk patch:
- https://snyk.io/vuln/npm:semver:20150403
Co-authored-by: snyk-bot <snyk-bot@snyk.io >
2025-03-05 18:07:55 +00:00
Joe Au-Yeung and GitHub
07969f5287
perf: Add CrmServiceMap ( #19718 )
...
* Generate crm apps map
* Remove .tsx file
* Use `CrmServiceMap` in `getCrm`
* Remove unused types
* Type fixes
* Type fixes
2025-03-05 14:58:02 -03:00
GitHub Actions
44a6ceff3f
chore: release v5.0.12
2025-03-05 17:52:37 +00:00
Vijay and GitHub
0e4309777b
fix: make strict bottom position of DateRangePicker optional ( #19768 )
...
* make strictbottom optional
* chore
2025-03-05 17:26:10 +00:00
Keith Williams and GitHub
b8f0741923
chore: Update CODEOWNERS to have @calcom/Foundation on Platform line items ( #19769 )
2025-03-05 10:01:34 -07:00
nizzy and GitHub
ba1ede2e31
fix: plain z index ( #19767 )
2025-03-05 16:15:01 +00:00
b74a49f31d
fix: use impersonatedById ( #19682 )
...
Co-authored-by: Bailey Pumfleet <bailey@pumfleet.co.uk >
2025-03-05 15:43:25 +00:00
Tushar Bhatt and GitHub
31cd77345d
all changes ( #19720 )
2025-03-05 15:41:54 +00:00
Anik Dhabal Babu and GitHub
2be9ff7622
fix: hubspot not working for team events ( #19761 )
2025-03-05 15:16:49 +00:00
Alex van Andel and GitHub
96a5abe6c3
chore: Fix types of app-store to prevent type drilling ( #19732 )
2025-03-05 12:06:01 -03:00
4cdb8f3bae
feat: make calcom UI dumb again ( #19658 )
...
* remove create button for teams from calcom ui
* migrate timezone select to features
* remove trpc from phone and storybook provider
* new-yarn.lock
* fix imports + test file for select
* fix platform timezone select to use Raw timezone select
* fix timezone type import
* use correct select in timezone-select.tsx - needs trpc version
* fix lock and remove test-utils
* fix log file
* Updated yarn.lock
* Fixed types
* Fixed tests
---------
Co-authored-by: Keith Williams <keithwillcode@gmail.com >
2025-03-05 11:58:52 -03:00
1b111c8add
fix(payments): add return_url for Alipay PaymentIntent confirmation; fixes #19138 ( #19153 )
...
* Update README.md
* fix(payments): add return_url for Alipay PaymentIntent confirmation; fixes #19138
* Fix: update confirmPayment to use confirmParams and resolve TS errors
* Update Payment.tsx
* Update
* fix build error
---------
Co-authored-by: Anik Dhabal Babu <81948346+anikdhabal@users.noreply.github.com >
2025-03-05 11:57:43 -03:00
be1377e9af
fix: typos in apps/api ( #19762 )
...
Found via codespell
Co-authored-by: Tushar Bhatt <95581504+TusharBhatt1@users.noreply.github.com >
2025-03-05 14:29:11 +00:00
Alex van Andel and GitHub
7226370427
chore: Bump .nvmrc node version to node 20 ( #19760 )
2025-03-05 13:50:06 +00:00
Morgan and GitHub
524c0d81a7
chore: rename DWD to DelegationCredential ( #19744 )
...
* Revert "Revert "chore: rename DWD to DelegationCredential (#19703 )" (#19734 )"
This reverts commit 340b5ab061 .
* chore: fix schema and types for now
* fix: domainWideDelegationCredentialId error type
2025-03-05 10:42:20 -03:00
f008a28499
fix: open cal video url on new page when ready ( #19683 )
...
* fix: open cal video url on new page when ready
* fix: open on new tab
* chore: change logic
* chore: add condition for embed
* chore: simplify the code
---------
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
2025-03-05 18:27:06 +05:30
Keith Williams and GitHub
381f2781a3
perf: remove atoms monorepo imports ( #19688 )
...
* perf: Remove atoms/monorepo barrel exports
* Removed more exports
* completely removed the monorepo file
* fixed types
* fixing tests
* fixing package errors
* Pushing latest
* Fixed atoms build
* hack to fix type
* Fixed web build
2025-03-05 09:49:13 -03:00
Alex van Andel and GitHub
6f62c6ad5d
refactor: Typescript fixes and updates for bumping ts version to 5.8.2 ( #19690 )
...
* Typescript fixes and updates for bumping ts version to 5.8.2
* Different TS versions do see an error, so @ts-ignore'ing
* Attempt this fix for ignoring createDecipher/createCipher fns
* Remove @ts-expect-error
2025-03-05 09:17:08 -03:00
Alex van Andel and GitHub
1545a8ec82
chore: Upgrade to node v20 as v18 is EOL next month ( #19733 )
...
* chore: Upgrade to node v20 as v18 is EOL next month
* Run tests using node 20
2025-03-05 13:34:17 +02:00
Muhammad Aiman Sulaiman and GitHub
58d7e59b38
feat: Updates to HitPay Payment App ( #19737 )
...
* feat: add hitpay embed feature for cal embed
feat: update hitpay app description
fix: fixed customers being able to exceed bookings in the same timeslot when using HitPay
fix: fixed callback issue in cal.com using hitpay app when not receiving payment responses
* fix: fixed type-check error
2025-03-05 11:29:38 +00:00
Eunjae Lee and GitHub
d79a5c3adf
fix: search on team availiability (for non-org users) ( #19738 )
2025-03-05 10:56:03 +00:00
Morgan and GitHub
340b5ab061
Revert "chore: rename DWD to DelegationCredential ( #19703 )" ( #19734 )
...
This reverts commit 7a9ddf2194 .
2025-03-05 10:30:23 +00:00
Anik Dhabal Babu and GitHub
fa58fe6563
fix: tab item is not translated ( #19735 )
2025-03-05 09:28:45 +00:00
Benny Joo and GitHub
251121a76f
chore: write defaultResponder for App Router APIs ( #19727 )
...
* create defaultResponderForAppDir
* rename all usages
* finish
* fix
2025-03-05 09:12:07 +00:00
Rajiv Sahal and GitHub
75627cb097
fix: booking fields not saving properly for team events ( #19702 )
2025-03-05 05:38:07 +00:00
amrit and GitHub
f9780fbbd2
fix: auto submission upon uploading photo ( #19715 )
...
* fix: auto submission upon uploading photo
* set image source from server response
* get rid of extra network request by removing refetch
2025-03-05 05:34:02 +00:00
luzpaz and GitHub
13649d3bf3
fix: typos in packages directory ( #19574 )
...
Found via codespell
2025-03-05 05:12:40 +00:00
Benny Joo and GitHub
65898f29eb
perf: dynamic import for sentry CaptureException ( #19730 )
2025-03-04 23:07:20 +00:00
11267e9359
feat: update translations via @lingodotdev ( #19729 )
...
Co-authored-by: Lingo.dev <support@lingo.dev >
2025-03-04 21:40:29 +00:00
d38b35b626
chore: remove storybook ( #19659 )
...
* remove storybook
* remove storybook trpc provider
* add user-event
* fix lockk file
---------
Co-authored-by: Bailey Pumfleet <bailey@pumfleet.co.uk >
2025-03-04 14:14:56 -07:00
Lauris Skraucis and GitHub
fff521e171
fix: v2 managed user attendee bookings ( #19716 )
...
* Revert "Revert "fix: v2 managed user attendee bookings (#19612 )" (#19635 )"
This reverts commit 2600a6c3d5 .
* fix: make guests optional
2025-03-04 18:08:21 +01:00
Vijay and GitHub
fd6666ebad
feat: improved ooo search ( #19704 )
...
* improved ooo search
* chore
2025-03-04 13:45:00 +00:00
Anik Dhabal Babu and GitHub
f2fa1248eb
fix ( #19692 )
2025-03-04 18:21:39 +05:30
Morgan and GitHub
7a9ddf2194
chore: rename DWD to DelegationCredential ( #19703 )
...
* chore: rename DWD to DelegationCredential
* fixup! chore: rename DWD to DelegationCredential
* fixup! fixup! chore: rename DWD to DelegationCredential
* fixup! Merge branch 'main' into rename-domain-wide-delegation
* fixup! fixup! Merge branch 'main' into rename-domain-wide-delegation
* fixup! fixup! fixup! Merge branch 'main' into rename-domain-wide-delegation
2025-03-04 09:45:39 -03:00
Anik Dhabal Babu and GitHub
a39b5e47a7
fix: member filter fix ( #19707 )
2025-03-04 12:45:27 +00:00
Morgan and GitHub
ae8180e7c2
chore: improve validate hosts api v2 team event-types ( #19696 )
...
* chore: improve validate hosts api v2 team event-types
* fixup! chore: improve validate hosts api v2 team event-types
2025-03-04 08:55:40 +00:00
Morgan and GitHub
72832354e6
fix: api v2 axiom logs exceed column size ( #19636 )
2025-03-04 05:40:36 +00:00
Vachmara and GitHub
df598bf281
feat: improve Intercom app ( #19687 )
...
* fix: don't POST to cal.com/[user]/[type]
* fix: return html with cal calendar embed
* fix: intercom app team events types
* feat: improve Intercom UX integration
* Merge branch 'main' of https://github.com/calcom/cal.com
2025-03-04 10:48:31 +05:30
GitHub Actions
a3ce957f00
chore: release v5.0.11
2025-03-03 23:30:41 +00:00