cal.pub0.org/apps/web/test/lib
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
..
checkBookingLimits.test.ts [CAL-988] Limit total appointment time per day/week/month/year (#7166) 2023-03-10 21:00:19 +01:00
checkDurationLimits.test.ts [CAL-988] Limit total appointment time per day/week/month/year (#7166) 2023-03-10 21:00:19 +01:00
getAggregateWorkingHours.test.ts Fix/Round Robin (#6121) 2022-12-21 19:32:42 +00:00
getAvailabilityFromSchedule.test.ts Enforces explicit type imports (#7158) 2023-02-16 15:39:57 -07:00
getSchedule.test.ts feat(web): improve session retrieval performance (#7584) 2023-03-10 23:45:24 +00:00
getTimezone.test.ts Fix: Filter Timezones by cities (#7540) 2023-03-06 17:52:20 +00:00
getWorkingHours.test.ts Fixes collective availability for teams with overlapping day timezones (#3898) 2022-08-22 23:53:51 +00:00
parseZone.test.ts Consolidates dayjs in a single package 2022-06-28 14:48:24 -06:00
slots.test.ts Fix/DST issues (#7462) 2023-03-03 09:33:16 -07:00
team-event-types.test.ts Fixes collective availability for teams with overlapping day timezones (#3898) 2022-08-22 23:53:51 +00:00