Benny Joo and GitHub
f0dc3bba17
chore: tech debt clearing - getServerSession has a dead arg: res ( #19053 )
...
* remove res from arg list in getServerSession
* remove res from all usages of getServerSession
2025-02-03 00:12:42 -05:00
3eb5490df9
feat: Use Cloudflare Turnstile in booker ( #18755 )
...
* feat: Use Cloudflare Turnstile in booker
* move files arround
* render turnstile widget and add token to store
* use token from body instead of headers
* watch cf token to re-render disabled state
* Update packages/features/bookings/Booker/components/BookEventForm/BookEventForm.tsx
* Update packages/features/bookings/lib/create-booking.ts
* ensure bool
* add to recuring event
* fix recuring events
---------
Co-authored-by: sean-brydon <sean@cal.com >
Co-authored-by: sean-brydon <55134778+sean-brydon@users.noreply.github.com >
Co-authored-by: Benny Joo <sldisek783@gmail.com >
2025-01-21 11:27:56 +05:30
Morgan and GitHub
e0ac95578c
chore: refactor handle new reccuring booking ( #13597 )
...
* chore: refactor handle new reccuring booking
* fixup! chore: refactor handle new reccuring booking
* fixup! fixup! chore: refactor handle new reccuring booking
2024-02-08 16:59:49 +00:00
Omar López and GitHub
d2b4760e3a
refactor: removed isNotAnApiCall ( #13568 )
2024-02-07 04:43:36 -03:00
271f31730d
fix: recurring round robin events ( #13471 )
...
* use same lucky user + check availability
* add tests for recurring round robin events
* only use luckyUsers for recurring bookings
* don't check availability for all recurring dates
* code clean up
* pass schedulingType
* fix type error
* add availability check for fixed hosts + test
* fix type error
* implement feedback
---------
Co-authored-by: CarinaWolli <wollencarina@gmail.com >
Co-authored-by: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com >
2024-02-06 18:18:42 +00:00
0a7f65cd9b
fix: Use Google recurring events protocol ( #12651 )
...
* working create event
--wip-- [skip ci]
fix bug related to adding event
--wip-- [skip ci]
--wip-- [skip ci]
add delete all
remove console.log
remove console.log
add patching of instances
fix yarn.lock
remove comments
* fixed typing
* use rrule
* rollback tsconfig changes
* fix comments
* fix comments
* rename db column
* fix delete all booking
* Update apps/web/pages/api/book/recurring-event.ts
Co-authored-by: Carina Wollendorfer <30310907+CarinaWolli@users.noreply.github.com >
* remove non-null assertion
* attempt to fix type errors
* fix recurring event logic
* remove skipAvailabilityCheck
---------
Co-authored-by: Carina Wollendorfer <30310907+CarinaWolli@users.noreply.github.com >
Co-authored-by: CarinaWolli <wollencarina@gmail.com >
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
Co-authored-by: Hariom <hariombalhara@gmail.com >
2024-01-16 13:49:54 +05:30
e4abc85382
fix: Fix recurring booking failure due to rate limiting ( #12322 )
...
Co-authored-by: Keith Williams <keithwillcode@gmail.com >
2023-11-10 20:06:52 +00:00
Hariom Balhara and GitHub
8deee738c2
fix: Recurring Booking - Check for conflicts on first 2 slots only ( #11774 )
...
* Add recurring booking tests and fix the bug
* Fix recurring booking tests supporting the new link verification assertions
* Convert tab to spaces
2023-11-09 17:00:51 +05:30
e79b4168f2
fix: Improved recurring event booking speed ( #9600 )
...
Co-authored-by: alannnc <alannnc@gmail.com >
Co-authored-by: Hariom Balhara <hariombalhara@gmail.com >
2023-07-13 17:28:20 +05:30