Udit Takkar
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
Esaú Morais
8c63b42cec
Update settings back button redirect link ( #7403 )
...
* fix(schedule): close on click #7143
* fix(EventSetupTab): validLocations length will always match validLocations length #7138
* fix(SettingsLayout): go back to right route #7379
2023-02-25 12:07:41 -07:00
Omar López
ddb752102f
Zomars/cal 884 paid events not sending the link ( #7318 )
...
* WIP
* Sends correct emails for paid bookings
* Update PaymentService.ts
* Update webhook.ts
* Update webhook.ts
2023-02-24 20:57:49 -07:00
Ben Hybert
641301afab
fix text-align on team ( #7372 )
...
* fix text-align on team
* more fixes to the length
* use truncate for long text
* Update packages/features/settings/layouts/SettingsLayout.tsx
---------
Co-authored-by: Omar López <zomars@me.com>
2023-02-24 16:59:24 -07:00
alannnc
4edc973876
fix for showAttendees default value ( #7389 )
2023-02-24 12:52:25 -07:00
Alex van Andel
5f7d904349
Fixed href's to go to the right place ( #7377 )
2023-02-24 11:39:09 -07:00
Peer Richelsen
76a8c89d33
session with ciaran ( #7366 )
2023-02-24 15:21:31 +01:00
Nafees Nazik
a5c21d5e3e
fix: primary button loading indicator color ( #7364 )
2023-02-24 12:55:46 +01:00
Peer Richelsen
ff12e35748
Update SettingsLayout.tsx
2023-02-24 11:43:45 +01:00
Nafees Nazik
15d967b1d2
fix: mobile drawer z-index issue ( #7353 )
2023-02-24 11:41:25 +01:00
Miguel Nieto
6440d3da6a
Fix command to create new app for the app store ( #7322 )
2023-02-24 09:55:00 +05:30
Alex van Andel
8a6a7524cc
Prioritise organizer to be the fixed, not lucky (round robin) user ( #7317 )
2023-02-23 18:22:18 -07:00
Hariom Balhara
1dbdb8a4d4
Remove _metadata.ts files for apps that have config.json ( #7188 )
2023-02-23 18:21:48 -07:00
Levent Deniz
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
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
Joe Au-Yeung
944ff68463
Fix Outlook & Zoom creating events in UTC ( #7283 )
...
* Apply utc offset to time strings
* Zoom, create events in proper time zone
2023-02-23 17:18:49 -07:00
GitStart-Cal.com
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
Ben Hybert
207bcb9a97
fix non-admin team preview button ( #7301 )
2023-02-23 15:03:33 -07:00
Carina Wollendorfer
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
Udit Takkar
3206e4ea12
fix: remove scroll ( #7312 )
...
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
2023-02-23 15:01:09 -07:00
Peer Richelsen
17345f9326
added danish ( #7302 )
2023-02-23 16:40:17 +01:00
Hariom Balhara
87dbfba5df
Hotfix/ Fix failing build due to terser missing ( #7294 )
...
* No need to use terser
* v1.1.3
* v1.0.5
* v1.0.10
2023-02-23 13:55:02 +01:00
Alex van Andel
a3c10d0beb
Amend logic to figure out the months between dates ( #7289 )
2023-02-22 14:36:30 -07:00
Peer Richelsen
6226baa244
added cal video to Tips.tsx ( #7268 )
...
* Update Tips.tsx
* Update packages/features/tips/Tips.tsx
2023-02-21 17:48:52 -07:00
Peer Richelsen
f5318c6be3
improved brand colors on booking page ( #7269 )
2023-02-21 15:25:43 -07:00
Nafees Nazik
3ac6a8aa39
fix: allow admin role to degrade as a member ( #7258 )
2023-02-21 18:19:52 +01:00
sean-brydon
c8019edb57
User email as impersonation if username is null ( #7250 )
2023-02-21 17:12:26 +00:00
Hariom Balhara
4a5404bf21
Simplify turbo pipelone ( #7252 )
2023-02-21 16:48:01 +00:00
Alex van Andel
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
Alex van Andel
831506447a
Assign userIds to all schedules, including common eventType schedules ( #7241 )
2023-02-20 23:48:15 +00:00
zomars
ee54e670cb
FIXME
2023-02-20 14:32:56 -07:00
Carina Wollendorfer
99cd6fe7da
add all location links to metadata ( #7236 )
...
Co-authored-by: CarinaWolli <wollencarina@gmail.com>
2023-02-20 18:52:07 +00:00
Hariom Balhara
75c7e03efe
Upgrade vite ( #7197 )
2023-02-20 17:50:40 +00:00
Carina Wollendorfer
2ebfcf448c
Fixes that workflow reminders of cancelled and rescheduled bookings are still sent ( #7232 )
...
* small UI fix
* fix cancelling scheduled emails
* improve comments
* delete reminders for rescheduled bookings
* add migration file
* cancel rescheduled bookings immediately
* remove immediate delete for request reschedule
---------
Co-authored-by: CarinaWolli <wollencarina@gmail.com>
2023-02-20 12:40:08 -05:00
Oscar Dominguez
235ec0e906
improve typing by removing as html element ( #7212 )
...
* refactor(embeds): use generic HTMLIFrameElement instead of 'as HTMLIFrameElement'
* refactor(embeds): improve types for floatingButton logic
* Fix floating button popup not working
---------
Co-authored-by: Hariom Balhara <hariombalhara@gmail.com>
2023-02-20 17:37:03 +00:00
Peer Richelsen
d1440bb5d2
added pwa: extension for standalone, lots of mobile improvements ( #7218 )
2023-02-20 15:11:51 +01:00
Joe Au-Yeung
44864a801d
Admin apps console - revert back to swtiches ( #7219 )
2023-02-20 15:38:16 +05:30
Sai Deepesh
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
Harsh Singh
0e7276370f
Fix: mounting state use theme ( #7203 )
...
Co-authored-by: Guest <guest@pop-os.localdomain>
2023-02-20 15:17:33 +05:30
Hariom Balhara
4d2cf28c7e
Fix metadata not being retrieved ( #7208 )
2023-02-20 07:30:23 +05:30
Udit Takkar
2fe54ded15
fix: use getVideoData function ( #7205 )
2023-02-19 13:13:36 +05:30
Udit Takkar
8e3fa4be29
Fix/email responsive bug ( #6901 )
...
* fix: prevent overflow of url
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
* fix: manage link responsive in emails
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
---------
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
2023-02-18 22:26:55 +00:00
Lucas Smith
3c7fc85b34
feat(app-store): add facetime app to app-store ( #7174 )
...
* feat(app-store): add facetime app to app-store
Add the facetime app to the app-store allowing for facetime web links and facetime app link schemes.
fixes #6965
* Update packages/app-store/facetime/config.json
* Remove unneeded files and make app follow the new app rules
* fix(app-store): update facetime app config
Update the regex and placeholder for the facetime app to reflect the decisions to only accept https://facetime.apple.com links. This was decided as it means that all participants can join a meeting even in the event that they don't have an Apple device.
---------
Co-authored-by: Peer Richelsen <peer@cal.com>
Co-authored-by: Hariom Balhara <hariombalhara@gmail.com>
2023-02-18 06:40:07 +00:00
Omar López
af018f0e8b
Adds CalDav Edge case ( #7187 )
...
* Adds CalDav Edge case
* Update packages/lib/CalendarService.ts
2023-02-17 18:34:37 -07:00
Alex van Andel
6573f75a83
Bugfix/customer being prompted to upgrade to teams after purchasing ( #6955 )
...
* Move subscriptionId creation to earlier in the flow
* Fail silently when slug is missing
* Set team to created team
2023-02-17 23:45:50 +00:00
Carina Wollendorfer
a3b26cd1e7
Removes team paywall for self-hosted ( #7185 )
...
Co-authored-by: CarinaWolli <wollencarina@gmail.com>
2023-02-17 23:00:19 +00:00
Nafees Nazik
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
Efraín Rochín
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
Nafees Nazik
602c813928
fix: remove styled jsx ( #7133 )
2023-02-17 19:32:29 +00:00
Nafees Nazik
1433ec6946
feat: use `@next/font` for font loading ( #6346 )
...
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
Co-authored-by: Alex van Andel <me@alexvanandel.com>
2023-02-17 18:53:17 +01:00