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
Benny Joo and GitHub
123a39bd9a
fix: Attributes Not Updating ( #17275 )
2024-10-23 14:42:42 -04:00
Keith Williams and GitHub
596dc3fbd7
perf: Load OOO in bulk for getSlots ( #17270 )
...
* perf: Load OOO in bulk for getSlots
* Added back the failsafe of running the query when no initial data is passed in
* Changed length check to be more explicit
2024-10-23 14:25:10 +00: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
4caec83c8f
feat: add Dialpad conferencing ( #15444 )
...
* feat: Dialpad conferencing
* update
* final update
* refactor
* update
---------
Co-authored-by: Keith Williams <keithwillcode@gmail.com >
2024-10-23 19:47:09 +05:30
sean-brydon and GitHub
3ddef59761
feat: add no-show-to-edit-list ( #17265 )
2024-10-23 12:07:13 +01: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
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
Ali Nawaz and GitHub
622b2795f5
fix: correct typos in E-Mail Settings and Organizations sections .env.example ( #17258 )
...
- Corrected "Sengrid" to "Sendgrid" in E-Mail Settings.
- Fixed "sing-ups" to "sign-ups" in the Organizations section.
- Corrected "envrionment" to "environment" in LICENSE (DEPRECATED).
2024-10-23 04:08:31 +00:00
Anik Dhabal Babu and GitHub
c0298248dc
fix: private team does not hide team members from event type page ( #17099 )
...
* fix: private team does not hide team members from event type page
* update
* Update
2024-10-23 09:24:06 +05:30
Omar López and GitHub
db07738514
chore: v4.6.9 ( #17255 )
2024-10-22 20:38:33 +00:00
Joe Au-Yeung and GitHub
700f0aeb35
fix: Salesforce - Check for existing lead when "Account" is set ( #17254 )
2024-10-22 19:36:39 +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
Lauris Skraucis and GitHub
7131996722
fix: Booker atom weekly view ( #17245 )
2024-10-22 14:39:30 +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
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
1fc376c51a
fix: slots troubleshooter data ( #17217 )
...
* Fix troubleshooter data slots
* Remove email
---------
Co-authored-by: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com >
2024-10-22 13:05:55 +00:00
9382b862e4
feat: Updated Huddle01 App Flow ( #16907 )
...
* fix: migrated to new flow
* feat: apis added
* fix: meetingId
* fix: working with apis
* fix: appName
* fix: WEB APP URL
* fix: update url
* fix: remove logs
* feat: remove lock file
* fix: lock file
* fix: override buildErrors
* fix: removed lock file
* fix: migrated to new flow
* feat: apis added
* fix: meetingId
* fix: working with apis
* fix: appName
* fix: WEB APP URL
* fix: update url
* fix: remove logs
* feat: remove lock file
* fix: lock file
* fix: override buildErrors
* fix: yarn install, lock file
* temp: debugging issue
* feat: api updated
* fix: updated endpoints
* fix: reverted changes
* revert: yarn.lock
* feat: readme
* Update yarn.lock remove spacing
* fix: spacing
---------
Co-authored-by: Akash Mondal <akmo3901@gmail.com >
2024-10-22 11:50:16 +00:00
Morgan and GitHub
c2662638a5
fix: booking.controller clone req to avoid side effect apiv2 ( #17239 )
2024-10-22 08:44:09 +00: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
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
Morgan and GitHub
9087f5307b
fix: platform event-type atom team delete ( #17225 )
...
* fix: platform event-type atom team delete
* fixup! fix: platform event-type atom team delete
* fixup! fixup! fix: platform event-type atom team delete
2024-10-21 16:03:04 +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
Lauris Skraucis and GitHub
b7792d0d0a
feat: AvailabilitySettings atom toggle toasts ( #17216 )
2024-10-21 10:03:52 +00:00
Syed Ali Shahbaz and GitHub
c8cd260112
fix: docs typo fix for deployment ( #17140 )
...
* Update and rename elastio.mdx to elestio.mdx
* Update mint.json
* Rename deploy-elastio.png to deploy-elestio.png
2024-10-21 06:26:34 -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
Hariom Balhara and GitHub
5f0cc805a9
fix: multiselect "Any in" operator for a user with just one option assigned for the attribute ( #17200 )
2024-10-20 16:53:19 +00:00