Chai and GitHub
5e2f06cdea
fix: multi-line formatted correctly for sms ( #21779 )
...
* fix: multi-line formatted correctly for sms
* fix: tests iteration2
2025-06-12 14:26:34 +00:00
Parteek malik and GitHub
cf83038a7a
fix: cal atoms schedule container class in availability settings custom class names not being applied ( #21733 )
...
* fix: classname not used
* fix types
* added type
2025-06-12 11:02:00 -03:00
Udit Takkar and GitHub
c7662cad61
feat: override name in daily video ( #21758 )
...
* feat: override name in daily vide
* refactor: simplify operation
2025-06-12 09:54:24 -04:00
Alex van Andel and GitHub
86912e0cbc
refactor: async constructor is an anti-pattern, use init instead ( #21785 )
2025-06-12 13:13:44 +00:00
Syed Ali Shahbaz and GitHub
74234b4ed1
docs: Cleanup false info ( #21741 )
...
* Delete docs/developing/guides/appstore-and-integration/oauth.mdx
* Update mint.json
2025-06-12 12:21:34 +00:00
2fcb8a750d
fix: cascade organization hideBranding setting to user and team events ( #21703 )
...
- Add utility function for cascading hideBranding logic
- Update all getServerSideProps files to check organization hideBranding as fallback
- Ensure team queries include parent hideBranding data
- Fix hideBranding not working for organization members and teams
Fixes the issue where organization-level branding settings were not
being applied to user and team event pages when the direct entity
didn't have hideBranding enabled.
Co-authored-by: Hariom Balhara <hariombalhara@gmail.com >
2025-06-12 09:14:55 -03:00
2aaf672b10
perf: Implement worker threads for getAvailableSlots to prevent CPU blocking ( #21479 )
...
* Implement worker threads for getAvailableSlots to prevent CPU blocking
Co-Authored-By: keith@cal.com <keithwillcode@gmail.com >
* fix: resolve TypeScript errors in worker implementation
Co-Authored-By: keith@cal.com <keithwillcode@gmail.com >
* chore: fix slot-worker-service.ts
* fix: do not use workers in E2E
* fix: try to fix memory leak
* chore: remove unecessary comments
---------
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Co-authored-by: keith@cal.com <keithwillcode@gmail.com >
Co-authored-by: Morgan <33722304+ThyMinimalDev@users.noreply.github.com >
Co-authored-by: cal.com <morgan@cal.com >
2025-06-12 11:56:13 +00:00
nav and GitHub
34beadeef6
chore(docs): update 'Calendso' to 'Cal.com' in documentation ( #21661 )
2025-06-12 11:29:15 +00:00
6de715b884
feat: Round Robin timestamp basis ( #21337 )
...
* add rrTimeStampBasis to prisma schema
* add rr time stamp basis setting
* update migration
* add getLuckyUser logic
* add rrTimestampBasis to tests
* add load balancing warning message
* disable load balancing logic
* disable load balancing in event type settings
* add missing translations
* fix UI
* disable load balancing on all team event types
* don't show routing forms in router position
* use correct interval times
* fix variable naming
* fix event type update handler
* add test to booking.test.ts
* add test for getting interval times
* remove not needed prop
* fix label
* improve warning message
* fix removing maxLeadTreshold
* fix typo
* fix disabling maxLeadThreshold
* add back missing translation
* improve rr reset interval label
* fix rr_load_balancing_disabled text
* improve test
* fix description
* only use rrTimestampBasis in weights round robin
* fix dropdown width
---------
Co-authored-by: CarinaWolli <wollencarina@gmail.com >
2025-06-12 11:37:38 +01:00
GitHub Actions
84717ca73e
chore: release v5.3.11
2025-06-11 23:50:19 +00:00
86b1db57d5
fix: Resending team invites now updates token expiry date ( #21774 )
...
* Create `VerificationTokenRepository`
* Update the verification token expiry when resending the invite
* Handle error
* Fix import
* Get past unique constraint
* Update packages/trpc/server/routers/viewer/teams/resendInvitation.handler.ts
Co-authored-by: Alex van Andel <me@alexvanandel.com >
* Update packages/lib/server/repository/verificationToken.ts
Update set expiry time
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
* Type fix
* Update how we're fetching the token
---------
Co-authored-by: Alex van Andel <me@alexvanandel.com >
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
2025-06-11 22:21:58 +00:00
50c15f0d51
fix: dub installation on teams ( #21654 )
...
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
2025-06-11 18:17:55 +02:00
86d5c43307
fix: select component icons misaligned ( #21688 )
...
Co-authored-by: Eunjae Lee <hey@eunjae.dev >
2025-06-11 13:22:00 +00:00
e82bd45b55
fix: Incorrect RR host is shown in the email and calendar event for a seated RR event ( #21684 )
...
* fix: seated rr event
* Update packages/features/bookings/lib/handleNewBooking.ts
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
* update
* Update handleNewBooking.ts
---------
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
2025-06-11 11:21:21 +00:00
13966e0ec8
perf: use repository for queries & caching in /teams RSC ( #21399 )
...
* cache trpc queries in /teams
* fix
* revalidate
* refactor: migrate listHandler to TeamRepository.findTeamsByUserId
Co-Authored-By: benny@cal.com <benny@cal.com >
* add comment
* refactor
* refactor
* make it even more performant
---------
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Co-authored-by: benny@cal.com <benny@cal.com >
2025-06-10 20:44:51 -04:00
GitHub Actions
14b9e0c032
chore: release v5.3.10
2025-06-10 22:43:07 +00:00
f0f168e920
fix: improve updatehostineventname function ( #21734 )
...
Co-authored-by: Syed Ali Shahbaz <52925846+alishaz-polymath@users.noreply.github.com >
2025-06-10 21:47:30 +00:00
devin-ai-integration[bot] and GitHub
dd37caf32c
feat: move team privacy settings to dedicated settings page ( #21590 )
2025-06-10 22:23:28 +02:00
Hariom Balhara and GitHub
856d223535
fix: Use setTimeout instead of requestAnimationFrame which is more reliable and support calOrigin in prerender #21205 ( #21730 )
2025-06-10 11:00:57 -04:00
ad697365ce
fix: Add onFormStateChange callback on EventTypeSettings atom [CAL-5856] ( #21615 )
...
* Adds onFormStateChange callback on EventTypeSettings atom
* updated docs for event-type
* added watch all form values
---------
Co-authored-by: Morgan <33722304+ThyMinimalDev@users.noreply.github.com >
2025-06-10 12:36:34 +00:00
Morgan and GitHub
84171928cb
chore: enable disable rewrite for apiv2 selfhost ( #21742 )
2025-06-10 11:04:25 +00:00
e781a78eea
fix: Prevent Timing Attacks by Removing await in Password Reset Flow ( #21747 )
...
* fix: correct password reset request handling logic
* fix: handle password reset request errors more gracefully
---------
Co-authored-by: Sebastian Brunow <90863358+Bratpfanne-4000@users.noreply.github.com >
2025-06-09 22:44:24 +00:00
Keith Williams and GitHub
7d08c6724b
chore: @Foundation required for embeds changes ( #21748 )
2025-06-09 23:13:04 +01:00
GitHub Actions
899da51f06
chore: release v5.3.9
2025-06-09 21:56:25 +00:00
Joe Au-Yeung and GitHub
4e085e404a
Downgrade Next to 15.3.0 ( #21746 )
2025-06-09 17:21:02 +00:00
Morgan and GitHub
ff3aaadbaa
fix: update delegation credentials api-v2 ( #21739 )
...
* fix: update delegation credentials api-v2
* fixup! fix: update delegation credentials api-v2
2025-06-09 11:46:38 +00:00
+5
11bddbb71d
feat: add setting to allow booking through a reschedule link ( #21652 )
...
* feat: add setting to disable rescheduling cancelled bookings
Co-Authored-By: hariom@cal.com <hariom@cal.com >
* fix: resolve type errors for disableReschedulingCancelledBookings field
Co-Authored-By: hariom@cal.com <hariom@cal.com >
* fix: update test expectations and builder to include disableReschedulingCancelledBookings field
Co-Authored-By: hariom@cal.com <hariom@cal.com >
* fix: add disableReschedulingCancelledBookings field to managed event types
Co-Authored-By: hariom@cal.com <hariom@cal.com >
* fix: remove duplicate disableReschedulingCancelledBookings property in test
Co-Authored-By: hariom@cal.com <hariom@cal.com >
* fix: change default value to true for disableReschedulingCancelledBookings
Co-Authored-By: hariom@cal.com <hariom@cal.com >
* fix: update managed event types to use true as default for disableReschedulingCancelledBookings
Co-Authored-By: hariom@cal.com <hariom@cal.com >
* test: add comprehensive tests for disableReschedulingCancelledBookings feature
Co-Authored-By: hariom@cal.com <hariom@cal.com >
* update and remove unnecesarry test
* update e2e test
* Update reschedule.e2e.ts
* update
* fix
* Reverse the meaning of column
* Simpify logic of rescheduling redirects
* fix test
* revert
---------
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Co-authored-by: hariom@cal.com <hariom@cal.com >
Co-authored-by: Anik Dhabal Babu <81948346+anikdhabal@users.noreply.github.com >
Co-authored-by: unknown <adhabal2002@gmail.com >
Co-authored-by: Hariom Balhara <hariombalhara@gmail.com >
2025-06-07 22:30:54 +02:00
devklepacki and GitHub
55a80ba253
Fixed pl translation typo ( #21723 )
2025-06-06 13:59:58 +00:00
Hariom Balhara and GitHub
32a89c30de
fix: [object object] for name when rescheduling a past booking ( #21695 )
2025-06-05 09:42:48 +01:00
5404eeedc2
fix: no show not updating in sync ( #21687 )
...
* fix: no show not updating in sync
* fix footer in no show dialog
* using await
---------
Co-authored-by: Anik Dhabal Babu <81948346+anikdhabal@users.noreply.github.com >
2025-06-04 10:14:08 +00:00
Hariom Balhara and GitHub
d54ba90304
fix-wrong-url-on-auth-error ( #21693 )
2025-06-04 09:55:19 +05:30
Omar López and GitHub
ca206915bf
fix: self hosted feature check ( #21690 )
2025-06-03 17:00:48 +00:00
Anik Dhabal Babu and GitHub
8461b82f0d
fix: Update handlers and refactor code ( #21686 )
...
* fix: update safeCredentialSelect
* Update credential.ts
* Update
* update
2025-06-03 15:32:40 +00:00
Alex van Andel and GitHub
07ffc3fade
fix: Remove hard dependency on NEXT_PUBLIC_API_V2_URL ( #21682 )
...
* fix: Remove hard dependency on NEXT_PUBLIC_API_V2_URL
* turn spread into a push, simpler
2025-06-02 19:21:38 +01:00
sean-brydon and GitHub
c2240f0bad
only use event api v2 call if route is in env ( #21680 )
2025-06-02 17:31:35 +00:00
Zenrac and GitHub
36a712f979
fix: Correct typo 'siège' to 'place' in French translation ( #21671 )
2025-06-02 08:54:24 +05:30
Lauris Skraucis and GitHub
842ba09896
refactor: v2 reschedule booking error messages ( #21647 )
2025-05-30 13:24:06 +00:00
devin-ai-integration[bot] and GitHub
b3c822abf7
feat: move filter segment selection from localStorage to database ( #21523 )
2025-05-30 12:56:49 +00:00
1f52ed7290
feat: Add loadingStateChildren prop to AvailabilitySettingsPlatformWrapper ( #21602 )
...
Co-authored-by: Morgan <33722304+ThyMinimalDev@users.noreply.github.com >
2025-05-30 10:39:02 +00:00
Lauris Skraucis and GitHub
a2c13e576e
refactor: v2 dont allow rescheduling cancelled,rescheduled bookings ( #21643 )
2025-05-30 10:23:51 +00:00
Morgan and GitHub
24bb52d2e9
fix: platformPlanGuard per active users plan ( #21642 )
...
* fix: platformPlanGuard per active users plan
* fix: refactor
2025-05-30 09:42:23 +00:00
Joe Au-Yeung and GitHub
d8145bbc78
Remove error if team members and hosts do not match ( #21598 )
2025-05-30 08:31:34 +00:00
8753a6e4d6
Function return type is illegal, not sure how this passed eslint ( #21567 ) ( #21622 )
...
Co-authored-by: Alex van Andel <me@alexvanandel.com >
2025-05-30 13:18:04 +05:30
Benny Joo and GitHub
b91607b5b4
fix: missing places for revalidations ( #21632 )
2025-05-29 22:45:41 +01:00
Sarthak Kapila and GitHub
af0e839f27
feat: Enable Adding Custom children components at the bottom of EventMeta within Booker using children component props ( #21618 )
...
* feat: Enable Adding Custom children components at the bottom of EventMeta
* removed default style
* added prop in BookerPlatformWrapper
2025-05-29 21:26:30 +00:00
Udit Takkar and GitHub
b6de03de96
Revert "perf: use app dir to fetch team feature flags in settings ( #21433 )" ( #21628 )
...
This reverts commit 1dca160db0 .
2025-05-29 20:10:12 +00:00
e115095198
perf: migrate listHandler to AttributeRepository + cache attributes fetching in RSCs ( #21552 )
...
* refactor: migrate listHandler to AttributeRepository
Co-Authored-By: benny@cal.com <benny@cal.com >
* cache attributes list
---------
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Co-authored-by: benny@cal.com <benny@cal.com >
Co-authored-by: hbjORbj <sldisek783@gmail.com >
2025-05-29 15:01:44 -04:00
Lauris Skraucis and GitHub
c3add4bae8
fix: v2 slots reservation ( #21623 )
...
* feat: return team event type hosts username
* docs: team event types hosts username in return
* fix: ignore cancelled and rejected bookings from slot reservation
* fix: dont allow slot to overlap existing active booking
* refactor: remove log
2025-05-29 16:25:33 +00:00
Alex van Andel and GitHub
3040e14624
refactor: Use a deployment repository to interact with license keys ( #21613 )
2025-05-29 10:58:33 -04:00
34993e3f36
feat: update translations via @LingoDotDev ( #21260 )
...
Co-authored-by: Lingo.dev <support@lingo.dev >
2025-05-29 14:58:17 +00:00