cal/packages/lib
Omar López 4b78e91384
chore: upgrades to prisma v5 (#10073)
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2023-08-07 22:08:13 +00:00
..
apps feat: Enable Conferencing Apps for Team Events [CAL-1925] (#10383) 2023-08-02 09:24:28 +05:30
browser chore: add canonical to the document via `PageWrapper` (#8639) 2023-06-02 18:28:03 +00:00
cva refactor: Moving from jest to vitest (#9035) 2023-05-24 23:35:44 +00:00
date-fns fix: add missing booking paid webhook trigger to dropdwon (#10237) 2023-07-18 19:46:53 +00:00
hooks refactor: next/router hooks with next/navigation hooks (#9105) 2023-08-02 11:35:48 +02:00
payment feat: Enable Apps for Teams & Orgs [CAL-1782] (#9337) 2023-07-06 16:48:39 +00:00
server fix: team unaccepted members (#10582) 2023-08-07 08:32:35 -03:00
sync chore: fix all Typescript warnings (#8618) 2023-06-06 11:59:57 +00:00
test feat: Verify email of people setting a meeting with you (#10317) 2023-07-31 17:51:11 +00:00
array.ts New Booker Component (preparations for booker atom) (#6792) 2023-04-24 16:32:30 +02:00
availability.ts Enforces explicit type imports (#7158) 2023-02-16 15:39:57 -07:00
bookingSuccessRedirect.ts refactor: next/router hooks with next/navigation hooks (#9105) 2023-08-02 11:35:48 +02:00
CalendarService.ts fix with object undefined check (#9493) 2023-06-13 20:27:42 +00:00
CalEventParser.ts fix: More instances of Avatar and booker links fixed (#10083) 2023-07-13 19:22:21 +05:30
checkRateLimitAndThrowError.test.ts feat: ratelimit - ratelimit refactor + tests (#9744) 2023-06-26 19:44:58 +00:00
checkRateLimitAndThrowError.ts feat: ratelimit - ratelimit refactor + tests (#9744) 2023-06-26 19:44:58 +00:00
classNames.ts Tailwind Merge (#6596) 2023-01-20 15:19:12 +01:00
CloseCom.ts chore: fix all Typescript warnings (#8618) 2023-06-06 11:59:57 +00:00
CloseComeUtils.ts chore: fix all Typescript warnings (#8618) 2023-06-06 11:59:57 +00:00
constants.ts fix: Only enforce min seats for orgs (#10572) 2023-08-03 15:17:57 -04:00
convertToNewDurationType.ts Fixed wrong calculation of duration type on event type page. (#5557) 2022-11-17 13:38:03 +05:30
crypto.ts App Store (#1869) 2022-03-23 15:00:30 -07:00
date-ranges.test.ts fix: issue with date overrides in some timezones (#10254) 2023-07-19 19:44:41 +01:00
date-ranges.ts use dayjs utc mode to improve before/after performance (#10544) 2023-08-02 17:03:04 +00:00
default-cookies.ts test: Hotfix/Orgs rewrite causing 404 with 3 or more dots domains (#9803) 2023-06-27 12:01:30 -07:00
defaultAvatarImage.test.ts refactor: Moving from jest to vitest (#9035) 2023-05-24 23:35:44 +00:00
defaultAvatarImage.ts feat: Organizations (#8993) 2023-06-14 21:40:20 +00:00
defaultEvents.ts feat: Verify email of people setting a meeting with you (#10317) 2023-07-31 17:51:11 +00:00
deriveAppDictKeyFromType.ts Chore/salesforce prep work (#5648) 2022-11-22 13:44:08 -07:00
entityPermissionUtils.ts feat: Routing Forms/Teams Support (#9417) 2023-06-15 08:58:07 +00:00
env.ts Feature: Verify login on signup with magic link. (#2122) 2022-04-21 14:32:25 -06:00
errors.ts resolves #3565 (#8581) 2023-05-02 16:56:29 +00:00
fetch-wrapper.ts New Booker Component (preparations for booker atom) (#6792) 2023-04-24 16:32:30 +02:00
fetchUsername.ts feature/settings-username-update (#2306) 2022-07-06 13:31:07 -06:00
findDurationType.ts Enforces explicit type imports (#7158) 2023-02-16 15:39:57 -07:00
getBooking.tsx Fix/send responses everywhere customInputs were being sent. (#7898) 2023-04-04 10:29:09 +05:30
getBrandColours.test.ts refactor: Moving from jest to vitest (#9035) 2023-05-24 23:35:44 +00:00
getBrandColours.tsx RFC: added brandcolor for switch (#8213) 2023-04-19 14:39:23 +00:00
getEventTypeById.ts chore: upgrades to prisma v5 (#10073) 2023-08-07 22:08:13 +00:00
getIP.ts use cloudflare real IP (#10449) 2023-07-28 15:11:44 +00:00
getLabelValueMapFromResponses.ts Fix: Send responses in confirm booking flow (#7830) 2023-03-27 13:57:10 +05:30
getPaymentAppData.ts feat: Enable Apps for Teams & Orgs [CAL-1782] (#9337) 2023-07-06 16:48:39 +00:00
getSafeRedirectUrl.ts Make sure returnTo is correct URL (#6189) 2023-01-05 12:55:55 -07:00
getTeamIdFromEventType.ts fix: Managed Event Type Webhooks (#10300) 2023-07-25 13:05:02 -04:00
hasKeyInMetadata.ts feature/settings-username-update (#2306) 2022-07-06 13:31:07 -06:00
http-error.ts Stripe to monorepo (#2063) 2022-03-09 15:56:05 -07:00
i18n.ts refactor: next/router hooks with next/navigation hooks (#9105) 2023-08-02 11:35:48 +02: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
isDurationLimits.ts [CAL-988] Limit total appointment time per day/week/month/year (#7166) 2023-03-10 21:00:19 +01:00
isKeyInObject.ts Adds basic global feature flags (#7459) 2023-03-24 17:59:04 -07:00
isMac.ts Adds a fully extensible command(ctrl)+k interface for Cal (#3346) 2022-07-14 06:45:07 +00:00
isOutOfBounds.tsx add an enum generator, stop importing from @prisma/client (#8548) 2023-05-02 13:44:05 +02:00
isPrismaObj.ts License server (#2379) 2022-05-26 11:07:14 -06:00
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 App Store (#1869) 2022-03-23 15:00:30 -07:00
logger.ts Allows to override default debug level for logger (#6300) 2023-01-05 16:23:50 -07:00
markdownIt.ts Fixes formatted description in email + sanitize html everywhere (#7928) 2023-03-28 09:40:13 +00:00
markdownToSafeHTML.ts feat: Support adding links to checkbox type question using markdown[Blocked on another PR] (#8943) 2023-07-21 23:30:28 +05:30
next-seo.config.ts chore: add canonical to the document via `PageWrapper` (#8639) 2023-06-02 18:28:03 +00:00
notEmpty.ts App Store (#1869) 2022-03-23 15:00:30 -07:00
objectKeys.ts Enables strict mode in nextjs apps (#2354) 2022-04-04 20:26:14 +00:00
OgImages.tsx add CAL_URL to fix og image issue (#10172) 2023-07-18 10:05:28 +00:00
package.json refactor: next/router hooks with next/navigation hooks (#9105) 2023-08-02 11:35:48 +02:00
parse-dates.ts fix Former time in wrong time zone (Rescheduling) (#9039) 2023-05-23 07:50:47 +00:00
parse-zone.ts New Booker Component (preparations for booker atom) (#6792) 2023-04-24 16:32:30 +02:00
perf.ts perf: lazy load tRPC routes (#8167) 2023-04-25 19:39:47 -03:00
random.test.ts refactor: Moving from jest to vitest (#9035) 2023-05-24 23:35:44 +00:00
random.ts feat(lib): add more tests to lib package (#7210) 2023-03-10 22:10:56 +00:00
rateLimit.ts fix: ratelimit - updates (#10347) 2023-07-27 10:41:43 +02:00
recurringStrings.ts Enforces explicit type imports (#7158) 2023-02-16 15:39:57 -07:00
redactError.ts fix: Redact prisma errors (#10536) 2023-08-03 16:22:38 +01:00
sanitizeCalendarObject.ts Caldav/refactor: Mutiple Fixes and General code improvement (#8031) 2023-04-12 14:30:39 -03:00
Sendgrid.ts Enforces explicit type imports (#7158) 2023-02-16 15:39:57 -07:00
serverConfig.ts feat: show dialog when changing email after using Google Login (#9611) 2023-08-03 17:26:40 -07:00
slots.test.ts fix: wrong slot starting times for half hour times zones (#10161) 2023-07-18 00:57:34 +00:00
slots.ts perf: Turns out the tz() function is very slow, 4ms (#10545) 2023-08-02 13:53:19 -04:00
slugify.ts chore: extended slugify function (#8740) 2023-05-17 13:05:14 +00:00
stripMarkdown.ts fix: strip markdown from meta description tag in users page (#8769) 2023-05-15 07:44:23 +00:00
telemetry.ts feat: Organizations (#8993) 2023-06-14 21:40:20 +00:00
text.test.ts refactor: Moving from jest to vitest (#9035) 2023-05-24 23:35:44 +00:00
text.ts feat(lib): add more tests to lib package (#7210) 2023-03-10 22:10:56 +00:00
timeFormat.ts feat: dynamic time format rendering in workflows based on user settings (#10229) 2023-07-19 10:30:37 -04:00
timezone.ts fix: Change Detroit to New York as a default for EST time zone (#8218) 2023-05-29 19:57:34 +01: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
validateBookerLayouts.ts feat: event settings booker layout toggle (#9082) 2023-06-06 15:31:43 +00:00
validateIntervalLimitOrder.ts [CAL-988] Limit total appointment time per day/week/month/year (#7166) 2023-03-10 21:00:19 +01:00
validateUsernameInOrg.ts fix: Username check for sign-up with invitation in org context (#10375) 2023-07-25 18:54:49 +02:00
webstorage.ts feat(lib): add more tests to lib package (#7210) 2023-03-10 22:10:56 +00:00
weekday.test.ts refactor: Moving from jest to vitest (#9035) 2023-05-24 23:35:44 +00:00
weekday.ts feat(lib): add more tests to lib package (#7210) 2023-03-10 22:10:56 +00:00