  
|
8ad442f2be
|
feat: Upgrade to Next 15 (#18834)
* wip
* update layoutHOC
* wip
* remove app router related code no longer used
* remove more
* await cookies, headers, params, serachparams
* update yarn.lock
* await cookies, headers, params, serachparams more
* update yarn lock again
* downgrade next-auth to 4.22.1
* update yarn lock
* fix
* update yarn lock
* fix type checks
* update yarn lock
* await headers and cookies
* restore pages folder
* restore yarn.lock
* update yarn.lock
* await headers and cookies
* remove
* await params in API routes
* updates
* restore next.config.js
* remove i18n from next.config.js
* Fixed tests
* Fixed types
* Removed duplicate favicon.ico
* Fixing more types
* ImageResponse moved to next/og
* Fixed prisma import issues
* dynamic import for @ewsjs/xhr
* remove deasync dep
* dynamic import for @tryvital/vital-node
* fix type checks
* add back turbopack command
* Type fix
* Removed unneeded file
* fix turbopack relative path errors
* add comments
* remove unneeded code
* Fixed build errors
* await apis
* use Promise<Params> type in defaultResponderForAppDir util
* refactor scim api route
* fix type checks
* separate app-routing.config into client-config and server-config
* wip
* refactor routing forms components
* revert unneeded changes for easier review
* fix
* fix
* use CustomTrans
* fix type
* fix unit tests
* fix type error
* fix build error
* fix build error
* fix build error
* fix warnings
* fix warnings
* upgrade @tremor/react and tailwindcss
* numCols -> numItems
* fix forgot-password e2e test
* fix 1 more e2e test
* fix login e2e test
* fix e2e tests
* fix e2e tests
* clean up
* remove error
* use tremor/react 2.11.0
* fix
* rename CustomTrans to ServerTrans
* address comment
* fix test
* fix ServerTrans
* fix
* fix type
* fix ServerTrans usages 1
* fix translations
* fix type checks
* fix type checks
* link styling
* fix
---------
Co-authored-by: Keith Williams <keithwillcode@gmail.com>
Co-authored-by: Anik Dhabal Babu <81948346+anikdhabal@users.noreply.github.com>
|
2025-03-20 21:30:51 -03:00 |
|
 
|
082f8e1b04
|
fix: disable plain for self hosters (#19853)
* fix: disable plain for self hosters
* fix type error
* test update
---------
Co-authored-by: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com>
|
2025-03-13 08:50:16 +00:00 |
|
 Benny JooandGitHub
|
251121a76f
|
chore: write defaultResponder for App Router APIs (#19727)
* create defaultResponderForAppDir
* rename all usages
* finish
* fix
|
2025-03-05 09:12:07 +00:00 |
|
 nizzyandGitHub
|
1849fe7b74
|
feat: plain-thread-tier (#19463)
* tier select
* thread tier
* remove console logs
* requested changes to getting user tier
* test
* fix test error
* fix type errors on test
* pull latest
* route middleware fix
* double tierIdentifier
* updated test file
* build error
* plain cards fix up
* dayjs
* change orgs check to teams isOrgs check
* removed uneeded prisma calls and changed teams check
|
2025-02-28 17:42:34 +00:00 |
|
 Benny JooandGitHub
|
d1a9af84b2
|
chore: migrate /api/avatar/[uuid] to App Router (#19514)
* chore: migrate /api/avatar/[uuid]
* fix type
* move location of apiRouteMiddleware and fix the args
* refactor
|
2025-02-25 11:19:29 +00:00 |
|
  
|
d027f8004a
|
perf: Move PlainChat up the hierarchy to remove rerenders (#19255)
* perf: Move PlainChat up the hierarchy to remove rerenders
* rmeove yarn lock
---------
Co-authored-by: Nizzy <nizabizaher@gmail.com>
Co-authored-by: nizzy <140507264+nizzyabi@users.noreply.github.com>
|
2025-02-12 19:13:54 +00:00 |
|
 Benny JooandGitHub
|
e79af63e6c
|
chore: refactor apiRouteMiddleware and add it to some api routes in App Router (#19146)
* chore: remove try and catch from api routes in app router
* refactor
* refactor apiRouteMiddleware
* refactor
|
2025-02-07 11:04:34 +00:00 |
|
 Omar LópezandGitHub
|
0f07ab2f7b
|
fix: Load plain dynamically (#18571)
|
2025-01-22 20:10:11 +00:00 |
|
+7        
|
225313e391
|
feat: Plain chat (#18284)
* plain custom desin
* No display on card
* dynamic plain chat component and hmac hash
* re-route users to plain.com chat instead of intercom chat when going to /support
* provider errors
* yarn lock fix
* plain chat removed unneeded hmac
* fix ts error
* error handling improved
* remove intercome provider from app-dir
* Create getting-started.mdx (#18342)
* Delete help directory (#18343)
* chore: moved docs/help to /help (#18345)
* chore: Delete unused guides directory (#18346)
* feat: booking filters (#18303)
Co-authored-by: Syed Ali Shahbaz <52925846+alishaz-polymath@users.noreply.github.com>
* chore: Remove `HeadSeo` components where no longer needed + improve app router metadata logic (#18348)
* remove HeadSeo for already migrated pages and refactor prepareMetadata
* create _generateMetadataWithoutImage and refactor _generateMetadata
* chore: app router - /bookings status page (#18183)
* chore: app router - /bookings page
* remove env vars
* fix
* Update middleware.ts
* revert unneeded change
* refactor for the better
* fix
* cache i18n instances (#18309)
* feat: virtual queues tab in insights (#18260)
Co-authored-by: CarinaWolli <wollencarina@gmail.com>
Co-authored-by: sean-brydon <sean@cal.com>
Co-authored-by: sean-brydon <55134778+sean-brydon@users.noreply.github.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
Co-authored-by: Omar López <zomars@me.com>
* feat: update translations via @replexica (#18361)
Co-authored-by: Replexica <support@replexica.com>
* update OOO e2e tests to remove flakiness (#18367)
* fix: metadata is overwritten for child managed eventType when updating parent (#18059)
* fix: metadata is overwirten
* Update
* type error
* Update
* fix test
* fix type error
* chore: added routing support link (#18369)
* Added routing form support link
* small change
* Type fix
---------
Co-authored-by: Joe Au-Yeung <j.auyeung419@gmail.com>
* chore: refactor handling logic for embeds in app router (#18362)
* refactor handling logic for embeds in app router
* fix type checks
* add test for withEmbedSsrAppDir
* fix
* review changes
* yarn lock
---------
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
Co-authored-by: Calcom Bot <109866826+calcom-bot@users.noreply.github.com>
Co-authored-by: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com>
Co-authored-by: Syed Ali Shahbaz <52925846+alishaz-polymath@users.noreply.github.com>
Co-authored-by: Benny Joo <sldisek783@gmail.com>
Co-authored-by: Carina Wollendorfer <30310907+CarinaWolli@users.noreply.github.com>
Co-authored-by: CarinaWolli <wollencarina@gmail.com>
Co-authored-by: sean-brydon <sean@cal.com>
Co-authored-by: sean-brydon <55134778+sean-brydon@users.noreply.github.com>
Co-authored-by: Omar López <zomars@me.com>
Co-authored-by: Replexica <support@replexica.com>
Co-authored-by: Vijay <vijayraghav22@gmail.com>
Co-authored-by: Anik Dhabal Babu <81948346+anikdhabal@users.noreply.github.com>
Co-authored-by: Joe Au-Yeung <j.auyeung419@gmail.com>
Co-authored-by: Alex van Andel <me@alexvanandel.com>
|
2024-12-26 19:07:08 +00:00 |
|