Keith Williams and GitHub
8733bcaf7a
perf: Add credentialId index to selectedCalendar ( #20979 )
2025-04-26 01:40:28 +00:00
Keith Williams and GitHub
5aaca2b7aa
revert: "feat: add membership creation date to Organization Member List table (CAL-5406) ( #20595 )" ( #20978 )
...
This reverts commit d21f7ccbc8 .
2025-04-26 00:46:49 +00:00
Alex van Andel and GitHub
eacd05bf3b
perf: Improve performance of period limits ( #20974 )
...
* perf: Improve performance of period limits
* Type fixes
* Fixed correct check for instanceof -> isDayjs
2025-04-25 21:07:18 +01:00
Hariom Balhara and GitHub
d51e0182b5
fix: dont persist last booking response, temporarily ( #20975 )
...
* dont persist last booking response
* remove dead code to fix ts error
2025-04-25 23:07:48 +05:30
Benny Joo and GitHub
220897ba86
chore: better code - migrate getServerSideProps file directly to RSC for /apps ( #20926 )
...
* migrate getServerSideProps file directly to RSC for /apps
* fix
2025-04-25 06:41:21 -07:00
Benny Joo and GitHub
78c0203a45
chore: leverage error.tsx in app router ( #20955 )
2025-04-25 13:55:52 +01:00
Syed Ali Shahbaz and GitHub
720fd90066
fix: Don't delete Cal video room upon requesting reschedule ( #20969 )
...
* Update requestReschedule.handler.ts
* Update requestReschedule.handler.ts
2025-04-25 08:30:44 -03:00
Omar López and GitHub
ca8ee749a2
fix: double end-date parsing when saving availability ( #20963 )
...
* fix: double end-date parsing when saving availablity
Signed-off-by: Omar López <zomars@me.com >
* fix: cache hits in current and next month
* Update CalendarService.test.ts
---------
Signed-off-by: Omar López <zomars@me.com >
2025-04-24 19:33:55 -03:00
Anik Dhabal Babu and GitHub
ce2d3a4b00
fix: added order by ( #20959 )
2025-04-24 19:21:21 +00:00
Anik Dhabal Babu and GitHub
2923684c7c
fix: exclude email from replyTo ( #20953 )
...
* fix: exclude email from replyTo
* update
* Update scheduleEmailReminders.ts
2025-04-24 19:20:45 +00:00
Alex van Andel and GitHub
879ae597be
fix: Offset is required but not passed everywhere, default to zero. ( #20917 )
2025-04-24 16:46:19 +01:00
d21f7ccbc8
feat: add membership creation date to Organization Member List table (CAL-5406) ( #20595 )
...
* feat: add membership creation date to Organization Member List table (CAL-5406)
Co-Authored-By: keith@cal.com <keith@cal.com >
* feat: add migration for membership creation date (CAL-5406)
Co-Authored-By: keith@cal.com <keith@cal.com >
* feat: make createdAt and updatedAt nullable (CAL-5406)
Co-Authored-By: keith@cal.com <keith@cal.com >
* feat: add updatedAt column to Organization Member List table (CAL-5406)
Co-Authored-By: keith@cal.com <keith@cal.com >
* fix: use type assertion to access createdAt and updatedAt fields (CAL-5406)
Co-Authored-By: keith@cal.com <keith@cal.com >
* fix: display N/A for null date values (CAL-5406)
Co-Authored-By: keith@cal.com <keith@cal.com >
* fix: use proper type assertions for createdAt and updatedAt fields (CAL-5406)
Co-Authored-By: keith@cal.com <keith@cal.com >
* fix: add createdAt and updatedAt to UserTableUser mock in test (CAL-5406)
Co-Authored-By: keith@cal.com <keith@cal.com >
* feat: add PostgreSQL trigger for membership timestamps (CAL-5406)
Co-Authored-By: keith@cal.com <keith@cal.com >
* fix: use empty string instead of N/A and add translations for column headers (CAL-5406)
Co-Authored-By: keith@cal.com <keith@cal.com >
* add i18n text
* clean up type issue
* feat: add translation keys for column headers (CAL-5406)
Co-Authored-By: keith@cal.com <keith@cal.com >
* disable sort
* remove duplicated i18n texts
* feat: add filters for lastActiveAt, createdAt, and updatedAt (CAL-5406)
Co-Authored-By: keith@cal.com <keith@cal.com >
* support date range filter
* fix date range for end date
* hide columns by default
* revert wrong change
* add missing selects
* fix e2e test
* fix: remove PostgreSQL trigger and let application handle timestamps (CAL-5406)
Co-Authored-By: keith@cal.com <keith@cal.com >
* feat: add application-level timestamp handling for Membership model (CAL-5406)
Co-Authored-By: keith@cal.com <keith@cal.com >
* add more timestamp handling
* refactor: use Prisma's built-in decorators for Membership timestamps (CAL-5406)
Co-Authored-By: keith@cal.com <keith@cal.com >
* refactor: remove application-level timestamp handling in favor of Prisma decorators (CAL-5406)
Co-Authored-By: keith@cal.com <keith@cal.com >
* refactor: remove more application-level timestamp handling in favor of Prisma decorators (CAL-5406)
Co-Authored-By: keith@cal.com <keith@cal.com >
* fix e2e test
---------
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Co-authored-by: keith@cal.com <keith@cal.com >
Co-authored-by: Anik Dhabal Babu <81948346+anikdhabal@users.noreply.github.com >
Co-authored-by: Eunjae Lee <hey@eunjae.dev >
2025-04-24 10:48:06 -03:00
Lauris Skraucis and GitHub
4cc1bc6746
fix: v2 sentry errors ( #20902 )
...
* refactor: no_available_users_found_error for team event
* fix: hosts_unavailable_for_booking
* fix: Cannot read properties of undefined (reading 'replace')
* fix: Cannot read properties of undefined (reading 'phoneNumber')
* fix: No SelectedCalendar found.
* fix: Cannot read properties of undefined (reading 'length')
* refactor: add bookings errors service
2025-04-24 16:06:37 +03:00
GitHub Actions
49a2c60212
chore: release v5.2.6
2025-04-24 12:55:32 +00:00
Lauris Skraucis and GitHub
7dfbb42ced
docs: global platform event types and custom booking flows ( #20940 )
...
* docs: global event types
* docs: custom booking flow
2025-04-24 12:47:09 +00:00
Anik Dhabal Babu and GitHub
41fafb9e5e
fix: Include ordered attendees in booking select query ( #20935 )
...
* fix: correct ordering
* another
2025-04-24 12:33:20 +00:00
Benny Joo and GitHub
6815f2f9c7
perf: server-side fetching for /availability ( #20804 )
...
* availability
* refactor
* add loader
* improve
* update
* fix loader
* rename
* satisfying types
* refactor
* remove log
* add CTA to skeleton
* refactor
* fix revalidations
* refactor
* update
* finish
2025-04-24 11:10:54 +02:00
Benny Joo and GitHub
91ab27e070
feat: add loading component for /apps main page ( #20924 )
2025-04-24 10:48:03 +02:00
Lauris Skraucis and GitHub
396ccb1cd2
refactor: v2 automatic team slugs ( #20897 )
...
* refactor: automatic team slugs
* refactor: automatic organizations team slugs
* refactor: automatic managed organizations slugs
* docs
* refactor: test
2025-04-24 10:00:01 +02:00
Benny Joo and GitHub
4e8d5cebca
perf: ssr for /settings/organizations/teams/other ( #20927 )
2025-04-24 09:42:09 +05:30
Benny Joo and GitHub
80f2e61189
perf: remove next.redirect by going straight to event-types ( #20920 )
2025-04-23 20:23:50 +00:00
Benny Joo and GitHub
d844fd6ef7
perf: Slim down trpc queries in Settings Layout ( #20918 )
...
* slim down settings layout by removing server queries
* add check method
* fix type check
* refactor
2025-04-23 20:13:26 +00:00
Anik Dhabal Babu and GitHub
513f54f4fe
feat: ability to hide organizer email ( #20782 )
...
* feat: hide orgainzer email
* fix type error
* update
* update
* Update schema.prisma
2025-04-23 19:58:29 +00:00
Keith Williams and GitHub
2e6d71f493
fix: Docs for deleting reserved slot ( #20922 )
2025-04-23 19:58:04 +00:00
GitHub Actions
55488c39f4
chore: release v5.2.5
2025-04-23 17:22:16 +00:00
c0e123a917
Pass customReplyTo as a managed event type prop ( #20909 )
...
Co-authored-by: Anik Dhabal Babu <81948346+anikdhabal@users.noreply.github.com >
2025-04-23 17:55:46 +01:00
Morgan and GitHub
ec88f16f1f
fix: getBookings max 1 month in the past when no date filters specified ( #20911 )
...
* fix: getBookings max 1 month in the past
* bump platform libraries
2025-04-23 13:22:20 -03:00
Benny Joo and GitHub
a957c15062
perf: SSR - /availablilty/[schedule] ( #20829 )
...
* ssr for schedule page
* improve skeleton
* improve skeleton
* improve skeleton
2025-04-23 11:31:01 -03:00
Benny Joo and GitHub
b32b31ccdc
perf: SSR for /teams ( #20824 )
...
* finish
* improve
* refactor
* add revalidations
* /settings/teams is not needed
* refactor
* rename
* redundant type casting
2025-04-23 15:09:25 +01:00
e29f6af540
feat(insights): add progress indicator to download button on /insights and /insights/routing (CAL-5408) ( #20631 )
...
* feat(insights): add progress indicator to routing form responses download button (CAL-5408)
Co-Authored-By: eunjae@cal.com <eunjae@cal.com >
* fix: address PR feedback - remove initial progress update and ensure no decimal parts in percentage
Co-Authored-By: eunjae@cal.com <eunjae@cal.com >
* feat(insights): add progress indicator to Download component
Co-Authored-By: eunjae@cal.com <eunjae@cal.com >
* feat: paginate rawData endpoint and implement batch fetching in Download component
Co-Authored-By: eunjae@cal.com <eunjae@cal.com >
* refactor: simplify pagination logic in trpc-router.ts
Co-Authored-By: eunjae@cal.com <eunjae@cal.com >
* show progress on tooltip
* fix download for /insights
* fix download when there is no data
* feat: replace tooltip progress indicator with toast notification
Co-Authored-By: eunjae@cal.com <eunjae@cal.com >
* fix: remove duplicate ProgressToast component from showToast.tsx
Co-Authored-By: eunjae@cal.com <eunjae@cal.com >
* fix: export ProgressToast component from index.ts
Co-Authored-By: eunjae@cal.com <eunjae@cal.com >
* fix: add missing translation for downloading_data
Co-Authored-By: eunjae@cal.com <eunjae@cal.com >
* update progress toast implementation
* fix error
---------
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Co-authored-by: eunjae@cal.com <eunjae@cal.com >
Co-authored-by: Eunjae Lee <hey@eunjae.dev >
2025-04-23 15:59:09 +02:00
c6cb3423fa
feat: custom reply To Email ( #20771 )
...
Co-authored-by: Joe Au-Yeung <j.auyeung419@gmail.com >
2025-04-23 06:44:44 -07:00
Eunjae Lee and GitHub
45904c07bc
fix: eventType filter on /insights ( #20823 )
...
* fix: eventType filter on /insights
* remove log
2025-04-23 13:42:39 +00:00
Omar López and GitHub
0623887ff8
refactor: Returns 400 error for ZodErrors ( #20831 )
2025-04-23 13:47:29 +01:00
Lauris Skraucis and GitHub
f31c45a153
fix: platform org members cannot access their public booking page ( #20821 )
...
* fix: platform member event pages
* chore: update slots docs
* refactor: user repository call
* refactor: remove newline
2025-04-23 14:29:26 +03:00
Vijay and GitHub
f5217caef2
fix: caching for sprite.svg ( #20832 )
...
* update cache-control header for sprite.svg
* updated regex
2025-04-23 11:18:04 +00:00
GitHub Actions
e1beec0487
chore: release v5.2.4
2025-04-23 01:47:22 +00:00
Joe Au-Yeung and GitHub
6bbf263981
feat: Optout of SMS workflows ( #20769 )
...
* Do not call dub if API key isn't present
* Add `WorkflowOptOutContact` table
* Add `sendTo` column to `WorkflowReminder`
* Add `workflowOptOutContactRepository`
* Add `WorkflowReminderRepository`
* Write `sendTo` number when scheduling SMS messages
* Add `p-limit` package
* Add `determineOptOutType` to `TwilioProvider`
* Add `deleteMultipleScheduledSMS`
* Create `WorkflowOptOutService`
* Add endpoint handler for Twilio SMS responses
* Add `isOptedOut` method to `workflowOptOutContactRepository`
* Verify phone number is not opted out before scheduling SMS
* Use `smsReminderNumber` instead of `sendTo`
* Type fix
* Add .env variable if opt out is available
* Add opt out message to SMS
* Import `pLimit` directly in method
* Address select comment
* Guard against undefined phone number from form
* Add early return to `deleteWorkflowReminders`
* Add request validation from Twilio
* Add fallback message as i18N string
* Only delete SMS attendee scheduled reminders
2025-04-22 22:00:19 +01:00
Benny Joo and GitHub
d86a28bf7f
simplify metadata in /availability/[schedule] route ( #20827 )
2025-04-22 19:41:24 +00:00
Benny Joo and GitHub
c00e8cfa54
perf: Fetch data server-side for Api Keys page ( #20677 )
...
* server-side fetching for api keys page
* refactor billing page
* fix
2025-04-22 18:20:41 +00:00
Alex van Andel and GitHub
e82cc328d3
refactor: Remove kysely as its unused ( #20817 )
2025-04-22 14:53:41 -03:00
Rajiv Sahal and GitHub
7dbfc1b2e0
fix: user is already part of a team ( #20774 )
...
* better error message
* redirect to login if no user session
* fixup
* remove callback url since the same function is used by org and platform both
* remove extra exclamation mark
* implement PR feedback
2025-04-22 16:07:13 +00:00
Benny Joo and GitHub
02fb7c0ae0
fix: remove window usage in not-found client ( #20822 )
...
* remove window usage in not-found client
* fix
2025-04-22 16:04:36 +00:00
Eunjae Lee and GitHub
9004dcb93b
feat: open dropdown right after adding a filter ( #20819 )
...
* feat: open dropdown right after adding a filter
* clean up timeout
2025-04-22 15:29:56 +00:00
cf83b0a236
feat: update DeleteSegmentDialog to use ConfirmationDialogContent CAL-5399 ( #20820 )
...
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Co-authored-by: eunjae@cal.com <eunjae@cal.com >
2025-04-22 15:24:06 +00:00
Lauris Skraucis and GitHub
7f02464fed
refactor: forbidden 403 v2 guard messages ( #20794 )
...
* refactor: delete unused proxy guard
* refactor: roles.guard.ts
* refactor: is-org.guard.ts
* refactor: permissions.guard.ts
* refactor: oauth-client-guard.ts
* refactor: is-user-event-type-webhook-guard.ts
* refactor: platform-plan.guard.ts
* refactor: roles.guard.ts
* refactor: cache guard result if canAccess=true
* refactor: is-admin-api-enabled.guard.ts
* refactor: is-team-in-org.guard.ts
* refactor: platform-plan.guard.ts
* refactor: is-webhook-in-org.guard.ts
* refactor: is-user-in-org.guard.ts
* refactor: is-user-webhook-guard.ts
* refactor: is-user-in-org-team.guard.ts
* refactor: is-membership-in-org.guard.ts
* refactor: is-oauth-client-webhook-guard.ts
* refactor: is-routing-form-in-team.guard.ts
* refactor: is-managed-org-in-manager-org.guard.ts
* fill the gaps
* refactor: api-auth.strategy.ts
* fix: test
* implement feedback
* fix: tests
* fix: refactor
* fix: test
2025-04-22 16:28:53 +03:00
Keith Williams and GitHub
2371253cb5
chore: Add more Foundation and Consumer team CODEOWNERS configuration ( #20816 )
2025-04-22 09:58:13 -03:00
Morgan and GitHub
859e7f1c88
fix: api v2 license check ( #20813 )
...
* fix: api v2 license check
* update cache key to avoid conflicts
2025-04-22 09:02:43 -03:00
amrit and GitHub
f1e8481878
refactor: remove iframe usage note from Preview tab in EmbedTabs component ( #20810 )
...
* fix: trigger lingo.dev by removing duplicate value
* refactor: remove iframe usage note from Preview tab in EmbedTabs component
2025-04-22 10:03:19 +00:00
acf3a7c54e
feat: add "React (Atom)" to embed generator and rename rest ( #20618 )
...
* fix: trigger lingo.dev by removing duplicate value
* feat: add support for React Atom embed options
* fix: update locator for React code tab in embed code generator E2E tests
* fix: update embed tab names to clarify iframe usage
* fix failing test
* fix: indentation and installation commands for atoms
* fix: add note about iframe usage in Preview tab
* refactor: replace Cal component with BookerEmbed in EmbedCodes
* fix: Add EmbedConfig type import in Embed.tsx
- Added missing EmbedConfig type to the existing types import
- Resolves TypeScript error "Cannot find name 'EmbedConfig'"
* fix: update BookerEmbed usage in EmbedCodes component
* fix: enhance BookerEmbed implementation and update installation instructions in EmbedTabs
* fix: improve comments in EmbedCodes for clarity on layout options and styling references
* fix: streamline BookerEmbed usage in EmbedCodes with improved class handling and layout options
* fix: embed type selection
* fix: update layout selection in EmbedCodes to use dynamic configuration
* fix: update embed configuration to use theme instead of layout
* fix: conditionally render embed options based on if we are selecting atom
* fix: use simple props instead of embed specific logic to fix the active embed bug
* Fix double tabs activeness
* Revert isCurrent change
---------
Co-authored-by: Hariom Balhara <hariombalhara@gmail.com >
2025-04-22 04:51:10 +00:00
Hariom Balhara and GitHub
f163e4638b
fix: Convert an error in webhook to info ( #20806 )
...
* Convert error to info
* Convert error to info
2025-04-22 10:10:00 +05:30