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
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
8d5c6b8877
feat: OnformChange on Availability Settings Atom ( #21560 )
...
* feat: OnformChange on Availability Settings Atom
* docs: update availability-settings
* Update docs/platform/atoms/availability-settings.mdx
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
---------
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
2025-05-29 20:05:01 +05:30
c9eac73fec
feat: add support for custom no schedule children in AvailabilitySettingsPlatformWrapper ( #21601 )
...
Co-authored-by: Morgan <33722304+ThyMinimalDev@users.noreply.github.com >
2025-05-29 20:02:56 +05:30
Udit Takkar and GitHub
ab475b80f3
fix: recording button bug ( #21609 )
...
* fix: recording btn visible bug
* fix: check for showRecordingButton
* refactor: create a reusable function
2025-05-29 14:23:51 +00:00
Benny Joo and GitHub
2b79039b70
perf: upgrade to next 15.3.2 ( #21610 )
...
* perf: upgrade nextjs to 15.3.2
* update yarn lock
2025-05-29 14:50:42 +01:00
Lauris Skraucis and GitHub
044df04d3f
feat: v2 return team event type hosts username ( #21617 )
...
* feat: return team event type hosts username
* docs: team event types hosts username in return
2025-05-29 14:58:40 +03:00
2cbf805ffb
Fixed generator enums in prisma db ( #21595 )
...
Co-authored-by: layand12 <d.layan@unque.me >
2025-05-28 22:49:20 +00:00
GitHub Actions
d208074063
chore: release v5.3.8
2025-05-28 21:11:43 +00:00
Joe Au-Yeung and GitHub
30541da1fa
Fix logging ( #21593 )
2025-05-28 16:30:14 +00:00
97af0af0ba
fix: only generate sms message bodies when needed ( #21566 )
...
* only generate template when needed
* rename function to getSMSMessageWithVariables
---------
Co-authored-by: CarinaWolli <wollencarina@gmail.com >
2025-05-28 16:01:40 +00:00