Keith Williams and GitHub
b38d8e7ae4
perf: New getTeamSchedule route with higher vCPUs ( #17277 )
2024-10-23 13:38:15 -07:00
Keith Williams and GitHub
e33930e5c0
chore: Cache timezones by calcom version ( #15556 )
...
* chore: Cache timezones by calcom version
* Fix types
2024-06-26 11:43:02 +00:00
Omar López and GitHub
7d1c69801e
chore: optimizing bundle size ( #13473 )
...
* WIP
* Tree shaking
2024-01-30 19:49:29 -03:00
+1
30ba168fc3
chore: bump @trpc/* and @tanstack/react-query ( #13335 )
...
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
Co-authored-by: Omar López <zomars@me.com >
Co-authored-by: CarinaWolli <wollencarina@gmail.com >
Co-authored-by: Alex van Andel <me@alexvanandel.com >
Co-authored-by: zomars <zomars@me.com >
Co-authored-by: Udit Takkar <53316345+Udit-takkar@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: Gergő Móricz <mo.geryy@gmail.com >
Co-authored-by: Keith Williams <keithwillcode@gmail.com >
2024-01-23 16:42:29 -07:00
Erik and GitHub
e48a6c3dcf
chore: Disable i18n cache in development ( #12374 )
2023-11-16 16:56:24 +00:00
3f273235a6
perf: Cache translations per language/per release ( #10843 )
...
Co-authored-by: zomars <zomars@me.com >
2023-08-18 17:46:17 -07:00
Hariom Balhara and GitHub
4cd8935375
fix: SWR cache header on Vercel ( #10624 )
2023-08-08 13:50:30 +01:00
ad3bdbbda7
fix: Feature flag user cache ( #10359 )
...
Co-authored-by: zomars <zomars@me.com >
2023-07-25 22:00:21 +00:00
e2cfd0d1d1
Webex integration ( #7651 )
...
* start webex app creation
* webex integration wip
* fix lint errors
* fix lint errors
* add webex env vars in appStore.example
* webex app wip
* fix lint errors
* edit webex oauth scopes
* add location in webex app config
* add site url placeholder and regex in webex config location
* debug translateEvent
* fix utc formatting for event start time, add test boilerplate for webex, add envs
* fix location and datetime formatting
* get correct videoCredentials for deleteMeeting
* Move webex specific readme content to webex README
* Fix app not visible in app-store
* Delete setup route
* add webex icon
* delete prev icon
* webex api fix
* add app screenshots
* Revert tests changes as they dont run
* Use config instead of hardcoding vales
* Update README
* Remove all env variables related to WEBEX app. They can be added through settings->admin->apps interface
* update from origin
* fix icon path
* update webex readme
* Update yarn.lock
* update webex readme
* Remove unnecessary URL from webex
* revert changes in cancel booking handler
* simply webex zod schemas, logs for debugging
---------
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
Co-authored-by: Hariom Balhara <hariombalhara@gmail.com >
2023-05-11 07:14:32 +00:00
cdba1920fc
refactor: split up routers to separate lambdas ( #8041 )
...
* split up routers to separate lambdas
* fix responsemeta
* move
* add typeguards to make sure all endpoints are covered in the approuter
* prettier
* move slotsrouter
* split ssg/ssr
* make sure correct headers are sent on viewer.public
* make sure correct headers are sent + use ctx.prisma
* Fixed new prefetch broken by merge
* Fixes after merge
* Created separate API route for all tRPC routers
* More fixes from refactor
* Fixed tRPC query for slots
* Put back extra line
* Fixed type checks
* Removed Endpoint type check since it loads from client
* Reverted change in getSchedule test
* Fix trpc routes in expectations
* Fix one more route test
---------
Co-authored-by: Efraín Rochín <roae.85@gmail.com >
Co-authored-by: Alex van Andel <me@alexvanandel.com >
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
Co-authored-by: Keith Williams <keithwillcode@gmail.com >
Co-authored-by: zomars <zomars@me.com >
Co-authored-by: Hariom Balhara <hariombalhara@gmail.com >
2023-05-05 13:19:10 -03:00