luzpaz and GitHub
1848cd55b1
fix: fix playwright typos ( #19794 )
...
Found via `codespell -q 3 -S "*.svg,./apps/web/public/static/locales,./packages/app-store/stripepayment/lib/currencyOptions.ts,./packages/lib/freeEmailDomainCheck/freeEmailDomains.ts" -L afterall,atleast,datea,fo,incase,ist,nam,noone,notin,optionel,perview,pris,reccuring`
2025-03-10 07:39:58 +00:00
Anik Dhabal Babu and GitHub
b0e3cc4dd2
chore: add logs for debugging ( #19851 )
2025-03-10 03:34:52 +00:00
Morgan and GitHub
b3e344d226
chore: decouple calcom/ui/Tooltip from atoms ( #19798 )
...
* chore: decouple calcom/ui from atoms #1
* recover input from main
* fix: vite config dialog
2025-03-10 01:43:01 +00:00
Suyash Srivastava and GitHub
810f3b834c
fix:small typo with email ( #19879 )
2025-03-10 01:22:13 +00:00
Hariom Balhara and GitHub
bf1eacfd9b
Ignore faulty org ( #19825 )
2025-03-10 00:58:48 +00:00
c5c654c879
feat: no-show confirmation does not pop up for single attendee ( #19806 )
...
* feat: no-show marking confirmation does not pop up for single attendee bookings
* fix: Add toggle for no-show status
* simplify logic
* feat: Centralize no-show handling logic in BookingListItem
* Update BookingListItem.tsx
---------
Co-authored-by: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com >
Co-authored-by: Tushar Bhatt <95581504+TusharBhatt1@users.noreply.github.com >
Co-authored-by: Anik Dhabal Babu <81948346+anikdhabal@users.noreply.github.com >
2025-03-09 17:06:03 +00:00
d1ce04edc1
chore: move miscellaneous small api pages to app dir api ( #19699 )
...
* version and verify-booking-token
* username route
* api/me
* logo route
* render email in dev
* link route
* future
* nope and geo location
* referal link and daily
* intercom route and dynamic variables
* intercom route and dynamic variables
* scim 2.0 and helpscout route
* app credentials
* api/book events
* fix daily import path in tests
* fix buildLegacyRequest generation
* fix type errors
* migrate the /teams/ routes
* move cron jobs
* fix daily import path in tests
* fix buildLegacyRequest generation
* fix type errors
* migrate the /teams/ routes
* move cron jobs
* Revert "api/book events"
This reverts commit 607a32fb5b754cad090c2d0cbf64a68f990e220e.
* mock next server NextResponse to fix daily video
* add default responder to teams api
* fix search params
* uses nextUrl.searchParams instead of new url
* uses nextUrl.searchParams instead of new url
* remove outdated api config
* remove app dir version of inbound dynamic variables
* restore pages version of inbound variables
* fix missing code from stupid cursor
---------
Co-authored-by: Benny Joo <sldisek783@gmail.com >
2025-03-09 11:56:56 -04:00
1f1862e526
chore: migrate two-factor APIs to app router ( #19826 )
...
* wip
* remove comment
* clean up
* clean up
---------
Co-authored-by: Anik Dhabal Babu <81948346+anikdhabal@users.noreply.github.com >
2025-03-09 15:40:27 +00:00
Benny Joo and GitHub
63dfc3376c
chore: remove empty path from middleware matcher ( #19860 )
2025-03-09 15:38:04 +00:00
3166db9bcf
chore: update robots.txt to disallow /settings and /my-account ( #19867 )
...
* chore: update robots.txt to disallow /settings and /my-account
* Update robots.txt
---------
Co-authored-by: Keith Williams <keithwillcode@gmail.com >
2025-03-09 08:53:34 +00:00
Vijay and GitHub
f8af9dc17e
fix: failing tests during DST transition ( #19862 )
...
* make the test dst transition proof
* fix other test similarly
2025-03-09 00:43:42 +00:00
Benny Joo and GitHub
ae659b5176
chore: migrate forgot-password, reset-password, auth/setup apis to App Router ( #19512 )
...
* chore: migrate /api/auth/changepw
* migrate forgot-password and reset-password
* remove unneeded export
* rename request to req for easier review
* migrate auth/setup
* remove setup
* refactor
* remove redundant code
* fix
* remove changepw api and unused ui
2025-03-07 14:43:36 -07:00
Eunjae Lee and GitHub
33226f268d
fix: date range on /bookings ( #19785 )
2025-03-07 21:54:49 +01:00
7e2a0d1a1b
fix: calcom UI circle dep ( #19839 )
...
* editor circle dep fix
* circle dep fix in select
* fix barrel export types
---------
Co-authored-by: Anik Dhabal Babu <81948346+anikdhabal@users.noreply.github.com >
2025-03-07 09:26:26 -07:00
a385bd4d5f
feat: team ooo read-only for non-admin ( #19700 )
...
* feat team ooo read-only for non-admin
* Update apps/web/playwright/out-of-office.e2e.ts
Co-authored-by: Younes Henni <youneshenniwrites@gmail.com >
* updated error msgs with t
* nit
* nit
---------
Co-authored-by: Younes Henni <youneshenniwrites@gmail.com >
Co-authored-by: Tushar Bhatt <95581504+TusharBhatt1@users.noreply.github.com >
2025-03-07 16:19:30 +00:00
Anik Dhabal Babu and GitHub
4b4bc28f1d
fix: Calendar events attached to workflow emails are missing meeting link ( #19790 )
2025-03-07 14:41:51 +00:00
Anik Dhabal Babu and GitHub
316fba908b
Revert "fix: prevent background scroll on opening timezone select menu ( #19789 )" ( #19814 )
...
This reverts commit 1a96149ce3 .
2025-03-07 14:39:09 +00:00
d40d282912
Added fix to solve the id TypeError ( #19810 )
...
Co-authored-by: amrit <iamamrit27@gmail.com >
Co-authored-by: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com >
Co-authored-by: Anik Dhabal Babu <81948346+anikdhabal@users.noreply.github.com >
Co-authored-by: Tushar Bhatt <95581504+TusharBhatt1@users.noreply.github.com >
2025-03-07 14:26:36 +00:00
e81df6fdeb
chore: added "+ group link" tip ( #19809 )
...
* added + link tip
* nit
---------
Co-authored-by: amrit <iamamrit27@gmail.com >
Co-authored-by: Anik Dhabal Babu <81948346+anikdhabal@users.noreply.github.com >
Co-authored-by: Tushar Bhatt <95581504+TusharBhatt1@users.noreply.github.com >
2025-03-07 14:23:51 +00:00
Hariom Balhara and GitHub
76420411b9
fix: fixes the crash when empty users or hosts array is passed to _getDelegationCredentialsMapPerUser ( #19834 )
...
* fix crash when no users are there
* typo fix
2025-03-07 13:11:07 +00:00
Keith Williams and GitHub
7ec1617dc2
chore: Update CODEOWNERS for package.json files ( #19831 )
2025-03-07 11:02:33 +00:00
Rajiv Sahal and GitHub
870cadd81f
fix: dry run improvements for v2 ( #19196 )
...
* add dry run param for v2 getSlots
* fixup
* revert changes
* dont reserve a slot for booking dry run
* accept dry run prop as a parameter instead of computing
* fix merge conflicts
* fixup
* dont reserve slots for booking dry run
2025-03-07 14:49:54 +05:30
amrit and GitHub
04c581a25e
docs: Update README ( #19815 )
2025-03-07 10:32:33 +05:30
Syed Ali Shahbaz and GitHub
5ef131333d
update SAML guide ( #19778 )
2025-03-07 09:00:53 +05:30
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