cal/packages/lib
Haran Rajkumar 2f4b1818d0
feat: Allow only first slot to be booked (#12636)
Co-authored-by: Morgan Vernay <morgan@cal.com>
2023-12-02 19:07:06 -05:00
..
apps feat: Alby integration (#11495) 2023-09-28 12:03:01 +00:00
browser
cva
date-fns fix: add missing booking paid webhook trigger to dropdwon (#10237) 2023-07-18 19:46:53 +00:00
hooks chore: [app-router-migration-1] migrate the pages in `settings/admin` to the app directory (#12561) 2023-12-01 13:07:26 -07:00
payment fix: slug value in webhook payload (#12290) 2023-11-20 15:39:21 +00:00
server feat: signup refactor (#11421) 2023-11-28 14:52:53 +00:00
sync chore: update `tslog` from 3.2.1 to 4.9.2 (#11717) 2023-10-17 19:00:48 +00:00
test feat: Allow only first slot to be booked (#12636) 2023-12-02 19:07:06 -05:00
array.ts
availability.ts refactor: Use template literal instead of '+' operator (#11444) 2023-10-03 11:52:19 -07:00
bookingSuccessRedirect.ts chore: [app dir bootstrapping 9]: replace useSearchParams with useCompatSearchParams hook (#12056) 2023-11-16 13:38:27 -07:00
CalendarService.ts chore: update `tslog` from 3.2.1 to 4.9.2 (#11717) 2023-10-17 19:00:48 +00:00
CalEventParser.ts refactor: Use template literal instead of '+' operator (#11444) 2023-10-03 11:52:19 -07:00
checkIfItFallbackImage.ts fix avatar remove button (#12249) 2023-11-15 15:23:33 +05:30
checkRateLimitAndThrowError.test.ts feat: ratelimit - ratelimit refactor + tests (#9744) 2023-06-26 19:44:58 +00:00
checkRateLimitAndThrowError.ts hotfix: unreachable rate limits 2023-10-23 15:14:01 -07:00
classNames.ts
CloseCom.ts chore: update `tslog` from 3.2.1 to 4.9.2 (#11717) 2023-10-17 19:00:48 +00:00
CloseComeUtils.ts refactor: Use template literal instead of '+' operator (#11444) 2023-10-03 11:52:19 -07:00
constants.ts chore: improve invitation form validation (#12594) 2023-11-29 12:44:48 -07:00
convertToNewDurationType.ts
crypto.ts refactor: Use template literal instead of '+' operator (#11444) 2023-10-03 11:52:19 -07:00
date-ranges.test.ts fix: Fix "Could not book the meeting" issue (fix-bookingIssue) (#12252) 2023-11-07 12:33:49 -03:00
date-ranges.ts fix: Fix "could not book the meeting" issue (fix-confirmBookingIssue) (#12305) 2023-11-09 18:43:48 -03: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.ts refactor: Use template literal instead of '+' operator (#11444) 2023-10-03 11:52:19 -07:00
defaultEvents.ts feat: Allow only first slot to be booked (#12636) 2023-12-02 19:07:06 -05:00
deriveAppDictKeyFromType.ts chore: removed last web3 references (#12540) 2023-11-29 11:57:50 +00:00
entityPermissionUtils.ts feat: Routing Forms/Teams Support (#9417) 2023-06-15 08:58:07 +00:00
env.ts
errorCodes.ts feat: booking errors logging (#12325) 2023-11-15 12:52:19 -07:00
errors.ts
fetch-wrapper.ts
fetchUsername.ts
findDurationType.ts
getAdditionalEmailHeaders.ts fix: add sendgrid-specific header only for SendGrid smtp server (#11932) 2023-11-16 13:51:30 -03:00
getAvatarUrl.ts feat: Base implementation of v2 of avatars (#12369) 2023-11-20 12:49:38 +00:00
getBooking.tsx perf: bookings query improvement (#10687) 2023-08-24 11:14:10 +02:00
getBrandColours.test.ts
getBrandColours.tsx fix: app crashing due to invalid hex (#11542) 2023-09-27 10:58:52 -03:00
getEventTypeById.ts feat: Allow only first slot to be booked (#12636) 2023-12-02 19:07:06 -05:00
getIP.ts use cloudflare real IP (#10449) 2023-07-28 15:11:44 +00:00
getLabelValueMapFromResponses.ts
getLocaleFromRequest.ts fix: Revert deletion of getLocaleFromRequest in #11534 (#11835) 2023-10-11 17:36:32 +00:00
getMetadataHelpers.ts feat: admin org list now shows all, dns check added (#10875) 2023-08-23 21:01:12 +00:00
getPaymentAppData.ts feat: Enable Apps for Teams & Orgs [CAL-1782] (#9337) 2023-07-06 16:48:39 +00:00
getSafeRedirectUrl.ts
getTeamIdFromEventType.ts fix: Managed Event Type Webhooks (#10300) 2023-07-25 13:05:02 -04:00
getValidRhfFieldName.test.ts fix: Make identifier conform to RHF field requirement (#10860) 2023-08-21 13:11:47 -04:00
getValidRhfFieldName.ts fix: Make identifier conform to RHF field requirement (#10860) 2023-08-21 13:11:47 -04:00
hasEditPermissionForUser.ts Import prisma (#11358) 2023-09-14 09:18:19 -03:00
hasKeyInMetadata.ts
http-error.ts
i18n.ts fix: Prevents mixed server and client code (#10909) 2023-08-23 16:25:43 +00:00
index.ts
intervalLimit.ts fix: all booking and duration limits (#10480) 2023-08-09 15:51:38 -07:00
invertLogoOnDark.ts fix: logo lack of contrast (#12401) 2023-11-17 14:10:58 +00:00
isBookingLimits.ts
isDurationLimits.ts
isKeyInObject.ts
isMac.ts
isOutOfBounds.tsx
isPrismaObj.ts
isProblematicTimezone.ts
isRecurringEvent.ts
jsonUtils.ts
logger.ts chore: update `tslog` from 3.2.1 to 4.9.2 (#11717) 2023-10-17 19:00:48 +00:00
markdownIt.ts
markdownToSafeHTML.ts perf: Booker bundle size optimization - Remove `sanitize-html` dependency on client (#10801) 2023-08-16 11:03:21 -07:00
next-seo.config.ts chore: ensure compat type definitions do not break existing types (#11741) 2023-10-10 14:50:15 -07:00
notEmpty.ts
objectKeys.ts
OgImages.tsx fix: add inline color in og image (#11280) 2023-09-12 00:08:27 +02:00
package.json chore: update `tslog` from 3.2.1 to 4.9.2 (#11717) 2023-10-17 19:00:48 +00:00
parse-dates.ts fix: recurring events with calendar connections (#12250) 2023-11-07 12:09:56 -03:00
parse-zone.ts
perf.ts
piiFreeData.ts feat: Stripe paid apps flow (#12103) 2023-11-15 09:29:41 -03:00
price.ts feat: Alby integration (#11495) 2023-09-28 12:03:01 +00:00
random.test.ts
random.ts
rateLimit.ts chore: update `tslog` from 3.2.1 to 4.9.2 (#11717) 2023-10-17 19:00:48 +00:00
recurringStrings.ts
redactError.ts chore: improve logs (#12467) 2023-11-29 19:39:25 +05:30
safeStringify.ts test: More tests in booking flow (#11510) 2023-09-30 13:28:52 +00:00
sanitizeCalendarObject.ts
Sendgrid.ts chore: update `tslog` from 3.2.1 to 4.9.2 (#11717) 2023-10-17 19:00:48 +00:00
serverConfig.ts fix: add sendgrid-specific header only for SendGrid smtp server (#11932) 2023-11-16 13:51:30 -03:00
slots.test.ts feat: configure availability time picker interval by env variable (#12174) 2023-11-09 09:50:42 -05:00
slots.ts feat: configure availability time picker interval by env variable (#12174) 2023-11-09 09:50:42 -05:00
slugify.test.ts fix: allow dots in username (#11706) 2023-10-23 13:37:30 +01:00
slugify.ts feat: signup refactor (#11421) 2023-11-28 14:52:53 +00:00
stripMarkdown.ts
telemetry.ts refactor: Team Creation Flow [CAL-2751] (#12501) 2023-11-29 09:39:21 -07:00
testEmails.ts fix: Requires Confirmation when organizer reschedules (#11848) 2023-10-13 10:22:57 -07:00
text.test.ts
text.ts
timeFormat.ts feat: dynamic time format rendering in workflows based on user settings (#10229) 2023-07-19 10:30:37 -04:00
timezone.ts
totp.ts fix: add 2fa and email verification grace period (#10771) 2023-08-17 16:13:04 +02:00
tsconfig.json
tsconfig.test.json
turndownService.ts fix: Italics not being shown in the description after saving (#10848) 2023-08-24 11:20:00 +01:00
validateBookerLayouts.ts
validateIntervalLimitOrder.ts fix: all booking and duration limits (#10480) 2023-08-09 15:51:38 -07:00
validateUsername.ts fix: org username check for dynamic and signup (#11390) 2023-09-15 13:06:56 -03:00
webstorage.ts Add removeItem to webstorage 2023-11-11 11:16:35 +00:00
weekday.test.ts
weekday.ts