Tushar Bhatt and GitHub
9ce94fbbfc
fix:theme-flakiness ( #20460 )
2025-03-31 21:18:06 +05:30
sean-brydon and GitHub
5cd2ba1362
perf: move stripe to billing service out of app store ( #20376 )
...
* add more methods to billingService
* update profile handler
* stripe customer handler
* verify email
* move imports + move generic methods to billing service
* move to strip ebilling service class
* push changes to mocks
* fix enum
* fix typo
* correctly update customer metadata
* fix userId type to number
* fix types on billing services
* fix type errors due to return methods differing
* fix return types
2025-03-31 09:20:27 +00:00
Eunjae Lee and GitHub
f15d347804
feat: implement filter segment ( #20066 )
...
* feat: add filter segment
* add tests
* add ui
* provide tableIdentifier from context
* fix components
* update save button
* try to fix router
* add proper implementation
* update icon
* remove segmentId if invalid
* fix tests
* fix type errors
* fix type errors
* fix unit test
* clean up
* minor fixes
* clean up types
* avoid barrel imports
* fix imports
* minor improvements
* fix type error
* fix radio import
* fix little issues
* menu permission
* update icon snapshot
* fix: remember last used filter segment (#20261 )
* fix: remember last used filter segment
* extract segments logic as a separate file
* remove unnecessary query
* apply feedback
* deep comparison
2025-03-31 08:53:48 +00:00
Benny Joo and GitHub
21e7ac3cbe
fix: middleware config matcher ( #20450 )
...
* fix: middleware config matcher - ending slash
* improve comment
2025-03-30 23:02:20 -03:00
81de95bd28
feat: allow plain ask a question for paid users only ( #20390 )
...
Co-authored-by: Keith Williams <keithwillcode@gmail.com >
2025-03-30 04:17:12 +00:00
70dd9b9c2c
feat: update translations via @lingodotdev ( #20432 )
...
Co-authored-by: Lingo.dev <support@lingo.dev >
2025-03-28 20:20:38 +00:00
GitHub Actions
71bfd17f81
chore: release v5.1.11
2025-03-28 19:29:33 +00:00
Eunjae Lee and GitHub
5b08b9f11f
fix: add isAdminOrOwner and useIsOrgAdminOrOwner ( #20429 )
...
* fix: add isAdminOrOwner and useIsOrgAdminOrOwner
* make useIsOrgAdminOrOwner to accept session
* revert change
* remove useIsOrgAdminOrOwner and rename isAdminOrOwner to checkAdminOrOwner
* fix type
* fix type
* fix import
2025-03-28 17:01:06 +00:00
Keith Williams and GitHub
3456477012
chore: Upgrade lingo.dev ( #20430 )
2025-03-28 13:39:58 -03:00
Amit Sharma and GitHub
c654795a3e
fix: Follow Up for dub referrral embed ( #20427 )
...
* fix: Follow Up for dub referrral embed
* fix meta title and description
2025-03-28 21:57:01 +05:30
48016e0f3e
chore: Move CRM owner calls handleResponse ( #19316 )
...
* Handle normal ownership routing
* Skip contact owner check if true
* Fix typos
* Call getting contact owner in promise.all in handleResponse
* Pass crm contact owner data to params
* Add crm contact params
* Only get CRM owner calls if params don't exist
* Handle if properties don't exist
* Fix typo
* Pass CRM specific variables to getServerSideProps
* Remove logs
* Type fixes
* Use `wrapGetServerSIdePropsWIthSentry` in router getServerSideProps
* Add sentry monitoring
* Type fixes
* Type fix
* Type fixes
* Update imports for sentryWrapper
---------
Co-authored-by: Hariom Balhara <hariombalhara@gmail.com >
2025-03-28 10:42:28 -04:00
Joe Au-Yeung and GitHub
b597dad450
feat: Salesforce - Fallback to Lead if Contact Isn't Found For Routing ( #20423 )
...
* Add fallback to lead to schema
* FE option to fallback to lead owner
* Logic to query for contacts and leads for RR skip
2025-03-28 16:54:03 +05:30
Joe Au-Yeung and GitHub
c0aa97178c
feat: Prevent watchlisted entities from creating bookings ( #19107 )
...
* Add `searchForAllBlockedRecords` to watchlist repository
* Create `checkIfUsersAreBlocked`
* Call `checkIfUsersAreBlocked` in `loadAndValidateUsers`
* Draft test
* Add tests
* Type fix
* Type fix
2025-03-28 01:11:10 +00:00
Peer Richelsen and GitHub
fc8ff2d4ae
nit changes to referral embed ( #20419 )
2025-03-27 23:41:16 +00:00
GitHub Actions
236fd967ad
chore: release v5.1.10
2025-03-27 18:51:29 +00:00
Alex van Andel and GitHub
50bacf6ea2
Add 'await' to searchParams, parse failed ( #20407 )
2025-03-27 16:07:52 +00:00
2aa583bb6d
feat: Toggle to hide Team Profile link on Booker ( #20369 )
...
* hide team profile link on booker
* fix ts errors
---------
Co-authored-by: amrit <iamamrit27@gmail.com >
2025-03-27 15:00:35 +00:00
cd952dc93c
chore: decouple ui dialog from AppRouter and Atoms ( #20088 )
...
* chore: decouple ui dialog from AppRouter and Atoms
* fix type e2e test
* fix: import dialog from @calcom/ui/components/dialog
* fix: remove log
* fix unit test
* fix
* fix and move data-override-list test to features package
---------
Co-authored-by: hbjORbj <sldisek783@gmail.com >
2025-03-27 09:24:42 +02:00
Hariom Balhara and GitHub
b0ed1fd5e6
dont install the scripts on booking pages ( #20373 )
2025-03-27 11:12:28 +05:30
be883aac02
perf: Remove ssrInit from layout and event-types ( #20368 )
...
* perf: Remove ssrInit from layout and event-types
* remove ssg file since not used
* refator trpc usage in app router
* fix
---------
Co-authored-by: hbjORbj <sldisek783@gmail.com >
2025-03-26 22:04:52 -03:00
099c534daa
feat: dub refer embed ( #20258 )
...
* feat: dub refer embed
* review fix
* review fix
* @dub/embed-core seems not needed
* @dub/embed-core can stay in web
* move refer page out of main-nav
* update yarn lock
* use loading.tsx
---------
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
Co-authored-by: hbjORbj <sldisek783@gmail.com >
2025-03-26 21:06:21 +00:00
Udit Takkar and GitHub
596e9b4e5a
fix: circular dependencies ( #20378 )
...
* fix: circular dependencies
* fix: type err
2025-03-26 12:42:40 -04:00
Lauris Skraucis and GitHub
d04f10e7d1
refactor: platform - remove host and attendee automatic no show webhook trigger ( #20385 )
...
* docs: connect calendar redir and auto accept team creator
* refactor: platform hide automatic no show webhook triggers
2025-03-26 21:55:49 +05:30
0fec74a7fe
fix : #11378 ( #20384 )
...
* fix:#11378
* fix : #11378
* final-changes
---------
Co-authored-by: Tushar Bhatt <95581504+TusharBhatt1@users.noreply.github.com >
Co-authored-by: Tushar <tusharbhatt0135@gmail.com >
2025-03-26 14:51:39 +00:00
Eunjae Lee and GitHub
d927662dd7
fix: relocate action buttons on org member list ( #20336 )
...
* fix: relocate filter segment buttons on org member list
* implement toolbarContainerRef
* adjust location
* reorganize the hierarchy of DataTableProvider
* rename toolbar container to cta container
* move clear button to toolbar right
2025-03-26 14:18:39 +00:00
GitHub Actions
e215786afb
chore: release v5.1.9
2025-03-26 11:49:54 +00:00
Eunjae Lee and GitHub
f699fd1732
fix: add UID filter to /insights/routing ( #20356 )
2025-03-26 09:52:40 +00:00
Hariom Balhara and GitHub
a9ddea9184
fix crash in vercel domain creation flow ( #20281 )
2025-03-26 13:05:55 +05:30
d4edd30a07
fix: layout of dialog (edit location) on bookings page ( #20268 )
...
* refactor: streamline DialogFooter structure in EditLocationDialog component
* refactor: enhance form handling and structure in EditLocationDialog component
* refactor: update icon styling and layout in EditLocationDialog component
* revert: size to h,w
---------
Co-authored-by: Tushar Bhatt <95581504+TusharBhatt1@users.noreply.github.com >
2025-03-26 09:35:05 +05:30
f98a3c9b69
feat: update translations via @lingodotdev ( #20367 )
...
Co-authored-by: Lingo.dev <support@lingo.dev >
2025-03-26 02:34:39 +00:00
GitHub Actions
0befc6431f
chore: release v5.1.8
2025-03-25 21:10:18 +00:00
Benny Joo and GitHub
35c363f75c
fix: better translations for korean ( #20362 )
2025-03-25 19:13:49 +00:00
Benny Joo and GitHub
ad6d5a01f8
fix: some translations got wrong closing tags ( #20360 )
2025-03-25 14:59:51 -04:00
Benny Joo and GitHub
9b952fd922
chore: Set daily video testing meeting link to env var ( #20359 )
2025-03-25 18:17:00 +00:00
Ayush Agarwal and GitHub
ecd85cd15a
feat: enhance onboarding steps with loading state and button component ( #20350 )
...
- Added loading state to ConnectedCalendars and ConnectedVideoStep components.
- Replaced native button elements with a custom Button component for consistency.
- Updated SetupAvailability to use async mutation methods.
- Integrated loading state into the onboarding view for smoother transitions between steps.
2025-03-25 18:13:09 +00:00
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