Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: calcom/cal.com
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.5.7
Choose a base ref
...
head repository: calcom/cal.com
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.5.8
Choose a head ref
  • 11 commits
  • 101 files changed
  • 9 contributors

Commits on Jul 28, 2025

  1. fix: remove fallback permssions on organization Id. (#22769)

    * add concept of manage permissions instea of fallback
    
    * fix common json
    
    * fix usePermission hook
    sean-brydon authored Jul 28, 2025
    Configuration menu
    Copy the full SHA
    30061c0 View commit details
    Browse the repository at this point in the history
  2. refactor: platform managed user org admin access (#22597)

    * refactor: examples app setup
    
    * wip: view org event types as org administrator
    
    * fix: create event type has org admin
    
    * fix: create event type has org admin
    
    * fix: allow org admin team event type access
    
    * fix: uncaught error
    
    * chore: bump platform libs
    
    * refactor: getting event type for org admin
    
    * add test
    
    * chore: libraries
    supalarry authored Jul 28, 2025
    Configuration menu
    Copy the full SHA
    19d7764 View commit details
    Browse the repository at this point in the history
  3. Documentation edits made through Mintlify web editor (#22774)

    Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
    mintlify[bot] authored Jul 28, 2025
    Configuration menu
    Copy the full SHA
    628b169 View commit details
    Browse the repository at this point in the history
  4. fix: CSV generation from insights returns empty results (#22775)

    * fix: CSV generation from insights returns empty results
    
    * update
    
    * fix type error
    anikdhabal authored Jul 28, 2025
    Configuration menu
    Copy the full SHA
    9cd806f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6b10127 View commit details
    Browse the repository at this point in the history
  6. fix: type error (#22780)

    anikdhabal authored Jul 28, 2025
    Configuration menu
    Copy the full SHA
    3b82367 View commit details
    Browse the repository at this point in the history
  7. feat: add cancelledBy and rescheduledBy parameters to workflow links (#…

    …22438)
    
    * feat: add cancelledBy and rescheduledBy parameters to workflow links
    
    - Extended workflow reminder selection to include user and team data
    - Added getWorkflowAssigneeEmail helper function to resolve assignee email
    - Updated email and SMS workflow templates to include assignee in cancel/reschedule links
    - For user workflows, uses user email; for team workflows, uses team owner email
    - Maintains backward compatibility when assignee data is unavailable
    
    Co-Authored-By: [email protected] <[email protected]>
    
    * fix: use workflow recipient email instead of assignee email for link parameters
    
    - Updated getWorkflowRecipientEmail to determine recipient based on workflow action type
    - EMAIL_ADDRESS uses sendTo email, EMAIL_HOST uses organizer, EMAIL_ATTENDEE uses attendee
    - SMS_ATTENDEE/WHATSAPP_ATTENDEE use attendee email for cancelledBy/rescheduledBy params
    - Maintains backward compatibility when recipient data unavailable
    
    Co-Authored-By: [email protected] <[email protected]>
    
    * fix: use emailReminderManager for email workflows with recipient parameters
    
    - Updated emailReminderManager to include recipient email in cancel/reschedule links
    - Added getEmailWorkflowRecipientEmail function for proper recipient determination
    - Removed changes from deprecated scheduleEmailReminders.ts
    - SMS_ATTENDEE correctly uses attendee email like EMAIL_ATTENDEE
    
    Co-Authored-By: [email protected] <[email protected]>
    
    * Get attendee's email when sending SMS
    
    * Remove unused query
    
    * feat: add cancelledBy and rescheduledBy parameters to getSMSMessageWithVariables
    
    Co-Authored-By: [email protected] <[email protected]>
    
    * Clean up Devin
    
    ---------
    
    Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
    joeauyeung and devin-ai-integration[bot] authored Jul 28, 2025
    Configuration menu
    Copy the full SHA
    6c93647 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2025

  1. fix: show seated attendees to host even when seatsShowAttendees is di…

    …sabled (#22565)
    
    * fix: show attendee
    
    * Update get.handler.ts
    
    * update
    anikdhabal authored Jul 29, 2025
    Configuration menu
    Copy the full SHA
    b21400c View commit details
    Browse the repository at this point in the history
  2. feat: Ability to set a locked timezone for event type (#22531)

    * feat: ability to set locked timezone
    
    * update
    
    * Update update-event-type.input.ts
    
    * Update get-event-type-public.output.ts
    
    * Update documentation.json
    
    * revert
    
    * nit
    
    * feat: locked timezone
    
    * update
    
    * fix
    
    * Update handleChildrenEventTypes.test.ts
    
    * update
    
    * fix test
    anikdhabal authored Jul 29, 2025
    Configuration menu
    Copy the full SHA
    a11ea3d View commit details
    Browse the repository at this point in the history
  3. chore: release v5.5.8

    emrysal committed Jul 29, 2025
    Configuration menu
    Copy the full SHA
    1b9691d View commit details
    Browse the repository at this point in the history
  4. refactor: update charts on /insights to use InsightsBookingService (#…

    …22744)
    
    * refactor: update PopuplarEvents chart to use InsightsBookingService
    
    * use buildHashMapForUsers
    
    * refactor least booked
    
    * refactor charts
    
    * combine methods
    
    * refactor booking kpi cards
    
    * remove unused code
    
    * fix booking kpi cards
    
    * restore code that was removed accidentally
    
    * Revert "restore code that was removed accidentally"
    
    This reverts commit 0c0b444.
    
    * Revert "fix booking kpi cards"
    
    This reverts commit b1e8e9a.
    
    * refactor booking kpi cards
    
    * revert method and remove unused code
    
    * fix previous period
    
    * fix metrics
    
    * clean up trpc call params
    
    * clean up Download.tsx
    
    * split utils
    
    * restructure folders for components
    
    * clean up imports
    
    * rename TotalUserFeedbackTable to UserStatsTable
    
    * add guide
    
    * use client
    
    * add curly braces to case
    
    * fix tests
    eunjae-lee authored Jul 29, 2025
    Configuration menu
    Copy the full SHA
    3e299f9 View commit details
    Browse the repository at this point in the history
Loading