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
Omar López and GitHub
9dab915ddd
chore: upgrade dependencies ( #20740 )
2025-04-21 15:21:10 -03:00
GitHub Actions
8fca8f3910
chore: release v5.2.3
2025-04-21 18:20:38 +00:00
Omar López and GitHub
1638465607
chore: remove swagger app and its dependencies ( #20798 )
2025-04-21 18:13:19 +00:00
Keith Williams and GitHub
ab7eb7f4b1
chore: Add layout.tsx to Foundation team CODEOWNERS ( #20802 )
2025-04-21 23:35:10 +05:30
Benny Joo and GitHub
0592badd56
fix: semi-colon in the bottom of layout UI ( #20799 )
2025-04-21 15:46:23 +00:00
Morgan and GitHub
7e82b8fa86
fix: sms workflow api v2 ( #20795 )
...
* fix: sms workflow api v2
* fixup! fix: sms workflow api v2
2025-04-21 14:41:59 +00:00
7dfb71ca30
fix: Location not changing when rescheduling ( #20404 )
...
* fix: location not chnging
* update
* update
* Update EventManager.ts
* update
* update
* Update reschedule.test.ts
---------
Co-authored-by: Tushar Bhatt <95581504+TusharBhatt1@users.noreply.github.com >
Co-authored-by: sean-brydon <55134778+sean-brydon@users.noreply.github.com >
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
2025-04-21 14:45:59 +01:00
d99ecde0e2
fix: improved 'use-identity-login' error message for users trying to signInn using different provider ( #20582 )
...
* improved 'use-identity-login' error message for users trying to signin using different provider
* passing original identity provider as query parameter
* Update packages/features/auth/lib/next-auth-options.ts
* passed different error names for different types of error
---------
Co-authored-by: romit <romitgabani1@gmail.com >
Co-authored-by: Anik Dhabal Babu <81948346+anikdhabal@users.noreply.github.com >
Co-authored-by: Hariom Balhara <hariombalhara@gmail.com >
Co-authored-by: Tushar Bhatt <95581504+TusharBhatt1@users.noreply.github.com >
2025-04-21 13:38:19 +00:00
Omar López and GitHub
d81b905ad7
refactor: replace timeZone string validation with timeZoneSchema ( #20719 )
...
* refactor: replace timeZone string validation with timeZoneSchema - Replace all instances of timeZone: z.string() with timeZoneSchema - Preserve modifiers (.optional(), .default(), .nullish()) where present - Fix VideoApiAdapter to use organizer's timezone value - Remove redundant isSupportedTimeZone import from booking.ts - Add timeZoneSchema import where needed
* Update index.ts
* fix: conflicts
Signed-off-by: Omar López <zomars@me.com >
* Update yarn.lock
* Discard changes to yarn.lock
* Update booking.ts
* Discard changes to packages/platform/types/me.ts
* Discard changes to packages/platform/types/me/outputs/me.ts
* Discard changes to packages/platform/types/schedules/schedules-2024-04-15/schedules.ts
* Discard changes to packages/features/ee/cal-ai-phone/zod-utils.ts
---------
Signed-off-by: Omar López <zomars@me.com >
2025-04-21 14:37:07 +01:00
Hariom Balhara and GitHub
46c6582328
fix: Wrong text EmbedTheme -> Theme ( #20790 )
2025-04-21 10:16:09 +00:00
Hariom Balhara and GitHub
396811b954
fix: Org onboarding handle error due to platform team being moved to regular org ( #20786 )
...
* Add better error logs and handle platform team
* Add better error logs and handle platform team
2025-04-21 14:58:55 +05:30
Lauris Skraucis and GitHub
f6c7d8d97f
fix: v2 Sentry errors ( #20788 )
...
* fix: Only Team Event Types are supported for Instant Meeting
* refactor: Cannot read properties of undefined (reading 'timeZone')
* fix: Cannot read properties of undefined (reading 'map')
* refactor: rearrange function order
* refactor: booking_seats_full_error
* fix: invalid_round_robin_host
* refactor: booking_time_out_of_bounds_error
* refactor: Attempting to book a meeting in the past.
* fix: obj.phoneNumber.trim is not a function
* fix: Cannot use 'in' operator to search for 'disabled' in 1
2025-04-21 12:12:46 +03:00
Ronit Raj and GitHub
930165b6e8
Update rateLimit.ts ( #20785 )
2025-04-21 05:33:00 +00:00
Hariom Balhara and GitHub
a77bd7bbe0
fx 404 for embed ( #20120 )
2025-04-20 16:16:48 +00:00
51212cdacf
fix: header overlaps in month view on short viewport ( #20749 )
...
* fix: header overlaps in month view on short viewport
* refactor: Merge classes into same condition
* fix: Remove booker margin top if isEmbed
---------
Co-authored-by: Anik Dhabal Babu <81948346+anikdhabal@users.noreply.github.com >
Co-authored-by: Tushar Bhatt <95581504+TusharBhatt1@users.noreply.github.com >
Co-authored-by: amrit <iamamrit27@gmail.com >
2025-04-20 08:03:12 +05:30
Lauris Skraucis and GitHub
3731b1ef3d
fix: calendar connect atoms ( #20766 )
2025-04-18 11:29:11 +00:00
amrit and GitHub
f631c4aa79
feat: make skeleton for booking embed accurate ( #20765 )
...
* fix: trigger lingo.dev by removing duplicate value
* feat: make skeleton for booking embed accurate
2025-04-18 10:28:37 +00:00
Lauris Skraucis and GitHub
95cd76e732
fix: only managed users assignable to managed team event ( #20754 )
...
* fix: only managed users assignable to managed team event
* chore: bump platform libraries
2025-04-18 12:21:02 +05:30
Joe Au-Yeung and GitHub
7e525779b7
Remove trailing } from utm param ( #20763 )
2025-04-18 11:13:26 +05:30
Anik Dhabal Babu and GitHub
f176ebf1da
fix: offer seats broken ( #20758 )
2025-04-18 05:32:31 +00:00
Keith Williams and GitHub
5058e0e750
chore: Remove verbose logging ( #20732 )
2025-04-18 04:20:19 +00:00
Joe Au-Yeung and GitHub
dc409e1c5a
chore: Add consent message when SMS workflows are related ( #20741 )
...
* Add consent message
* Add consent message if using SMS workflow
* Skip flakey tests
* Revert "Skip flakey tests"
This reverts commit 3bd6f3fd71469df4dbd67b69b8e17011657df9d8.
2025-04-18 09:23:15 +05:30
Joe Au-Yeung and GitHub
89b5d1ebc3
Write UTM params to Salesforce ( #20759 )
2025-04-18 03:24:57 +00:00
Joe Au-Yeung and GitHub
0d24664a72
Skip flakey tests ( #20761 )
2025-04-18 03:01:35 +00:00
69efc26f36
perf: slim down middleware matcher ( #20735 )
...
* wip
* wip
* refactor
* add pathname
* fix
* fix: manually construct pathname for metadata functions
Co-Authored-By: benny@cal.com <benny@cal.com >
* fix: add pathname parameter to all metadata functions
Co-Authored-By: benny@cal.com <benny@cal.com >
* fix: add pathname parameter to remaining metadata functions
Co-Authored-By: benny@cal.com <benny@cal.com >
* fix
* fix
* fix type checks
* Refactor
* fix
* fix
---------
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Co-authored-by: benny@cal.com <benny@cal.com >
2025-04-17 19:55:01 -07:00
GitHub Actions
95c48ac805
chore: release v5.2.2
2025-04-17 20:49:03 +00:00
Somay Chauhan and GitHub
59ab38db98
feat: add guards to stripe teams controller ( #20540 )
...
* feat: add guards to stripe teams controller
* remove logs and comments
* fix return type status
* refactor: move PlatformSubscription to a dedicated module
* reroute to `organizations/stripe/save` for teams
* fix: type errors
* feat: fixed it for conferencing apps
* feat: Add error handling and fallback URL support in Stripe callback
* Refactor OAuth callback handling and move token validation to service layer
* Add documentation for OAuth callback proxying in conferencing and stripe controllers
* Move OAuthCallbackState type from organizations to stripe service module
2025-04-17 16:36:31 +00:00
Benny Joo and GitHub
11a41e0e39
fix: return react fragment from all layout.tsx
2025-04-17 16:26:15 +00:00
Lauris Skraucis and GitHub
880fe151c0
fix: v2 automatic round robin reassign error message ( #20755 )
2025-04-17 15:50:16 +00:00
Anik Dhabal Babu and GitHub
603f106389
fix: Admin/owner unable to confirm managed bookings ( #20743 )
...
* fix: Admin/owner can't confirm managed booking
* Update confirm.handler.ts
2025-04-17 12:27:11 +00:00
Morgan and GitHub
5c7f1aebb2
feat: filter users by assigned attribute options ( #20659 )
...
* feat: assigned attributes options base
* feat: assigned attributes options base e2e
* feat: filter assigned options by other assigned options
* feat: filter assigned options by other assigned options
* fixup! feat: filter assigned options by other assigned options
* feat: get org users by assigned attributes
* adding missing input file
* push generated docs
* feat: add filter org users by teamIds
* feat: add filter assigned attribute options by teamIds
* chore; update doc
* chore: remove console log
* chore: minor e2e fix
* chore: minor e2e fix
* chore: improve docs
* fix: assigned options by teamIds + optionIds
2025-04-17 14:05:06 +02:00
Anik Dhabal Babu and GitHub
a8fe3a6466
fix: failing e2e test ( #20751 )
2025-04-17 17:33:29 +05:30
Lauris Skraucis and GitHub
8974f8f9de
feat: v2 book team events using teamSlug & eventTypeSlug ( #20585 )
...
* feat: v2 book team events using teamSlug & eventTypeSlug
* fix: tests
2025-04-17 13:23:25 +03:00
Anik Dhabal Babu and GitHub
a11c2cc52c
fix: Wrong schedule ID set for child managed event ( #20745 )
...
* fix: wrong schule id set for managed event
* Update handleChildrenEventTypes.ts
2025-04-17 08:58:01 +00:00
amrit and GitHub
14d319f992
fix: buggy skeleton rendering for month view ( #20744 )
...
* fix: trigger lingo.dev by removing duplicate value
* fix: buggy skeleton monthly view
2025-04-17 11:10:47 +05:30
Benny Joo and GitHub
49f0759f31
fix: disable Google Translate from HTML
2025-04-17 00:10:25 +00:00
GitHub Actions
cae8470350
chore: release v5.2.1
2025-04-17 00:05:25 +00:00
a82d616b79
feat: Whitelist user's from workflow spam scanning ( #20717 )
...
* Add whitelistWorkflows to user
* Do not autolock whitelisted users
* Add endpoint to whitelist a user
* Get users data - include whitelistWorkflows
* Whitelist a user on the user admin page
* Fix typo
* Add test
* Use translations
* Add `updateWhitelistWorkflows` to `UserRepository`
* Use i18 for strings
* Rename to whitelistWorkflows
---------
Co-authored-by: Benny Joo <sldisek783@gmail.com >
2025-04-16 18:09:29 -04:00
Anik Dhabal Babu and GitHub
515f3263e0
test: e2e test for the Routing Form to Event Booking flow ( #20728 )
...
* test: e2e test Routing Form submission to Booking flow
* update
* tweak
2025-04-16 16:09:15 -03:00