b6cef49ee6
fix: app store title ( #17307 )
...
* Fix app store title
* refactor apps-view
* revert unneeded changes
* remove withoutMain
---------
Co-authored-by: Benny Joo <sldisek783@gmail.com >
2024-10-24 21:18:38 +00:00
Alex van Andel and GitHub
e251a5afea
chore: Release v4.6.10 ( #17296 )
2024-10-24 16:27:20 -03: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
Lauris Skraucis and GitHub
c629d08a9c
fix: v2 event type locations ( #17288 )
...
* refactor: split internal locations in separate file
* refactor: rename TransformedLocationsSchema to InternalLocationsSchema
* feat: add missing locations in internal schema
* refactor: explicit input locations only for input
* refactor: explicit output locations only for output
* fix: v2
* fix: atoms
* test: internal to api locations transformation
* e2e tests
* upgrade platform libraries
2024-10-24 17:21:17 +00:00
Udit Takkar and GitHub
50a41109d0
chore: add event has been rescheduled title ( #17286 )
2024-10-24 17:18:55 +00:00
Hariom Balhara and GitHub
c29e37a03f
fix: Keep 'Verify new route' enabled in the initial state. ( #17295 )
2024-10-24 16:16:58 +00:00
14ae664941
fix:CityNotShownInOption ( #17064 )
...
Co-authored-by: Alex van Andel <me@alexvanandel.com >
2024-10-24 09:10:27 -04:00
sean-brydon and GitHub
0949bbf167
feat: add availability shown in rr reassign ( #17287 )
...
* (feat) add availability status to select
* add logic for confirmation modal on unavailable host
* fix type error
* fix type error
* more type fixes
* fix types
2024-10-24 12:38:03 +01:00
Rajiv Sahal and GitHub
d0a1e90199
fix: platform dashboard buttons ( #17284 )
2024-10-24 16:25:32 +05:30
Morgan and GitHub
077f29305d
fix: default booking status filter booking.controller ( #17282 )
2024-10-24 09:02:37 +00:00
Joe Au-Yeung and GitHub
817d8738a9
feat: Salesforce - on booking, write to custom fields [CAL-4570] ( #17257 )
...
* Save and enable custom fields
* Write to custom fields on booking
* Add validations
2024-10-24 03:07:13 +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
Keith Williams and GitHub
b38d8e7ae4
perf: New getTeamSchedule route with higher vCPUs ( #17277 )
2024-10-23 13:38:15 -07:00
Lauris Skraucis and GitHub
058d58a6f3
revert chore: make rate limit logs verbose api-v2 ( #17273 )
...
This reverts commit e2c54b1fc4 .
2024-10-23 14:17:54 +00:00
sean-brydon and GitHub
3ddef59761
feat: add no-show-to-edit-list ( #17265 )
2024-10-23 12:07:13 +01:00
Morgan and GitHub
23d1a21e23
chore: remove json stringify from requestId logs api-v2 ( #17263 )
2024-10-23 07:05:31 +00:00
Morgan and GitHub
e2c54b1fc4
chore: make rate limit logs verbose api-v2 ( #17262 )
2024-10-23 06:53:51 +00:00
Omar López and GitHub
db07738514
chore: v4.6.9 ( #17255 )
2024-10-22 20:38:33 +00:00
f3fd043255
add enableOverflow ( #17249 )
...
Co-authored-by: CarinaWolli <wollencarina@gmail.com >
2024-10-22 15:39:21 +00:00
a0e4580f4e
fix: added aria-label to timezone input ( #17241 )
...
* fix: 17186 timezone accessibility fix
* Update common.json
* update
* Update EventMeta.tsx
---------
Co-authored-by: Shivam Bhatia <shivambhatia@Shivams-MacBook-Pro.local >
Co-authored-by: Anik Dhabal Babu <81948346+anikdhabal@users.noreply.github.com >
Co-authored-by: unknown <adhabal2002@gmail.com >
2024-10-22 15:29:06 +00:00
Keith Williams and GitHub
659b60aac0
fix: API v1 hashedLink zod ( #17248 )
2024-10-22 15:07:02 +00:00
Keith Williams and GitHub
42cbd582f2
chore: v4.6.8 ( #17243 )
2024-10-22 10:58:27 -03:00
Keith Williams and GitHub
5481248c1a
chore: Back down vCPUs for public/slots routers ( #17242 )
2024-10-22 13:51:19 +00:00
Lauris Skraucis and GitHub
bd4a949a7c
fix: v2 seated bookings ( #17045 )
...
* fix: rely on booking uid instead of id from handleNewBooking
* docs: managed user create input timeZone
* fix: make bookingResponsesSchema nullable
* Revert "fix: make bookingResponsesSchema nullable"
This reverts commit f3127b31dd259d23cae520c994d8e712fc0fa17e.
* refactor: define inputs
* refactor: define outputs
* refactor: bookings controller
* test: first seated event test
* test: recurring seated event booking
* test: multiple bookings for seated event
* test: fetching individual seated bookings
* test: fetch all bookings
* test: make reschedule seated work and test it
* wip: cancel seated booking
* test: cancel seated booking
* refactor: dont return attendee email in seat booking responses
* refactor: order of properties in response
* refactor: test cleanup
* refactor: simplify output booking service
* refactor: flaky test
* refactor: try to fix test by splitting them
* try to fix test
* try to fix tests
2024-10-22 13:31:59 +00:00
Lauris Skraucis and GitHub
b768cc5b44
feat: v2 and atoms attendee defined meeting locations ( #17224 )
...
* request: allow saving attendee address, location and custom location
* response: return new event type locations
* atoms: make elsewhere location work
* update swagger
* chore: update and use platform libraries
* fix schema
* republish libraries
* update lock file
* fix: make somewhereElse optional in response location
* fix: tests
2024-10-22 13:24:16 +00:00
Lauris Skraucis and GitHub
de80ca2aaa
fix: reset v2 & AvailabilitySettings atom availabilities and overrides ( #17236 )
2024-10-22 13:19:36 +00:00
Lauris Skraucis and GitHub
4afbe26506
refactor: v2 response in case of duplicate managed user ( #17214 )
2024-10-22 13:17:12 +00:00
Benny Joo and GitHub
f22d585c7d
chore: Do not generate pages per language at build time ( #17227 )
2024-10-22 14:10:49 +01:00
Morgan and GitHub
c2662638a5
fix: booking.controller clone req to avoid side effect apiv2 ( #17239 )
2024-10-22 08:44:09 +00:00
Anik Dhabal Babu and GitHub
9d01025a1f
revert: team availability view ( #17222 )
2024-10-22 13:55:20 +05:30
Hariom Balhara and GitHub
86af6bd626
Allow non-admin team members also to reroute ( #17234 )
2024-10-22 13:46:30 +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
93e93a9c7a
feat: update translations ( #17219 )
...
Co-authored-by: Replexica <support@replexica.com >
2024-10-21 23:06:54 +00:00
5f6032131b
feat: payments tab for event types atom ( #16892 )
...
* update translations
* add payments tab to event types platform
* payments tab for event types platform wrapper
* update event types props
* fix icon
* add stripe form
* update event type platform wrapper
* testing EventTypeAppCard component
* update atoms module
* add endpoint to get app integration based on slug
* input dtos for atoms app integration endpoint
* update platform libraries
* add queries for app integration endpoint
* chore: fixup
* custom hook to get app integration
* export TeamsQuery type to use for platform
* update props for stripe atom
* update payments tab
* update platform libraries in local (temperory)
* fix merge conflicts
* fixup
* resolve merge conflicts
* fixup
* Update package.json
* update platform libraries
* fix imports
* resolve merge conflicts
* more import paths fixes
* fixup
* cleanup comments
* include payments tab
* resolve merge conflicts
* fixup
* Update package.json
* revert yarn.lock
* Update yarn.lock
---------
Co-authored-by: Somay Chauhan <somaychauhan98@gmail.com >
Co-authored-by: Morgan <33722304+ThyMinimalDev@users.noreply.github.com >
2024-10-21 18:49:35 +05:30
Lauris Skraucis and GitHub
4e90b65884
refactor: v2 and booker atom booking fields ( #17168 )
...
* handle storing disableOnPrefill
* feat: allow overriding properties of default name and email fields
* feat: allow overriding properties of default name and email fields
* feat: output booking fields
* fix: event type test
* refactor: booker atom booking fields handling
* tests
* fix: boolean booking field
* update platform libraries
* fix: unit tests
2024-10-21 13:45:30 +03:00
242268d580
feat: update translations ( #17209 )
...
Co-authored-by: Replexica <support@replexica.com >
2024-10-21 08:47:34 +00:00
Morgan and GitHub
3999f84eff
chore: better request/response logging apiv2 ( #17210 )
...
* chore: better request/response logging apiv2
* fixup! chore: better request/response logging apiv2
2024-10-21 08:19:31 +00:00
995bf09dde
fix: eventType atom team availability tab ( #17158 )
...
Co-authored-by: Somay Chauhan <somaychauhan98@gmail.com >
2024-10-21 10:59:07 +03:00
59aff41ca3
refactor: make new copy localizable ( #17207 )
...
* refactor: make this localizable
base on https://github.com/calcom/cal.com/pull/17198 making the new copy localizable
* Update common.json
* Update common.json
* Update common.json
---------
Co-authored-by: Anik Dhabal Babu <81948346+anikdhabal@users.noreply.github.com >
2024-10-21 06:38:25 +00:00
b0e3e4c82f
fix: Save button is not working on the app install configuration step ( #17176 )
...
* fix: Save button is not working on the app install configuration step
* update
---------
Co-authored-by: Somay Chauhan <somaychauhan98@gmail.com >
2024-10-21 05:41:01 +00:00
3e0d53228e
feat: update translations ( #17180 )
...
Co-authored-by: Replexica <support@replexica.com >
2024-10-20 22:46:04 +00:00
Keith Williams and GitHub
df2ef84251
chore: v4.6.7 ( #17208 )
2024-10-20 19:21:00 -03:00
Keith Williams and GitHub
dcd07d1cc6
perf: Remove tRPC event call from server-side props ( #17205 )
2024-10-20 14:07:09 -07:00
c5677f1dd9
fix: Add fallback schedule for non-onboarded team members ( #17196 )
...
* chore: increase pagination managed users endpoint (#17147 )
* Add fallbackSchedule and troubleshooter data
* Disable troubleshooter by default
* Improve slots existence assertion
---------
Co-authored-by: Morgan <33722304+ThyMinimalDev@users.noreply.github.com >
Co-authored-by: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com >
2024-10-20 19:41:01 +05:30
Keith Williams and GitHub
4cf3627d52
chore: v4.6.6 ( #17199 )
2024-10-20 07:55:46 -03:00
Udit Takkar and GitHub
c7f4f52efa
perf: duplicate getSchedule request ( #17191 )
...
* fix: duplicate getSchedule request
* fix: add event type id
2024-10-20 08:56:37 +00:00
Hariom Balhara and GitHub
731f97ebe4
fix: Add troubleshooting data and ensure no errors in live mode of router. ( #17188 )
2024-10-19 07:22:04 -07:00
Bailey Pumfleet and GitHub
474f81f08e
refactor: Minor settings style & copy alterations ( #17178 )
2024-10-19 04:08:49 +00:00
Keith Williams and GitHub
76a2822753
perf: Increase vCPU for slots and routing forms ( #17181 )
2024-10-18 22:05:20 +00:00