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
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
bf9be5915c
fix: added aria-label to prev and next month buttons ( #17198 )
...
* fix: added aria-label to prev and next month buttons
* fix: applied correct labels to buttons
---------
Co-authored-by: Shivam Bhatia <shivambhatia@Shivams-MacBook-Pro.local >
2024-10-20 11:59:19 +00:00
Keith Williams and GitHub
4cf3627d52
chore: v4.6.6 ( #17199 )
2024-10-20 07:55:46 -03:00
Maximilian Franzke and GitHub
0424304a50
fix(a11y): text color contrast ( #17166 )
...
As the textual paragraph get's an 80% opacity defined, the text colors contrast violates [Success Critera 1.4.3](https://www.w3.org/WAI/WCAG21/Understanding/contrast-minimum.html ) that expects a color contrast of at least 4.5:1
2024-10-20 07:55:34 -03:00
Maximilian Franzke and GitHub
7ab1288fa6
docs: small optimization ( #17183 )
...
after installing a node version via `nvm` that version is automatically being used.
2024-10-20 07:54: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
f70e8c5189
perf: Single query user enrichment calls by array of userIds instead ( #17190 )
...
* single query
* getPublicEvent
* perf: use Map for faster lookup for large objects
---------
Co-authored-by: Udit Takkar <udit222001@gmail.com >
2024-10-19 19:17:40 -03:00
Omar López and GitHub
fcc2e0f2ae
fix: allow gCal installs without a primary calendar ( #17189 )
2024-10-19 16:56:09 +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
b8d4fccbab
feat: Rerouting a booking with corrected responses ( #17074 )
...
* POC working with no TS error
* cleanup
* Fix query booking
* Simplify things
* Support rerouting to different event
* self-review fixes
* Some improvements
* add more tests
* Remove members relation query
* Udits feedback
* Dont show CTAs when non-eventTypeRedirectUrl action route is chosen
---------
Co-authored-by: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com >
2024-10-18 17:11:50 -04:00
Alex van Andel and GitHub
4f14775a4d
chore: Release v4.6.5 ( #17174 )
2024-10-18 19:01:15 +00:00
acbcd59c31
perf: Attributes Query - loadTree only once ( #17172 )
...
* chore: increase pagination managed users endpoint (#17147 )
* perf: Build tree once per call
---------
Co-authored-by: Morgan <33722304+ThyMinimalDev@users.noreply.github.com >
2024-10-18 18:45:12 +01:00
05c1ad885b
fix: Embed - Do not reuse the modal on reopening it. ( #17171 )
...
* chore: increase pagination managed users endpoint (#17147 )
* Dont reuse the existing modal
---------
Co-authored-by: Morgan <33722304+ThyMinimalDev@users.noreply.github.com >
2024-10-18 16:42:04 +00:00
Alex van Andel and GitHub
d73d0ebb6e
chore: Release v4.6.4 ( #17170 )
2024-10-18 15:35:06 +00:00
a3971c127b
fix: Timings of attributes query endpoint ( #17169 )
...
* chore: increase pagination managed users endpoint (#17147 )
* Log timings
---------
Co-authored-by: Morgan <33722304+ThyMinimalDev@users.noreply.github.com >
2024-10-18 15:10:28 +00:00
Udit Takkar and GitHub
912d3cf5b2
fix: schedule no show webhooks for requires confirmation event ( #17089 )
2024-10-18 07:50:15 -07:00
73c35ba5a2
fix: data table fixes ( #17141 )
...
* tidy up css
* sticky header
* add sticky top and left on columns
* use group for cell hover when overflowing
* strickly type meta as override isnt working
* fix: type err
---------
Co-authored-by: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com >
Co-authored-by: Udit Takkar <udit222001@gmail.com >
2024-10-18 12:41:21 +00:00
Keith Williams and GitHub
55f1019908
chore: v4.6.3 ( #17161 )
2024-10-18 09:01:23 -03:00
Keith Williams and GitHub
863fc695ec
perf: Add index for invalid column in Credential ( #17162 )
...
* perf: Add index for invalid column in Credential
* Added missing file change
2024-10-18 11:42:54 +00:00
Keith Williams and GitHub
d931fb1f9c
perf: Add indices to Membership ( #17160 )
2024-10-18 08:31:16 -03:00
Hariom Balhara and GitHub
fd054dfb8d
fix: select_any_in operator - Broken only for attributes ( #17148 )
...
* Fix select any_in operator for attributes - Broken only for attributres
* Fix ts error
2024-10-18 10:19:25 +00:00
699e08b2ee
fix: Possible perf improvement and logging for team members routing logic ( #17154 )
...
* chore: increase pagination managed users endpoint (#17147 )
* Add server-timings and used concurrency 2 for teamMembers matching
---------
Co-authored-by: Morgan <33722304+ThyMinimalDev@users.noreply.github.com >
2024-10-18 09:44:50 +00:00
Alex van Andel and GitHub
e1228ca03c
fix: Hide invite_new_member_description cost from users within an organisation ( #17149 )
2024-10-18 00:22:40 +01:00
Morgan and GitHub
9ad69c20cf
fix: event-types locations output schema apiv2 ( #17150 )
2024-10-17 21:07:31 +03:00