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
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
GitHub Actions
899da51f06
chore: release v5.3.9
2025-06-09 21:56:25 +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
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
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
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
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
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
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
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
Faiz and GitHub
e9b26921da
fix: misaligned and undersized tick mark in timezone dropdown ( #21550 )
2025-05-28 12:37:16 +00:00
Alex van Andel and GitHub
e4434f199d
Function return type is illegal, not sure how this passed eslint ( #21567 )
2025-05-28 13:21:14 +01:00
Joe Au-Yeung and GitHub
f4b0219a0e
Variable fix ( #21557 )
2025-05-28 02:38:20 +01:00
Joe Au-Yeung and GitHub
6f1eaaa02e
fix: Create separate calendar events to hide organizer ( #21555 )
...
* Add notes to `EventManager.create`
* Create `CalendarServiceEvent`
* Generate calendar description and remove attendees if event is private in `CalendarManager`
* Process event for reschedule method
* Refactor calendar services
* Clean up comment
* Type fixes
* Type fix
* Type fix
2025-05-27 20:46:26 -04:00
Alex van Andel
dfc022d890
Revert "perf: parallelize getBusyTimes calls to improve performance ( #21372 )"
...
This reverts commit a06b2009ab .
2025-05-27 23:30:30 +01:00
14592de6c4
fix: Anonymize host email in ics ( #21544 )
...
* add virta check for anonymizing host
* move to env var
* move env var to constants
* fix: filter empty string
* fix test
* fix test
---------
Co-authored-by: Udit Takkar <udit222001@gmail.com >
2025-05-27 19:28:03 +01:00
Omar López and GitHub
d41dcc69ad
refactor: prevent mixed imports ( #21500 )
...
Signed-off-by: Omar López <zomars@me.com >
2025-05-27 11:55:02 -04:00
Eunjae Lee and GitHub
0a28b5825b
fix: date range computation on /insights ( #21436 )
...
* fix: date range computation on /insights
* remove log
* error handling
* update test cases
* WIP
* fix implementation
* support weekStart
* clean up
* fix date range presets
* clean up timeView
* fix timeView
* clean up
* fix event trends
* remove unused variables
* fix flaky e2e tests
* fix date range
* update formatting logic
2025-05-27 17:47:40 +02:00
Eunjae Lee and GitHub
3131318b6a
fix: hide organizer info on rescheduled events ( #21541 )
...
* fix(email): hide organizer info on rescheduled events
* hide organizer email on bookings-single-view
* replace organizer email with name
* sanitize previous booking only
* clean up code
* fix dumb error
2025-05-27 15:35:16 +00:00
08e35e4698
perf: stop merging routers twice. ( #21538 )
...
* move away from merging twice
* move to use loggedIn Router directly
* fix router outputs types
* fix mocks in create button with teasm tests
---------
Co-authored-by: Alex van Andel <me@alexvanandel.com >
2025-05-27 15:42:14 +01:00
ed4b3f082a
feat: cal video settings ( #21347 )
...
* feat: cal video settings
* fix: var names
* feat: finish setting
* chore: add enabled
* chore: remove logs
* feat: support redirect url on exit
* feat: finish settings
* refactor: improve UI
* chore: remove logs
* fix: type err
* fix: finish redirect url
* fix: add type
* chore: change schema
* fix: type error
* chore: improvements
* chore: remove index
* feat: add organizer
* chore: remove log
* chore: use safe parse
* fix: add nullable
* refactor: hide toggles if platorm
* chore: update description
---------
Co-authored-by: Alex van Andel <me@alexvanandel.com >
Co-authored-by: supalarry <laurisskraucis@gmail.com >
2025-05-27 10:13:24 -04:00
Lauris Skraucis and GitHub
2aafa1c163
feat: v2 managed organizations pagination ( #21359 )
...
* feat: getPagination helper
* refactor: bookings use getPagination helper
* feat: getPagination helper
* refactor: group pagination inputs and outputs in types/pagination
* feat: paginated managed orgs
* fix tests
* swagger
2025-05-27 13:50:31 +03:00
2334c3bef8
fix: optimize SEO healthscore ( #21509 )
...
* compress app store images
* replace http linkages with https
* fix link raycast
* update http links to https
---------
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
2025-05-26 20:24:08 +00:00
Anik Dhabal Babu and GitHub
f9c11c2856
fix: (Reschedule) Email Settings being ignored for RR event ( #21520 )
...
* fix: delete dilog button not visible
* fix: (Reschedule) Email Settings being ignored for RR event
* update
2025-05-26 16:17:05 +00:00
30060f03eb
fix: GoogleCalendar - Ensure that Delegation Credentials are able to reuse access_token ( #21389 )
...
Co-authored-by: Omar López <zomars@me.com >
2025-05-26 15:19:52 +01:00
Rajiv Sahal and GitHub
999882b795
dont pass attribues and facetedTeamValues for platform ( #21508 )
2025-05-25 22:17:42 +00:00
Omar López and GitHub
bda963b851
refactor: prevents mixed server/clients imports ( #21499 )
2025-05-25 09:07:49 +00:00
GitHub Actions
8511494d68
chore: release v5.3.5
2025-05-25 00:08:53 +00:00
Benny Joo and GitHub
1c3ad9dad6
refactor: make routing forms code more maintainable ( #21478 )
...
* create layout for routing/forms
* refactor
* refators
* fix
* clean up
2025-05-24 22:44:05 +00:00
Anik Dhabal Babu and GitHub
d43afe7dbd
fix: e2e test failure in ci ( #21510 )
...
* fix: delete dilog button not visible
* fix: global e2e fialure
* update
* tweak
2025-05-24 13:11:36 -04:00
a06b2009ab
perf: parallelize getBusyTimes calls to improve performance ( #21372 )
...
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Co-authored-by: keith@cal.com <keithwillcode@gmail.com >
2025-05-24 08:43:06 -04:00