2529f71770
Upgrade prisma to 4.11.0 version ( #7438 )
...
* Upgrade prisma to 4.11.0 version
* Update yarn.lock
* Syncs packages
* Update yarn.lock
* Removes deprecations
---------
Co-authored-by: zomars <zomars@me.com >
2023-02-28 14:15:50 -07:00
zomars
4eecd42204
Updates webhook response
2023-02-27 20:23:13 -07:00
zomars
b9f90144c5
Typefix
2023-02-27 20:12:02 -07:00
8b07b839e9
Fix - add team members to emails ( #7207 )
...
* On booking add team members & translation
* Add team members to round robin create
* Only update calendars on reschedule if there is a calendar reference
* Send email on reschedules
* Send team email on cancelled event
* Add team members to calendar event description
* Clean up
* Convert other emails to organizer & teams
* Type check fixes
* More type fixes
* Change organizer scheduled input to an object
* early return updateCalendarEvent
* Introduce team member type
* Fix type errors
* Put team members before attendees
* Remove lodash cloneDeep
* Update packages/core/EventManager.ts
Co-authored-by: Omar López <zomars@me.com >
* Remove booking select object
* Revert "Remove booking select object"
This reverts commit 9f121ff4ebbaec9a0643111f96c5337b930ddd5b.
* Refactor email manager (#7270 )
Co-authored-by: zomars <zomars@me.com >
* Type change
* Remove conditional check for updateAllCalendarEvents
---------
Co-authored-by: zomars <zomars@me.com >
2023-02-27 13:45:40 -07:00
0ec71e52ef
Team Workflows ( #7038 )
...
Co-authored-by: Hariom Balhara <hariombalhara@gmail.com >
Co-authored-by: CarinaWolli <wollencarina@gmail.com >
Co-authored-by: zomars <zomars@me.com >
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
2023-02-27 12:54:43 +05:30
Udit Takkar and GitHub
c20835a4c8
feat: get country code from ip geolocation ( #6880 )
...
* feat: get coutnry code from ip geolocation
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in >
* fix: create new api route for fetching code
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in >
* chore: replace city with country
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in >
* refactor: create hook for country
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in >
---------
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in >
2023-02-25 12:15:05 -07:00
aaccfa49ce
New Crowdin translations by Github Action ( #7365 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com >
2023-02-24 15:32:23 -07:00
Omar López and GitHub
b2b846647d
Update [type].tsx ( #7387 )
2023-02-24 13:06:57 -07:00
Alex van Andel
a8a10c0f35
v2.6.6
2023-02-24 18:52:04 +00:00
Alex van Andel and GitHub
5f7d904349
Fixed href's to go to the right place ( #7377 )
2023-02-24 11:39:09 -07:00
Alex van Andel
abce20824f
v2.6.5
2023-02-24 14:24:12 +00:00
fc9360d99a
New Crowdin translations by Github Action ( #7356 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com >
2023-02-24 12:56:50 +01:00
3960c8a954
New Crowdin translations by Github Action ( #7355 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com >
2023-02-24 11:51:21 +01:00
0cbcda7430
New Crowdin translations by Github Action ( #7352 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com >
2023-02-24 11:46:10 +01:00
b309be1d94
New Crowdin translations by Github Action ( #7316 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com >
2023-02-24 11:20:02 +01:00
94dc2643f2
fix/payment-status-message-on-booking-cancelled ( #7260 )
...
Co-authored-by: Alex van Andel <me@alexvanandel.com >
2023-02-24 10:28:14 +05:30
9e08cf88f4
removed SSR trpc calls instead SPA for logged in pages ( #6936 )
...
* removed SSR trpc
* Re added debug endpoint
* Update me.ts
* Fixes unused imports
* Rollback unrelated changes
---------
Co-authored-by: zomars <zomars@me.com >
Co-authored-by: Efraín Rochín <roae.85@gmail.com >
2023-02-23 18:41:57 -07:00
4fb0852505
[CAL-1125] Fix app detail page heading size ( #7257 )
...
* [CAL-1125] Fix app detail page heading size
* [CAL-1125] Fix margin on back button in shell
* [CAL-1125] Fix shell-margin for mobile
---------
Co-authored-by: Levent Deniz <levent.deniz@check24.de >
2023-02-23 17:19:52 -07:00
Nafees Nazik and GitHub
0815ab715b
fix: slot picker scroll position not consistent ( #7282 )
...
* fix: remove old scroll to method
* feat: add scroll into view
2023-02-23 17:19:23 -07:00
676254e96b
[CAL-1103] mobile /event-type edit - Move the "Hide from profile" toggle into the dropdown ( #7297 )
...
Co-authored-by: gitstart-calcom <gitstart@users.noreply.github.com >
2023-02-23 15:09:10 -07:00
4d825672db
New Crowdin translations by Github Action ( #7303 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com >
2023-02-23 15:02:12 -07:00
ba86e7f540
Fixes SMS actions and cal.com branding for premium plan ( #7306 )
...
* enable sms actions with premium user name
* allow hide branding when user has premium user name
---------
Co-authored-by: CarinaWolli <wollencarina@gmail.com >
2023-02-23 15:01:51 -07:00
Nafees Nazik and GitHub
b018ee34a7
fix: placeholder in custom event name ( #7247 )
...
* fix: replace placeholder
* refactor: replace placeholder into a separate function
2023-02-23 15:46:36 +00:00
a1d7b30d51
New Crowdin translations by Github Action ( #7273 )Co-authored-by: Crowdin Bot <support+bot@crowdin.com> Co-authored-by: Peer Richelsen <peeroke@gmail.com>
...
* New Crowdin translations by Github Action
* Update apps/web/public/static/locales/es/common.json
* Update apps/web/public/static/locales/ro/common.json
---------
Co-authored-by: Crowdin Bot <support+bot@crowdin.com >
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
2023-02-23 16:38:37 +01:00
Esaú Morais and GitHub
e5d44d029a
Allow user to add as many locations as they want ( #7279 )
2023-02-23 16:49:28 +05:30
Peer Richelsen and GitHub
4803817055
2.6.4
2023-02-23 11:43:24 +01:00
Nafees Nazik and GitHub
dac6bff5b1
feat: add line clamp class ( #7291 )
2023-02-23 09:25:31 +01:00
Alex van Andel and GitHub
a3c10d0beb
Amend logic to figure out the months between dates ( #7289 )
2023-02-22 14:36:30 -07:00
zomars
572b54b7f0
Update forgot-password.e2e.ts
2023-02-22 14:34:05 -07:00
d9bf89beab
fix variable for name ( #7288 )
...
Co-authored-by: CarinaWolli <wollencarina@gmail.com >
2023-02-22 14:06:05 -07:00
0d1f484c92
test: multiple organizer address test ( #7179 )
...
Co-authored-by: Hariom Balhara <hariombalhara@gmail.com >
2023-02-22 10:52:49 +05:30
51d02c9873
New Crowdin translations by Github Action ( #7271 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com >
2023-02-21 17:49:47 -07:00
Peer Richelsen and GitHub
f5318c6be3
improved brand colors on booking page ( #7269 )
2023-02-21 15:25:43 -07:00
Alex van Andel and GitHub
bfc81b770a
Change API error handling - download works on local ( #7256 )
2023-02-21 17:03:10 +00:00
Hariom Balhara and GitHub
7a9b40f218
Add sentry and WEBAPP_URL to whitelist ( #7248 )
2023-02-21 16:46:27 +00:00
Alex van Andel
dca1d35cb4
v2.6.3
2023-02-21 13:26:11 +00:00
Esaú Morais and GitHub
af970c049a
Do not show location when booking has been cancelled ( #7244 )
...
* fix(schedule): close on click #7143
* fix(booking): do not show location when booking has been cancelled
2023-02-21 09:25:57 +00:00
Esaú Morais and GitHub
6fc3840ca3
Remove duplicated border in Calendar category ( #7235 )
...
* fix(schedule): close on click #7143
* fix(CalendarListContainer): remove duplicated border #7222
* fix: set right border to all installed apps
2023-02-21 09:19:29 +00:00
c51150350a
chore: check IS_SELF_HOSTED in download ( #7214 )
...
* chore: check IS_SELF_HOSTED in download
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in >
* Update apps/web/pages/api/download-cal-video-recording.ts
Co-authored-by: Hariom Balhara <hariombalhara@gmail.com >
* Update apps/web/pages/api/download-cal-video-recording.ts
* Linting fix
---------
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in >
Co-authored-by: Hariom Balhara <hariombalhara@gmail.com >
2023-02-21 09:00:08 +00:00
Alex van Andel and GitHub
51664bf733
Fixed invalid busy times query logic ( #7243 )
...
* Fixed invalid busy times query logic
* Adjusted collective test
2023-02-21 02:45:10 +00:00
Nafees Nazik and GitHub
ea73870ce9
fix: overflow issue in Custom event name modal ( #7224 )
2023-02-20 21:46:31 +05:30
Peer Richelsen and GitHub
d1440bb5d2
added pwa: extension for standalone, lots of mobile improvements ( #7218 )
2023-02-20 15:11:51 +01:00
Hariom Balhara and GitHub
a000030040
Check embed in a better way ( #7221 )
2023-02-20 11:31:56 +00:00
Sai Deepesh and GitHub
b9fd0b4c78
chore: add i18n in routing form pages ( #7193 )
...
* chore: add i18n in routing form pages
* use existing string
* add strings to en/common.json file
* address comments
2023-02-20 10:07:58 +00:00
0e7276370f
Fix: mounting state use theme ( #7203 )
...
Co-authored-by: Guest <guest@pop-os.localdomain >
2023-02-20 15:17:33 +05:30
sean-brydon and GitHub
55ee939cf9
Dont default empty state ( #7217 )
2023-02-19 20:16:19 +00:00
Hariom Balhara and GitHub
d7b4d5932d
Avoid theme not ready causing the select to not render ( #7194 )
2023-02-18 15:53:14 +00:00
4f99746f68
fix: color picker a11y fixes ( #7084 )
...
* refactor: remove swatch component
* feat: use radix ui popover component
* refactor: remove duplicate component
* fix: import color picker from `@calcom/ui`
* fix: type error
* fix: update color picker to match the design
* fix: type
---------
Co-authored-by: Peer Richelsen <peer@cal.com >
2023-02-17 20:27:29 +00:00
fd76bc9cab
Reduce booking page bundle size ( #7131 )
...
* AvailabilityPage Component loaded dynamically
* update next/bundle-analyzer dependency
* Load dynamically SlotPicker and TimezoneDropDown and make some imports refactoring
* Gates functionality Returned
* Replace crypto with md5 dependency to generate gravatar url
* Refactor: AvailableTimes and SlotPicker
* Update next.config.js
* Update SlotPicker.tsx
* Update getEventTypeAppData.ts
---------
Co-authored-by: zomars <zomars@me.com >
2023-02-17 12:53:31 -07:00
Jeremiah Ajayi and GitHub
2c54ea90f9
CAL-1053: Invalidate password to avoid once Google auth is used to merge accounts ( #7152 )
...
* CAL-1053: Invalidate password to avoid once Google auth is used to merge accounts
* remove log
2023-02-17 18:59:34 +00:00