Alex van Andel
46f0b55a45
Techdebt/bundle size experiments ( #7894 )
...
* Checking package size effects when we remove zod from middleware
* Remove 'crypto' from client code
* Revert "Checking package size effects when we remove zod from middleware"
This reverts commit ecc2038411
.
* Adding lodash to dynamicImports + consistent imports
* Remove the locales from the global Dayjs object
2023-03-23 11:49:28 -07:00
Alex van Andel
e4893c2218
Removes the getUser logic from createContext, instead use isAuthed ( #7902 )
...
* Removes the getUser logic from createContext, instead use isAuthed
* Fix types :party
2023-03-23 19:46:33 +01:00
Udit Takkar
fa17139e8f
fix: add belongsToActiveTeam ( #7890 )
...
* fix: add belongsToActiveTeam
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
* fix: create a common function
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
* fix: add suggestion
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
* chore: use deconstructing
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
* chore
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
---------
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
2023-03-23 19:23:06 +01:00
Efraín Rochín
1cdc97dd37
Add detailed error logs to handleNewBooking ( #7907 )
...
* Add logs to get more context on "No user available" error
* remove nit
2023-03-23 19:03:49 +01:00
Hariom Balhara
f630e8af40
Add videocallData ( #7899 )
2023-03-23 15:18:27 +00:00
Carina Wollendorfer
f6d7568d0a
Fixes formatted description in email ( #7696 )
...
* fix description in email
* add styling for lists
* sanitize editor input before saving
* sanitize eventTypeDescription
* santize html when used dangerouslySetInnerHTML
* fix server side sanitation
* add missing formatting and sanitation
* move @ts-expect-error to correct line
* fix type error and add yarn.lock
* fix build error
* sanitize description for booking page and availability page
* rename to markdownAndSanitize
* always add list formatting
* handle empty description in markdownAndSanitize for cleaner code
* create function for clientside markdown rendering and sanitizing
* fix type error
* code clean up
* Now that eventType.descriptionAsSafeHTML is added at all the missing places, we can do away with ts-ignore and get type safety
* Remove unused variable
* Remove one more ts-expect-error
---------
Co-authored-by: CarinaWolli <wollencarina@gmail.com>
Co-authored-by: Hariom Balhara <hariombalhara@gmail.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2023-03-23 12:00:42 +00:00
Nafees Nazik
1bf50e09cd
fix: meeting not getting deleted ( #7878 )
2023-03-22 11:18:00 -07:00
Richard Poelderl
4e2473531f
fix: set canonical to https://cal.com on .dev as well ( #7883 )
2023-03-22 15:43:59 +01:00
Peer Richelsen
efb9bf7116
replacing intercom with helpscout ( #7865 )
...
Co-authored-by: nafees nazik <nafeesnazik21@gmail.com>
2023-03-22 14:29:14 +00:00
Joe Au-Yeung
49ee5d300b
Fix rescheduling updating calendars & duplicate bookings ( #7851 )
...
* Fix rescheduling
* Fix tests
* Clean up
* Update packages/core/EventManager.ts
Co-authored-by: Syed Ali Shahbaz <52925846+alishaz-polymath@users.noreply.github.com>
* Commit fix
---------
Co-authored-by: Syed Ali Shahbaz <52925846+alishaz-polymath@users.noreply.github.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2023-03-22 15:23:09 +01:00
Nafees Nazik
e4eb21bf8d
fix: metadata get lost when rescheduling ( #7873 )
2023-03-22 11:17:19 +01:00
Hariom Balhara
7fc884912e
Make sure that label is also set ( #7874 )
2023-03-22 04:40:49 +00:00
Hariom Balhara
20b3efbcb6
Handle empty label from Custom inputs ( #7871 )
...
* Handle empty label from Custom inputs
* Fix comment
2023-03-21 18:44:18 +00:00
Shafkathullah Ihsan
7d9c21cf9a
adds fix-availability-slot-addition ( #7420 )
...
Co-authored-by: Omar López <zomars@me.com>
2023-03-21 17:56:16 +00:00
Hariom Balhara
389633394b
Fix/conflicts of custom input Name, with system field ( #7856 )
...
* Dont conflict with system fields
* Allow considering a field that has system fields name to be fully editable
2023-03-21 11:47:17 +01:00
Efraín Rochín
d27817ad51
Add a minute in endTime working hours when 11:59 is selected ( #7852 )
...
Co-authored-by: Bailey Pumfleet <bailey@pumfleet.co.uk>
2023-03-21 10:43:36 +00:00
Udit Takkar
7af23305eb
fix: use zod in getting started and settings ( #7698 )
...
* fix: use zod in getting started and settings
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
* chore: change name of variable
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
---------
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
Co-authored-by: Hariom Balhara <hariombalhara@gmail.com>
Co-authored-by: Bailey Pumfleet <bailey@pumfleet.co.uk>
2023-03-21 10:43:07 +00:00
Peer Richelsen
db947591ad
added team recording hint to cal video ( #7855 )
2023-03-21 10:39:49 +01:00
Joe Au-Yeung
2ef4a05750
Add team members to iCal, Apple Cal, Outlook, and Lark calendar events ( #7846 )
...
* Outlook add team members
* iCal & Apple add team members
* Exchange add team members
* iCal & App cal update include attendees
* Exchange reschedule
* GCal add team members on reschedule
* Lark cal loop through team members
2023-03-21 04:15:59 +01:00
Carina Wollendorfer
0bae688da1
Fixes additional inputs as variables in custom workflow templates ( #7840 )
...
* fix additonal inputs as dynamic text variables
* pass responses in same format
---------
Co-authored-by: CarinaWolli <wollencarina@gmail.com>
2023-03-20 20:08:14 +01:00
sean-brydon
7967a65ade
Edit location dialog select ( #7833 )
...
* Upgrade react-select
* figma 1-1
* Style X
* Fixes timezone select
* Add location select styles
* remove menu is open test
2023-03-20 19:46:22 +01:00
Alex van Andel
1cd96d4c25
No delete of booking on seated events, fix id->uid ( #7839 )
...
* No delete of booking on seated events, fix id->uid
* Use uid or id
2023-03-20 18:30:00 +00:00
Peer Richelsen
19bc329377
fixed location input, date overwrite dialog ( #7778 )
...
Co-authored-by: Carina Wollendorfer <30310907+CarinaWolli@users.noreply.github.com>
2023-03-20 18:55:40 +01:00
Omar López
0c29f2a135
Adds team members to gCal ( #7841 )
2023-03-20 17:52:10 +00:00
sean-brydon
a145de56ee
Adds multiselect checkbox fixes ( #7835 )
2023-03-20 17:43:32 +01:00
Nafees Nazik
d2352da54b
fix: remove cal.com from title when branding is disabled ( #7827 )
...
Co-authored-by: sean-brydon <55134778+sean-brydon@users.noreply.github.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2023-03-20 11:41:03 +00:00
Efraín Rochín
5d7685f2c0
revalidate event type page on update ( #7685 )
2023-03-20 11:21:14 +00:00
Miguel Nieto
a0c9123ee7
fix: Add appName to generate_api_key_description ( #7819 )
2023-03-20 11:18:46 +00:00
sean-brydon
131611e114
Upgrade react-select ( #7824 )
...
* Upgrade react-select
* figma 1-1
* Style X
* Fixes timezone select
2023-03-20 11:18:23 +00:00
Omar López
b3407e19b5
Fixes vercel url usage on the client ( #7823 )
2023-03-20 11:16:46 +00:00
Nadav Schwartz
0d4b0847d4
Update dialog min-width ( #7806 )
2023-03-20 10:34:08 +01:00
darshan
8fd1d76227
fix add calendar button width and alignment ( #7814 )
2023-03-19 15:41:56 +01:00
Alex van Andel
27c29c65e2
Bugfix/format without time zone ( #7820 )
...
* Format Office365 as non-UTC (defer to timeZone)
* Ensure the start_time is provided in UTC
2023-03-18 22:47:15 +01:00
Richard Poelderl
679965782e
chore: update docs links ( #7782 )
...
* replace docs.cal.com references with cal.com/docs
2023-03-17 16:42:27 -07:00
Joe Au-Yeung
8d27dcdea3
Use dayjs.tz ( #7808 )
2023-03-17 20:05:22 +00:00
Carina Wollendorfer
6128be8860
Fixes that sometimes last shown slot was unavailable ( #7804 )
...
* fix unavailable slots + add relevant test
* code clean up
---------
Co-authored-by: CarinaWolli <wollencarina@gmail.com>
2023-03-17 13:02:56 -07:00
Joe Au-Yeung
13577a5dbe
If no expiry date then refresh the token ( #7805 )
2023-03-17 17:20:41 +00:00
Efraín Rochín
9ba13a3f3c
Amend logic to calc slots time already in DST ( #7792 )
...
* amend logic to calculate DST time on buildSlots
* send start and end date in UTC
* port the logic to calc DST from buildSlots to inWithinAvailableHours
2023-03-17 12:53:05 +01:00
sean-brydon
e1411b3fb2
Fixes select getting darkmode text color even on lightmode ( #7799 )
2023-03-17 15:34:26 +05:30
Nafees Nazik
0f89415ec3
fix: videoCallUrl is not saved in metadata after rescheduling ( #7715 )
2023-03-17 13:54:48 +05:30
Nafees Nazik
e001c0b88f
test: add multiple guests e2e test ( #7774 )
2023-03-17 12:33:54 +05:30
zomars
5cbd334a42
Simplifies admin password role checks
2023-03-16 14:02:38 -07:00
Hariom Balhara
470ef737b5
Make embed tests work with single playwright config ( #7781 )
...
* Fix Embed test
* Remove only
2023-03-16 11:16:09 -07:00
Joe Au-Yeung
f3e8bed1cf
Fix dynamic bookings overwriting users ( #7699 )
...
* Move sorting dynamic user list
* Remove console logs
2023-03-16 11:12:30 -07:00
Alex van Andel
2685e8154f
Hotfix/account provider should be lowercase ( #7763 )
...
* Fix passThrough console error (passHref is not valid)
* Fix 'use-identity-login' error when logging in with idP
---------
Co-authored-by: Keith Williams <keithwillcode@gmail.com>
2023-03-16 15:12:45 +00:00
Joe Au-Yeung
4308ea8d52
Fix Google Calendar sharing guest information logic ( #7323 )
...
* Fix logic
* Update packages/app-store/googlecalendar/lib/CalendarService.ts
Co-authored-by: alannnc <alannnc@gmail.com>
* Fixed linting
* Add seats logic to reschedule
---------
Co-authored-by: alannnc <alannnc@gmail.com>
Co-authored-by: Keith Williams <keithwillcode@gmail.com>
2023-03-16 14:50:35 +00:00
Alex van Andel
358aa8be2b
Prevent refresh_token nulling if the returned refresh token is empty ( #7764 )
...
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2023-03-16 14:04:30 +00:00
Nafees Nazik
09af14b3f4
fix: badge component line-height according to the DS ( #7766 )
...
* fix: badge line-height
* fix: revert padding top and bottom
* fix: remove large prop
* fix: remove large prop
* feat: make md default
---------
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2023-03-16 11:51:40 +00:00
Nafees Nazik
77df4117d0
refactor: event types kbar action ( #7423 )
...
* refactor: event types action
* chore : wrap actions inside useMemo
---------
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
Co-authored-by: Alex van Andel <me@alexvanandel.com>
2023-03-16 09:49:12 +00:00
Nafees Nazik
84f7924215
Hotfix: guest are not added to the invite and emails ( #7767 )
...
Co-authored-by: Hariom Balhara <hariombalhara@gmail.com>
2023-03-16 14:34:17 +05:30