cal.pub0.org/packages/lib
Carina Wollendorfer f6d7568d0a
Fixes formatted description in email (#7696)
* fix description in email

* add styling for lists

* sanitize editor input before saving

* sanitize eventTypeDescription

* santize html when used dangerouslySetInnerHTML

* fix server side sanitation

* add missing formatting and sanitation

* move @ts-expect-error to correct line

* fix type error and add yarn.lock

* fix build error

* sanitize description for booking page and availability page

* rename to markdownAndSanitize

* always add list formatting

* handle empty description in markdownAndSanitize for cleaner code

* create function for clientside markdown rendering and sanitizing

* fix type error

* code clean up

* Now that eventType.descriptionAsSafeHTML is added at all the missing places, we can do away with ts-ignore and get type safety

* Remove unused variable

* Remove one more ts-expect-error

---------

Co-authored-by: CarinaWolli <wollencarina@gmail.com>
Co-authored-by: Hariom Balhara <hariombalhara@gmail.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2023-03-23 12:00:42 +00:00
..
apps Only return enabled apps in getEnabledApps (#6653) 2023-01-23 16:27:20 -07:00
browser
cva
date-fns fix/[cal-1091]-Changing the timezone in profile settings doesn't change the date of the booking - only the time (#7598) 2023-03-09 10:18:22 +00:00
hooks Fix ColorPicker not showing up and Auto theme not working (#7626) 2023-03-09 11:57:59 -07:00
payment Enforces explicit type imports (#7158) 2023-02-16 15:39:57 -07:00
server Seated booking rescheduling. (#5427) 2023-03-14 04:19:05 +00:00
sync Enforces explicit type imports (#7158) 2023-02-16 15:39:57 -07:00
test [CAL-988] Limit total appointment time per day/week/month/year (#7166) 2023-03-10 21:00:19 +01:00
CalEventParser.ts Seated booking rescheduling. (#5427) 2023-03-14 04:19:05 +00:00
CalendarService.ts Add team members to iCal, Apple Cal, Outlook, and Lark calendar events (#7846) 2023-03-21 04:15:59 +01:00
CloseCom.ts
CloseComeUtils.ts Enforces explicit type imports (#7158) 2023-02-16 15:39:57 -07:00
CustomBranding.test.tsx feat(lib): add more tests to lib package (#7210) 2023-03-10 22:10:56 +00:00
CustomBranding.tsx feat(lib): add more tests to lib package (#7210) 2023-03-10 22:10:56 +00:00
OgImages.tsx
PaymentService.ts Enforces explicit type imports (#7158) 2023-02-16 15:39:57 -07:00
Sendgrid.ts Enforces explicit type imports (#7158) 2023-02-16 15:39:57 -07:00
availability.ts Enforces explicit type imports (#7158) 2023-02-16 15:39:57 -07:00
classNames.ts Tailwind Merge (#6596) 2023-01-20 15:19:12 +01:00
constants.ts fix: use zod in getting started and settings (#7698) 2023-03-21 10:43:07 +00:00
convertToNewDurationType.ts
crypto.ts
default-cookies.ts feat(lib): add more tests to lib package (#7210) 2023-03-10 22:10:56 +00:00
defaultAvatarImage.test.ts feat(lib): add more tests to lib package (#7210) 2023-03-10 22:10:56 +00:00
defaultAvatarImage.ts feat(lib): add more tests to lib package (#7210) 2023-03-10 22:10:56 +00:00
defaultEvents.ts Fix user time format not respected and booking dates not localized on emails (#7682) 2023-03-13 16:49:48 +00:00
deriveAppDictKeyFromType.ts
env.ts
errors.ts Upgrades typescript to 4.9.4 (#6747) 2023-01-26 18:50:56 -07:00
fetchUsername.ts
findDurationType.ts Enforces explicit type imports (#7158) 2023-02-16 15:39:57 -07:00
getEventTypeById.ts [CAL-988] Limit total appointment time per day/week/month/year (#7166) 2023-03-10 21:00:19 +01:00
getIP.ts
getLabelValueMapFromResponses.ts Fix "User Added Question" Label in Email and Calendar Invite (#7559) 2023-03-07 17:50:54 +00:00
getPaymentAppData.ts Reduce booking page bundle size (#7131) 2023-02-17 12:53:31 -07:00
getSafeRedirectUrl.ts Make sure returnTo is correct URL (#6189) 2023-01-05 12:55:55 -07:00
hasKeyInMetadata.ts
http-error.ts
i18n.ts Enforces explicit type imports (#7158) 2023-02-16 15:39:57 -07:00
index.ts [CAL-988] Limit total appointment time per day/week/month/year (#7166) 2023-03-10 21:00:19 +01:00
isBookingLimits.ts feat(lib): add more tests to lib package (#7210) 2023-03-10 22:10:56 +00:00
isCalcom.ts
isDurationLimits.ts [CAL-988] Limit total appointment time per day/week/month/year (#7166) 2023-03-10 21:00:19 +01:00
isMac.ts
isOutOfBounds.tsx Enforces explicit type imports (#7158) 2023-02-16 15:39:57 -07:00
isPrismaObj.ts
isProblematicTimezone.ts Fix: Filter Timezones by cities (#7540) 2023-03-06 17:52:20 +00:00
isRecurringEvent.ts feat(lib): add more tests to lib package (#7210) 2023-03-10 22:10:56 +00:00
jsonUtils.ts
logger.ts Allows to override default debug level for logger (#6300) 2023-01-05 16:23:50 -07:00
markdownAndSanitize.ts Fixes formatted description in email (#7696) 2023-03-23 12:00:42 +00:00
markdownAndSanitizeClientSide.ts Fixes formatted description in email (#7696) 2023-03-23 12:00:42 +00:00
markdownIt.ts Fixes formatted description in email (#7696) 2023-03-23 12:00:42 +00:00
next-seo.config.ts Enforces explicit type imports (#7158) 2023-02-16 15:39:57 -07:00
notEmpty.ts
objectKeys.ts
package.json Upgrades typescript to 4.9.4 (#6747) 2023-01-26 18:50:56 -07:00
random.test.ts feat(lib): add more tests to lib package (#7210) 2023-03-10 22:10:56 +00:00
random.ts feat(lib): add more tests to lib package (#7210) 2023-03-10 22:10:56 +00:00
rateLimit.ts feat(web): improve session retrieval performance (#7584) 2023-03-10 23:45:24 +00:00
recurringStrings.ts Enforces explicit type imports (#7158) 2023-02-16 15:39:57 -07:00
sanitizeCalendarObject.ts Enforces explicit type imports (#7158) 2023-02-16 15:39:57 -07:00
serverConfig.ts Enforces explicit type imports (#7158) 2023-02-16 15:39:57 -07:00
slots.ts Fixes that sometimes last shown slot was unavailable (#7804) 2023-03-17 13:02:56 -07:00
slugify.ts
telemetry.ts Enforces explicit type imports (#7158) 2023-02-16 15:39:57 -07:00
text.test.ts feat(lib): add more tests to lib package (#7210) 2023-03-10 22:10:56 +00:00
text.ts feat(lib): add more tests to lib package (#7210) 2023-03-10 22:10:56 +00:00
timeFormat.ts feat(lib): add more tests to lib package (#7210) 2023-03-10 22:10:56 +00:00
timezone.ts Fix: Filter Timezones by cities (#7540) 2023-03-06 17:52:20 +00:00
tsconfig.json feat(lib): add more tests to lib package (#7210) 2023-03-10 22:10:56 +00:00
tsconfig.test.json feat(lib): add more tests to lib package (#7210) 2023-03-10 22:10:56 +00:00
turndownService.ts Fix shift-enter in bio editor (#6769) 2023-01-27 23:14:58 +00:00
validateIntervalLimitOrder.ts [CAL-988] Limit total appointment time per day/week/month/year (#7166) 2023-03-10 21:00:19 +01:00
webstorage.ts feat(lib): add more tests to lib package (#7210) 2023-03-10 22:10:56 +00:00
weekday.test.ts feat(lib): add more tests to lib package (#7210) 2023-03-10 22:10:56 +00:00
weekday.ts feat(lib): add more tests to lib package (#7210) 2023-03-10 22:10:56 +00:00