Benny Joo and GitHub
7e0c684348
fix: UI issue in Phone Input dropdown ( #17837 )
2024-11-25 19:35:09 +00:00
Keith Williams and GitHub
21956f096d
chore: Add check to skip DB migrations as part of build ( #17827 )
2024-11-25 16:33:51 -03:00
Benny Joo and GitHub
d1adfa3bf9
fix ( #17812 )
2024-11-25 14:07:55 -05:00
62976a4c77
feat: AI description - Backend for adding translation objects to EventType model ( #17657 )
...
* feat: AI description - DB model + frontend + backend (fetch only)
* fix types and add validation to backend
* improve log
* improve
* import type
* add EventTypeTranslationRepository
* fix replexica error
* fix replexica error
* fix
* fix test
* wip
* wip
* add createManyDescriptionTranslations method
* improve logic
* refactor
* update replexica type
* improve typing
* Renamed descriptionTranslations to fieldTranslations
* log errors in replexica service
* handle translations in background
* don't create, upsert instead
* make sure that description is updated
* simplify
* fix
* Update packages/trpc/server/routers/viewer/eventTypes/update.handler.ts
* improve filter logic in frontend
* implement background job using Tasker
* update schema
* update schema again
* rename
* rename id to uid
* add migration
* fix type
* update
* update schema and migration sql
* fix migration
* fix type check
* fix type check 2
* improve find logic in EventMeta
* add more validation
* add logger
* rename
* upgrade replexica/sdk to 0.7.0
* upgrade replexica to 0.7.0
* use batchLocalizeText
* add comments
* override browser locale if user is a signed in calcom user
* fix type in replexica
* fix migration sql
* fix type
* use dynamic import
* do not use batchLocalizeText
* fix
* add more validations
* fix type error
* address comment
* update locales
* update locales
---------
Co-authored-by: Keith Williams <keithwillcode@gmail.com >
2024-11-25 18:37:42 +00:00
GitHub Actions
93489709a8
chore: release v4.7.11
2024-11-25 16:35:44 +00:00
Amit Sharma and GitHub
050102fde2
fix: OOO redirect, email wrong formatting ( #17829 )
2024-11-25 16:11:44 +00:00
Somay Chauhan and GitHub
e477e5892c
feat: added customClassnames for event-setup tab ( #17240 )
...
* feat: added customClassnames for event-setup tab
* Update EventTypePlatformWrapper.tsx
* better classnames naming
* added classNames to common types
* updated classnames to use the common exported types
* udpate
* better classnames
* better classname names
* classnames -> classNames
* added default styling
* Update Locations.tsx
* Update event-types.tsx
* update
* locationSelectCustomClassNames -> LocationSelectCustomClassNames
* Update documentation.json
* fix: better classnames
* Update types.ts
2024-11-25 09:59:09 +00:00
ad44ca9f2a
fix: change order of eventtypes and routingforms ( #17615 )
...
* change order of eventtypes and routingforms
* for workflows
* for filtered workflows
* update slug of first expected event-type
* updated due to latest merges
* test to ensure new eventtype added is first in the list
* test for workflows
---------
Co-authored-by: Anik Dhabal Babu <81948346+anikdhabal@users.noreply.github.com >
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
2024-11-25 06:25:05 -03:00
868cf91c35
refactor: conferencing apps atoms web wrapper ( #17732 )
...
* conferencing apps atoms web wrapper
* Update DisconnectIntegrationModal.tsx
* formating changes
* handleBulkUpdateDefaultLocation -> bulkUpdateFunction
* fix: type error for handleRemoveApp
* fix: type error for handleRemoveApp
* refactor: removed ConferencingView component and migrated its functionality to ConferencingAppsViewWebWrapper
* refactor: moved AppList, AppListCard to packages/features
* fix: type changes
---------
Co-authored-by: Morgan <33722304+ThyMinimalDev@users.noreply.github.com >
2024-11-25 09:53:38 +02:00
Lauris Skraucis and GitHub
8b9693ea60
fix: v2 booking location ( #17817 )
...
* fix: create-booking.input dont require location to be url
* fix: return video call url for booking location
* try to debug test
* remove test file
2024-11-25 07:34:59 +00:00
Somay Chauhan and GitHub
935115d7c1
feat: added custom classnames for event-limits tab ( #17478 )
...
* added custom classnames for event limits tab
* added classNames to common types
* updated classnames to use the common exported types
* undo
* Update EventTypePlatformWrapper.tsx
* better clasnames naming
* added example classnames for demo
* fix: better calssnames
bookingFrequencyLimitSection-> bookingFrequencyLimit
totalDurationLimitSection-> totalDurationLimit
futureBookingLimitSection-> futureBookingLimit
offsetStartTimesSection-> offsetStartTimes
* suffix->addOn
* Update types.ts
2024-11-25 07:13:58 +00:00
Somay Chauhan and GitHub
eae74c568c
feat: added custom classnames for event-advanced tab ( #17479 )
...
* feat: added custom classnames to event-advanced tab
* added more calssnames
* added classNames to common types
* undo extra changes
* Update EventTypePlatformWrapper.tsx
* Update types.ts
* Update EventTypePlatformWrapper.tsx
* better classnames
* Update EventTypePlatformWrapper.tsx
* addeed CustomEventTypeModalClassNames
* added example classnames for demo and some changes
* fix: better classnames
* timezoneLockToggle -> timezoneLock
* Update types.ts
* Update CustomEventTypeModal.tsx
2024-11-25 12:11:27 +05:30
Somay Chauhan and GitHub
9e9dd6070d
feat: added custom classnames to event-assignment tab atom ( #17527 )
...
* added classNames to common types
* Update types.ts
* feat: added custom classnames to event-assignment tab atom
* Update EventTypePlatformWrapper.tsx
* update: better classnames
* added example clasnames for demo
* fix: classnames
* fix: type check
* fixed classnames
* fix: better calssnames
assingAllTeamMembersToggle -> assingAllTeamMembers
enableWeightsToggle -> enableWeights
assingAllTeamMembersToggle -> assingAllTeamMembers
2024-11-25 06:10:22 +01:00
5af10a2f61
feat: past and overlapping ooo ( #17373 )
...
* feat: past and overlapping ooo
* use existing props
* added e2e test
* disallow duplicates added tests
---------
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
2024-11-24 18:58:22 +00:00
Peer Richelsen and GitHub
3936a0ae94
target blank for settings link ( #17815 )
2024-11-23 21:12:44 +00:00
Morgan and GitHub
c2a3d8b8df
fix: extract trpc and react-awesome-query-builder from atoms ( #17801 )
...
* wip
* fix: externalize react-awesome-query-builder
* fix: move useSession to webWrapper
* fixup! Merge branch 'main' into fix-platform-event-types-segment
* fixup! fixup! Merge branch 'main' into fix-platform-event-types-segment
* fixup! fixup! fixup! Merge branch 'main' into fix-platform-event-types-segment
* fixup! fixup! fixup! fixup! Merge branch 'main' into fix-platform-event-types-segment
2024-11-23 12:29:16 +00:00
Joe Au-Yeung and GitHub
226325062e
Conditionally get the first assignment reason ( #17808 )
2024-11-22 22:23:15 +00:00
Carina Wollendorfer and GitHub
b61661214a
fix: improvements for canceling workflow reminders ( #17807 )
2024-11-22 13:55:30 -07:00
GitHub Actions
a84a2b3152
chore: release 4.7.9
2024-11-22 20:43:40 +00:00
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