-
Notifications
You must be signed in to change notification settings - Fork 10.2k
Comparing changes
Open a pull request
base repository: calcom/cal.com
base: v5.5.14
head repository: calcom/cal.com
compare: v5.5.15
- 19 commits
- 133 files changed
- 22 contributors
Commits on Aug 8, 2025
-
fix: apply PBAC to routing form CRUD (#22859)
* fix: apply PBAC to routing form CRUD * apply permission checks to the UI * moving prisma call to repository [WIP] * rename repository and fix type error * update implementation * fix formMutation handler * remove unused import * revert some rename * add RolePermission for 'routingForm' * Revert "revert some rename" This reverts commit 0ef3114. * clean up PrismaRoutingFormRepository * fix unit test * remove no longer necessary code * fix type definition * explicit permission handling * do not disable un-editable routing form * fix: correct property name from readonly to readOnly in ListLinkItem - Fix TypeScript error in routing forms component - Change readonly={readOnly} to readOnly={readOnly} to match component interface - Resolves type check failure in CI Co-Authored-By: hariom@cal.com <hariombalhara@gmail.com> --------- Co-authored-by: Hariom Balhara <hariombalhara@gmail.com> Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 6fe6540 - Browse repository at this point
Copy the full SHA 6fe6540View commit details -
feat: filter embed query params from booking success redirects (#22028)
* feat: filter embed query params from booking success redirects - Add filterEmbedParams option to getNewSearchParams function - Filter out embed, layout, embedType, and ui.color-scheme params when redirecting to external pages - Add comprehensive unit tests for bookingSuccessRedirect covering: - External redirects with and without parameter forwarding - Embed parameter filtering functionality - Internal redirects to booking pages - Booking parameter extraction - All tests pass and type checking succeeds Fixes #20469 Co-Authored-By: hariom@cal.com <hariom@cal.com> * chore: retrigger CI checks Co-Authored-By: hariom@cal.com <hariom@cal.com> * chore: remove temporary CI retrigger file Co-Authored-By: hariom@cal.com <hariom@cal.com> * Handle a case --------- 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: Hariom Balhara <hariombalhara@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 4d662d3 - Browse repository at this point
Copy the full SHA 4d662d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 659d9cf - Browse repository at this point
Copy the full SHA 659d9cfView commit details -
fix: slugify event url in duplicate dialog (#22983)
* fix: flaky e2e * fix: slugify url
Configuration menu - View commit details
-
Copy full SHA for 49f99d6 - Browse repository at this point
Copy the full SHA 49f99d6View commit details -
feat: cal ai self serve architecture #1 (#22919)
* feat: cal ai self serve architecture * chore: add package * chore: update evnet controller * refactor: improvements * chore: rename * chore: type error and naming * chore: just set it to nul * chore: just set it to nul * chore: some more improvements * chore: packate version * fix: API v2 * chore: change name of files * chore: add select * chore: add missing teamId * chore: save progress * refactor: split into multiple services * refactor: make schema provider agonistic * chore: improvements * chore: * chore: remove duplicate files * chore: semicolon * chore: formatting * refactor: logging and error handling * chore: rename variable * refactor: use trpc error * chore: replace with HttpError * chore: remove from option * We need the enum and not just the type --------- Co-authored-by: Hariom Balhara <hariombalhara@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 02c86d0 - Browse repository at this point
Copy the full SHA 02c86d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4baa9b6 - Browse repository at this point
Copy the full SHA 4baa9b6View commit details -
fix: text wrap on /conference (#22864)
Co-authored-by: Kartik Saini <41051387+kart1ka@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 26f8246 - Browse repository at this point
Copy the full SHA 26f8246View commit details
Commits on Aug 9, 2025
-
Configuration menu - View commit details
-
Copy full SHA for ce6969d - Browse repository at this point
Copy the full SHA ce6969dView commit details
Commits on Aug 11, 2025
-
fix: MSTeams not created as online meetings (#21377)
* fix MSTeams formatting and duplicate events * update without changing scopes, create onlineMeetings through CalendarService instead of VideoApiAdapter * get url after online meeting is created required for downstream * fallback to callvideo if only MSteams and update evt.videoCallData with url * for backward compatibility set explicitly 'Microsoft Teams Meeting' for old meetings if rescheduled * add dependency to msTeams App * nit * use interpolation * update to create MSTeams event if only MSTeams installed and not Outlook Calendar * make function MSTeams specific --------- Co-authored-by: Anik Dhabal Babu <81948346+anikdhabal@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 242f868 - Browse repository at this point
Copy the full SHA 242f868View commit details -
perf: optimize app registry performance with caching (#22632)
* feat: optimize app registry performance with memory-cache - Implement in-memory caching for getInstallCountPerApp with 5-minute TTL - Add memory-cache and @types/memory-cache dependencies to packages/lib - Remove invalidateInstallCountCache functionality as requested - Maintain existing API compatibility for app sorting functionality - Improve performance by avoiding expensive SQL COUNT queries on every request Co-Authored-By: anik@cal.com <adhabal2002@gmail.com> * update * Update getInstallCountPerApp.ts --------- Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 5a350ef - Browse repository at this point
Copy the full SHA 5a350efView commit details -
feat: allow inserting webhook variables into custom payload template (#…
…22835) * feat: allow inserting webhook variables into custom payload template * localize UI and apply design system styling * add translations and minor UI fixes * add translations --------- Co-authored-by: Carina Wollendorfer <30310907+CarinaWolli@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 1fa8a5e - Browse repository at this point
Copy the full SHA 1fa8a5eView commit details -
Configuration menu - View commit details
-
Copy full SHA for eb05d54 - Browse repository at this point
Copy the full SHA eb05d54View commit details -
refactor: Get rid of
getServerSideProps
for /getting-started pages (#……23003) * refactor * fix type check
Configuration menu - View commit details
-
Copy full SHA for fafd3fb - Browse repository at this point
Copy the full SHA fafd3fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for c554396 - Browse repository at this point
Copy the full SHA c554396View commit details -
fix error in handleNewBooking (#23011)
Co-authored-by: CarinaWolli <wollencarina@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 759d5b8 - Browse repository at this point
Copy the full SHA 759d5b8View commit details -
Documentation edits made through Mintlify web editor (#23007)
Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 47f4540 - Browse repository at this point
Copy the full SHA 47f4540View commit details -
Configuration menu - View commit details
-
Copy full SHA for 076e93c - Browse repository at this point
Copy the full SHA 076e93cView commit details -
feat: Add private links to API (#22943)
* --init * address change requests * adding further changes * address feedback * further changes * further clean-up * clean up * fix module import and others * add guards * remove unnecessary comments * remove unnecessary comments * cleanup * sort coderabbig suggestions * improve check * chore: bump platform libraries --------- Co-authored-by: Lauris Skraucis <lauris.skraucis@gmail.com> Co-authored-by: supalarry <laurisskraucis@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for af51df2 - Browse repository at this point
Copy the full SHA af51df2View commit details -
Configuration menu - View commit details
-
Copy full SHA for a90d765 - Browse repository at this point
Copy the full SHA a90d765View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v5.5.14...v5.5.15