luzpaz and GitHub
97ef32f7ca
fix: typos in several package/ directories ( #19495 )
...
* fix: typos in packages/embeds
Found via codespell
* fix: typos in packages/lib
Found via codespell
* fix: typos in packages/trpc
Found via codespell
2025-02-24 14:44:08 +00:00
16a94fe712
chore: bump alby packages ( #18406 )
...
* chore: bump alby packages
* fix: update alby sdk version
* chore: update yarn.lock
---------
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
Co-authored-by: Tushar Bhatt <95581504+TusharBhatt1@users.noreply.github.com >
Co-authored-by: amrit <iamamrit27@gmail.com >
2025-02-24 11:25:20 -03:00
8f29811d5a
fix: Some errors breaking storybook build ( #18767 )
...
* fix: filters ui breaking in routing insights page
* fix: story book build errors
---------
Co-authored-by: Anik Dhabal Babu <81948346+anikdhabal@users.noreply.github.com >
2025-02-24 14:24:33 +00:00
Benny Joo and GitHub
a47cd5b106
chore: cleanup - Remove WithLayout HoC itself ( #19490 )
...
* remove future folder
* remove unused file
* remove unused files
2025-02-24 08:38:47 -05:00
Eunjae Lee and GitHub
64aa19fcea
revert: default people filter at bookings ( #19486 )
2025-02-24 14:31:00 +01:00
7c71b179c8
feat: extract bottom navigation logic into a custom hook ( #19468 )
...
* feat: extract bottom navigation logic into a custom hook
* tweak
---------
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
Co-authored-by: unknown <adhabal2002@gmail.com >
Co-authored-by: Anik Dhabal Babu <81948346+anikdhabal@users.noreply.github.com >
2025-02-24 13:27:24 +00:00
luzpaz and GitHub
d485e5f621
fix: typos in packages/app-store ( #19470 )
...
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,notin,optionel,perview,reccuring`
2025-02-24 10:54:28 +00:00
Vijay and GitHub
aa8d0f78d6
error msg when end date not selected ( #19485 )
2025-02-24 10:26:32 +00:00
564497ec2a
feat(lexicalEditor): custom enter-key plugin ( #15952 )
...
* fix(team-description): break lines rendering
* chore(EventTypeDescription): useBreakLine hook for handling html line breaks
* feat(lexicalEditor): custom enter-key plugin
* test(customEditorPlugin): enter key usage
* Update customEnterKeyPlugin.tsx
---------
Co-authored-by: Anik Dhabal Babu <81948346+anikdhabal@users.noreply.github.com >
2025-02-24 14:12:12 +05:30
2089ad40ea
fix: Wrong avatars shown in webhooks page ( #19386 )
...
* fix: Wrong avatars shown in webhooks page
* Fix teams showing wrong avatar
* Fix type error
* Remove unused function arguments
---------
Co-authored-by: Anik Dhabal Babu <81948346+anikdhabal@users.noreply.github.com >
2025-02-24 08:02:57 +00:00
42e94cd5b7
fix: Misaligned Select with input box ( #19400 )
...
* Aligned Select field with input
* Minor fix in alignment
---------
Co-authored-by: amrit <iamamrit27@gmail.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-02-24 07:54:48 +00:00
Peer Richelsen and GitHub
4546bd8653
Update EnterpriseLicense.tsx ( #19363 )
2025-02-24 12:10:14 +05:30
Anik Dhabal Babu and GitHub
2a89a5e249
fix: Username input field not in line ( #19480 )
2025-02-23 18:32:52 +00:00
Benny Joo and GitHub
aba7c6df7f
perf: move all booking pages into (booking-page-wrapper) route group ( #19321 )
...
* update useIsBookingPage
* move team pages into use-page-wrapper route group
* update imports
* fix type check
* update
* update
* remove isBookingPage configure from booking client components
* move all booking pages to use-page-wrapper route group
* add checkIfBookingPage util
* update layout
* update AppProviders
* improve comments
* update
* update pagesAndRewritePaths logic
* refactor
2025-02-23 10:13:11 +01:00
Peer Richelsen and GitHub
97348e2052
fixed FAB ( #19469 )
2025-02-23 03:34:58 -05:00
Steven Tey and GitHub
30149dd100
Upgrade dub version ( #19472 )
2025-02-22 22:43:32 +00:00
Peer Richelsen and GitHub
d91ccd37e0
Revert "fixed FAB size ( #19466 )" ( #19467 )
...
This reverts commit 0bd90d1673 .
2025-02-22 11:52:58 +00:00
Peer Richelsen and GitHub
0bd90d1673
fixed FAB size ( #19466 )
2025-02-22 10:08:16 +00:00
6899b853ee
feat: update translations via @lingodotdev ( #19462 )
...
Co-authored-by: Lingo.dev <support@lingo.dev >
2025-02-21 21:50:02 +00:00
Benny Joo and GitHub
b07d81d0b9
perf: do not use dynamic imports for settings client pages ( #19461 )
2025-02-21 13:27:27 -07:00
Vijay and GitHub
22104f8d91
enable_pip_ui in dailyvideo ( #19423 )
2025-02-21 17:47:00 +00:00
Alex van Andel
26d2decea4
Revert "feat: display alert when leaving/reloading booking page ( #18932 )"
...
This reverts commit b0921fe90a .
2025-02-21 17:09:07 +00:00
Benny Joo and GitHub
b6d8dc0bd6
wip ( #19446 )
2025-02-21 16:51:24 +00:00
GitHub Actions
7c0cdcfc6d
chore: release v5.0.5
2025-02-21 16:12:41 +00:00
Anik Dhabal Babu and GitHub
ad23613599
fix: Issues in custom event name ( #19405 )
...
* fix: Issues in custom event name
* Update event.ts
2025-02-21 15:25:48 +00:00
luzpaz and GitHub
71598a4389
fix: typos in packages/ui ( #19434 )
...
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,notin,optionel,perview,reccuring`
2025-02-21 15:06:49 +00:00
Hariom Balhara and GitHub
2ce1828841
chore: More salesforce logs ( #19409 )
...
* More logs
* fix ts issue
2025-02-21 20:14:28 +05:30
Udit Takkar and GitHub
b287f7e047
docs: add help section for creating phone only event type ( #19440 )
...
* docs: add help section for creating phone only event type
* chore: add not
2025-02-21 15:25:28 +01:00
Benny Joo and GitHub
c2be796a5b
chore: remove deprecated code, Meta & MetaProvider ( #19407 )
...
* chore: remove deprecated code Meta, MetaProvider
* fix type checks
2025-02-21 09:01:44 -05:00
829bb63eb9
fix: skip confirm step followup ( #19076 )
...
* Fix: Resolved double-click issue on timeSlot in Booker Atom
* fix: show toast on booking error
* fix: type error
* Prevent the automatic change of bookerState when all fields are filled.
* fix: when a user clicks on a new timeslot, any previously displayed "Confirm" button should be hidden
* Update useSkipConfirmStep.ts
* fix: remove 2 states for slots
* Update useSlotsForDate.ts
* fix types
* use common types
* fix: show VerifyCodeDialog and RedirectToInstantMeetingModal when skiping confirm step
* fix for instant bookings
---------
Co-authored-by: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com >
2025-02-21 19:07:54 +05:30
Alex van Andel and GitHub
07accf700e
refactor: Enabling typescript 5.3.3 in @calcom/trpc ( #19394 )
...
* Refactors related to enabling typescript 5.3.3 in @calcom/trpc
* Also skip respective tests (obviously logic is broken)
* This causes problems for some reason, revert
* Bring back QueryCell as it's used by atoms
2025-02-21 13:22:31 +00:00
Rajiv Sahal and GitHub
46f73e79c1
fix: booking fields being overridden whenever saving with atom ( #19339 )
...
* fix booking fields not saving properly
* fixup
2025-02-21 12:42:11 +01:00
Udit Takkar and GitHub
b0921fe90a
feat: display alert when leaving/reloading booking page ( #18932 )
...
* feat: display alert when leaving/reloading booking page
* feat: add recurring booking as well
* refactor: use use callback
* chore: add comment
2025-02-21 10:20:05 +00:00
Anik Dhabal Babu and GitHub
3c956dd8e8
fix ( #19399 )
2025-02-21 08:56:23 +00:00
luzpaz and GitHub
197a7ba6e9
fix: typos in packages/features ( #19220 )
...
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,notin,optionel,perview,reccuring`
Closes #19219
2025-02-21 05:14:57 -03:00
Lauris Skraucis and GitHub
e6daed762b
feat: v2 routing forms responses endpoints ( #19319 )
...
* wip: routing forms responses
* refactor structure
* Revert "refactor structure"
This reverts commit b641c06592cd9314008e81c4584039bd42393ac7.
* routing forms
* remove unused file
2025-02-21 13:38:00 +05:30
Eunjae Lee and GitHub
0b3aa4fd34
fix: preserve columnVisibility from initialState ( #19412 )
2025-02-21 08:56:51 +01:00
4a6704c934
fix occurences issues in booking page ( #19304 )
...
Co-authored-by: Tushar Bhatt <95581504+TusharBhatt1@users.noreply.github.com >
2025-02-21 07:55:32 +00:00
Hariom Balhara and GitHub
fbcfc35621
fix crash due to an invalid state of connected field that was deleted ( #19421 )
2025-02-21 11:32:51 +05:30
GitHub Actions
0d2ec20f66
chore: release v5.0.4
2025-02-20 22:50:23 +00:00
01fc501cb9
chore: Block POST requests to all page routes except a whitelist ( #19346 )
...
* chore: block POST requests to next.js routes except a whitelist
* update config.matcher
---------
Co-authored-by: Keith Williams <keithwillcode@gmail.com >
2025-02-20 17:19:35 -03:00
Nayan Bagale and GitHub
1be002c33c
fix: Issues with scheduling timezone change without end time ( #19103 )
...
* fix: Issues with scheduling timezone change without end time
* test: remove DatePicker component tests
* feat: implement DatePicker component with tests and update button data-testid
2025-02-20 19:19:55 +00:00
Benny Joo and GitHub
8a4b03833d
chore: remove org/team booking routes from middleware ( #19349 )
...
* chore: remove user routes from middleware
* chore: remove org and team routes from middleware
2025-02-20 15:30:13 -03:00
8714dda047
feat: update translations via @lingodotdev ( #19417 )
...
Co-authored-by: Lingo.dev <support@lingo.dev >
2025-02-20 18:18:14 +00:00
5b89123307
fix: fix youtube link and referral url ( #19410 )
...
* feat: Add 'Monobot CX' web application into cal.com app-store
* rollback yarn.lock
* fix: youtube link
* fix: change redirect url
* fix: config change redirect url
---------
Co-authored-by: Volodymyr Gusakovskyi <v.gusakovskyi@asferro.com >
Co-authored-by: Anik Dhabal Babu <81948346+anikdhabal@users.noreply.github.com >
2025-02-20 17:48:47 +00:00
Benny Joo and GitHub
3221379584
chore: remove user routes from middleware ( #19345 )
2025-02-20 14:39:40 -03:00
578f5dc16b
feat: implement mintlify AI search into CMD+K ( #18749 )
...
Co-authored-by: Tushar Bhatt <95581504+TusharBhatt1@users.noreply.github.com >
2025-02-20 16:07:13 +00:00
3f042a1077
fix: reduce abnormal spacing in calendar invite ( #19290 )
...
* fix: reduce abnormal spacing in calendar invite
* add test for CalEventParser's getRichDescription
---------
Co-authored-by: Tushar Bhatt <95581504+TusharBhatt1@users.noreply.github.com >
2025-02-20 21:27:33 +05:30
Anik Dhabal Babu and GitHub
a44e7b2371
fix: multiselect is broken ( #19351 )
2025-02-20 13:22:34 +00:00
Hariom Balhara and GitHub
b06a94ab57
More dry run fixes ( #18865 )
2025-02-20 10:21:28 +00:00