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
Anik Dhabal Babu and GitHub
c1a6ccc260
fix: system booking field is not tranlate in calndar event ( #20410 )
2025-03-27 19:27:31 +00:00
Morgan and GitHub
b17f47236e
fix: atoms build inferred types ( #20409 )
...
* fix: atoms build inferred types
* type button cva
* chore: refactor react imports
* chore: refactor react imports toast
2025-03-27 19:00:45 +00:00
GitHub Actions
236fd967ad
chore: release v5.1.10
2025-03-27 18:51:29 +00:00
Joe Au-Yeung and GitHub
7f5534b340
fix: Salesforce ownership query ( #20405 )
...
* Fix query
* Add test
2025-03-27 16:08:09 +00:00
Alex van Andel and GitHub
50bacf6ea2
Add 'await' to searchParams, parse failed ( #20407 )
2025-03-27 16:07:52 +00:00
Hariom Balhara and GitHub
0d1adcca58
Ensure upId in token for Google Signin which is used by getServerSession ( #20399 )
2025-03-27 15:42:09 +00:00
81962efb2e
fix: Restore event name field in Advanced Event Settings for Atom ( #20394 )
...
Co-authored-by: Morgan <33722304+ThyMinimalDev@users.noreply.github.com >
2025-03-27 17:22:12 +02:00
da47168941
fix: Stop throwing 202 for stripe handler ( #20397 )
...
* dont throw - log error
* invoice paid
* update to warn
* Update packages/features/ee/billing/api/webhook/_invoice.paid.ts
---------
Co-authored-by: Keith Williams <keithwillcode@gmail.com >
2025-03-27 15:06:15 +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
Eunjae Lee and GitHub
ea250febbc
fix: style DataTableSelectionBar ( #20403 )
2025-03-27 14:29:45 +00:00
Keith Williams and GitHub
f062014952
chore: Use fixed mintlify version for builds ( #20402 )
2025-03-27 14:11:50 +00:00
88961a1c67
fix: attribute filters on organization member list ( #20380 )
...
* fix: attribute filters on organization member list
* fix total count
* add tests
---------
Co-authored-by: Alex van Andel <me@alexvanandel.com >
2025-03-27 14:36:47 +01: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
Alex van Andel and GitHub
2ab4e8b40a
fix: support Stripe subscription items ( #20389 )
...
* fix: Implement backwards compatible stripe change to customer.subscription.deleted
* Further handling, including price -> plan change
2025-03-26 23:24:38 +00:00
6bd11009a8
allow promotion codes ( #20387 )
...
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
2025-03-26 22:51:10 +00: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
7aa1d8035c
fix: update error handling in validateBookingTimeIsNotOutOfBounds function to use HttpError ( #20386 )
2025-03-26 17:24:33 +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
sean-brydon and GitHub
e1c001baff
adds scroll indicators and sticks to one line ( #20383 )
2025-03-26 14:15:54 +00:00
Joe Au-Yeung and GitHub
122af4538d
fix: Add assignment reason for round robin reassignments ( #19199 )
...
* Add `RR_REASSIGNED` to schema
* Handle recording reassigned manual vs rr
* Pass manual assignment prop to `AssignmentReasonRecorder`
* Add log to determine who is doing the reassignment
* RR reassign - add initializing log
* Record assignment reason when reassigning via rr
* Add `reassignedById` in trpc endpoint
* Add `reassignedById` param in api v2 endpoint
* Migration to add `RR_REASSIGNED`
2025-03-26 10:39:16 -03: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
Benny Joo and GitHub
dcc079773b
fix: type error in payment page ( #20366 )
2025-03-26 01:48:27 +00:00
Omar López and GitHub
2a2e2871a8
ci: add QA status badge ( #20363 )
2025-03-25 21:28:42 +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
0xIvan and GitHub
11ae957d97
Fix quickstart link ( #20355 )
2025-03-25 18:27:24 +00:00
Alex van Andel and GitHub
c21094ab0a
fix: Buffers when combined with seated events ( #20233 )
2025-03-25 18:17:25 +00: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
Alex van Andel and GitHub
0772e1d168
fix: skip when browsing month has no available slots ( #19626 )
...
* fix: skip when browsing month has no available slots
* Fix zustand error + add wip tests
* Fix issue with using brows
ingDate too early
* Use slots instead of schedule return types to remove hard coupling to tRPC
* Some await fixes + use type definition from extended core feature
* Move useNextMonth to custom hook
* Add unit tests to cover the next month scenario
* Use changed interface, schedule -> slots,isLoading
* Return no-op until ready
2025-03-25 17:28:50 +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
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
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
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