Lucas Smith
2317473545
feat(web): improve session retrieval performance ( #7584 )
...
* feat(web): improve session retrieval performance
Switch to using `getServerSession` which avoids a HTTP round trip to retrieve session details.
Additionally, migrate deprecated `app/lib/auth` calls to to `@calcom/lib` package.
* fix: update failing test and lint
* Consolidates auth code in features
* Update yarn.lock
* Update packages/trpc/server/createContext.ts
* Oopsie
---------
Co-authored-by: zomars <zomars@me.com>
2023-03-10 23:45:24 +00:00
Omar López
7c749299bb
Enforces explicit type imports ( #7158 )
...
* Enforces explicit type imports
* Upgrades typescript-eslint
* Upgrades eslint related dependencies
* Update config
* Sync packages mismatches
* Syncs prettier version
* Linting
* Relocks node version
* Fixes
* Locks @vitejs/plugin-react to 1.3.2
* Linting
2023-02-16 15:39:57 -07:00
Ben Lam
7a6e7c2f1d
Removed unused variables ( #6704 ) ( #6750 )
2023-01-31 22:29:24 +00:00
Omar López
e832015f26
Deprecates user plan ( #5942 )
...
* Remove isMissingSeat
* Removes user plan
* Deprecates User Plan
* Updates website
* Update eventTypes.tsx
2022-12-08 16:20:24 -07:00
Alex van Andel
195cb84a8b
Disable ADMIN role when password requirements aren't met ( #5445 )
2022-11-09 16:23:39 +00:00
Leo Giovanetti
5437005c7e
UI tweaks ( #3576 )
2022-07-29 15:23:54 +02:00
Omar López
bfa70dcc83
Feat/onboarding admin ( #3486 )
...
* WIP
* API and step done fallback
* Finishing up tweaks
* Inline comment
* Translations
* Update apps/web/pages/api/auth/setup.ts
Co-authored-by: Omar López <zomars@me.com>
* Update apps/web/pages/api/auth/setup.ts
Co-authored-by: Omar López <zomars@me.com>
* Update apps/web/pages/api/auth/setup.ts
Co-authored-by: Omar López <zomars@me.com>
* Update apps/web/pages/api/auth/setup.ts
Co-authored-by: Omar López <zomars@me.com>
* Linting fixes
* Update apps/web/pages/auth/setup.tsx
Co-authored-by: Omar López <zomars@me.com>
* Linting fix
* Moving to v2
* Translations
Co-authored-by: Leo Giovanetti <hello@leog.me>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-07-27 17:28:21 -06:00
Omar López
0a125b6900
Revert "Self-hosted onboarding first admin wizard ( #3393 )" ( #3485 )
...
This reverts commit ee14423f4c
.
2022-07-21 15:05:52 -06:00
Leo Giovanetti
ee14423f4c
Self-hosted onboarding first admin wizard ( #3393 )
...
* WIP
* API and step done fallback
* Finishing up tweaks
* Inline comment
* Translations
2022-07-21 19:29:24 +00:00