ef0fd67646
chore: Update SettingsLayout.tsx ( #17498 )
...
* chore: Update SettingsLayout.tsx
* Update settings layout app dir
---------
Co-authored-by: hbjORbj <sldisek783@gmail.com >
2024-11-06 09:34:30 -03:00
Vincent Lam and GitHub
92fafa7344
feat: team availability - vertical selector and align times ( #17502 )
...
* - aligns timezones offset by minutes and add minutes to the label in the teams availability view
- added a vertical guidebar to view alligned schedules
* fixed type-check issues
2024-11-06 10:37:21 +00:00
Somay Chauhan and GitHub
21aaff01fa
fix: disable all emails modal crash on platform ( #17485 )
2024-11-06 10:43:57 +02:00
Benny Joo and GitHub
1c20a257d3
fix: missing responsive design in org members page ( #17495 )
2024-11-05 17:26:41 +00:00
Benny Joo and GitHub
803fc488c5
feat: Add feature to download routing form reports ( #17400 )
...
* remove unused code
* add i18n for some strings in widget
* improve UI and add download button to routing forms reporting page
* add more margin
* add downloadAsCsv util
* integrate download button to routing forms report
* refactor
* address comment
* escape comma multiselect items
* fix
* preserve new lines and wrapping
* refactor
* ensure fetching all rows
2024-11-05 11:21:13 -05:00
sean-brydon and GitHub
f1111c9d42
show who a RR was reassigned to on auto ( #17454 )
2024-11-05 12:44:49 -03:00
Keith Williams and GitHub
ed6d88e30f
perf: Allow bypassing 3rd party calendar busy times ( #17492 )
...
* perf: Allow bypassing 3rd party calendar busy times
* Fix typing issues
* Fixed API v1 build
* Another fix for API v1
2024-11-05 12:31:33 -03:00
Udit Takkar and GitHub
a01d6aa932
feat: instant meeting modal improvements ( #17489 )
...
* feat: instant meeting modal improvements
* fix: type error
2024-11-05 09:02:30 -05:00
Anik Dhabal Babu and GitHub
f39e817d86
fix: Update the common schedule toggle check logic ( #17439 )
2024-11-05 05:10:12 +00:00
ddfbe25903
feat: adding posthog libs for node + js ( #16862 )
...
* adding posthog libs for node + js
* updating lock
* move to init posthog client - pageview component
* adding identify in shell
* removing test event captures
* add signout tracking to dropdown as it was missed in merge
---------
Co-authored-by: sean <sean@brydon.io >
Co-authored-by: Bailey Pumfleet <bailey@pumfleet.co.uk >
2024-11-04 11:46:25 -05:00
Udit Takkar and GitHub
dd944bace1
chore: add webhook in payload ( #17468 )
...
* chore: add webhook in payload
* chore
* chore: add more fields
* add host email
* chore: change name
2024-11-04 16:12:34 +00:00
Benny Joo and GitHub
e74718ac66
fix: ensure fetching all members before exporting csv ( #17461 )
2024-11-04 11:35:37 +00:00
Udit Takkar and GitHub
a78f10223f
chore: remove no option text ( #17457 )
2024-11-04 09:47:36 +00:00
Benny Joo and GitHub
c850af7409
feat: allow users to generate csv tables for org members ( #17458 )
...
* add downloadAsCsv util
* add sanitizeValue util
* write logic
* refactor
* add tests
2024-11-04 09:47:10 +00:00
Udit Takkar and GitHub
06dccd7a73
fix: filter by team url ( #17456 )
2024-11-04 09:45:14 +00:00
Joe Au-Yeung and GitHub
06f83e6d0d
feat: Send Attendee No Show Data To Salesforce ( #17423 )
2024-10-31 16:39:58 +00:00
ebd5ca6ceb
fix: people filter in /bookings and create OOO modal ( #17396 )
...
* fix: people filter in /bookings
* refactor: lazy loading people filters and OOO
* chore: type errr
* chore: type errr
* fallback to username if no name is set
---------
Co-authored-by: sean <sean@brydon.io >
2024-10-31 14:57:07 +00:00
Morgan and GitHub
120cfed8a1
fix: booker platform atom multi duration selector ( #17419 )
2024-10-31 13:14:58 +00:00
e728ed74ce
fix: add reassignedBy and reassign reason to both status ( #17418 )
...
* add reassignedBy and reassign reason to both status
* fix w-full issue in dialog
* fix types
---------
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
2024-10-31 12:32:05 +00:00
fee3b73bda
feat: payment card atom ( #17203 )
...
* init stripe payment card atom
* cleanup
* update platform libraries
* fix import paths
* add function to get user payment info
* fixup
* resolve merge conflicts
* fixup fixup
* resolve merge conflicts
* fixup
* update payments page
* add props for event payment success and failure
* update props and fixup
* bump platform libraries
* fixup! bump platform libraries
* fixup! fixup! bump platform libraries
* resolve merge conflicts
* fix: add isActive to paymentsTab
---------
Co-authored-by: Morgan <33722304+ThyMinimalDev@users.noreply.github.com >
Co-authored-by: Morgan Vernay <morgan@cal.com >
2024-10-31 11:21:13 +02:00
a5806cb100
fix: buffers in handleNewBooking ( #17415 )
...
* send missing buffer params
* add tests
---------
Co-authored-by: CarinaWolli <wollencarina@gmail.com >
2024-10-31 08:48:36 +00:00
Keith Williams and GitHub
4b6b9badf5
perf: Sentry perf tracing ( #17202 )
...
* chore: Add Sentry perf tracing
* Just to build
* perf: Add Sentry perf tracing
* Removed the extra integrations tracing config
* Got spans working
* Now only tracing individual endpoints
* Removed check for booking event type
* Fixed types
* Added back for spans
* Consolidate sentry imports
* Added more traces
* Moved the start of the span
2024-10-30 00:35:25 +00:00
Udit Takkar and GitHub
04a49e74d4
fix: round robin re assignment google meet bug ( #17378 )
2024-10-29 15:27:37 -04:00
sean-brydon and GitHub
55671db5fd
fix: virtualised member list for reassign ( #17386 )
...
* wip virtual list for reassignemnt
* order in alpha and prio order
* loading state
* add flex shrink so status symbol doesnt move
* add gap to each item to make hovering not feel squished
* a11y indexing tab group
* useInViewObserver hook and move to lib
* use correct intersection target
* fix type errors
* remove type
2024-10-29 17:47:43 +00:00
Anik Dhabal Babu and GitHub
c5becb0990
fix: few ui fixes on booking page ( #17383 )
2024-10-29 07:45:06 +00:00
Syed Ali Shahbaz and GitHub
097c14ca64
feat: add workflow vars and search for event types ( #17343 )
...
* Udit:goat - thank you for this
* improve searchbar
* remove unused code
* add workflow vars
* change requested
* requested changes
* changes
* type-fix??
* type-fix??
* ----
2024-10-25 22:38:48 +00:00
Alex van Andel and GitHub
b9128a7a0b
chore: Add ./components/[name]/index.ts map to package.json ( #17319 )
...
* chore: Add ./components/[name]/index.ts map to package.json
* fix: Clarify Popover exports
* fix: re-add dropdown to calcom/ui barrel
* chore: Add icon barrel file re-export
* Fix all calcom/ui imports of its own barrel
* Never say 'fix all remaining..' it's never true
* Some type fixeS
* Linking fixes
* Rename sheet.tsx to Sheet.tsx
Done through UI, console does NOT like this.
* Fixed some test failures
2024-10-25 23:05:29 +01:00
Omar López and GitHub
5c86522e28
fix: Tasker new Date is fixed to lambda lifetime ( #17342 )
2024-10-25 20:54:51 +00:00
Anik Dhabal Babu and GitHub
b6ce06b515
chore: Add search ability to the people filter within insights ( #17320 )
...
* chore: Add search ability to the people filter within insights
* update
2024-10-25 19:46:48 +00:00
Omar López and GitHub
13bc6d8fee
Revert "fix: use UTC date in tasker ( #17329 )" ( #17341 )
...
This reverts commit 96571df308 .
2024-10-25 19:45:27 +00:00
c5402d8bd7
fix: give reason to reassign - allow team members to reassign even if busy ( #17328 )
...
Co-authored-by: CarinaWolli <wollencarina@gmail.com >
Co-authored-by: Omar López <zomars@me.com >
2024-10-25 19:13:26 +00:00
Anik Dhabal Babu and GitHub
377cae9fd8
chore: Add scheduler first name to event title ( #17309 )
...
* chore: Add scheduler first name to event title
* Update event.ts
* add test
* minor
2024-10-25 14:49:13 -04:00
Udit Takkar and GitHub
96571df308
fix: use UTC date in tasker ( #17329 )
2024-10-25 09:11:14 -07:00
Morgan and GitHub
9868926ec1
chore: webhooks meeting started / ended with oauthClientId ( #17324 )
...
* chore: oauth webhooks meeting started / ended
* fixup! Merge branch 'main' into chore-webhooks-platform-meeting-started-ended
2024-10-25 13:28:49 +00:00
Hariom Balhara and GitHub
9157e1faf3
fix: 404s due to wrong booking link(without org domain) ( #17318 )
2024-10-25 08:18:08 +00:00
Carina Wollendorfer and GitHub
8811ebcc33
fix: workflow reminder emails on reassigned bookings ( #17305 )
2024-10-24 19:15:30 +00:00
Syed Ali Shahbaz and GitHub
c3d56f736a
fix: insights event timeline perf and accuracy ( #17218 )
...
* aggregate multiple calls to one for events timeline
* raw query
* fix inside wrong val
* fix timeline view entirely
* fix avg event duration
* fix timeline
* type-fix
* fixes
* remove unnecessary comments
2024-10-24 17:46:28 +00:00
14ae664941
fix:CityNotShownInOption ( #17064 )
...
Co-authored-by: Alex van Andel <me@alexvanandel.com >
2024-10-24 09:10:27 -04:00
Udit Takkar and GitHub
4c528afe65
chore: add logs for debugging tasker ( #17283 )
2024-10-24 08:31:03 +00:00
57ed383554
fix: [CAL-4296] Fix Booking Text wrap issue for multi emails ( #16578 )
...
* [CAL-4296] Fix Booking Text wrap issue for multi emails
* Update Button.tsx
* Update Components.tsx
* Update Button.tsx
---------
Co-authored-by: Anik Dhabal Babu <81948346+anikdhabal@users.noreply.github.com >
2024-10-24 06:13:45 +00:00
Benny Joo and GitHub
d53cabd163
chore: improve perf for fetching bookings in insights ( #17281 )
2024-10-24 04:17:38 +00:00
d6dbbd1472
fix: new reassignment email for RR host reassignment ( #17279 )
...
* add new reassignment email
* improve reassign email
* fixes
* Minor copy fixup
---------
Co-authored-by: CarinaWolli <wollencarina@gmail.com >
Co-authored-by: Alex van Andel <me@alexvanandel.com >
2024-10-23 22:57:15 +00:00
Benny Joo and GitHub
4021801698
feat: attach booker name/email to insights CSV ( #17280 )
2024-10-23 22:55:11 +00:00
Keith Williams and GitHub
b38d8e7ae4
perf: New getTeamSchedule route with higher vCPUs ( #17277 )
2024-10-23 13:38:15 -07:00
c7edfd5bd3
fix(a11y): added description for icon buttons ( #17184 )
...
* fix(a11y): added description for icon buttons
* Update Header.tsx
* Revert "Update Header.tsx"
This reverts commit b12515c8ce2f652adbf441d7488b877a50c8b539.
---------
Co-authored-by: Anik Dhabal Babu <81948346+anikdhabal@users.noreply.github.com >
2024-10-23 12:41:00 +05:30
1ee4fa0906
fix: fixes for round robin reassignment ( #17233 )
...
* fixes scheduled email for new host
* fixes emails and calendar event
* type fixes
* add test to check if caneclation email is called
---------
Co-authored-by: CarinaWolli <wollencarina@gmail.com >
Co-authored-by: sean <sean@brydon.io >
2024-10-22 10:08:25 -03:00
sean-brydon and GitHub
c2291164fa
fix invite modal when on mobile in orgs ( #17238 )
2024-10-22 14:01:03 +05:30
Anik Dhabal Babu and GitHub
9d01025a1f
revert: team availability view ( #17222 )
2024-10-22 13:55:20 +05:30
2f4dd328c3
feat: new webhook 'Form submitted, no event booked' ( #17119 )
...
* add new webhook
* schedule trigger functions
* implement tasker
* fix type errors
* add tests
* remove unused code
* finish tests
* remove unsued code from debugging
* Fix: client-server mixed exports
* Update tasker.ts
---------
Co-authored-by: CarinaWolli <wollencarina@gmail.com >
Co-authored-by: zomars <zomars@me.com >
2024-10-22 03:38:33 +00:00
6df994389b
feat: round robin handover to specific host ( #17215 )
...
* frontend dialog
* handler + fe calling handler
* reafctors + start work on fix hosts tests
* restore rr
* update tests + fixing types
* use a getRRHostsToReasign handler + error handle + i18n
* typefixes
* assert type
* fix: adds missing translation
* Update roundRobinManualReassignment.ts
* Update roundRobinManualReassignment.ts
* Update apps/web/components/dialog/ReassignDialog.tsx
Co-authored-by: Carina Wollendorfer <30310907+CarinaWolli@users.noreply.github.com >
* Update roundRobinManualReassignment.ts
---------
Co-authored-by: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com >
Co-authored-by: zomars <zomars@me.com >
Co-authored-by: Carina Wollendorfer <30310907+CarinaWolli@users.noreply.github.com >
2024-10-21 19:52:09 -07:00