Carina Wollendorfer
bfef5b1877
fix: team bio ( #9438 )
...
* fix bio rendering
* fix type error
---------
Co-authored-by: CarinaWolli <wollencarina@gmail.com>
2023-06-09 12:50:35 +00:00
Carina Wollendorfer
7a71a5ddd4
fix error when updating event type availability ( #9428 )
...
Co-authored-by: CarinaWolli <wollencarina@gmail.com>
2023-06-09 10:19:49 +00:00
Crowdin Bot
a33dbd8922
New Crowdin translations by Github Action
2023-06-09 08:31:50 +00:00
Riyan Mohammad
aaab4ca741
refactor: TwoFactor.tsx ( #9392 )
...
* Update TwoFactor.tsx
* fix: useeffect
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: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com>
Co-authored-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2023-06-09 08:19:33 +00:00
Crowdin Bot
6aadf7429d
New Crowdin translations by Github Action
2023-06-08 16:57:52 +00:00
Crowdin Bot
559389a319
New Crowdin translations by Github Action
2023-06-08 14:37:40 +00:00
Crowdin Bot
8f50e873c9
New Crowdin translations by Github Action
2023-06-08 13:53:38 +00:00
Udit Takkar
9b28b7f78a
fix: remove duplicate value i18n ( #8547 )
...
* fix: remove duplicate value i18n
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
* feat: add duplicate check in next config
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
* fix: remove more duplicates
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
* fix: description on two factor page
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
* Update apps/web/next.config.js
* Update apps/web/next.config.js
---------
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
Co-authored-by: Hariom Balhara <hariombalhara@gmail.com>
Co-authored-by: Keith Williams <keithwillcode@gmail.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2023-06-08 13:37:54 +00:00
Crowdin Bot
4417097f97
New Crowdin translations by Github Action
2023-06-08 12:45:11 +00:00
Jeroen Reumkens
93fc036d2c
feat: Made booker layout settings more user friendly ( #9397 )
...
* Made booker layout settings more user friendly
* Fixed tyeps and default values in appearance form for booker layout
* Enable all layouts by default
2023-06-08 12:32:17 +00:00
Omar López
7f13fc58b9
v2.9.7
2023-06-07 16:02:32 -07:00
Crowdin Bot
1e857e5c0a
New Crowdin translations by Github Action
2023-06-07 20:08:38 +00:00
Crowdin Bot
8b63483e2e
New Crowdin translations by Github Action
2023-06-07 10:56:44 +00:00
Crowdin Bot
7f1b028099
New Crowdin translations by Github Action
2023-06-07 07:40:33 +00:00
sean-brydon
9e70a985e4
feat: email verification ( #9081 )
...
* Verify - inital email commit
* Add token type - api redirect - migration
* Redirect and valid api callback route
* Update email design
* Change signup URL to redirect to verify-email
* Add feature flag - add a11y text to email - add top banner
* Shell shouldnt redirect to onboarding if the user needs to verify account
* Move flag check to server
* Cleanup
* Rate limit
* Fix redirects
* Remove api signup mess
* Double negation for forced bool
* Fix props
* Update packages/emails/templates/account-verify-email.ts
* Enable migration by default
* Fix typos
* Fix google verify issue
* Update packages/features/auth/lib/verifyEmail.ts
Co-authored-by: Hariom Balhara <hariombalhara@gmail.com>
* NITS: @harioms addressed
* Remove schema changes
* Fix NITs+ improvments
* Update apps/web/pages/api/auth/verify-email.ts
Co-authored-by: Omar López <zomars@me.com>
* Update packages/features/ee/common/components/LicenseRequired.tsx
Co-authored-by: Omar López <zomars@me.com>
* Update apps/web/pages/api/auth/verify-email.ts
Co-authored-by: Omar López <zomars@me.com>
* Always preloads feature flags
* Update verifyEmail.ts
* Update schema.prisma
* Type fix
---------
Co-authored-by: Hariom Balhara <hariombalhara@gmail.com>
Co-authored-by: Omar López <zomars@me.com>
2023-06-07 07:27:48 +00:00
Crowdin Bot
057cf273dd
New Crowdin translations by Github Action
2023-06-07 02:15:50 +00:00
Omar López
9af621294d
fix: Prevents undefined features flags on first render ( #9374 )
2023-06-07 02:03:52 +00:00
Hariom Balhara
6308955e89
fix: embed non-transparent dark background on success page ( #9085 )
...
* Fix colorscheme dark on success page due to embed not detected properly there
* Use calNamespace in getEmbediframe
* Fix missing variable
* Update basic.e2e.ts
---------
Co-authored-by: Omar López <zomars@me.com>
2023-06-06 23:52:13 +00:00
Crowdin Bot
b0c5b629d7
New Crowdin translations by Github Action
2023-06-06 23:52:45 +00:00
Shane Maglangit
10f965570b
feat: Add copy invite link ( #8355 )
...
* feat: Add shared invite link
* refactor: Rename Invite to Team Invite model
* feat: add admin check for team invite link procedures
* Replace TeamInvite with VerificationToken
* Add team invite null checks
* Migrates tRPC procedures to new format
* Type fixes
* Update common.json
---------
Co-authored-by: zomars <zomars@me.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
Co-authored-by: Joe Au-Yeung <65426560+joeauyeung@users.noreply.github.com>
Co-authored-by: alannnc <alannnc@gmail.com>
Co-authored-by: Efraín Rochín <roae.85@gmail.com>
Co-authored-by: Keith Williams <keithwillcode@gmail.com>
2023-06-06 23:34:14 +00:00
Udit Takkar
c24f5200f5
fix: opt in booking from email ( #9358 )
...
* fix: opt in booking from email
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
* fix: undo this
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
* fix: type error
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
* fix: type error
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
* fix: Avada Kedavra type errors
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>
2023-06-06 21:04:06 +00:00
Crowdin Bot
65c137f67d
New Crowdin translations by Github Action
2023-06-06 18:44:00 +00:00
Efraín Rochín
585679969a
perf: Avoid useless dependencies in calendar cache page ( #9290 )
...
* increases the time range to cover all time zones
* it isolates the getCachedResults and rename to getCalendarsEvents
* remove unrelated changes
* remove unrelated changes
---------
Co-authored-by: zomars <zomars@me.com>
2023-06-06 18:30:29 +00:00
Crowdin Bot
893b67b6c4
New Crowdin translations by Github Action
2023-06-06 18:16:49 +00:00
Crowdin Bot
3c296b440e
New Crowdin translations by Github Action
2023-06-06 18:15:56 +00:00
Crowdin Bot
f8a59b52f7
New Crowdin translations by Github Action
2023-06-06 18:14:59 +00:00
Efraín Rochín
17d106cfda
chore: Replace UI login with api login on e2e tests ( #9344 )
...
* Replace the ui login with api login
* test api login
* go to first page after login in some tests
---------
Co-authored-by: Keith Williams <keithwillcode@gmail.com>
2023-06-06 18:02:32 +00:00
Crowdin Bot
dcf9d30382
New Crowdin translations by Github Action
2023-06-06 17:48:34 +00:00
Prabhat
eafd7f6b77
fix: Disabled pinch to zoom on mobile devices#9155 ( #9163 )
...
* Disabled pinch to zoom on mobile devices#9155
* Modified the better fix to the feature
* Update apps/web/pages/_document.tsx
* Update apps/web/pages/_document.tsx
* Update apps/web/styles/globals.css
* Update apps/web/pages/_document.tsx
* Update apps/web/pages/_document.tsx
* Update apps/web/pages/_document.tsx
---------
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
Co-authored-by: Peer Richelsen <peer@cal.com>
Co-authored-by: Keith Williams <keithwillcode@gmail.com>
2023-06-06 17:35:19 +00:00
Jeroen Reumkens
f31165b442
feat: event settings booker layout toggle ( #9082 )
...
* WIP for adding booker layout toggle in event settings pages
* Prevent form error from getting form stuck in loading state
* Fixed types for bookerlayouts settings and preselect correct layout in booker
* Added defaultlayout settings to profile too, and use that in booker plus as default for events.
* Made layout settings responsive
* Added feature toggle for new layout settings
* Fixed user builder for tests by adding defaultlyotu
* Show toggles on booker for layout switch based on selected layouts. Also added a small fix for the settings toggles to preselect the correct toggle for defaultlayout when user profile settings are used.
* Used zod parse to fix type errors.
* Fix unit test
* Set selected date to today in datepicker when week or column view is default layout. It uses that date to show in the title bar.
* Moved booker layout settings to event and user meta data instead of new db column.
* Converted booker layout strings into an enum.
* Renamed booker layouts feature flag and deleted unused v2 booker feature flag.
* Update packages/trpc/server/routers/viewer/eventTypes/update.handler.ts
Co-authored-by: Omar López <zomars@me.com>
* Fix import
* Fix lint warnings in EventTypeSingleLayout
* Fixed bug where when selected date was passed via query param page booking form wouldn't automatically show up. It would still serve you the date selection. This should fix e2e tests.
* Fixed layout header.
* Enabled booking layout toggle feature flag.
---------
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
Co-authored-by: Omar López <zomars@me.com>
Co-authored-by: Alex van Andel <me@alexvanandel.com>
2023-06-06 15:31:43 +00:00
Crowdin Bot
40c5d5871e
New Crowdin translations by Github Action
2023-06-06 14:09:06 +00:00
Crowdin Bot
8ccf3b589e
New Crowdin translations by Github Action
2023-06-06 12:14:47 +00:00
GitStart-Cal.com
2dbc73c75b
chore: fix all Typescript warnings ( #8618 )
...
* [CAL-1517] fix all Typescript warnings
* solve conflicts
* Update stripeCheckoutSession.handler.ts
Parse is a guard, so even though the variable is unused the parse itself is needed.
* Update ToolbarPlugin.tsx
Don't change dependency tree
---------
Co-authored-by: gitstart-calcom <gitstart@users.noreply.github.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
Co-authored-by: Alex van Andel <me@alexvanandel.com>
2023-06-06 11:59:57 +00:00
Ben Hybert
87e1ad7115
chore: switch over to use variable for app/companyName ( #9334 )
...
* switch over to use variable for app/companyName
* enable_apps_description - appName
* recording_from_your_recent_call - appName
* the_calcom_team - companyName
* calcom_is_better_with_team - appName
* capitalise 'S' in teams page.
2023-06-06 11:58:05 +00:00
Ujwal Kumar
fbbc573f33
chore: remove deprecated metamask and rainbow ( #9299 )
...
* Remove deprecated code related to rainbow
* Remove translations for rainbow specific features
* Remove english translations for metamask
* Remove translations for metamask
* Fix lint issues
* Fix prettier issues
* update yarn lock
* Generated yarn.lock with submodules
* Added auth submodule deps
---------
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
Co-authored-by: alannnc <alannnc@gmail.com>
Co-authored-by: Alex van Andel <me@alexvanandel.com>
2023-06-06 11:18:44 +00:00
Crowdin Bot
8c049b29b3
New Crowdin translations by Github Action
2023-06-06 09:47:49 +00:00
ravi kunwar
f1e783f047
fix: Availability Name does Not Update ( #9322 )
...
* fix: Availability Name does Not Update
* fix: use i18n in navigation
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: Udit Takkar <udit.07814802719@cse.mait.ac.in>
2023-06-06 09:33:34 +00:00
Crowdin Bot
3baa6c7145
New Crowdin translations by Github Action
2023-06-06 07:17:36 +00:00
Nafees Nazik
dd28bb46db
fix: title ( #9055 )
...
Co-authored-by: alannnc <alannnc@gmail.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2023-06-06 07:04:54 +00:00
Saurabh Jaswal
c182091fa9
fix: /event-type /apps - doesn't match designs ( #9317 )
...
* updated AppCard comp for design changes
* updated rainfallForm for design changes
* Fix:: event-type/apps design issues
* Update apps/web/components/eventtype/EventAppsTab.tsx
* Update packages/app-store/_components/AppCard.tsx
* Update packages/app-store/_components/AppCard.tsx
* Fix lint
---------
Co-authored-by: Peer Richelsen <peer@cal.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
Co-authored-by: Bailey Pumfleet <bailey@pumfleet.co.uk>
Co-authored-by: alannnc <alannnc@gmail.com>
2023-06-05 22:49:27 +00:00
Crowdin Bot
d061572ed6
New Crowdin translations by Github Action
2023-06-05 22:34:31 +00:00
Crowdin Bot
8a58a51a2c
New Crowdin translations by Github Action
2023-06-05 12:20:39 +00:00
Crowdin Bot
e92265ceaa
New Crowdin translations by Github Action
2023-06-05 12:19:41 +00:00
Crowdin Bot
886f7021f4
New Crowdin translations by Github Action
2023-06-05 10:13:18 +00:00
Ayush Mainali
d498988bd4
fix: fixes page rendering comments initially ( #9270 )
2023-06-05 09:55:10 +00:00
Hariom Balhara
785a08ba2c
Fix duplicate query param missing issue ( #9328 )
2023-06-05 09:50:34 +00:00
Ujwal Kumar
97fe41f3ba
Fix hardcoded label of identifier label in form builder ( #9249 )
2023-06-05 09:47:08 +00:00
Anwar Sadath
7f7d80e653
fix: /getting-started/connected-calendar Toggle the first calendar on ( #9028 )
...
* [CAL-115] /getting-started/connected-calendar Toggle the first calendar on
* Fix lint error
* Fix error shown after completion of onboarding by connecting to calendars and playing around with toggle
* Fix type errors
* Fix first calendar selected even in all the screens wherever connectedCalendars is used
2023-06-05 09:21:50 +00:00
Ujwal Kumar
64796a96fc
Fix alignment of update and cancel button on sign up flow ( #9218 )
...
Co-authored-by: sean-brydon <55134778+sean-brydon@users.noreply.github.com>
2023-06-05 09:16:28 +00:00
Crowdin Bot
83cc7dc86e
New Crowdin translations by Github Action
2023-06-05 09:23:16 +00:00
Nafees Nazik
75c9145558
feat: add disable signup feature flag ( #9274 )
...
* feat: add feature flag
* feat: use the feature flag
2023-06-05 09:08:16 +00:00
Nafees Nazik
869f459d98
fix: title in booking submitted page ( #9326 )
2023-06-05 07:28:03 +00:00
Crowdin Bot
e00008b663
New Crowdin translations by Github Action
2023-06-05 06:04:16 +00:00
GitStart-Cal.com
175f2482e1
fix: Update forms UI ( #8093 )
...
* Routing Forms: Update forms UI
* fix failing test
* fix: Routing Forms forms UI Update
* fix: Routing Forms forms UI Update
* Apply suggestions from code review
---------
Co-authored-by: gitstart-calcom <gitstart@users.noreply.github.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
Co-authored-by: Omar López <zomars@me.com>
Co-authored-by: Hariom Balhara <hariombalhara@gmail.com>
2023-06-05 05:51:19 +00:00
Crowdin Bot
9d91d72a72
New Crowdin translations by Github Action
2023-06-04 18:58:28 +00:00
Ujwal Kumar
fd9cd1b98b
fix: background colour for disabled select option ( #9320 )
...
* Fix disabled bg colour in CheckedTeamSelect
* Fix disabled bg colour in CheckedSelect, CheckedUserSelect, ChildrenEventTypeSelect
2023-06-04 18:46:19 +00:00
Crowdin Bot
2640040359
New Crowdin translations by Github Action
2023-06-03 11:13:34 +00:00
Efraín Rochín
b4eff25636
fix: Issues with calendar sync at the beginning and end of month ( #9282 )
...
* increases the time range to cover all time zones
* remove console.log
---------
Co-authored-by: Omar López <zomars@me.com>
2023-06-02 20:17:53 +00:00
Alex van Andel
2a752e5358
v2.9.6
2023-06-02 22:18:28 +02:00
Syed Ali Shahbaz
b2684837c1
Remove end as mandatory property ( #9297 )
2023-06-02 20:01:30 +00:00
Crowdin Bot
2fed2133a5
New Crowdin translations by Github Action
2023-06-02 19:44:04 +00:00
Crowdin Bot
f7ce774ddc
New Crowdin translations by Github Action
2023-06-02 18:42:40 +00:00
Richard Poelderl
174c730f1f
chore: add canonical to the document via `PageWrapper` ( #8639 )
...
* add canonical to the document via `PageWrapper`
* use WEBSITE_URL constant to create the canonical url value
---------
Co-authored-by: Keith Williams <keithwillcode@gmail.com>
Co-authored-by: Efraín Rochín <roae.85@gmail.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2023-06-02 18:28:03 +00:00
Syed Ali Shahbaz
8ad513e4ec
fix typo in swagger ( #9278 )
2023-06-01 21:09:18 +00:00
Jeroen Reumkens
55db7bdf76
Make new booker work with private links ( #9260 )
2023-06-01 18:55:43 +00:00
Crowdin Bot
14af241d5f
New Crowdin translations by Github Action
2023-06-01 18:57:05 +00:00
Peer Richelsen
581e1759c4
chore: prevent merge conflicts in common.json ( #9268 )
2023-06-01 15:47:43 +00:00
Crowdin Bot
61cdac321e
New Crowdin translations by Github Action
2023-06-01 15:09:08 +00:00
Crowdin Bot
eba1a1ffff
New Crowdin translations by Github Action
2023-06-01 12:30:28 +00:00
Crowdin Bot
485b72cd0d
New Crowdin translations by Github Action
2023-06-01 11:56:48 +00:00
Peer Richelsen
2c4954e31c
Update package.json
2023-06-01 12:43:56 +01:00
Nafees Nazik
6bc713bc2e
feat: add additional parameters for QR code generator app ( #9177 )
...
* fix: add i18n key
* fix: add additional parameters
* fix: query params
---------
Co-authored-by: Keith Williams <keithwillcode@gmail.com>
2023-06-01 10:13:54 +00:00
Crowdin Bot
36d201ac20
New Crowdin translations by Github Action
2023-06-01 08:01:31 +00:00
Crowdin Bot
235c314e68
New Crowdin translations by Github Action
2023-05-31 21:02:11 +00:00
Omar López
831253e057
v2.9.5
2023-05-31 14:01:14 -07:00
Crowdin Bot
d9527902e6
New Crowdin translations by Github Action
2023-05-31 21:00:30 +00:00
Omar López
290ff79c86
feat: Ports getSchedule to public API ( #9254 )
...
* Ports getSchedule to public API
* Typefix
2023-05-31 20:46:54 +00:00
Crowdin Bot
8618df09e5
New Crowdin translations by Github Action
2023-05-31 19:02:21 +00:00
Alex van Andel
6a56c12ef1
Only include accepted users, ignore all pending, unregistered or not ( #9250 )
2023-05-31 18:48:32 +00:00
Crowdin Bot
b18f77c957
New Crowdin translations by Github Action
2023-05-31 16:47:18 +00:00
Nafees Nazik
90b0d24c1e
fix: remove duplicate i18n key ( #9234 )
2023-05-31 16:33:29 +00:00
Crowdin Bot
34d728cae0
New Crowdin translations by Github Action
2023-05-31 16:31:11 +00:00
Syed Ali Shahbaz
3eedeb603d
fix: Allows team owners and team admins to query team availability ( #9245 )
...
* allows team owners and team admins to query team availability
* code imp
* add type for memberRoles
* further type adjustments
* \_(o.o)_/
* type
* type..
2023-05-31 16:17:26 +00:00
Syed Ali Shahbaz
885bfdade4
feat: adds paymentID and allow attendeeEmail filtering in Booking API ( #9143 )
...
* adds payment id to return in GET bookings
* Delete .gitkeep. Unintended
* Delete Licenses. Unintended commit
* initial working code for attendeeEmails filter
* improve code readability
* adds multiAttendee validation akin to multi userId
* code improvement
* adds swagger format email
2023-05-31 12:35:30 +00:00
Crowdin Bot
1382d3bc56
New Crowdin translations by Github Action
2023-05-31 12:50:34 +00:00
Crowdin Bot
9068b221c8
New Crowdin translations by Github Action
2023-05-31 12:49:38 +00:00
Crowdin Bot
b8be61947a
New Crowdin translations by Github Action
2023-05-31 12:48:45 +00:00
Crowdin Bot
41811db5aa
New Crowdin translations by Github Action
2023-05-31 12:47:54 +00:00
Crowdin Bot
39ba1bcdaf
New Crowdin translations by Github Action
2023-05-31 12:47:06 +00:00
Crowdin Bot
d8943274d1
New Crowdin translations by Github Action
2023-05-31 12:46:07 +00:00
Crowdin Bot
67082198aa
New Crowdin translations by Github Action
2023-05-31 12:45:09 +00:00
Crowdin Bot
db5dbdea40
New Crowdin translations by Github Action
2023-05-31 12:44:17 +00:00
Crowdin Bot
08eba7077d
New Crowdin translations by Github Action
2023-05-31 12:43:26 +00:00
Crowdin Bot
ecf5e7c7b7
New Crowdin translations by Github Action
2023-05-31 12:42:34 +00:00
Crowdin Bot
0d4e625041
New Crowdin translations by Github Action
2023-05-31 08:57:40 +00:00
Crowdin Bot
3f736e8b80
New Crowdin translations by Github Action
2023-05-31 08:56:49 +00:00
Crowdin Bot
e7ab400d29
New Crowdin translations by Github Action
2023-05-31 04:46:32 +00:00
Crowdin Bot
26f0a14ac2
New Crowdin translations by Github Action
2023-05-31 03:16:45 +00:00
Rob Jackson
7a9a2fc76f
feat: Make database optional when building ( #8561 )
...
* Make database optional when building
Solves #3026 and #6780
We have a few app-store related pages that require a database connection at build time.
This change adds try-catch blocks in getStaticPaths or getStaticProps for those pages, and when no database is available we either:
- getStaticPaths: Respond with no paths, but fall back to rendering the pages on-demand
- getStaticProps: Respond with no data, but enable revalidation until a future request does respond with data
This makes Cal.com more compatible with typical Docker-based workflows, that do not expect external services to be available at build time. This includes Docker-based hosting providers, such as Cloudron (#3026 ).
* Change apps/categories/index to be server-rendered
* Update yarn.lock
* Update yarn.lock
* Update [category].tsx
---------
Co-authored-by: zomars <zomars@me.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
Co-authored-by: alannnc <alannnc@gmail.com>
Co-authored-by: Keith Williams <keithwillcode@gmail.com>
2023-05-31 03:04:06 +00:00
Nafees Nazik
951709edef
fix: use ip address in forgot password rate limitation ( #7832 )
...
* feat: use IP address for rate limiting
* fix: use mail as the last choice
* fix: fallback to ip
* fix: endpoint
* fix: endpoint
2023-05-30 19:26:29 +00:00
Crowdin Bot
6cf8083b02
New Crowdin translations by Github Action
2023-05-30 19:01:13 +00:00
Crowdin Bot
3fe32d2a9b
New Crowdin translations by Github Action
2023-05-30 19:00:26 +00:00
Crowdin Bot
dc02443a33
New Crowdin translations by Github Action
2023-05-30 18:59:41 +00:00
Crowdin Bot
f785ab553a
New Crowdin translations by Github Action
2023-05-30 18:58:49 +00:00
Crowdin Bot
92c015ec83
New Crowdin translations by Github Action
2023-05-30 18:58:03 +00:00
Crowdin Bot
60bfdc0adc
New Crowdin translations by Github Action
2023-05-30 18:57:09 +00:00
Crowdin Bot
ae52c83010
New Crowdin translations by Github Action
2023-05-30 18:56:22 +00:00
Crowdin Bot
1c9a549c10
New Crowdin translations by Github Action
2023-05-30 18:55:26 +00:00
Crowdin Bot
4e55b88ec9
New Crowdin translations by Github Action
2023-05-30 18:54:27 +00:00
Crowdin Bot
c87ada5646
New Crowdin translations by Github Action
2023-05-30 18:53:41 +00:00
Crowdin Bot
d2af42431c
New Crowdin translations by Github Action
2023-05-30 18:52:45 +00:00
Crowdin Bot
8a96fc7905
New Crowdin translations by Github Action
2023-05-30 18:51:53 +00:00
Rob Jackson
4541845340
feat: Use team logos for various meta icons ( #8955 )
...
* Use team logos for various meta icons
* Automatically resize team icons for different uses
* Fix api/logo error when unable to find a team
* Avoid loading image-optimizer in api/logo when not needed
---------
Co-authored-by: Omar López <zomars@me.com>
Co-authored-by: alannnc <alannnc@gmail.com>
Co-authored-by: Alex van Andel <me@alexvanandel.com>
Co-authored-by: Bailey Pumfleet <bailey@pumfleet.co.uk>
2023-05-30 16:31:49 +00:00
Crowdin Bot
59f9cf8aa3
New Crowdin translations by Github Action
2023-05-30 16:45:20 +00:00
GitStart-Cal.com
a6330c0fc8
chore: Rounding, frames and radio buttons of the booking forms not consistent ( #8705 )
...
* Rounding, frames and radio buttons of the booking forms not consistent
* Updates
---------
Co-authored-by: gitstart-calcom <gitstart@users.noreply.github.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
Co-authored-by: zomars <zomars@me.com>
Co-authored-by: Alex van Andel <me@alexvanandel.com>
2023-05-30 15:47:22 +00:00
GitStart-Cal.com
93c4211da4
change request ( #9075 )
...
Co-authored-by: gitstart-calcom <gitstart@users.noreply.github.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
Co-authored-by: Bailey Pumfleet <bailey@pumfleet.co.uk>
2023-05-30 15:43:24 +00:00
Shivam Kalra
ea063dd487
feat: Add new events to webhook BOOKING_CONFIRMED, BOOKING_REJECTED ( #8884 )
...
* test: booking rejection
* test: check if webhook is called
* feat: BOOKING_REJECTED enum ,constant in backend
* feat: send booking rejected webhook to subscribers
* feat: add Booking rejected migration
* calendar event
* Revert "calendar event"
This reverts commit 28d45dccfd
.
* feat: BOOKING_REQUESTED enum, constant, migration
* feat: Send BOOKING REQUESTED Webhook call
* feat: Add booking rejected/requested event in form
* feat: data-testid to rejection confirm btn
* test: BOOKING_REJECTED, BOOKING_REQUESTED
* fix: booking status PENDING, Linting
* feat: add new labels to common.json
* remove: meeting ended hook from request hook
* refactor: abstract handleWebhookTrigger
* fix: create a single file for migration
* refactor: reduce code repetition and fix test
* feat: add team webhooks to subscriberOptions
* refactor: subscriberOptions
---------
Co-authored-by: Joe Au-Yeung <65426560+joeauyeung@users.noreply.github.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
Co-authored-by: Alex van Andel <me@alexvanandel.com>
2023-05-30 15:35:05 +00:00
sid0jack
18815a9a70
feat: added toggle for dynamic booking in general settings #9060 ( #9077 )
...
* added toggle for dynamic booking in general settings
* trigger GitHub actions
---------
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
Co-authored-by: Syed Ali Shahbaz <52925846+alishaz-polymath@users.noreply.github.com>
Co-authored-by: Alex van Andel <me@alexvanandel.com>
Co-authored-by: Bailey Pumfleet <bailey@pumfleet.co.uk>
2023-05-30 15:34:35 +00:00
Crowdin Bot
dab0176938
New Crowdin translations by Github Action
2023-05-30 15:33:40 +00:00
Jeroen Reumkens
317f59ba63
refactor: Show 404 page for new booker when event is not found. ( #8946 )
...
* CAL-1653: Show 404 page for new booker when event is not found.
* Fixed slack icon color on 404 page
---------
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
Co-authored-by: Keith Williams <keithwillcode@gmail.com>
2023-05-30 11:49:52 -03:00
Crowdin Bot
3426c17f16
New Crowdin translations by Github Action
2023-05-30 14:34:07 +00:00
Crowdin Bot
5bc6cbe7f5
New Crowdin translations by Github Action
2023-05-30 14:33:05 +00:00
Vinoth Kumar V
1eb873bd35
fix: update button fix ( #9106 )
...
* update button fix
* Update appearance.tsx
* fix linter
---------
Co-authored-by: Vinoth Kumar V <vinoth_kumar_v@Vinoths-MacBook-Pro.local>
Co-authored-by: Carina Wollendorfer <30310907+CarinaWolli@users.noreply.github.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
Co-authored-by: Hariom Balhara <hariombalhara@gmail.com>
2023-05-30 16:32:15 +02:00
Peer Richelsen
5bca02bac2
fix: full name of app authors and added correct urls ( #9099 )
...
Co-authored-by: Hariom Balhara <hariombalhara@gmail.com>
2023-05-30 14:25:56 +00:00
Sai Deepesh
a062b5a355
chore: translation for unauthorized workflow error ( #8573 )
...
* fix: translation for unauthorized workflow error
* change to dynamic string
---------
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
Co-authored-by: alannnc <alannnc@gmail.com>
Co-authored-by: Alex van Andel <me@alexvanandel.com>
2023-05-30 14:24:17 +00:00
Hariom Balhara
fba2a2e2ca
test: Two Factor Auth ( #9142 )
...
* Fix 2 Factor Auth
* Add 2fa tests
2023-05-30 14:23:49 +00:00
VasuDevrani
6daa69cff9
fix: loader animation in profile update button ( #9162 )
...
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2023-05-30 14:18:49 +00:00
Crowdin Bot
e37e07ab3b
New Crowdin translations by Github Action
2023-05-30 13:53:11 +00:00
Alex van Andel
9b9defc0f1
ci: Fix fetch() error, improvements to booking-seats test ( #9203 )
2023-05-30 13:52:07 +00:00
Hariom Balhara
8922981012
fix: location for `@calcom/embed-react` types ( #9090 )
...
* Use correct location for types
* Release packages
* Update versions
---------
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2023-05-29 20:30:52 -07:00
Udit Takkar
dd94653a48
fix: confirm button not displayed ( #9181 )
...
* fix: confirm button not displayed
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
* fix: use paymentAppData
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>
2023-05-29 20:29:28 -07:00
Efraín Rochín
d3ed637387
remove cold starts log ( #9137 )
...
Co-authored-by: alannnc <alannnc@gmail.com>
Co-authored-by: Bailey Pumfleet <bailey@pumfleet.co.uk>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
Co-authored-by: Omar López <zomars@me.com>
2023-05-29 20:29:07 -07:00
Crowdin Bot
6faa9c0b58
New Crowdin translations by Github Action
2023-05-30 03:13:26 +00:00
zomars
4c854e00ca
Fix tests flakyness
2023-05-29 20:12:17 -07:00
zomars
67bb4cf5ca
Skip flaky tests for now
2023-05-29 20:12:07 -07:00
zomars
0ed5ce229b
Prevent flooding logs when no logo is available
2023-05-29 19:44:20 -07:00
Crowdin Bot
1065108a42
New Crowdin translations by Github Action
2023-05-30 02:06:22 +00:00
Crowdin Bot
46d46f9733
New Crowdin translations by Github Action
2023-05-30 01:40:02 +00:00
zomars
79e914b0fb
Prevents page.pause reaching main
2023-05-29 18:28:40 -07:00
Crowdin Bot
0075414c8b
New Crowdin translations by Github Action
2023-05-29 20:26:22 +00:00
Crowdin Bot
21cb2e5609
New Crowdin translations by Github Action
2023-05-29 19:16:45 +00:00
Crowdin Bot
bfe0fb91f3
New Crowdin translations by Github Action
2023-05-29 19:14:49 +00:00
Crowdin Bot
f0a9897daf
New Crowdin translations by Github Action
2023-05-29 19:11:19 +00:00
Crowdin Bot
a334415ff9
New Crowdin translations by Github Action
2023-05-29 19:10:28 +00:00
Crowdin Bot
75347b7a79
New Crowdin translations by Github Action
2023-05-29 19:09:34 +00:00
Crowdin Bot
b8a756f98d
New Crowdin translations by Github Action
2023-05-29 19:08:22 +00:00
Crowdin Bot
3bf23850a3
New Crowdin translations by Github Action
2023-05-29 19:07:27 +00:00
Crowdin Bot
d13eb45565
New Crowdin translations by Github Action
2023-05-29 19:06:26 +00:00
Crowdin Bot
414c616f03
New Crowdin translations by Github Action
2023-05-29 19:05:35 +00:00
zomars
bca4df677c
Debugging API linting staleness
2023-05-29 12:03:32 -07:00