Joe Au-Yeung and GitHub
e7495e311b
feat: Render assignment reason on routing form report ( #17791 )
2024-11-22 10:57:16 -07:00
Lauris Skraucis and GitHub
9fa73aca86
fix: v2 booking confirmation emails not sent ( #17764 )
...
* fix: round robin recurring don't send email if noEmail
* fix: noEmail: false for non platform requests
* fix: booking e2e tests
* refactor: move bookings e2e tests in folder and uniform name
* test: emails
* test: team emails
* reschedule and cancel emails with api key
* test: round robin reassign emails
* test: confirm and decline emails
* test: confirm and decline emails
* fix tests
* test: recurring booking emails
* remove unused imports and spies
* fix test
* remove log
* chore: bump libraries
* try to fix ci tests
2024-11-22 18:19:56 +02:00
Alex van Andel and GitHub
8e7ce1216c
Revert "feat: install gcal + gvideo by default for google signups ( #17773 )" ( #17803 )
...
This reverts commit fcd06c80e3 .
2024-11-22 15:55:11 +00:00
Somay Chauhan and GitHub
4d578d2cdf
feat: added customClassnames to event-availability tab ( #17268 )
...
* feat: added customClassnames to event-availability tab
* added classNames to common types
* use common classnames type
* Update types.ts
* update name
* fix: better classnames
* better calssnames
* Update types.ts
2024-11-22 10:35:20 +01:00
Anwar Sadath and GitHub
1cf84a270c
feat: Expose booking created at in v2 API response ( #17452 )
...
* feat: Expose booking created at in booking detailed view and v2 API response
* Fix tests
* Fix spacing
* Add API v2 tests to verify createdAt is present while creating a booking and fetching a booking
* Add test to validate createdAt after rescheduling a booking
2024-11-22 13:50:11 +05:30
Somay Chauhan and GitHub
d03651312e
feat: added customClassnames for event-recurring tab ( #17551 )
...
* added classNames to common types
* Update types.ts
* feat: added custom classnames to event-recurring tab
* Update EventTypePlatformWrapper.tsx
* customClassnames -> customClassNames
* added example classnames for demo
* fixed classnames
2024-11-22 12:30:02 +05:30
Anik Dhabal Babu and GitHub
7ab8fdbcb4
fix: short text booking questions does not save we we click add ( #17778 )
2024-11-21 22:46:44 +00:00
Joe Au-Yeung and GitHub
1490642260
feat: Record Salesforce ownership assignment ( #17775 )
2024-11-21 14:22:39 -07:00
Udit Takkar and GitHub
04b49acbb0
chore: add rescheduled by property ( #17631 )
...
* refactor: add rescheduledBy
* chore
* fix: bug
* test: add test for rescheduled booking
* fix: test
2024-11-21 11:51:19 -05:00
Joe Au-Yeung and GitHub
ff79e5c70e
feat: Record assignment reasons for routing form and reassignment ( #17767 )
...
* Add assignment reason table
* Increment id
* Update migration
* Record assignment when manual reassignment is used
* Add comment to `getAttributesQueryValue`
* Add `getUsersAttributes`
* Record routing form routing reason
* Type fixes
* Remove unique property from bookingId
* Handle nested values
2024-11-21 16:27:19 +00:00
Alex van Andel and GitHub
5d51c79739
fix: temporarily revert stricter schema so we can handle invalid DB e… ( #17774 )
2024-11-20 21:35:43 -07:00
8bc2c08288
fix: no availability on reschedule with load balancing ( #17770 )
...
* don't filter if reschedule with same host
* check for reschedule
* fix filtering in handleNewBooking
* fix type error
---------
Co-authored-by: CarinaWolli <wollencarina@gmail.com >
2024-11-21 01:22:43 +00:00
Benny Joo and GitHub
fcd06c80e3
feat: install gcal + gvideo by default for google signups ( #17773 )
...
* feat: install gcal + gvideo by default for google signups
* add upsertSelectedCalendar
* fix type check
2024-11-20 23:54:11 +00:00
Amit Sharma and GitHub
d952e77b78
feat: Don't remove hosts when disabling 'Add all team members' ( #17747 )
...
* feat: Don't remove hosts when disabling 'Add all team members'
* retain existing host weights and priorities
* fix: merge changes, revert onInactive removal
* lint fix
* fix: weight priority dialog value
2024-11-20 17:54:42 +00:00
Anik Dhabal Babu and GitHub
73989da3b7
fix: common schedule toggle for team event in never uncheckable ( #17759 )
2024-11-20 11:25:58 -05:00
Hariom Balhara and GitHub
a534d39351
Log error correctly ( #17755 )
2024-11-20 12:03:07 -03:00
Lauris Skraucis and GitHub
58cac84f4a
feat: v2 expose booking metadata ( #17708 )
...
* feat: accept metadata and store it in database
* feat: accept metadata and store it in database
* feat: add BookingSeat.metadata column
* feat: handleNewBooking: store booking seat metadata when first time seated booking
* feat: handleSeats, createNewSeat store metadata when 2nd+ seated booking
* feat: return booking metadata in output
* tests: metadata
* test: seated bookings
* swagger
* fix: reassign bookings test
* test: use different metadata in recurring
* fix: test
* test invalid metadata
* refactor: output service
* readd new line
* chore: bump platform libraries
* refactor: metadata doc
2024-11-20 15:15:49 +02:00
1404581f78
feat: add text filter on org member list ( #17632 )
...
* feat: improve text filters (WIP)
* move function to bottom
* apply some styles
* fix selection of TextFilterOptions
* rename value to operand
* remove unused file
* merge filters/filters into filters/utils
* fix regression of not putting url params correctly
* move makeWhereClause to filters/utils
* fix negative, empty, and not empty operators
* fix initial filtering from search state (url)
* fix type errors
* do not send an empty array to query
* update yarn.lock
* i18n for text filter operators
* extract logic as useColumnFilters()
* add missing import
* fix type error
* revert yarn.lock
* use i18n
* insensitive text match
* move data-table to @calcom/features
* fix type errors
* fix type errors
* fix type errors
---------
Co-authored-by: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com >
2024-11-20 09:38:10 +00:00
82e52a1948
feat: Attribute filter/Segment for Round Robin hosts ( #17361 )
...
Co-authored-by: CarinaWolli <wollencarina@gmail.com >
2024-11-20 10:22:53 +05:30
Vijay and GitHub
e3abd35ba7
fix: upgrade prismock to 1.33.4 ( #17735 )
...
* upgrade prismock, removed 2 hacks, update 3 tests
* yarnlock changes
2024-11-19 23:20:27 +00:00
sean-brydon and GitHub
dfdb04acf4
chore: routing table nits ( #17738 )
...
* portal date preset selection with a high zindex
* increase height of data-table
* skeleton fixes
2024-11-19 23:04:45 +00:00
Omar López and GitHub
352a6ba8cf
fix: Better error handling for user session ( #17753 )
2024-11-19 22:57:37 +00:00
Eunjae Lee and GitHub
997d6a75e8
fix: fix wrong dates on OOO edit dialog ( #17736 )
...
* fix: fix wrong dates on OOO edit dialog
* do not use utc() on the browser side
2024-11-19 19:54:12 -03:00
757e3a2faf
fix: PostHog event tracking ( #17653 )
...
* posthog provider fix
* posthog fixes w/ trpc changes
* Update yarn.lock
---------
Co-authored-by: Keith Williams <keithwillcode@gmail.com >
2024-11-19 22:52:18 +00:00
Omar López and GitHub
16573717b4
fix: identify org-wide features per user ( #17010 )
2024-11-19 15:21:38 -05:00
97b920744e
feat: adds last active timestamp ( #17261 )
...
Co-authored-by: Anik Dhabal Babu <81948346+anikdhabal@users.noreply.github.com >
2024-11-20 00:38:20 +05:30
Joe Au-Yeung and GitHub
6cfe9ff88d
feat: Salesforce: Write booking question values to attendee record in Salesforce [CAL-4731] ( #17650 )
2024-11-19 10:30:34 -07:00
Anik Dhabal Babu and GitHub
7c5292e13b
fix ( #17734 )
2024-11-19 18:37:39 +05:30
Morgan and GitHub
3cd4e34406
fix: platform libraries build vite.config ( #17743 )
2024-11-19 12:05:28 +00:00
sean-brydon and GitHub
a99eda21af
chore: booking status reporting ( #17733 )
...
* move booking status into new column
* update i18n
* nowrap + badge for submitedAt to provide consistant feel to other dates
2024-11-19 11:24:45 +00:00
Omar López and GitHub
03e2c6278d
fix: cron api key checks ( #17730 )
2024-11-19 00:18:53 +00:00
Omar López and GitHub
7c0ee9f186
revert: "feat: Populate gCal calendar cache via webhooks ( #11928 )"" ( #17682 )
2024-11-18 19:48:33 +00:00
Benny Joo and GitHub
50df22928b
fix: correct domain for link column in org member table ( #17726 )
2024-11-18 18:40:24 +00:00
8194ffcd07
feat: Autofill feature ( #15437 )
...
* feat: Autofill feature
* Revert "feat: Autofill feature"
This reverts commit ac94257cbb516e140ed550ae804e725ca5d036ca.
* feat: store prev response in localStorage
* review fixes
* add tests
* remove unused import
---------
Co-authored-by: Hariom Balhara <hariombalhara@gmail.com >
Co-authored-by: unknown <adhabal2002@gmail.com >
2024-11-18 20:04:02 +05:30
7b94822c8d
fix: add default schedule while creating org member ( #16855 )
...
* add default schedule while creating org user
* naming as per review comments
* added e2e test
* move bookTeamEvent and expectPageNotFound to testUtils
* Update EventTeamAssignmentTab.tsx
* Update AddMembersWithSwitch.tsx
* Update utils.ts
---------
Co-authored-by: Anik Dhabal Babu <81948346+anikdhabal@users.noreply.github.com >
2024-11-18 20:03:24 +05:30
Rajiv Sahal and GitHub
e206ead611
fix: calendar settings atom modifications ( #17579 )
...
* update selected calendars display when no calendar connected
* remove no calendar connected message
2024-11-18 11:05:34 -03:00
Udit Takkar and GitHub
ecac331fd1
perf: get event types ( #17689 )
...
* refactor: get event types
* chore
* test: add team and managed team event types
* perf: use Promise.all
* fix: type err
2024-11-18 11:05:12 -03:00
sean-brydon and GitHub
fb4cd7f0e4
feat: Add column visibility filters to routing insights table ( #17715 )
...
* add table as a child callback to we can pass it to columnVisibility
* add back failed bookings component
2024-11-18 11:03:58 -03:00
Rajiv Sahal and GitHub
f743db9eaa
feat: enable all users to create platform team ( #17707 )
...
* add extra checks for platform to make sure user is genuine
* make slug unique for every team
2024-11-18 11:03:23 -03:00
Udit Takkar and GitHub
0f3773d724
feat: add instant meeting parameter ( #17647 )
...
* feat: add instant meeting parameter
* feat: show modal only when parameter present
* chore: remove logs
* fix: type err
* fix: UI
* fix: remove useFieldArray
2024-11-18 19:29:10 +05:30
Eunjae Lee and GitHub
e6633050ba
fix: provide explicit column width for member list ( #17718 )
2024-11-18 13:43:14 +00:00
Morgan and GitHub
12e78a7350
chore: add default reading direction to atoms wrapper ( #17710 )
2024-11-18 12:25:11 +00:00
277b3e0cf5
feat: DataTable component should use a "key" of data as the selection Key. ( #17714 )
...
Co-authored-by: sean-brydon <55134778+sean-brydon@users.noreply.github.com >
2024-11-18 10:25:52 +00:00
Lauris Skraucis and GitHub
2b1041460c
feat: v2 subsequent recurring booking cancellation ( #17645 )
...
* refactor: cancelling all remaining seated recurring bookings not possible
* chore: document cancel booking endpoint
* chore: remove unused imports
* feat: cancel subsequent bookigns
* fix: flaky test
* refactor: getCanceledSubsequentBookings
* refactor: after cancellation return whole recurrence sequence
2024-11-18 08:17:48 +00:00
Keith Williams and GitHub
ce0d685849
chore: Remove faulty languages for Replexica ( #17705 )
2024-11-18 02:58:16 +00:00
Keith Williams and GitHub
4123152bd5
feat: Added more supported languages ( #17702 )
2024-11-18 01:09:35 +00:00
5401bcca4e
feat: AI description - DB model + frontend + backend (fetch only) ( #17651 )
...
* feat: AI description - DB model + frontend + backend (fetch only)
* fix types and add validation to backend
* improve log
* improve
* import type
* fix replexica error
* fix
* fix test
* update replexica type
* Renamed descriptionTranslations to fieldTranslations
* Moved the eventTypeId column to 2nd
---------
Co-authored-by: Keith Williams <keithwillcode@gmail.com >
2024-11-18 00:16:56 +00:00
Benny Joo and GitHub
f9afca2939
feat: Add link column to CSV file for org members ( #17695 )
...
* improve spacing
* feat: Add link column to CSV file for org members
* update tests
2024-11-17 10:53:43 +00:00
Alex van Andel and GitHub
c5cefc3e61
chore: Found a critical index missing on profileId ( #17690 )
2024-11-16 18:26:50 +00:00
Omar López and GitHub
2c57ad0288
perf: optimize organization admin check ( #17683 )
2024-11-16 18:26:23 +00:00