Alex van Andel and GitHub
040adb2ddf
chore: bump lockfile ( #17802 )
2024-11-22 15:14:39 +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
Alex van Andel and GitHub
4b34aec13d
chore: Release v4.7.7 ( #17786 )
2024-11-21 22:47:11 +00:00
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
Morgan and GitHub
b0bf87f3ed
fix: extract clientId header manually apiv2 ( #17783 )
2024-11-21 22:46:13 +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
Omar López and GitHub
ade144aa20
ci: Re-drafts PR when changes are requested ( #17137 )
2024-11-21 00:59:11 +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
Omar López and GitHub
57bbba3d95
chore: v4.7.6 ( #17766 )
2024-11-20 13:22:47 -07: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
c16ef798f5
feat: update translations via @replexica ( #17757 )
...
* chore: sync with main
* feat: update translations via @replexica
---------
Co-authored-by: Replexica <support@replexica.com >
2024-11-20 14:03:09 +00: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
Anwar Sadath and GitHub
ff18b9a733
chore: Add support for new docker compose command to run V2 API ( #17744 )
2024-11-20 08:47:37 +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
1b457f82a1
chore: v4.7.5 ( #17750 )
2024-11-19 20:44:58 +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
32aaa26bf1
chore: v4.7.4 ( #17728 )
2024-11-18 13:12:53 -07: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
fbda8a38cb
feat: update translations via @replexica ( #17722 )
...
* chore: sync with main
* feat: update translations via @replexica
---------
Co-authored-by: Replexica <support@replexica.com >
2024-11-18 14:56:01 +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
Syed Ali Shahbaz and GitHub
9aa8f8a30c
Update oauth.mdx ( #17671 )
2024-11-18 14:29:33 +00:00
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
Replexica Bot and GitHub
f1e972a213
feat: update translations via @replexica ( #17712 )
2024-11-18 13:01:07 +00:00