3c1297aa72
fix: calcom trpc sessio circle dep ( #19893 )
...
* fix trpc session circle dep
* fixes trpc session cirlce dep
* fix relative imports
* fix more imports to use types and not trpc
* fix exports
* Fixed types
---------
Co-authored-by: Keith Williams <keithwillcode@gmail.com >
2025-03-19 05:50:22 -03:00
Omar López and GitHub
30cb8f745d
revert: Revert UserPassword ( #13680 ) ( #13685 )
...
* Revert "revert: UserPassword (#13680 )"
This reverts commit 0a68c6d048 .
* fix: avoid updates for possible missing passwords
2024-02-14 16:53:27 +00:00
Alex van Andel and GitHub
0a68c6d048
revert: UserPassword ( #13680 )
2024-02-14 12:36:29 +00:00
Omar López and GitHub
7b0d5959cb
refactor: migrates user password to it's own table ( #13628 )
2024-02-12 14:13:21 -07:00
1eeb91a793
perf: lazy load tRPC routes ( #8167 )
...
* experiment: cold start perf
* fix: update failing test
* chore: add database indexes
* chore: use json protocol and add query batching back
* Update [status].tsx
* Update [trpc].ts
* Delete getSlimSession.ts
* Update createContext.ts
* remove trpc caller
* correctly import Prisma
* lazy ethRouter
* replace crypto with md5
* import fixes
* public event endpoint refactor
* Update yarn.lock
* Update yarn.lock
* Using yarn.lock from main
---------
Co-authored-by: Omar López <zomars@me.com >
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
Co-authored-by: Efraín Rochín <roae.85@gmail.com >
Co-authored-by: Keith Williams <keithwillcode@gmail.com >
2023-04-25 19:39:47 -03:00