Hashen
8fe969d3b8
remove unsed imports ( #2895 )
...
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-05-30 05:19:22 +00:00
Carina Wollendorfer
7b01bae829
Change location of booking ( #2658 )
...
* add functionality to change location in booking and send out mail
* add i18n
* change location with dropdown like in event-types
* small fixes and code clean up
* clean code
* improve format of current Location string
* clean code
* clear selection when dialog closed
* added mutation and changed props (first working verison)
* clean code
* clean code
* clean code
* clean code
* fix typo
* change maxHeight of select
* use useWatch for selectedLocation
* pass default values with props
* set current location directly in useState
* clear selected values when updating location
* fix trpc query for credentialst
* change icons for editing booking
* improve naming of variables
* remove unnecessary orderBy
* use locationOptionsToString method
* fix current location naming for Cal Video
* add phone input
* save phone number as location of booking
* remove input field for phone number for event-types
* fix redirection issue
* show previous selected location in event-type
* remove attendee number from selection for booking
* make first letter of location lowercase
* remove input field for attendee phone number
* clear Errors when changing location type
* set location details to optional
* clean code
* fixing issue that dropdown doesn't close when dialog opens
* clean code
* make overflow visibile in dialog
* fix existing bug with address not showing in event-type settings
* fix issue with losing focus after validation
* close rejection dialog
* small spelling fixes
* fix issue with LocationChangeEmail
* fix failing E2E test
* fix failing E2E test
* fix E2E test
* bug fix for saving user phone, and other minor changes
* merge main
* improve text
* fix UI of booking list
* Delete admin
* remove selection after update and submit
* add translation for error message
* add default values for checkbox
* add "your phone number" to locations on booking page
* remove duplicate attributes from viewer.bookings
Co-authored-by: Omar López <zomars@me.com>
* check if user is authorized to make changes to booking
* remove location string
* clan code for displayLocaitonPublicly checkbox
* fetch locationOptions on server side
* remove trpc query for credentials
* fix phone number input
* fix labels of host and attendee phone number for booking page
* Migrates edit location to tRPC
* Link elemnt should only be used in `a` tags
* Adds missin router
* Migrates locationOptions to tRPC query
* Type fixes
Co-authored-by: CarinaWolli <wollencarina@gmail.com>
Co-authored-by: Alan <alannnc@gmail.com>
Co-authored-by: Omar López <zomars@me.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-05-27 23:27:41 +00:00
Hariom Balhara
445cdd7cbf
Fix @calcom/embed-react installation with TS project ( #2870 )
2022-05-27 09:37:02 -06:00
GitStart
d6678f9b3a
fix: overflowing text on teams page - using tailwind line-clamp ( #2843 )
...
Co-authored-by: gitstart <gitstart@users.noreply.github.com>
Co-authored-by: Júlio Piubello da Silva Cabral <julio.piubello@gitstart.dev>
2022-05-27 12:38:50 +02:00
zomars
b973f971a7
Reverts license check on payment
...
Since it's a public page
2022-05-26 12:05:51 -06:00
Omar López
9df4867fca
License server ( #2379 )
...
* WIP License server
* WIP
* Moves locations to App Store and Core
* LocationType fixes
* Runs db migrations post-deploy
* WIP
* WIP
* Cleanup
* WIP
* WIP
* Decouples translations from NavTabs
* Adds admin submodule
* Adds admin submodule
* Sync dependencies
* WIP
* WIP
* Updates submodules
* Renames package
* Updates submodules
* Adds scripts for console
* Updates license checker URL
* Updates admin
* Adds staging/prod admin console links
* Update yarn.lock
* Update NavTabs.tsx
* WIP
* Update admin
* WIP
* Adds hint to InputField
* Update admin
* Adds turbo admin dependecies
* Update admin
* Prevents redirection on form submit
* Form warning fixes
* Update admin
* Form fixes
* Update yarn.lock
* Update admin
* Update admin
* Update admin
* Adds withLicenseRequired HOC
* Adds LicenseRequired to EE components
* Admin deploy fix?
* Updates submodules
* Use relative inside lib
* type fixes
* Fixes turbo race condition
* Relocates admin to console
* Relocates admin to console
* Update console
* Update api
* Update turbo.json
* Update ErrorBoundary.tsx
* Update defaultEvents.ts
* Update checkLicense.ts
* Update yarn.lock
* Skip on E2E
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-05-26 11:07:14 -06:00
Hashen
6940c8d6cc
Redundant conditional expression ( #2894 )
...
* remove redundant conditional expressions
* remove redundant conditional expressions
2022-05-26 16:41:05 +00:00
Omar López
24a3bfdf78
Ensures json fields on each call ( #2893 )
...
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-05-26 16:01:12 +00:00
Hashen
a0a4ff6ce6
remove unused imports ( #2892 )
2022-05-26 15:38:47 +00:00
Joe Au-Yeung
c67338bb3f
Fix bug to check opt in bookings ( #2889 )
...
* Fix bug to check opt in bookings
* Implemented value, onChange instead of form access
Co-authored-by: Alex van Andel <me@alexvanandel.com>
2022-05-26 16:24:19 +01:00
Hariom Balhara
727c6f723e
Check in middleware to ensure authorization for all endpoints ( #2885 )
...
Co-authored-by: Alex van Andel <me@alexvanandel.com>
2022-05-26 13:52:25 +00:00
Hariom Balhara
40c81ee405
Fix 500 errors if data is invalid ( #2886 )
2022-05-26 08:38:10 +00:00
sean-brydon
7c3090bc23
Feat/Display location information publicly ( #2752 )
...
* Updating checkbox field to reflect new designs
* Include Infobadge option checkbox
* Checkbox Field + i18n
* Default checked - true
* Sync with router
* Extracting Types
* Update filtering logic
* Add UI to booking page
* Default address/link
* Update hashedlink page
* Tidy up
* Video icon
* Add nullish check
* Update to use RHF controller
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-05-25 14:34:08 -06:00
Omar López
058550ba3d
Webhook sec fixes ( #2883 )
...
* Webhook sec fixes
* Revert changes
2022-05-25 19:26:42 +00:00
Carina Wollendorfer
ba4d2425cf
Fix/email shows false ( #2879 )
2022-05-25 17:42:08 +01:00
sean-brydon
1bf009f5f5
Disable Impersonation Option ( #2880 )
...
* Disable Impersonation
* Update Description Copy
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2022-05-25 15:21:18 +00:00
Carina Wollendorfer
07aa2e88a1
fixes issues with date of recurring events on booking detail page ( #2872 )
...
* fixes date not showing for confirmed recurring event
* only show all events on upcoming bookings
Co-authored-by: CarinaWolli <wollencarina@gmail.com>
2022-05-25 11:24:01 +02:00
zomars
dc934ed8ca
Fixes paid bookings
2022-05-24 19:31:29 -06:00
Alex van Andel
94966b1643
Hotfix: Fixing Security Issues ( #2848 ) ( #2850 )
2022-05-24 19:31:29 -06:00
Omar López
7548233a96
sec-001 fixes ( #2866 ) ( #2867 )
...
* sec-001 fixes (#2866 )
* sec-001 fixes
* Typo
* Fixes paid bookings
# Conflicts:
# apps/web/ee/components/stripe/Payment.tsx
2022-05-24 19:29:29 -06:00
Peer Richelsen
eacfdac016
fixed labels for seats, removes shadow from event-type inputs ( #2862 )
...
* fixed labels for seats
* minor fixes, removed shadow from all event-type inputs
* Render input field on pro accounts (#2859 )
Co-authored-by: Joe Au-Yeung <65426560+joeauyeung@users.noreply.github.com>
2022-05-24 22:15:53 +02:00
Joe Au-Yeung
323524b77c
Redesign help menu item ( #2710 )
...
* Seperate help menu item and contact menu item
* Add menu items
* Install react-popover
* Render contact only if support keys are present
* Adjust contact support links
* Add translations
* Add embed changes
* Adjust menu if helped is pressed
* Add items to help menu
* Change button color on selection
* Create endpoint
* Create feedback table
* Create migration file
* Write feedback to db
* Remove logs
* Add response message
* Send feedback email
* Disable submit if no rating and after submit
* Add translations
* Fix padding
* Clean up
* Clean up
* Add user feedback email to .env example
* Lint fixes and styles
* Changed onClick function to a named function and fix style
* Fix ids order
* Removed commented code and changed textarea id and name
* Fix id orders
* Change to AND operator
Co-authored-by: Omar López <zomars@me.com>
* Add user relation to feedback
Co-authored-by: Omar López <zomars@me.com>
* Add migration files
* Change rating to strings
* Change rating to strings
* Fix type errors
* WIP success & error messages
* Change success and error to boolans
* Style messages
* Add await
Co-authored-by: Omar López <zomars@me.com>
* Remove duplicate string
* Refactor import statement
Co-authored-by: Omar López <zomars@me.com>
* Change opacity of emojis
* added support@cal.com email for feedback
* Add success toast
* Update .env.example
Co-authored-by: Omar López <zomars@me.com>
* Add tCRP route
* tCRP send email
* tCRP send email
Co-authored-by: Alan <alannnc@gmail.com>
Co-authored-by: Omar López <zomars@me.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2022-05-24 13:29:39 +00:00
Joe Au-Yeung
c8d6c0dbdd
Add seats to event types ( #2485 )
...
* Add seatsPerTimeSlot to event type schema
* Add seats per time slot to event type form
* Book event and render seats
* Pass booking uid for seats
* Disable requires confirmation if seats are enabled
* Fix type errors
* Update submodules
* Fix type errors
* Fix type errors
* Fix duplicate string
* Fix duplicate string
* Fix schema and migration file
* Fix render seats
* Fix bookinguid typos
* Remove console.log
* Fix type error
* Fix mobile formatting
* Update apps/web/lib/hooks/useSlots.ts
Co-authored-by: Omar López <zomars@me.com>
* Update apps/web/lib/hooks/useSlots.ts
Co-authored-by: Omar López <zomars@me.com>
* Added translation for seats available text
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
Co-authored-by: zomars <zomars@me.com>
Co-authored-by: alannnc <alannnc@gmail.com>
2022-05-24 15:19:12 +02:00
Hariom Balhara
f0a36f8194
Fix infinite renders on event-type edit page ( #2820 )
2022-05-23 18:59:09 +01:00
zomars
67770bf878
Playwright binaries shouldn't be on deps
2022-05-23 11:44:53 -06:00
Arun Kumar
7d7a1c5bbc
Fix login page CTA disabled state ( #2832 )
...
* fix(ui/login): better disabled state for login CTA
The fix involves tracking the form submission with a dedicated state `submitInProgress` with React.
`formState` from `react-hook-form` does not take time taken for the network call into account. For example,
if the api takes 5 seconds to complete, we would expect the `formState.isSubmitting` to be true for `5`
seconds. But, surprisingly this is not the case and `formState` from `react-hook-form` resolves
immediately after it makes a successful connection to the endpoint.
A dedicated state (with `useState`) is introduced that is enabled when the user clicks on the login CTA, and disabled when the api call is resolved, either successfully or with an error.
* Update login.tsx
* Update login.tsx
* Fixes isSubmitting state
Co-authored-by: zomars <zomars@me.com>
2022-05-23 17:20:35 +00:00
Omar López
53a7b1cc37
Update vital.json
2022-05-23 10:00:52 -06:00
Omar López
f9f4a5aeb9
Update vital.json
2022-05-23 10:00:16 -06:00
zomars
3a1d8b8183
Merge production to main
2022-05-23 09:29:19 -06:00
Leo Giovanetti
38f23986ad
Hotfix: Fixing Security Issues ( #2848 )
...
* Fixing Privilege Escalation
* Fixing critical obj ref in availability
* Fixing reschedule security issue
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2022-05-23 11:29:29 +00:00
Syed Ali Shahbaz
27422c351c
Fix UI of dialog ( #2788 )
...
* removed large mandatory height and scroll
* added z index using css
* cleanup
* fixed TS errors
* extract dialog out of dropdown
* Adds custom loading text to confirmation dialog
* rename update
* utilizing mutation loading state
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-05-23 13:17:00 +02:00
GitStart
c5ad74f61c
Request the inclusion Assuncion Time Zone ( #2840 )
...
Co-authored-by: gitstart <gitstart@users.noreply.github.com>
Co-authored-by: Júlio Piubello da Silva Cabral <julio.piubello@gitstart.dev>
2022-05-23 13:12:41 +02:00
sean-brydon
0eff265682
Meet/Zoom Email Clarification ( #2828 )
...
* Add clarificaiton to email
* Update apps/web/lib/emails/templates/organizer-scheduled-email.ts
* Add to attendee scheduled email
Co-authored-by: Omar López <zomars@me.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-05-23 11:54:24 +01:00
GitStart
2560b72596
Wrong username is identified if query params are present and user doesn't exist ( #2838 )
...
Co-authored-by: gitstart <gitstart@users.noreply.github.com>
Co-authored-by: Júlio Piubello da Silva Cabral <julio.piubello@gitstart.dev>
2022-05-23 12:34:11 +02:00
sean-brydon
7d7c61a1ab
Adding labels ( #2783 )
...
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-05-23 09:11:04 +01:00
GitStart
c92283f03d
fix: long string overflowing calendar div ( #2842 )
...
Co-authored-by: gitstart <gitstart@users.noreply.github.com>
Co-authored-by: Júlio Piubello da Silva Cabral <julio.piubello@gitstart.dev>
2022-05-22 14:31:59 +02:00
Leo Giovanetti
ba9be4e69d
Fix login submit ( #2849 )
2022-05-22 14:28:18 +02:00
github-actions[bot]
6973d26153
New Crowdin translations by Github Action ( #2791 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2022-05-20 16:42:47 +02:00
Syed Ali Shahbaz
e62af90619
fixes dynamic color and typefix for tfunction after react upgrade ( #2821 )
2022-05-20 07:06:21 +00:00
Carina Wollendorfer
4b6c701c48
save additional inputs as json + view details of booking ( #2796 )
...
* move custom inputs from description to own json object
* show custom inputs on success page
* fix type error
* add custom inputs to email and webhook
* add custom inputs to all emails
* add values for custom inputs when rescheduling
* add custom input everywhere description is shown
* fix bug with boolean value
* fix issues with null values
* disable custom inputs and add notes for organizer
* don't show custom input with empty string
* don't show custom inputs with empty string in calender event and email
* add link to booking details page
* redirect to success page to see booking details
* add functionality to cancel and reschedule booking
* fix bookings that require confirmation
* clean code
* fix infinite lopp in useEffect of success page
* show web conference details message when integration as location
* improve design of cancelling event
* clean code
* disable darkmode for organizer on booking details page
* fix dark mode for cancelling booking
* fix build error
* Fixes infinite loop
* Fixes infinite loop
* Fixes infinite loop
* Update all Yarn dependencies (2022-05-16) (#2769 )
* Update all Yarn dependencies (2022-05-16)
* Upgrade dependencies
* Removes deprecated packages
* Upgrades deps
* Updates submodules
* Update yarn.lock
* Linting
* Linting
* Update website
* Build fixes
* TODO: fix this
* Module resolving
* Type fixes
* Intercom fixes on SSG
* Fixes infinite loop
* Upgrades to React 18
* Type fixes
* Locks node version to 14
* Upgrades daily-js
* Readds missing types
* Upgrades playwright
* Noop when intercom is not installed
* Update website
* Removed yarn.lock in favor of monorepo
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
Co-authored-by: zomars <zomars@me.com>
* Create ci.yml
* Update ci.yml
* Reintroduces typescript-eslint
Buckle up!
* Type fixes
* Update ci.yml
* Update api
* Update admin
* Reusable inferSSRProps
* Linting
* Linting
* Prisma fixes
* Update ci.yml
* Cache testing
* Update e2e.yml
* Update DatePicker.tsx
* Update e2e.yml
* Revert "Linting"
This reverts commit adf817766e
.
* Revert "Linting"
This reverts commit 1b59dacd64
.
* Linting
* Update e2e.yml
* Ci updates
* Add team Id to hash url (#2803 )
* Fix missing tabs - Embed (#2804 )
* Fix missing tabs
* Fix Eslint error
* Fix Eslint errors
* Add import statement (#2812 )
* Add import statement
* Update apps/docs/next.config.js
Co-authored-by: Omar López <zomars@me.com>
* Show success page if booking was deleted on calendar (#2808 )
* Add exception to 410
* Fix type error
* Add GoogelCalError type
* only show invite link for app.cal.dev (#2807 )
Co-authored-by: CarinaWolli <wollencarina@gmail.com>
Co-authored-by: Omar López <zomars@me.com>
* fix: update eslint config to test .ts and .js separately (#2805 )
* fix: update eslint config
* fix: update ts ignore
* fix: update eslint config
* Update TeamAvailabilityScreen.tsx
* Type fixes
* Update useIntercom.ts
Co-authored-by: Omar López <zomars@me.com>
* fix: sync api to latest commit (#2810 )
Co-authored-by: Agusti Fernandez Pardo <git@agusti.me>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
* Embed React improvements (#2782 )
* Add off support. Add getApi export.
* Add publish command
* Add embed-snippet in prod deps
* Update README
* Update package.json
Co-authored-by: Bailey Pumfleet <pumfleet@hey.com>
Co-authored-by: zomars <zomars@me.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
* Consolidates test-results
* Type fixes
* Abstracts minimal booking select
* Type fixes
* Update listBookings.ts
* Update common.json
* Update bookingReminder.ts
* Consolidates isOutOfBounds
* Update webhookResponse-chromium.txt
* Update TableActions.tsx
* Type fixes
* Update BookingPage.tsx
* Update webhookResponse-chromium.txt
Co-authored-by: CarinaWolli <wollencarina@gmail.com>
Co-authored-by: Alex van Andel <me@alexvanandel.com>
Co-authored-by: Bailey Pumfleet <pumfleet@hey.com>
Co-authored-by: zomars <zomars@me.com>
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
Co-authored-by: sean-brydon <55134778+sean-brydon@users.noreply.github.com>
Co-authored-by: Hariom Balhara <hariombalhara@gmail.com>
Co-authored-by: Joe Au-Yeung <65426560+joeauyeung@users.noreply.github.com>
Co-authored-by: iamkun <kunhello@outlook.com>
Co-authored-by: Agusti Fernandez Pardo <me@agusti.me>
Co-authored-by: Agusti Fernandez Pardo <git@agusti.me>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-05-18 15:05:49 -06:00
Hariom Balhara
6148e89425
Embed React improvements ( #2782 )
...
* Add off support. Add getApi export.
* Add publish command
* Add embed-snippet in prod deps
* Update README
* Update package.json
Co-authored-by: Bailey Pumfleet <pumfleet@hey.com>
Co-authored-by: zomars <zomars@me.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-05-18 16:25:30 +00:00
iamkun
31aff64e42
fix: update eslint config to test .ts and .js separately ( #2805 )
...
* fix: update eslint config
* fix: update ts ignore
* fix: update eslint config
* Update TeamAvailabilityScreen.tsx
* Type fixes
* Update useIntercom.ts
Co-authored-by: Omar López <zomars@me.com>
2022-05-18 10:05:25 -06:00
Carina Wollendorfer
952a149604
only show invite link for app.cal.dev ( #2807 )
...
Co-authored-by: CarinaWolli <wollencarina@gmail.com>
Co-authored-by: Omar López <zomars@me.com>
2022-05-18 09:35:54 -06:00
Hariom Balhara
1fb637d29d
Fix missing tabs - Embed ( #2804 )
...
* Fix missing tabs
* Fix Eslint error
* Fix Eslint errors
2022-05-18 09:04:50 -06:00
sean-brydon
821105dccb
Add team Id to hash url ( #2803 )
2022-05-18 08:59:23 -06:00
zomars
8545bfef67
Update DatePicker.tsx
2022-05-17 22:02:23 -06:00
zomars
fa837a5d94
Prisma fixes
2022-05-17 19:54:50 -06:00
zomars
0153bc583a
Type fixes
2022-05-17 15:32:54 -06:00
depfu[bot]
db01f7be19
Update all Yarn dependencies (2022-05-16) ( #2769 )
...
* Update all Yarn dependencies (2022-05-16)
* Upgrade dependencies
* Removes deprecated packages
* Upgrades deps
* Updates submodules
* Update yarn.lock
* Linting
* Linting
* Update website
* Build fixes
* TODO: fix this
* Module resolving
* Type fixes
* Intercom fixes on SSG
* Fixes infinite loop
* Upgrades to React 18
* Type fixes
* Locks node version to 14
* Upgrades daily-js
* Readds missing types
* Upgrades playwright
* Noop when intercom is not installed
* Update website
* Removed yarn.lock in favor of monorepo
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
Co-authored-by: zomars <zomars@me.com>
2022-05-17 19:31:49 +00:00
zomars
683e8c4490
Fixes infinite loop
2022-05-17 11:10:57 -06:00
zomars
a0296b8ccb
Fixes infinite loop
2022-05-17 11:04:02 -06:00
zomars
1c4d2fae56
Fixes infinite loop
2022-05-17 10:53:10 -06:00
Hariom Balhara
84967e5cdf
Add login event ( #2784 )
...
Co-authored-by: Bailey Pumfleet <pumfleet@hey.com>
2022-05-17 17:22:57 +01:00
sean-brydon
676268b62d
2FA submit disabled ( #2790 )
2022-05-17 14:15:57 +01:00
zomars
6e2cb4f90d
v1.6
2022-05-16 15:57:29 -06:00
zomars
8b0c7f579a
v1.6
2022-05-16 15:55:16 -06:00
Joe Au-Yeung
ad126efee8
Add Google cal extneral calendar id to booking reference ( #2671 )
...
* Set google cal event id to use our uid
* Save calendar external id to bookingRef
* Pass external calendar ids to update and delete
* Create migration
* Fix type errors
* Fix prisma url
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
Co-authored-by: Omar López <zomars@me.com>
2022-05-16 14:20:09 -06:00
github-actions[bot]
4e97d3ed72
New Crowdin translations by Github Action ( #2773 )
...
* New Crowdin translations by Github Action
* Update vital.json
* Update vital.json
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
Co-authored-by: Omar López <zomars@me.com>
2022-05-16 13:20:17 -06:00
iamkun
0bfdf2f8ef
fix: split time correctly if the local working hours are just across mid night ( #2766 )
...
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-05-16 19:03:33 +00:00
Leo Giovanetti
81d917e27a
Alert to describe exclusion of options ( #2770 )
...
* Alert to describe exclusion of options
* Update apps/web/pages/event-types/[type].tsx
Co-authored-by: Omar López <zomars@me.com>
* Update apps/web/components/eventtype/RecurringEventController.tsx
Co-authored-by: Omar López <zomars@me.com>
* Formatting
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
Co-authored-by: Omar López <zomars@me.com>
2022-05-16 18:50:53 +00:00
Omar López
3421af10a9
Apply suggestions from code review
2022-05-16 12:36:26 -06:00
Omar López
f75917d9c4
Update apps/web/pages/apps/categories/[category].tsx
2022-05-16 12:26:19 -06:00
zomars
c05040795d
Typo
2022-05-16 12:20:40 -06:00
zomars
7d1b13c88d
Typo
2022-05-16 12:17:28 -06:00
zomars
9bd1246ada
Squashed commit of the following:
...
commit 27540b09ce
Author: Agusti Fernandez Pardo <me@agusti.me>
Date: Mon May 16 17:34:13 2022 +0200
fix: remove hardcoded redirect in signin url email verification (#2764 )
Co-authored-by: Agusti Fernandez Pardo <git@agusti.me>
commit ae15a7d739
Author: Hariom Balhara <hariombalhara@gmail.com>
Date: Tue May 10 14:30:43 2022 +0530
Fix time issue
commit 2a5a89fe50
Author: Leo Giovanetti <hello@leog.me>
Date: Wed May 11 10:21:46 2022 -0300
Missing fix for success page
commit 2ce1e78053
Author: Leo Giovanetti <hello@leog.me>
Date: Wed May 11 10:12:59 2022 -0300
Hotfix: Success page for recurring event (#2725 )
* Merge pull request #2672 from calcom/main
v1.5.4
* Turbo fixes
* Make apps single pages public
* Fix preview.html not built and thus served during depooy (#2713 )
* Hotfix: Success page layout broken due to duplicate "When" (#2716 )
* Update BookingPage.tsx
* Reverting unchaged lines
* Fixing recurrenceRule for ICS files
Co-authored-by: Omar López <zomars@me.com>
Co-authored-by: Hariom Balhara <hariombalhara@gmail.com>
commit 2d6d1cb444
Author: Hariom Balhara <hariombalhara@gmail.com>
Date: Tue May 10 14:49:46 2022 +0530
Hotfix: Success page layout broken due to duplicate "When" (#2716 )
commit ef68f4f4f8
Author: Hariom Balhara <hariombalhara@gmail.com>
Date: Tue May 10 10:54:20 2022 +0530
Fix preview.html not built and thus served during depooy (#2713 )
commit 18c28cc3fd
Author: zomars <zomars@me.com>
Date: Mon May 9 16:17:07 2022 -0600
Make apps single pages public
commit d40e8caff9
Author: zomars <zomars@me.com>
Date: Mon May 9 16:08:03 2022 -0600
Turbo fixes
commit 3161cc4d45
Merge: ed808c3be
4099a477d
Author: zomars <zomars@me.com>
Date: Mon May 9 14:58:33 2022 -0600
Merge branch 'main' into production
commit ed808c3be6
Author: Omar López <zomars@me.com>
Date: Mon May 9 14:56:23 2022 -0600
Merge pull request #2672 from calcom/main
v1.5.4
2022-05-16 12:00:04 -06:00
buschco
60c97c9fa9
respect local set timezone and update url on mismatch ( #2506 )
...
* ensure `timeZone()` will make its way to the URL
fixes https://github.com/calcom/cal.com/issues/2482
* keep `timeZone()` and the offset from URL in sync
Co-authored-by: Syed Ali Shahbaz <52925846+alishaz-polymath@users.noreply.github.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-05-16 17:57:53 +00:00
Agusti Fernandez Pardo
9c52e195ea
Fix adds redirect callback that support app.cal.com ( #2768 )
...
* Fix adds redirect callback that support app.cal.com
* Update apps/web/pages/api/auth/[...nextauth].tsx
Check origin of website and baseurl
Co-authored-by: Omar López <zomars@me.com>
* fix: lint issue extra space removed
Co-authored-by: Agusti Fernandez Pardo <git@agusti.me>
Co-authored-by: Omar López <zomars@me.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-05-16 17:44:44 +00:00
Hashen
e4c5df7a2e
remove redundant conditional expressions ( #2756 )
...
* remove redundant conditional expressions
* remove redundant conditional expression
Co-authored-by: Syed Ali Shahbaz <52925846+alishaz-polymath@users.noreply.github.com>
2022-05-16 11:26:32 -06:00
GitStart
2eae40eff2
Readd steps to create a new user #2665 ( #2759 )
...
Co-authored-by: gitstart <gitstart@users.noreply.github.com>
2022-05-16 11:23:40 -06:00
Leo Giovanetti
9e662aa202
Mutually exclusive options ( #2755 )
...
Co-authored-by: Omar López <zomars@me.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-05-16 17:15:09 +00:00
andreaestefania12
f2a6d00348
Fix/unpaid unconfirmed ( #2553 )
...
* Fix merge errors
* Errors prettier/prettier
* Update apps/web/pages/api/book/event.ts
Co-authored-by: Miguel Nieto A <39246879+miguelnietoa@users.noreply.github.com>
* Update apps/web/pages/api/book/event.ts
Co-authored-by: Miguel Nieto A <39246879+miguelnietoa@users.noreply.github.com>
* Update apps/web/pages/api/integrations.ts
Co-authored-by: Miguel Nieto A <39246879+miguelnietoa@users.noreply.github.com>
* Fix merge errors
* Errors prettier/prettier
* Update apps/web/pages/api/book/confirm.ts
Co-authored-by: alannnc <alannnc@gmail.com>
* Modal window before delete stripe integration
* ESLint Report
* Test fixes
Co-authored-by: Miguel Nieto A <39246879+miguelnietoa@users.noreply.github.com>
Co-authored-by: alannnc <alannnc@gmail.com>
Co-authored-by: zomars <zomars@me.com>
2022-05-16 10:27:36 -06:00
sean-brydon
7fd149fd2e
Users Phone Number Option ( #2669 )
...
* Users Phone Number Option
* Implemented improvments
* Add validation to form
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
Co-authored-by: zomars <zomars@me.com>
2022-05-16 09:50:12 -06:00
zomars
3c37c2e774
Skip sending emails in E2E
2022-05-16 09:49:44 -06:00
GitStart
84f19bb4df
Bad UX when user wants to set the default Event Type Title #2245 ( #2760 )
...
Co-authored-by: gitstart <gitstart@users.noreply.github.com>
2022-05-16 09:44:19 -06:00
Agusti Fernandez Pardo
549e38fb78
fix: remove hardcoded redirect in signin url email verification ( #2764 )
...
Co-authored-by: Agusti Fernandez Pardo <git@agusti.me>
2022-05-16 17:34:13 +02:00
Hariom Balhara
2655f816af
Fix white border ( #2761 )
2022-05-16 12:38:22 +00:00
Mitchell Moore
016023fa50
Added check on create eventtype to see is user has slug that already exists ( #2757 )
...
* Added check on create eventtype to see is user has slug that already exists, added error check on onError
* revert yarn.lock back
* Catches prisma known error instead of making an additional query
Co-authored-by: zomars <zomars@me.com>
2022-05-15 03:41:39 +00:00
Arthur Cruz
2a53614723
Fix/avoid multiple schedule deletions ( #2602 )
...
* Prevents users from deleting the same schedule multiple times due to delay before the schedule disappears. It also applies the same fix to team disband.
Schedule deletion:
![schedule_deletion_new_behaving](https://user-images.githubusercontent.com/42497300/165126805-b3090268-c1a6-418a-b06e-06bd8446da03.gif )
Team disband:
![team_disband_new_behaving](https://user-images.githubusercontent.com/42497300/165127043-7e083e94-e4c9-4e88-90a2-47d31bdd92e6.gif )
Fixes issue [#2569 ](https://github.com/calcom/cal.com/issues/2569 )
Bug fix (non-breaking change which fixes an issue)
**apps/web/components/LightLoader.tsx** → this file was created in order to make a light color loading spinner available. It's necessary when we need to display a loading spinner above dark backgrounds.
**apps/web/components/availability/ScheduleListItem.tsx** → this component was created in order to give a schedule list item its own state.
* Removing a "setTimeout" that was only used for testing purposes
* Adding a code review suggestion to my modifications
* Changing loading style
* Cleanup
* Avoids using unnecessary state
* Revert "Adding a code review suggestion to my modifications"
This reverts commit b5e40062d7
.
* Reverts some changes
* Renames isLoading
Co-authored-by: Alex van Andel <me@alexvanandel.com>
Co-authored-by: Omar López <zomars@me.com>
2022-05-14 12:47:23 -06:00
Leo Giovanetti
212fd1bc14
Fixing ESLint warnings ( #2723 )
...
* Fixing warnings
* Reverting and disabling ESLint in some cases
* Reverting Next Images
* Reverting file, bad merge
* Targeting ESLint to line
* Additional warnings
* New warning squished
* More tweaks and major fixes
* Uneeded conf
Co-authored-by: Omar López <zomars@me.com>
2022-05-14 13:49:39 +00:00
GitStart
93bd4ed79e
Sign in button should be changed or disabled after click #2654 ( #2749 )
...
Co-authored-by: gitstart <gitstart@users.noreply.github.com>
2022-05-14 07:38:56 -06:00
Omar López
2bb6f33112
E2E fixtures ( #2747 )
2022-05-13 21:02:10 -06:00
Omar López
68e275ab07
Improving Email DRYness ( #2486 )
...
* Email DRY
* WIP
* Improve email DRYness
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-05-13 12:34:54 +00:00
zomars
bf1f9b6a32
Build fixes
2022-05-12 13:54:46 -06:00
Joe Au-Yeung
b69c1e46d1
Merge pull request #2745 from calcom/apps/multiple-categories
...
Allow apps to belong to multiple categories
2022-05-12 11:47:11 -06:00
Hariom Balhara
7a08403636
Fix reschedule not happening in calendar if two calendards are there ( #2733 )
...
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2022-05-12 09:33:15 +00:00
zomars
613e42ce70
E2E fixing attemps
2022-05-11 21:07:22 -06:00
zomars
43f479299a
Fixes delete-me test
2022-05-11 20:21:16 -06:00
zomars
ecb3264b52
getBusyTimes consolidation
2022-05-11 19:49:21 -06:00
zomars
e89520d7d6
Update testUtils.ts
2022-05-11 16:55:30 -06:00
zomars
892bb90d9d
Update testUtils.ts
2022-05-11 16:39:45 -06:00
zomars
a2ea08ba5f
TODO marks blocking test to be fixed
2022-05-11 16:29:44 -06:00
zomars
06702aa48a
E2E and paid bookings fixes
2022-05-11 14:36:38 -06:00
zomars
f2988870d5
Update booking-pages.test.ts
2022-05-11 12:03:22 -06:00
zomars
f0ea8d30ca
Parallelizes some tests
2022-05-11 11:19:22 -06:00
zomars
c3909ccc70
Multiple E2E improvements
2022-05-11 10:46:52 -06:00
Syed Ali Shahbaz
01e88b3807
Allow deletion of a disabled event ( #2737 )
...
* allows deletion of disabled event
* some visual fixes
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-05-11 14:14:08 +00:00
Leo Giovanetti
3bbbc80511
Hotfix: Success page for recurring event ( #2725 )
...
* Merge pull request #2672 from calcom/main
v1.5.4
* Turbo fixes
* Make apps single pages public
* Fix preview.html not built and thus served during depooy (#2713 )
* Hotfix: Success page layout broken due to duplicate "When" (#2716 )
* Update BookingPage.tsx
* Reverting unchaged lines
* Fixing recurrenceRule for ICS files
Co-authored-by: Omar López <zomars@me.com>
Co-authored-by: Hariom Balhara <hariombalhara@gmail.com>
2022-05-11 10:12:59 -03:00
Hariom Balhara
19128fb08e
Hotfix : Fix Infinite loading of Bookings ( #2729 )
...
* Add more embed events
* Add more embed events
* Fix nextCursor calculation logic
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2022-05-11 10:35:43 +00:00
Peer Richelsen
0945bbe5cf
fixes #2732 ( #2732 )
2022-05-11 12:04:04 +02:00
Joe Au-Yeung
fb436996c0
Change date format for RecurringBookings ( #2707 )
...
* Change date format for RecurringBookings
* Missing bookingId query param
Co-authored-by: Leo Giovanetti <hello@leog.me>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-05-11 07:59:49 +00:00
Hariom Balhara
50f1fe544e
Improve logs and Fix unwanted 500 to reduce noise in logs ( #2674 )
...
* Improve logs
* Fix unintentional 500
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-05-11 05:41:09 +00:00
Syed Ali Shahbaz
746643bf8e
adds availability select loader ( #2718 )
2022-05-11 05:26:06 +00:00
Hariom Balhara
65a69ef1e4
Add more embed events ( #2719 )
...
* Add more embed events
* Add more embed events
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2022-05-11 05:14:08 +00:00
Carina Wollendorfer
6483182ef6
add invite link to Zapier setup page ( #2696 )
...
* add invite link and toaster to zapier setup page
* create env variable for invite link and save in database
* fetch invite link form getStaticProps
* add getStaticPath method
* clean code
* Moves app setup and index page
* Moves Loader to ui
* Trying new way to handle dynamic app store pages
* Cleanup
* Update tailwind.config.js
* zapier invite link fixes
* Tests fixes
Co-authored-by: CarinaWolli <wollencarina@gmail.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
Co-authored-by: zomars <zomars@me.com>
2022-05-11 04:58:10 +00:00
zomars
784a91709c
Update dynamic-booking-pages.test.ts
2022-05-10 22:46:22 -06:00
zomars
82a52e065f
More test fixes
2022-05-10 22:28:48 -06:00
zomars
a231945842
Test fixes
2022-05-10 21:37:09 -06:00
Peer Richelsen
92806d5257
fixed /booking skeleton ( #2722 )
...
* fixed /booking skeleton
* nit
2022-05-10 16:59:23 +02:00
zomars
9440df4445
Make apps single pages public
2022-05-09 16:17:23 -06:00
zomars
4099a477d1
v1.5.4
2022-05-09 14:33:32 -06:00
zomars
6542da7e30
Formatting
2022-05-09 14:33:13 -06:00
Hariom Balhara
8336611f54
Missing translation ( #2697 )
...
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-05-09 22:24:01 +02:00
zomars
819c6c96e8
Build fixes
2022-05-09 14:05:57 -06:00
zomars
e9ff358ac2
Update BookingPage.tsx
2022-05-09 13:59:45 -06:00
zomars
f79fd36c03
Merge branch 'production'
2022-05-09 13:58:18 -06:00
Alex van Andel
edd99cdeb2
Replaces member avatars with links to avatar.png endpoint ( #2708 )
...
* Replaces member avatars with links to avatar.png endpoint
* Replaced additional occurences
* Use WEBSITE_URL from @calcom/lib/constants instead
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-05-09 18:25:12 +00:00
Hariom Balhara
9825754b32
Hotfix: blank page for booking embed in Incognito Chrome ( #2700 )
...
* Merge remote-tracking branch 'origin/main' into feat/success-url
* Fix localstorage access
* Fix Comments
* make custom eleemnt explicitly 100% in width to go full width in a flex type parent
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-05-09 18:12:47 +00:00
Omar López
6a18b40c97
Update package.json
...
Fixes v14 builds
2022-05-09 12:00:49 -06:00
Hariom Balhara
d00f0bae1d
All non recurring bookings were clubbed into one distinct booking ( #2706 )
2022-05-09 16:04:42 +00:00
sean-brydon
fb042a36b6
Fix Mobile UI for /settings/security ( #2703 )
...
* Fix Mobile UI
* Remove truncate
* Move buttons
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2022-05-09 13:43:27 +02:00
Peer Richelsen
6c27b04f83
fixed team dark mode ( #2702 )
2022-05-09 11:25:36 +00:00
Syed Ali Shahbaz
9322b4ab4c
Flow, UX and other improvements for hash my url feature ( #2644 )
...
* added toast feedback
* updated flow
* locale
* updated locale data
* removed unused booking call for reschedule flow
* fixed hashedURL test
* test adjustment
* further test changes
* added check in test to click check only if unchecked
* Added private link quick copy button
* fixed spacing
* fix lint
* consistency
* moved create hash function out of component render
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-05-09 16:41:07 +05:30
sean-brydon
351622c4a2
Add Invalid Email Error ( #2637 )
...
* Add error message UI
* Add border color
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
Co-authored-by: Alex van Andel <me@alexvanandel.com>
2022-05-09 08:24:39 +00:00
Hariom Balhara
44736ac461
Fix turbo caching ( #2695 )
...
* Fix turbo cachin
* Improve tests stability
2022-05-07 08:54:30 +00:00
zomars
4922a13b68
Form warning fixes
2022-05-06 15:44:57 -06:00
zomars
a05860515e
Form fixes
2022-05-06 15:44:51 -06:00
zomars
7399d6421e
Form warning fixes
2022-05-06 15:30:46 -06:00
iamkun
269dea70a1
fix: Booking page display time based on selected timezone ( #2691 )
...
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-05-06 19:28:09 +00:00
alannnc
8c9096b55b
Vital App - Auto reschedule based on health data ( #2500 )
...
* Add vital integration
* Tidy up client_user_id creation
* Rename vital app to vitalother to follow name rules
* Added env var
* App vital reschedule
* Fix on app structure and api calls
* Implemented user identification from webhook
* WIP fix api call and read me
* Save vital settings via api
* Now saving userVitalSettings and trigger reschedule on selected param
* Added translations
* Fix type for vitalSettings
* Using api to get env vars required for url, fix display of vital settings
* Fix hours placeholder, translation not working
* Renames vital app
* Update seed-app-store.ts
* Update package.json
* Update yarn.lock
* Refactored env variables
* Update README.md
* Migrates to api_keys
* Extracts AppConfiguration
* vitalClient fixes
* Update index.ts
* Update metadata.ts
* Update index.ts
* Update metadata.ts
* Added namespace vital for translations
Co-authored-by: Maitham <maithamdib@gmail.com>
Co-authored-by: zomars <zomars@me.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-05-06 17:21:30 +00:00
Hariom Balhara
67cc3a6409
Embed Code Generator: Fix Preview HTML and Embed Lib path for production ( #2688 )
...
* Improve logging
* Improve logging
* Keep embed origin conigurable
* Make embed URL and embed origin conigurable through env
* Gitignore public embed
* Add fingerprint to preview as well
* Fix path
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-05-06 15:56:26 +00:00
Carina Wollendorfer
83ec6d69eb
fix query to list API keys ( #2690 )
...
Co-authored-by: CarinaWolli <wollencarina@gmail.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-05-06 14:48:27 +00:00
Joe Au-Yeung
65a76b96c6
Add missing info to success page ( #2680 )
...
* Add missing info to success page
* Remove console.logs
* Add localized format to time
2022-05-06 08:15:05 -06:00
Hariom Balhara
dd7f22e021
Fix border in dark theme ( #2687 )
2022-05-06 12:09:12 +02:00
zomars
1a06d9906b
Fixes daily-video slug
2022-05-05 16:36:30 -06:00
zomars
6fb301970b
Fixes daily-video slug
2022-05-05 16:34:26 -06:00
Leo Giovanetti
1a79e0624c
Recurring Events ( #2562 )
...
* Init dev
* UI changes for recurring event + prisma
* Revisiting schema + changes WIP
* UI done, BE WIP
* Feature completion
* Unused query param removed
* Invalid comment removed
* Removed unused translation
* Update apps/web/public/static/locales/en/common.json
Thanks!
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
* Success page changes
* More progress
* Email text tweaks + test + seed
* Tweaking emails + Cal Apps support WIP
* No app integration for now
Final email and pages tweaks to avoid recurring info showed
* Missing comment for clarity
* Yet again, comment
* Last minute fix
* Missing tooltip for upcoming bookings
* Fixing seed
* Fixing import
* Increasing timeout for e2e
* Fixing any
* Apply suggestions from code review
Co-authored-by: Omar López <zomars@me.com>
* Update apps/web/pages/d/[link]/book.tsx
Co-authored-by: Omar López <zomars@me.com>
* Code improvements
* More code improvements
* Reverting back number input arrows
* Update BookingPage.tsx
* Update BookingPage.tsx
* Adds fallback for sendOrganizerPaymentRefundFailedEmail
* Type overkill
* Type fixes
* Type fixes
* Nitpicks
* Update success.tsx
* Update success.tsx
* Update success.tsx
* Fixing types
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
Co-authored-by: Omar López <zomars@me.com>
2022-05-05 18:16:25 -03:00
iamkun
26e46ff06c
fix: DatePicker to display the correct available hours ( #2686 )
2022-05-05 18:51:22 +00:00
Hariom Balhara
174ed9f6d1
Embed Snippet Generator ( #2597 )
...
* Add support to dynamically change the theme
* Add Embed UI in app
* Update UI as per Figma
* Dynamicaly update Embed Code
* Get differnet modes working in preview
* Support Embed on EventType Edit, Team Link Fix and Mobile unsupported
* Fix auto theme switch in Embed Snippet generator
* Fix types
* Self Review fixes
* Remove Embed from App section
* Move get query after the middleware to let middleware work on it
* Add sandboxes in the document
* Add error handling for embed loading
* Fix types
* Update snapshots and fix bug identified by tests
* UI Fixes
* Add Embed Tests
* Respond in preview to width and height
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-05-05 08:29:49 -06:00
alannnc
df7abdfc06
Fix/reschedule on dynamic events ( #2657 )
...
* Reschedule for dynamic events
* Fix lint
* Handling attendee calendar event cancellation
Co-authored-by: zomars <zomars@me.com>
2022-05-05 01:03:36 +00:00
zomars
d6b7311c66
Build fixes
2022-05-04 15:28:58 -06:00
zomars
f1a2239c97
Linting and legibility
2022-05-04 15:28:58 -06:00
zomars
977ad141ee
Extracts useMeQuery to own hook
2022-05-04 15:28:58 -06:00
Julián Sánchez
06f88eb5a3
Move method that gets the current user to a separate file
2022-05-04 15:28:58 -06:00
Julián Sánchez
daf39a4095
Fix problem related to data types
2022-05-04 15:28:58 -06:00
Julián David Sánchez Gallego
0973d79c31
Update way to get the 'accepted' attribute
2022-05-04 15:28:58 -06:00
Julián David Sánchez Gallego
257481bad5
Update restriction to change the role of other Owners
2022-05-04 15:28:58 -06:00
Julián David Sánchez Gallego
68e08f13a1
Change plain strings
2022-05-04 15:28:58 -06:00
Julián David Sánchez Gallego
3234898892
Add restrictions to protect the owners and change their roles
2022-05-04 15:28:58 -06:00
alannnc
f1bed08c13
feature/space-booking-app ( #2673 )
...
* Reschedule for dynamic events
* Fix lint
* feature/space-booking-app initial commit
* added loom video and fixes for main branch
* Revert previous commmit
* Renames spacebookingother to spacebooking
* Type and perf improvements
* Updated comment
* Update seed-app-store.ts
Co-authored-by: zomars <zomars@me.com>
2022-05-03 22:07:17 -06:00
alannnc
2cb663cd6a
feature/space-booking-app ( #2673 )
...
* Reschedule for dynamic events
* Fix lint
* feature/space-booking-app initial commit
* added loom video and fixes for main branch
* Revert previous commmit
* Renames spacebookingother to spacebooking
* Type and perf improvements
* Updated comment
* Update seed-app-store.ts
Co-authored-by: zomars <zomars@me.com>
2022-05-04 04:06:20 +00:00
Carina Wollendorfer
02b935bcde
Feat/zapier app ( #2623 )
...
* create basic app structure
* add zapierSubscription model to prisma.schema
* change column name triggerEvent to lower case
* add zapier functionality + enpoints + adjust prisma.schema
* add subscriptionType + refactor code
* add app store information
* create setup page to generate api key
* clean code
* add copy functionality in setup page
* clean code
* add apiKeyType and delte key when uninstalled or new key generated
* clean code
* use Promise.all
* only approve zapier api key
* clean code
* fix findValidApiKey for api keys that don't expire
* fix migrations
* clean code
* small fixes
* add i18n
* add README.md file
* add setup guide to README.md
* fix yarn.lock
* Renames zapierother to zapier
* Typo
* Updates package name
* Rename fixes
* Adds zapier to the App Store seeder
* Adds missing zapier to apiHandlers
* Adds credential relationship to App
* Rename fixes
* Allows tailwind to pick up custom app-store components
* Consolidates zapier_setup_instructions
* Webhook fixes
* Uses app relationship instead of custom type
* Refactors sendPayload to accept webhook object
Instead of individual parameters
* refactoring
* Removes unused zapier check
* Update cancel.ts
* Refactoring
* Removes example comments
* Update InstallAppButton.tsx
* Type fixes
* E2E fixes
* Deletes all user zapier webhooks on integration removal
Co-authored-by: CarinaWolli <wollencarina@gmail.com>
Co-authored-by: zomars <zomars@me.com>
2022-05-03 23:16:59 +00:00
zomars
bb90fe0d4b
Marks installed by default
2022-05-02 19:05:49 -06:00
zomars
ba283e3dc0
Marks installed by default
2022-05-02 19:05:13 -06:00
zomars
a6417c5757
Moar fixes
2022-05-02 18:00:36 -06:00
zomars
aebb610403
Moar fixes
2022-05-02 18:00:20 -06:00
zomars
fdbfd759af
App env fixes
2022-05-02 17:59:06 -06:00
zomars
0213f66eb6
App env fixes
2022-05-02 17:59:06 -06:00
zomars
1de385a410
App env fixes
2022-05-02 17:42:25 -06:00
zomars
6011b440a8
App env fixes
2022-05-02 17:31:07 -06:00
zomars
54269ba0bf
v1.5.3
2022-05-02 16:21:11 -06:00
Joe Au-Yeung
000785c29f
Add Meta Mask to app store ( #2650 )
...
* Adds available apps
* Adds App Model
* WIP
* Create meta mask app folder
* Add description and images
* Remove credential from installed apps page
* Updates seeder script
* Seeder fixes
* lowercase categories
* Upgrades prisma
* WIP
* WIP
* Hopefully fixes circular deps
* Type fixes
* Fixes seeder
* Adds migration to connect Credentials to Apps
* Updates app store callbacks
* Updates google credentials
* Uses dirName from DB
* Type fixes
* Update reschedule.ts
* Seeder fixes
* Fixes categories listing
* Update index.ts
* Update schema.prisma
* Updates dependencies
* Renames giphy app
* Uses dynamic imports for app metadata
* Fixes credentials error
* Uses dynamic import for api handlers
* Dynamic import fixes
* Allows for simple folder names in app store
* Remove video adaptor
* Squashes app migrations
* seeder fixes
* Renames to metamask
* Updates metamask metadata
* Fixes dyamic imports
* Remove comments
* Create migration.sql
Co-authored-by: zomars <zomars@me.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2022-05-02 16:21:11 -06:00
Omar López
2e6bc5e5b4
Fixes/app store keys in db ( #2651 )
...
* Adds available apps
* Adds App Model
* WIP
* Updates seeder script
* Seeder fixes
* lowercase categories
* Upgrades prisma
* WIP
* WIP
* Hopefully fixes circular deps
* Type fixes
* Fixes seeder
* Adds migration to connect Credentials to Apps
* Updates app store callbacks
* Updates google credentials
* Uses dirName from DB
* Type fixes
* Update reschedule.ts
* Seeder fixes
* Fixes categories listing
* Update index.ts
* Update schema.prisma
* Updates dependencies
* Renames giphy app
* Uses dynamic imports for app metadata
* Fixes credentials error
* Uses dynamic import for api handlers
* Dynamic import fixes
* Allows for simple folder names in app store
* Squashes app migrations
* seeder fixes
* Fixes dyamic imports
* Update apiHandlers.tsx
2022-05-02 16:21:11 -06:00
Shrey Gupta
11f6972ec9
feat(app-store): Add Giphy app ( #2580 )
2022-05-02 16:21:11 -06:00
sean-brydon
33d486b160
Enable Autocomplete ( #2645 )
...
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-05-02 16:21:11 -06:00
Peer Richelsen
7e57c192ee
added animations for dialog and tooltip ( #2648 )
...
* added animations for dialog and tooltip
* Update .env.example
2022-05-02 16:21:11 -06:00
Joe Au-Yeung
e4f7e26ad5
Hotfix - change calendar error message ( #2643 )
...
* Change calendar error message
* Change calendar error message
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-05-02 16:21:11 -06:00
Syed Ali Shahbaz
89b4acdfaf
Hash my url ( #2484 )
...
* disposable link model added
* disposable model updated
* added disposable slug availability page
* added disposable book page
* added disposable slug hook
* added disposable link booking flow
* updated schema
* checktype fix
* added checkfix and schema generated
* create link API added
* added one time link view on event type list
* adjusted schema
* fixed disposable visual indicator
* expired check and visual indicator added
* updated slug for disposable event type
* revised schema
* WIP
* revert desc
* revert --WIP
* rework based on change of plans
* further adjustments
* added eventtype option for hashed link
* added refresh and delete on update
* fixed update call conditions
* cleanup
* code improvement
* clean up
* Potential fix for 404
* backward compat for booking page
* fixes regular booking for user and team
* typefix
* updated path for Booking import
* checkfix
* e2e wip
* link err fix
* workaround for banner issue in event type update-test
* added regenerate hash check
* fixed test according to new testID
Co-authored-by: Hariom Balhara <hariombalhara@gmail.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
Co-authored-by: zomars <zomars@me.com>
2022-05-02 16:21:11 -06:00
alannnc
d856ef53a7
Fix emails and cal event descriptions ( #2634 )
...
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-05-02 16:21:11 -06:00
Afzal Sayed
938f4f2b4d
Pass userId while creating event-type ( #2599 )
...
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-05-02 16:21:11 -06:00
Peer Richelsen
c2d52bcfd2
consistency for tablet booking page ( #2640 )
2022-05-02 16:21:11 -06:00
Peer Richelsen
d1c37f84aa
fixed layout in insalled apps ( #2639 )
2022-05-02 16:21:11 -06:00
sean-brydon
83f9defc65
Unlock edit on reschedule ( #2628 )
2022-05-02 16:21:11 -06:00
Joe Au-Yeung
c4dbab2637
Add new response if request contains account id ( #2629 )
...
Co-authored-by: Omar López <zomars@me.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-05-02 16:21:11 -06:00
alannnc
e76fafdccf
Fix book event form schema validation ( #2633 )
2022-05-02 16:21:11 -06:00
sean-brydon
73e3e4e226
Adding validation for name and email ( #2612 )
2022-05-02 16:21:11 -06:00
Hariom Balhara
6535d654d7
Add Event Types Test ( #2610 )
...
* Add Event Types Test
* Accept license for tests
* Accept license on preview
* Remove debugging code
* Add License consent flag
* Test fixes
* Update playwright.config.ts
* Update webhookResponse-chromium.txt
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
Co-authored-by: zomars <zomars@me.com>
2022-05-02 16:21:11 -06:00
Hariom Balhara
a224a46654
Make sure that absolute URL is of WEBAPP only ( #2624 )
2022-05-02 16:21:11 -06:00
Hariom Balhara
ebf1373339
Reduce Payload for Event-Types[Avoid 500] ( #2627 )
...
Co-authored-by: sean-brydon <55134778+sean-brydon@users.noreply.github.com>
2022-05-02 16:21:11 -06:00
alannnc
4b75bf7cce
Fix/login with provider ( #2594 )
2022-05-02 16:21:11 -06:00
sean-brydon
95dfb5b538
Loader Components ( #2616 )
...
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2022-05-02 16:21:11 -06:00
sean-brydon
7d3f070e27
Bug/email notes hidden ( #2611 )
...
* Fix Width
* Fixes email notes
* Fixing reschedule email
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-05-02 16:21:11 -06:00
Hariom Balhara
05acd26efe
Add debugging details ( #2585 )
2022-05-02 16:21:11 -06:00
sean-brydon
1421b9c0af
Feat/impersonate users ( #2503 )
...
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
Co-authored-by: zomars <zomars@me.com>
2022-05-02 16:21:11 -06:00
sean-brydon
6197ae25c6
Fix providerName ( #2589 )
...
Co-authored-by: Omar López <zomars@me.com>
2022-05-02 16:21:11 -06:00
zomars
de0883b14b
v1.5.3
2022-05-02 16:07:45 -06:00
Joe Au-Yeung
7f463830bd
Add Meta Mask to app store ( #2650 )
...
* Adds available apps
* Adds App Model
* WIP
* Create meta mask app folder
* Add description and images
* Remove credential from installed apps page
* Updates seeder script
* Seeder fixes
* lowercase categories
* Upgrades prisma
* WIP
* WIP
* Hopefully fixes circular deps
* Type fixes
* Fixes seeder
* Adds migration to connect Credentials to Apps
* Updates app store callbacks
* Updates google credentials
* Uses dirName from DB
* Type fixes
* Update reschedule.ts
* Seeder fixes
* Fixes categories listing
* Update index.ts
* Update schema.prisma
* Updates dependencies
* Renames giphy app
* Uses dynamic imports for app metadata
* Fixes credentials error
* Uses dynamic import for api handlers
* Dynamic import fixes
* Allows for simple folder names in app store
* Remove video adaptor
* Squashes app migrations
* seeder fixes
* Renames to metamask
* Updates metamask metadata
* Fixes dyamic imports
* Remove comments
* Create migration.sql
Co-authored-by: zomars <zomars@me.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2022-05-02 15:44:37 -06:00
Omar López
6a27fb2959
Fixes/app store keys in db ( #2651 )
...
* Adds available apps
* Adds App Model
* WIP
* Updates seeder script
* Seeder fixes
* lowercase categories
* Upgrades prisma
* WIP
* WIP
* Hopefully fixes circular deps
* Type fixes
* Fixes seeder
* Adds migration to connect Credentials to Apps
* Updates app store callbacks
* Updates google credentials
* Uses dirName from DB
* Type fixes
* Update reschedule.ts
* Seeder fixes
* Fixes categories listing
* Update index.ts
* Update schema.prisma
* Updates dependencies
* Renames giphy app
* Uses dynamic imports for app metadata
* Fixes credentials error
* Uses dynamic import for api handlers
* Dynamic import fixes
* Allows for simple folder names in app store
* Squashes app migrations
* seeder fixes
* Fixes dyamic imports
* Update apiHandlers.tsx
2022-05-02 14:39:35 -06:00
Shrey Gupta
21867c9cd4
feat(app-store): Add Giphy app ( #2580 )
2022-05-01 21:42:35 +01:00
sean-brydon
43944a7d31
Enable Autocomplete ( #2645 )
...
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-04-29 17:28:34 +00:00
Peer Richelsen
8bdc137917
added animations for dialog and tooltip ( #2648 )
...
* added animations for dialog and tooltip
* Update .env.example
2022-04-29 17:17:34 +00:00
Joe Au-Yeung
02fb15228b
Hotfix - change calendar error message ( #2643 )
...
* Change calendar error message
* Change calendar error message
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-04-28 20:45:27 +00:00
Syed Ali Shahbaz
59a1db9068
Hash my url ( #2484 )
...
* disposable link model added
* disposable model updated
* added disposable slug availability page
* added disposable book page
* added disposable slug hook
* added disposable link booking flow
* updated schema
* checktype fix
* added checkfix and schema generated
* create link API added
* added one time link view on event type list
* adjusted schema
* fixed disposable visual indicator
* expired check and visual indicator added
* updated slug for disposable event type
* revised schema
* WIP
* revert desc
* revert --WIP
* rework based on change of plans
* further adjustments
* added eventtype option for hashed link
* added refresh and delete on update
* fixed update call conditions
* cleanup
* code improvement
* clean up
* Potential fix for 404
* backward compat for booking page
* fixes regular booking for user and team
* typefix
* updated path for Booking import
* checkfix
* e2e wip
* link err fix
* workaround for banner issue in event type update-test
* added regenerate hash check
* fixed test according to new testID
Co-authored-by: Hariom Balhara <hariombalhara@gmail.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
Co-authored-by: zomars <zomars@me.com>
2022-04-28 09:44:26 -06:00
alannnc
8e956893ca
Fix emails and cal event descriptions ( #2634 )
...
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-04-28 15:05:29 +00:00
Afzal Sayed
99666440cf
Pass userId while creating event-type ( #2599 )
...
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-04-28 07:56:10 -06:00
Peer Richelsen
d1082e55a4
consistency for tablet booking page ( #2640 )
2022-04-28 13:31:55 +02:00
Peer Richelsen
af0d1980c6
fixed layout in insalled apps ( #2639 )
2022-04-28 13:22:40 +02:00
sean-brydon
a6183e0ccf
Unlock edit on reschedule ( #2628 )
2022-04-28 09:10:40 +00:00
Joe Au-Yeung
eea40c69f7
Add new response if request contains account id ( #2629 )
...
Co-authored-by: Omar López <zomars@me.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-04-27 21:34:04 +00:00
alannnc
13ae773868
Fix book event form schema validation ( #2633 )
2022-04-27 23:21:18 +02:00
sean-brydon
6f0fcc9d1b
Adding validation for name and email ( #2612 )
2022-04-27 16:19:04 +01:00
Hariom Balhara
7d98c0bb1c
Add Event Types Test ( #2610 )
...
* Add Event Types Test
* Accept license for tests
* Accept license on preview
* Remove debugging code
* Add License consent flag
* Test fixes
* Update playwright.config.ts
* Update webhookResponse-chromium.txt
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
Co-authored-by: zomars <zomars@me.com>
2022-04-27 08:58:04 -06:00
Hariom Balhara
82d77dc10f
Make sure that absolute URL is of WEBAPP only ( #2624 )
2022-04-27 16:28:36 +02:00
Hariom Balhara
cf346f6aa3
Reduce Payload for Event-Types[Avoid 500] ( #2627 )
...
Co-authored-by: sean-brydon <55134778+sean-brydon@users.noreply.github.com>
2022-04-27 11:08:13 +00:00
alannnc
c22b6ca670
Fix/login with provider ( #2594 )
2022-04-26 15:12:08 +00:00
sean-brydon
d61238c832
Loader Components ( #2616 )
...
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2022-04-26 14:11:02 +00:00
sean-brydon
28b432058a
Bug/email notes hidden ( #2611 )
...
* Fix Width
* Fixes email notes
* Fixing reschedule email
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-04-26 13:46:20 +00:00
Hariom Balhara
5336bf3fe2
Add debugging details ( #2585 )
2022-04-26 11:15:57 +00:00
sean-brydon
6d5db1cb3a
Feat/impersonate users ( #2503 )
...
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
Co-authored-by: zomars <zomars@me.com>
2022-04-26 14:18:17 +05:30
sean-brydon
9fffaa20a2
Fix providerName ( #2589 )
...
Co-authored-by: Omar López <zomars@me.com>
2022-04-26 04:20:13 +00:00
sean-brydon
fd73a4ac92
Fix Width ( #2587 )
...
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-04-26 02:48:36 +00:00
sean-brydon
29a6c70fc3
Heading Skeleton ( #2601 )
...
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-04-26 02:38:41 +00:00
Afzal Sayed
96f6c644bd
Improve create event-type flow ( #2446 )
...
* Improve create event-type flow
* Update form values when query changes
Co-authored-by: Syed Ali Shahbaz <52925846+alishaz-polymath@users.noreply.github.com>
Co-authored-by: Bailey Pumfleet <pumfleet@hey.com>
Co-authored-by: zomars <zomars@me.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-04-26 02:13:15 +00:00
sean-brydon
7c12bb1e20
Bug/i118n flicker ( #2609 )
...
* Fix Global Flicker
* Fixes Flicker + Null return
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2022-04-25 18:26:13 -06:00
Peer Richelsen
10e796f956
Revert "feat: disable select when loading ( #2475 )" ( #2608 )
...
This reverts commit 307b098f83
.
2022-04-26 01:26:03 +02:00
sean-brydon
071077f2dc
Fix Global Flicker ( #2604 )
2022-04-26 00:20:16 +02:00
sean-brydon
afe957674c
Adding avatar skeleton loader ( #2600 )
2022-04-25 20:18:07 +00:00
Carlos Gabriel
307b098f83
feat: disable select when loading ( #2475 )
2022-04-25 20:30:15 +02:00
sean-brydon
95a793dd5a
Skeleton Loaders Implementation ( #2596 )
...
* Skeleton Loaders
* Remove Href
* Fix Height Jumping around
* Subtle Colors
* feedback by ciaran
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2022-04-25 17:01:51 +00:00
sean-brydon
a0057911c1
Fix back button ( #2592 )
2022-04-25 10:32:01 +02:00
Hariom Balhara
93c75b5fef
Embed Miscellaneous Improvements and Fixes ( #2499 )
2022-04-25 10:03:00 +05:30
Afzal Sayed
53d7e57142
Fix update event type authorization ( #2588 )
2022-04-24 15:02:04 -06:00
Hariom Balhara
2c4a891a89
Add debugging details ( #2582 )
2022-04-23 18:45:46 +00:00
Peer Richelsen
41dc01ea3c
Update next-i18next.config.js ( #2568 )
2022-04-22 20:40:40 +02:00
Syed Ali Shahbaz
9c985edb6b
away user fix ( #2576 )
2022-04-22 16:03:01 +01:00
Omar López
f10bf38292
Removed deprecated JWT secrets ( #2574 )
2022-04-21 15:10:23 -06:00
Agusti Fernandez
8bc5a75249
Feature: Verify login on signup with magic link. ( #2122 )
...
* manual migration to rename verificationtoken, maybe it could be dropped and create a new table instead if we're not using it, will consult @zomars
* feat: rename verificationRequest --> verificationToken in schema.prisma
* fix: rename verificationRequest -> verificationToken in the codebase
* feat: add default cookies for next-auth
* fix: moves @lib/serverConfig to @calcom/lib so it can be called by website too
* fix: make self-certificate work in dev env by not rejecting tls in serverConfig
* fix verificationTokenToken typo
Co-authored-by: Omar López <zomars@me.com>
* Adds domain: .cal.com if not dev env in cookies
* Adds default-cookies to apps/web, and nextauth_domain to turbo website build deps"a
* update NEXTAUTH_DOMAIN to NEXTAUTH_COOKIE_DOMAIN
* Updates website submodule
* Removes deprecated env vars
* Consolidates auth logic in one place
* Updates website module
* Signup fixes
* Build fixes
* Updates example
* Updates example
* Fixes
* Fix Email Verification
* fix: move csrf-token cookiePrefix from __Host -> __Secure
* Removes console log
* Fixes link in email template
* Removed irrelevant coment
* Testing with a 32 bit secret
* Fixes for cookien in E2E
* E2E fixes
* Fixes Stripe tests locally
* Temp fix for E2E
Co-authored-by: Agusti Fernandez Pardo <git@agusti.me>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
Co-authored-by: Omar López <zomars@me.com>
Co-authored-by: Hariom Balhara <hariombalhara@gmail.com>
2022-04-21 14:32:25 -06:00
SiderealArt
c12436afb0
Update Traditional Chinese translation ( #2566 )
...
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2022-04-21 17:20:56 +02:00
alannnc
6e82d38249
Fix for appstore and wipemycal render ( #2556 )
...
* Fix for appstores and wipe-my-cal
* Fix email subject for reschedule
* Fix email subject for reschedule
* Fix api add wipemycal return
* Now we ask on a endpoint if app its installed
* Fix types
Co-authored-by: Omar López <zomars@me.com>
2022-04-20 23:37:25 +02:00
Yassin Eldeeb
8c173c840b
fix(web): overflow with auto scroll instead of scroll ( #2535 )
...
* fix(readme): update setup steps
* fix(readme): update required node version in prerequisites section
* fix(web): overflow-auto instead of overflow-scroll
* Revert "fix(readme): update setup steps"
This reverts commit 2938d510c8
.
* Revert "fix(readme): update required node version in prerequisites section"
This reverts commit 848e1a1535
.
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
Co-authored-by: Bailey Pumfleet <pumfleet@hey.com>
2022-04-19 16:50:19 +01:00
Agusti Fernandez
7493093a1a
fix: dangling zero in api keys list ( #2548 )
2022-04-19 12:32:17 +01:00
Peer Richelsen
b4ee4413cc
Update eventTypes.tsx ( #2545 )
2022-04-18 22:40:56 +02:00
Peer Richelsen
c92070a5a2
Update package.json
2022-04-18 19:53:49 +02:00
Hariom Balhara
102ca5403d
Fix "Edit Booking" Icon ( #2536 )
2022-04-18 11:25:56 +01:00
Hariom Balhara
7fd57b88dc
Fix mobile reschedule actions ( #2534 )
2022-04-17 17:37:16 +02:00
Hariom Balhara
5f57694148
Fix Mobile UI for Booking Availability Page. Make it consistent with booking page ( #2533 )
2022-04-17 13:25:11 +02:00
Peer Richelsen
73c97e85d4
overflow scroll for categories ( #2502 )
2022-04-16 20:37:19 +00:00
Syed Ali Shahbaz
ccde0c20ab
fixed avatargroup in mobile screens ( #2498 )
...
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-04-16 22:23:15 +02:00
sean-brydon
d2d3c67144
Display most recent ( #2529 )
2022-04-16 13:51:44 +02:00
Agusti Fernandez
faa67e0bb6
Feature: Adds api keys to cal.com webapp ( #2277 )
...
* feat: add ApiKey model for new Api auth, owned by a user
* fix: remove metadata:Json and add note:String instead in new apiKey model
* fix: rename apiKey to apiKeys in moder User relation in schema.prisma
* feat: add hashedKey to apiKey and lastUsedAt datetime to keep track of usage of keys and makiung them securely stored in db
* fix 30 day -> 30 days in expiresAt
* feat: api keys frontend in security page
* adds hashedKey to api key model, add frontend api keys in security page
* Make frontend work to create api keys with or without expiry, note, defaults to 1 month expiry
* remove migration for now, add env.example to swagger, sync api
* feat: hashed api keys
* fix: minor refactor and cleanup in apiKeys generator
* add api key success modal
* sync apps/api
* feat: We have API Keys in Security =)
* remove swagger env from pr
* apps api sync
* remove comments in password section
* feat: migration for api keys schema
* sync api w main
* delete apps/api
* add back apps/api
* make min date and disabled optional props in datepicker
* feat fix type check errors
* fix : types
* fix: rmeove renaming of verificationrequest token indexes in migration
* fix: remove extra div
* Fixes for feedback in PR
* fix button />
* fix: rename weird naming of translation for you_will_only_view_it_once
* fix: remove ternary and use && to avoid null for false
* fix sync apps/api with main not old commit
* fix empty className
* fix: remove unused imports
* fix remove commented jsx fragment close
* fix rename editing
* improve translations
* feat: adds beta tag in security tab under api keys
* fix: use api keys everywhere
* fix: cleanup code in api keys
* fix: use watch and controller for neverexpires/datepicker
* Fixes: improve api key never expires
* add back change password h2 title section in security page
* fix update env API_KEY_ prefix default to cal_
* fix: improve eidt api keys modal
* fix: update edit mutation in viewer.apiKeys
* Update apps/web/ee/components/apiKeys/ApiKeyListItem.tsx
Co-authored-by: Alex van Andel <me@alexvanandel.com>
* fix: item: any to pass build
Co-authored-by: Agusti Fernandez Pardo <git@agusti.me>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
Co-authored-by: Omar López <zomars@me.com>
Co-authored-by: Alex van Andel <me@alexvanandel.com>
2022-04-15 20:58:34 -06:00
Leo Giovanetti
ffebe8e901
HubSpot App ( #2380 )
...
* Initial changes
* OAuth done and credentials stored
* Added "other" integrations
* Switching to hubspot api client
* Event creation for all attendees
* Update and delete done
* Doc update
* Fixing types
* App label is not mandatory
* Fixing bad merge: App label deleted
* Fixing bad automerge
* Removing c.log
Co-authored-by: Omar López <zomars@me.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-04-15 23:23:38 -03:00
sean-brydon
dabf5367bc
DailyVideo default ( #2505 )
...
Co-authored-by: Omar López <zomars@me.com>
2022-04-15 17:07:37 +02:00
alannnc
c06d8164bc
feature/app wipe my cal ( #2496 )
2022-04-15 10:09:40 +00:00
sean-brydon
080f2bb845
Updating App-Infomation + pics ( #2489 )
2022-04-15 10:35:50 +01:00
Peer Richelsen
25e4e28c2a
small app store fixes ( #2501 )
...
* added new other illustration, fixed dialog styling
* revert color change
2022-04-15 08:54:09 +00:00
alannnc
5b90ace8cf
feature/app wipe my cal ( #2487 )
...
* WIP bookings page ui changes, created api endpoint
* Ui changes mobile/desktop
* Added translations
* Fix lib import and common names
* WIP reschedule
* WIP
* Save wip
* [WIP] builder and class for CalendarEvent, email for attende
* update rescheduled emails, booking view and availability page view
* Working version reschedule
* Fix for req.user as array
* Added missing translation and refactor dialog to self component
* Test for reschedule
* update on types
* Update lib no required
* Update type on createBooking
* fix types
* remove preview stripe sub
* remove unused file
* remove unused import
* Fix reschedule test
* Refactor and cleaning up code
* Email reschedule title fixes
* Adding calendar delete and recreate placeholder of cancelled
* Add translation
* Removed logs, notes, fixed types
* Fixes process.env types
* Use strict compare
* Fixes type inference
* Type fixing is my middle name
* Update apps/web/components/booking/BookingListItem.tsx
* Update apps/web/components/dialog/RescheduleDialog.tsx
* Update packages/core/builders/CalendarEvent/director.ts
* Update apps/web/pages/success.tsx
* Updates rescheduling labels
* Update packages/core/builders/CalendarEvent/builder.ts
* Type fixes
* Update packages/core/builders/CalendarEvent/builder.ts
* Only validating input blocked once
* E2E fixes
* Stripe tests fixes
* Wipe my cal init commit
* Fixes circular dependencies
* Added conditional display for wipe my cal button
* Added placeholder image for app category
* Fix type string for conditional validation
Co-authored-by: Peer Richelsen <peer@cal.com>
Co-authored-by: zomars <zomars@me.com>
2022-04-14 20:24:27 -06:00
Afzal Sayed
699d910ab4
Perf: Optimize event-types page ( #2436 )
...
* Perf: Optimize event-types page
* Memoize layout in Shell
* setQueryState without awaiting mutate for optimistic update
* Update Shell.tsx
* Fix types
* Update auth-index.test.ts
Co-authored-by: zomars <zomars@me.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-04-14 21:49:51 +00:00
alannnc
3c6ac395cc
Feature/reschedule bookings ( #2351 )
...
* WIP bookings page ui changes, created api endpoint
* Ui changes mobile/desktop
* Added translations
* Fix lib import and common names
* WIP reschedule
* WIP
* Save wip
* [WIP] builder and class for CalendarEvent, email for attende
* update rescheduled emails, booking view and availability page view
* Working version reschedule
* Fix for req.user as array
* Added missing translation and refactor dialog to self component
* Test for reschedule
* update on types
* Update lib no required
* Update type on createBooking
* fix types
* remove preview stripe sub
* remove unused file
* remove unused import
* Fix reschedule test
* Refactor and cleaning up code
* Email reschedule title fixes
* Adding calendar delete and recreate placeholder of cancelled
* Add translation
* Removed logs, notes, fixed types
* Fixes process.env types
* Use strict compare
* Fixes type inference
* Type fixing is my middle name
* Update apps/web/components/booking/BookingListItem.tsx
* Update apps/web/components/dialog/RescheduleDialog.tsx
* Update packages/core/builders/CalendarEvent/director.ts
* Update apps/web/pages/success.tsx
* Updates rescheduling labels
* Update packages/core/builders/CalendarEvent/builder.ts
* Type fixes
* Update packages/core/builders/CalendarEvent/builder.ts
* Only validating input blocked once
* E2E fixes
* Stripe tests fixes
Co-authored-by: Peer Richelsen <peer@cal.com>
Co-authored-by: zomars <zomars@me.com>
2022-04-14 15:25:24 -06:00
Omar López
6bb4b2e938
Fixes auth E2E tests ( #2490 )
2022-04-14 20:17:59 +00:00
Hariom Balhara
d1b063d59d
User should be able to rebook a cancelled timeslot ( #2483 )
...
Co-authored-by: Bailey Pumfleet <pumfleet@hey.com>
2022-04-14 16:01:38 +01:00
Alex van Andel
5fdc5078cc
Styling tweaks to inputs and Select (+ TimezoneSelect) ( #2453 )
...
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
Co-authored-by: Bailey Pumfleet <pumfleet@hey.com>
2022-04-14 15:58:23 +01:00
Hariom Balhara
9ed666a475
Add app-store tests ( #2465 )
...
Co-authored-by: Bailey Pumfleet <pumfleet@hey.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-04-14 09:30:38 +05:30
Hariom Balhara
39935306fc
Embed behind authentication page, Floating Button Popup and other changes ( #2468 )
...
Co-authored-by: Omar López <zomars@me.com>
2022-04-14 08:17:34 +05:30
Hariom Balhara
ce476bf90f
Consider Pending/Accepted bookings only ( #2479 )
...
Co-authored-by: Bailey Pumfleet <pumfleet@hey.com>
2022-04-13 10:22:27 -07:00
sean-brydon
b0d8eac2a2
Changing Daily to Cal.com ( #2478 )
2022-04-13 16:52:46 +02:00
Demian Caldelas
e1df207f5d
Prepare for deprecated radix-ui IdProvider ( #2068 )
...
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
Co-authored-by: Bailey Pumfleet <pumfleet@hey.com>
Co-authored-by: Omar López <zomars@me.com>
2022-04-12 18:41:42 +00:00
Hariom Balhara
75c2ccff96
RoundRobin Booking Error in a particular case ( #2471 )
...
* users can be array of user when roundrobin team booking is there with availablity of multiple people
* Return empty array
* Add comments
* checktype fix
* removed extra condition
Co-authored-by: Syed Ali Shahbaz <alishahbaz7@gmail.com>
2022-04-12 10:10:18 -07:00
Joe Au-Yeung
9d86039987
Remove to string, return dayjs object ( #2464 )
2022-04-12 13:01:50 +01:00
Omar López
cde131a351
Upgrades tRPC ( #2460 )
2022-04-12 09:32:14 +00:00
Hariom Balhara
31d1bde52a
Prevent unauthorized update to schedule ( #2466 )
2022-04-12 10:22:29 +01:00
Afzal Sayed
4c5ae567e4
Introduce isPublic prop in Shell ( #2437 )
...
Co-authored-by: zomars <zomars@me.com>
2022-04-12 04:38:10 +00:00
zomars
a3e0d0aec9
Fixes for blank Shell
2022-04-11 08:54:56 -07:00
Omar López
95af0fb631
Revert "Revert "Fixes public apps page ( #2422 )" ( #2461 )" ( #2462 )
...
This reverts commit a5522c98a0
.
2022-04-11 08:36:21 -07:00
Bailey Pumfleet
a5522c98a0
Revert "Fixes public apps page ( #2422 )" ( #2461 )
...
This reverts commit 81f3e824ff
.
2022-04-11 16:11:35 +01:00
Omar López
81f3e824ff
Fixes public apps page ( #2422 )
2022-04-11 15:21:20 +01:00
Alex van Andel
5e3da4d178
Check STRIPE_PRIVATE_KEY exists before stripe call during disband ( #2454 )
2022-04-10 08:57:08 -07:00
github-actions[bot]
66aeadffbb
New Crowdin translations by Github Action ( #2421 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2022-04-10 00:33:32 +02:00
Syed Ali Shahbaz
eceba51020
Dynamic group booking follow-up ( #2430 )
2022-04-08 17:50:10 +01:00
Agusti Fernandez
385421d250
fix order of past bookings ( #2425 )
2022-04-08 12:50:00 +01:00
Hariom Balhara
c63d81719b
Embed Improvements ( #2365 )
...
Co-authored-by: Omar López <zomars@me.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2022-04-08 05:33:24 +00:00
sean-brydon
96f6294542
Show eventDescription on email ( #2371 )
...
* Show eventDescription on email
* Fixing Inheritance
* Fixing Duplicate getLocation
* Type fixes
Co-authored-by: zomars <zomars@me.com>
2022-04-07 18:22:11 +00:00
Gwenaël Gallon
5e7d34b9c4
[fr] Add missing translations ( #2409 )
...
Update with last missing French translations
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-04-07 20:10:58 +02:00
github-actions[bot]
472b295c93
New Crowdin translations by Github Action ( #2401 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2022-04-07 20:06:58 +02:00
Benedikt Hopmann
5577a60f26
Update german translation ( #2415 )
...
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2022-04-07 20:03:52 +02:00
Miguel Nieto A
06df6c9e91
Save event-type's currency on db ( #2404 )
...
* Save event-type's currency on db
* Add currency field to formMethods definition
2022-04-07 08:34:49 -07:00
Syed Ali Shahbaz
a551919152
Dynamic group link for more than 2 user fixed ( #2416 )
2022-04-07 14:41:26 +01:00
Syed Ali Shahbaz
63635fc110
Dynamic group booking fix to accept "+" in URL and updated Head SEO for dynamic booking ( #2414 )
2022-04-07 11:28:52 +01:00
Hariom Balhara
31a8f25bb6
Fix E2E Tests and Fix broken success page and non existing user URL ( #2411 )
2022-04-07 08:34:19 +01:00
Syed Ali Shahbaz
d1ffd1edae
dynamic group links ( #2239 )
...
* --init
* added default event types
* updated lib path
* updated group link design
* fixed collective description
* added default minimum booking notice
* Accept multi user query for a default event type
* check types
* check types --WIP
* check types still --WIP
* --WIP
* --WIP
* fixed single user type not working
* check fix
* --import path fix
* functional collective eventtype page
* fixed check type
* minor fixes and --WIP
* typefix
* custominput in defaultevent fix
* added booking page compatibility for dynamic group links
* added /book compatibility for dynamic group links
* checktype fix --WIP
* checktype fix
* Success page compatibility added
* added migrations
* added dynamic group booking slug to booking creation
* reschedule and database fix
* daily integration
* daily integration --locationtype fetch
* fixed reschedule
* added index to key parameter in eventtype list
* fix + added after last group slug
* added user setting option for dynamic booking
* changed defaultEvents location based on recent changes
* updated default event name in updated import
* disallow booking when one in group disallows it
* fixed setting checkbox association
* cleanup
* udded better error handling for disabled dynamic group bookings
* cleanup
* added tooltip to allow dynamic setting and enable by default
* Update yarn.lock
* Fix: Embed Fixes, UI configuration PRO Only, Tests (#2341 )
* #2325 Followup (#2369 )
* Adds initial MDX implementation for App Store pages
* Adds endpoint to serve app store static files
* Replaces zoom icon with dynamic-served one
* Fixes zoom icon
* Makes Slider reusable
* Adds gray-matter for MDX
* Adds zoom screenshots
* Update yarn.lock
* Slider improvements
* WIP
* Update TrendingAppsSlider.tsx
* WIP
* Adds MS teams screenshots
* Adds stripe screenshots
* Cleanup
* Update index.ts
* WIP
* Cleanup
* Cleanup
* Adds jitsi screenshot
* Adds Google meet screenshots
* Adds office 365 calendar screenshots
* Adds google calendar screenshots
* Follow #2325
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
* requested changes
* further requested changes
* more changes
* type fix
* fixed prisma/client import path
* added e2e test
* test-fix
* E2E fixes
* Fixes circular dependency
* Fixed paid bookings seeder
* Added missing imports
* requested changes
* added username slugs as part of event description
* updated event description
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
Co-authored-by: zomars <zomars@me.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2022-04-06 10:20:30 -07:00
Afzal Sayed
d340ee62bb
Fix login and onboarding flows ( #2390 )
...
* Fix login and onboarding flows
* Remove unused import
* Update apps/web/components/Shell.tsx
Co-authored-by: Syed Ali Shahbaz <52925846+alishaz-polymath@users.noreply.github.com>
* Prefer early return
* Prevent regressions
Co-authored-by: Bailey Pumfleet <bailey@pumfleet.co.uk>
Co-authored-by: Syed Ali Shahbaz <52925846+alishaz-polymath@users.noreply.github.com>
Co-authored-by: zomars <zomars@me.com>
2022-04-06 17:07:22 +00:00
Hariom Balhara
c07b9b96fe
Add translation for rediret string ( #2399 )
...
* Add translation for rediret string
* Simplify translations
* Update success.tsx
Co-authored-by: zomars <zomars@me.com>
2022-04-06 16:21:42 +00:00
Demian Caldelas
551892fa30
Refactor login tests ( #2337 )
...
Co-authored-by: Omar López <zomars@me.com>
2022-04-06 08:13:09 -07:00
Peer Richelsen
7fd65ceb8a
added vietnamese ( #2400 )
2022-04-06 15:01:32 +02:00
github-actions[bot]
4fc8e2a2ac
New Crowdin translations by Github Action ( #2386 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2022-04-06 15:00:34 +02:00
Benedikt Hopmann
eebc1bce1a
Update german translation ( #2395 )
2022-04-06 14:59:55 +02:00
sean-brydon
02dbb88e6b
Slack App Integration ( #2041 )
...
* patch applied
* patch applied
* We shouldn't pollute global css
* Build fixes
* Updates typings
* WIP extracting zoom to package
* Revert "Upgrades next to 12.1 (#1895 )" (#1903 )
This reverts commit ede0e98e1f
.
* Tweak/gitignore prisma zod (#1905 )
* Extracts ignored createEventTypeBaseInput
* Adds postinstall script
* Revert "Tweak/gitignore prisma zod (#1905 )" (#1906 )
This reverts commit 15bfeb30d7
.
* Eslint fixes (#1898 )
* Eslint fixes
* Docs build fixes
* Upgrade to next 12.1 (#1904 )
* Upgrades next to 12.1
* Fixes build
* Updaters e2e test pipelines
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
* Fix URL by removing slash and backslash (#1733 )
* Fix URl by removing slash and backslash
* Implement slugify
* Add data type
* Fixing folder structure
* Solve zod-utils conflict
* Build fixes (#1929 )
* Build fixes
* Fixes type error
* WIP
* Conflict fixes
* Removes unused file
* TODO
* WIP
* Type fixes
* Linting
* WIP
* Moved App definition to types
* WIP
* WIP
* WIP
* WIP WIP
* Renamed zoomvideo app
* Import fix
* Daily.co app (#2022 )
* Daily.co app
* Update packages/app-store/dailyvideo/lib/VideoApiAdapter.ts
Co-authored-by: Omar López <zomars@me.com>
* Update packages/app-store/dailyvideo/lib/VideoApiAdapter.ts
Co-authored-by: Omar López <zomars@me.com>
* Missing deps for newly added contants to lib
Co-authored-by: Omar López <zomars@me.com>
* WIP
* WIP
* WIP
* Daily fixes
* Updated type info
* Slack Oauth integration - api route ideas
* Adds getLocationOptions
* Type fixes
* Adds location option for daily video
* Revert "Slack Oauth integration - api route ideas"
This reverts commit 35ffa78e92
.
* Slack Oauth + verify sig
* Slack Oauth + verify sig
Implementing connect slack with workspace OAuth
Implemented the ability for slack to send requests on events (commands etc) - This only works if slacks signature matches with our signature
* Revert "Slack Oauth + verify sig"
This reverts commit ee95795e0f
.
* WIP - Signature verifiaction failure
* Huddle01 migration to app store (#2038 )
* Jitsi Video App migration
* Removing uneeded dependencies
* Missed unused reference
* Missing dependency
`@calcom/lib` is needed in the `locationOption.ts` file
* Huddle01 migration to app store
* WIP: PostData for creating event
* Optimising Query
Vital as we only have 3 seconds max to return the response to slack.
* Jitsi Video App migration (#2027 )
* Jitsi Video App migration
* Removing uneeded dependencies
* Missed unused reference
* Missing dependency
`@calcom/lib` is needed in the `locationOption.ts` file
Co-authored-by: Omar López <zomars@me.com>
* Monorepo/app store MS Teams Integration (#2080 )
* Create teamsvideo package
* Remove zoom specific refrences
* Add teams video files
* Rename to office365_video
* Add call back to add crednetial type office365_teams
* Rename to office_video to match type
* Add MS Teams as a location option
* Rename files
* Add teams reponse interface and create meeting
* Comment out Daily imports
* Add check for Teams integration
* Add token checking functions
* Change template to create event rather than meeting
* Add comment to test between create link and event
* Add teams URL to booking
* Ask for just onlineMeeting permission
* Add MS Teams logo
* Add message to have an enterprise account
* Remove comments
* Comment back hasDailyIntegration
* Comment back daily credentials
* Update link to MS Graph section of README
* Move API calls to package
Co-authored-by: Omar López <zomars@me.com>
* Re-adds missing module for transpiling
* Adding connect button if there is on user
* Adds email as required field for app store metadata
* WIP: migrates tandem to app store
* Cleanup
* Migrates tandem api routes to app store
* Fixes tandem api handlers
* Big WIP WIP
* Show todays bookings.
* No booking message to json
* Transition into modals
Better UX for submitting forms.
* Create Bookings - Working
* Fixing /today to show today and not all upcoming
* Fixing message
* Build fixes
* WIP
* Fixes annoying circular dependency bug
I've spent a whole day on this....
* Location option cleanup
* Type fixes
* Update EventManager.ts
* Update CalendarManager.ts
* Merge branch 'monorepo/app-store' into sean-monorepo-slack-oauth
* Moves CalendarService back to lib
* Moves apple calendar to App Store
* Cleanup
* Booking Success
* Merge branch 'main' into sean-monorepo-slack-oauth
* Restored moved file
* Delete TeamRole.tsx
* Undoing unrelated changes
* Cleanup
* Cleanup
* Updates website
* Delete .env.example
* Update yarn.lock
* Adds instructions to README
* Build fixes
* Uses generic app store api handler
* Adds install button and cleanup
* Updates .env.example
* Update README.md
* Renames slackapp to slackmessaing
* Update InstallAppButton.tsx
* Delete locationOption.ts
* Type fixes
* Build fixes
* Links + Fixing connection issue
* fixed merge conflict
* fixed merge conflict
* Type fixes
* Update index.ts
Co-authored-by: zomars <zomars@me.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
Co-authored-by: Juan Esteban Nieto Cifuentes <89233604+Jenietoc@users.noreply.github.com>
Co-authored-by: Leo Giovanetti <hello@leog.me>
Co-authored-by: Joe Au-Yeung <65426560+joeauyeung@users.noreply.github.com>
Co-authored-by: Peer Richelsen <peer@cal.com>
2022-04-06 12:37:06 +00:00
Peer Richelsen
41755c8c90
fixed redirect banner for mobile ( #2388 )
...
* improved redirect banner on success page
* changed text for redirect input box
* nit
* Updates submodules
* Update yarn.lock
Co-authored-by: zomars <zomars@me.com>
2022-04-06 12:26:08 +00:00
Omar López
f8b7e17fda
Fixes/locations ( #2383 )
...
* Moves locations to App Store and Core
* LocationType fixes
* Update App.d.ts
* Re-add Google Meet
* Moves location labels to the app store
* Renames labels to locationLabels
* Update utils.ts
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-04-05 18:03:22 +00:00
Peer Richelsen
4d58281d6f
Update LICENSE
2022-04-05 18:37:55 +02:00
Omar López
6932d3600e
Fix/post deploy migrations ( #2385 )
...
* Runs db migrations post-deploy
* Deploy fixes
2022-04-05 16:30:11 +00:00
Hariom Balhara
d76b9b0d01
Feature: Support redirecting to an external URL on successful booking ( #2087 )
2022-04-05 08:05:40 +00:00
Peer Richelsen
b3f9921dd8
Update BookingPage.tsx
2022-04-05 00:35:51 +02:00
Demian Caldelas
d7ce4fb983
Resync yarn.lock. Adding some peer deps for turbo `packages/*` ( #2262 )
...
* Resync yarn.lock & add peer deps
* Upgrades zod
Co-authored-by: zomars <zomars@me.com>
2022-04-04 16:23:42 -06:00
Omar López
ffff59dd00
Attempt to fix Stripe webhooks ( #2355 )
...
Split the large transaction so we can debug better what's causing the error from Stripe dashboard
2022-04-04 14:39:59 -06:00
Omar López
a7f5250b4a
Enables strict mode in nextjs apps ( #2354 )
...
- We need this so zod works correctly
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2022-04-04 20:26:14 +00:00
Omar López
4ff21deb89
#2325 Followup ( #2369 )
...
* Adds initial MDX implementation for App Store pages
* Adds endpoint to serve app store static files
* Replaces zoom icon with dynamic-served one
* Fixes zoom icon
* Makes Slider reusable
* Adds gray-matter for MDX
* Adds zoom screenshots
* Update yarn.lock
* Slider improvements
* WIP
* Update TrendingAppsSlider.tsx
* WIP
* Adds MS teams screenshots
* Adds stripe screenshots
* Cleanup
* Update index.ts
* WIP
* Cleanup
* Cleanup
* Adds jitsi screenshot
* Adds Google meet screenshots
* Adds office 365 calendar screenshots
* Adds google calendar screenshots
* Follow #2325
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-04-04 15:53:17 +00:00
Hariom Balhara
5138c676b1
Fix: Embed Fixes, UI configuration PRO Only, Tests ( #2341 )
2022-04-04 15:44:04 +00:00
Omar López
5dbb60dc85
App store mdx support ( #2325 )
...
* Adds initial MDX implementation for App Store pages
* Adds endpoint to serve app store static files
* Replaces zoom icon with dynamic-served one
* Fixes zoom icon
* Makes Slider reusable
* Adds gray-matter for MDX
* Adds zoom screenshots
* Update yarn.lock
* Slider improvements
* WIP
* Update TrendingAppsSlider.tsx
* WIP
* Adds MS teams screenshots
* Adds stripe screenshots
* Cleanup
* Update index.ts
* WIP
* Cleanup
* Cleanup
* Adds jitsi screenshot
* Adds Google meet screenshots
* Adds office 365 calendar screenshots
* Adds google calendar screenshots
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-04-04 15:21:33 +01:00
Peer Richelsen
26e76df6c8
fixed avatar issue on mobile team pages, improved readability of dark mode text on booking page ( #2364 )
2022-04-04 10:20:49 +00:00
github-actions[bot]
c094d05913
New Crowdin translations by Github Action ( #2302 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2022-04-04 11:14:57 +02:00
sean-brydon
95aa5fe308
Fix - Email Notes ( #2356 )
...
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
Co-authored-by: Omar López <zomars@me.com>
2022-04-03 11:59:40 -06:00
Peer Richelsen
9948f9d854
show event-type headline even if description is empty ( #2359 )
2022-04-03 13:15:31 +02:00
Omar López
966a5f30ec
Adds missing confirm email after payment ( #2353 )
2022-04-02 15:30:07 +01:00
Omar López
f2436d2a04
Urgent fix for team bookings ( #2352 )
2022-04-01 11:04:29 -07:00
Syed Ali Shahbaz
b33a3d5652
adds a fallback email to allow fallback gravatar ( #2339 )
2022-04-01 12:07:58 +02:00
Omar López
f71c0ddfc3
Fixes locations options mistranslations ( #2336 )
2022-03-31 14:29:03 -07:00
sean-brydon
f293f8b5c4
Bug - link not showing ( #2333 )
...
* Bug - link not showing
* Added where location as link on emails
* Location URL test fixes
* URLs validator fixes
Co-authored-by: Alan <alannnc@gmail.com>
Co-authored-by: zomars <zomars@me.com>
2022-03-31 19:57:12 +00:00
Miguel Nieto A
0494fccb8e
Set a default for "create events on" ( #2215 )
...
* fix: 🐛 Set a default for create events on
* fix: 🐛 Save default value to db
* Revert fixes in frontend
* fix: 🐛 Set a default for "create events on" from backend"
* fix: 🐛 Update frontend when destinationCalendar is disconnected
2022-03-31 10:26:26 -07:00
Hariom Balhara
4a58da62d6
[Feature]Booking Embed ( #2227 )
2022-03-31 09:45:47 +01:00
Peer Richelsen
ef97f4115d
made app store category grid flexible based on amount of categories ( #2315 )
...
* made app store category grid flexible based on amount of categories
* Update yarn.lock
Co-authored-by: zomars <zomars@me.com>
2022-03-30 17:33:04 +00:00
sean-brydon
6b0e8db496
Adding checkbox to toggle hideNotes ( #2310 )
2022-03-29 09:59:22 -07:00
Peer Richelsen
80af5dd236
added more illustrations for new categories ( #2304 )
...
* added more illustrations for new categories
* minor changes to messaging
2022-03-28 14:34:14 -07:00
Demian Caldelas
0390ae9ee1
Introducing Playwright Fixtures - Users Factory ( #2293 )
...
* Fix not able to logout using the logout path
* Add users fixture for e2e tests
* typo
Co-authored-by: Omar López <zomars@me.com>
2022-03-28 20:06:41 +00:00
buschco
cc5537dd1f
improve date query parsing ( #1992 ) ( #2296 )
...
Co-authored-by: Omar López <zomars@me.com>
2022-03-28 11:50:31 -07:00
sean-brydon
bd66ca183f
Feat - disable notes ( #2249 )
...
* Feat - disable notes
Stops notes from showing in calendar when checked.
* Removing index rename
* Update apps/web/lib/integrations/calendar/interfaces/Calendar.ts
Co-authored-by: Omar López <zomars@me.com>
* Rename to hideCalendarNotes
* Update schema.prisma
* Update webhookResponse-chromium.txt
Co-authored-by: Bailey Pumfleet <pumfleet@hey.com>
Co-authored-by: Omar López <zomars@me.com>
Co-authored-by: Bailey Pumfleet <bailey@pumfleet.co.uk>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2022-03-28 18:07:13 +00:00
github-actions[bot]
4f1a380969
New Crowdin translations by Github Action ( #2298 )
...
* New Crowdin translations by Github Action
* Update common.json
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2022-03-28 15:07:35 +02:00
sean-brydon
4ca5bd58ee
Fixing Booking day name ( #2297 )
...
Co-authored-by: Omar López <zomars@me.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2022-03-27 21:48:13 +02:00
Alex van Andel
b1d804405b
Implements copy day functionality into Availability ( #2273 )
2022-03-27 21:13:27 +02:00
Peer Richelsen
14ba410352
fixed dark mode for booking page and input ( #2292 )
2022-03-27 00:40:41 +01:00
Omar López
ec58a9dd70
The Dotenv Refactor ( #2275 )
...
* dotenv refactoring
* dotenv fixes
* Env variables cleanup
* Updates e2e variables
* Moves environment file to types
* Removes conflicting configs
* Readds missing variables
* Fixes
* More fixes
* Update .env.example
* Update yarn.lock
* Update turbo.json
* Fixes e2e
* Temp fix
* disables cache for lint
* Please work
* I'm getting desperate here.
* Matches node versions
* Take 2
* Revert "Take 2"
This reverts commit a735f47f23
.
* Update .env.example
2022-03-25 17:39:38 -07:00
Peer Richelsen
2d7e1ccc05
added categories index ( #2286 )
2022-03-25 15:44:27 -07:00
github-actions[bot]
7490f07a32
New Crowdin translations by Github Action ( #2256 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2022-03-25 23:20:19 +01:00
Peer Richelsen
6c62918c1f
iframe button text right ( #2285 )
2022-03-25 23:15:16 +01:00
Peer Richelsen
897d255676
fixed layout shift, added new payments illustration ( #2283 )
...
* fixed layout shift, added new payments illustration
* undo integrations bg
2022-03-25 23:09:07 +01:00
Peer Richelsen
1b8132eb2f
added app descriptions ( #2281 )
2022-03-25 15:03:10 -07:00
Peer Richelsen
49bb80eeb4
added illustrations to app store ( #2280 )
...
* fixed a ton of app store layout shift bugs
* added illustrations
* Sync submodules to main
* Update yarn.lock
Co-authored-by: zomars <zomars@me.com>
2022-03-25 19:46:21 +00:00
Peer Richelsen
2104624633
fixed a app store layout shift bugs ( #2279 )
...
* fixed a ton of app store layout shift bugs
* Sync submodules to main
* Update yarn.lock
Co-authored-by: zomars <zomars@me.com>
2022-03-25 19:23:03 +00:00
Omar López
94006156d7
Adds sort order to free event type 404 ( #2278 )
2022-03-25 19:50:13 +01:00
alannnc
92534c7e6d
fix reacreate of bookingReferences when rescheduling ( #2272 )
...
Co-authored-by: Omar López <zomars@me.com>
2022-03-24 23:29:32 +00:00
sean-brydon
296697370d
Improving A11y across pages ( #2219 )
...
* Improving Event-Types A11y
* Fixing more A11y Issues
* Removing Yarn.lock
2022-03-24 20:14:16 +00:00
Omar López
05a7babd56
Fixes/app store mobile ( #2271 )
...
* Grid fixes for mobile
* Adds missing NavTabs to installed apps page
2022-03-24 19:46:36 +00:00
alannnc
3341074bb2
Fix/login username registration ( #2241 )
...
* username update from getting-started when received as query param
* Added test for onboarding username update
* Now saving username saved in localStorage
* remove username field
* Removed wordlist
* Implement checkoutUsername as api endpoint
* Remove unused lib utils not empty
Co-authored-by: zomars <zomars@me.com>
2022-03-24 10:45:56 -07:00
Hariom Balhara
1a77e4046e
Add Booking tests - Reschedule and Cancel. ( #2163 )
...
Co-authored-by: zomars <zomars@me.com>
2022-03-24 10:32:28 -07:00
Peer Richelsen
552751ffcf
app store fixes ( #2266 )
...
* temporally hiding reviews and stars for apps, removed nuke my cal
* fixed categories headline and back button
* truncate description
* updated huddle app
* Delete truncate.ts
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-03-24 09:51:37 -07:00
Omar López
785b156f95
Fixes overflow for long calendar names ( #2261 )
...
- Adds title attribute for overflowed text
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2022-03-24 09:43:07 -07:00
Peer Richelsen
a15b93c276
made dark mode much more consistent and fixed a ton of dark mode problems with teams ( #2258 )
2022-03-24 14:15:24 +01:00
Omar López
1a27edd462
Booking page improvements ( #2260 )
...
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-03-24 02:27:35 +00:00
Alex van Andel
e1964553c4
Bugfix/amend schedule reload ( #2254 )
...
* Invalidate onSuccess delete instead of reload
* Added schedule name to availability update + fix update invalidation
Co-authored-by: Omar López <zomars@me.com>
2022-03-23 23:23:18 +00:00
Omar López
f536d1040c
App Store ( #1869 )
...
* patch applied
* patch applied
* We shouldn't pollute global css
* Build fixes
* Updates typings
* WIP extracting zoom to package
* Revert "Upgrades next to 12.1 (#1895 )" (#1903 )
This reverts commit ede0e98e1f
.
* Tweak/gitignore prisma zod (#1905 )
* Extracts ignored createEventTypeBaseInput
* Adds postinstall script
* Revert "Tweak/gitignore prisma zod (#1905 )" (#1906 )
This reverts commit 15bfeb30d7
.
* Eslint fixes (#1898 )
* Eslint fixes
* Docs build fixes
* Upgrade to next 12.1 (#1904 )
* Upgrades next to 12.1
* Fixes build
* Updaters e2e test pipelines
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
* Fix URL by removing slash and backslash (#1733 )
* Fix URl by removing slash and backslash
* Implement slugify
* Add data type
* Fixing folder structure
* Solve zod-utils conflict
* Build fixes (#1929 )
* Build fixes
* Fixes type error
* WIP
* Conflict fixes
* Removes unused file
* TODO
* WIP
* Type fixes
* Linting
* WIP
* Moved App definition to types
* WIP
* WIP
* WIP
* WIP WIP
* Renamed zoomvideo app
* Import fix
* Daily.co app (#2022 )
* Daily.co app
* Update packages/app-store/dailyvideo/lib/VideoApiAdapter.ts
Co-authored-by: Omar López <zomars@me.com>
* Update packages/app-store/dailyvideo/lib/VideoApiAdapter.ts
Co-authored-by: Omar López <zomars@me.com>
* Missing deps for newly added contants to lib
Co-authored-by: Omar López <zomars@me.com>
* WIP
* WIP
* WIP
* Daily fixes
* Updated type info
* Slack Oauth integration - api route ideas
* Adds getLocationOptions
* Type fixes
* Adds location option for daily video
* Revert "Slack Oauth integration - api route ideas"
This reverts commit 35ffa78e92
.
* Slack Oauth + verify sig
* Revert "Slack Oauth + verify sig"
This reverts commit ee95795e0f
.
* Huddle01 migration to app store (#2038 )
* Jitsi Video App migration
* Removing uneeded dependencies
* Missed unused reference
* Missing dependency
`@calcom/lib` is needed in the `locationOption.ts` file
* Huddle01 migration to app store
* Jitsi Video App migration (#2027 )
* Jitsi Video App migration
* Removing uneeded dependencies
* Missed unused reference
* Missing dependency
`@calcom/lib` is needed in the `locationOption.ts` file
Co-authored-by: Omar López <zomars@me.com>
* Monorepo/app store MS Teams Integration (#2080 )
* Create teamsvideo package
* Remove zoom specific refrences
* Add teams video files
* Rename to office365_video
* Add call back to add crednetial type office365_teams
* Rename to office_video to match type
* Add MS Teams as a location option
* Rename files
* Add teams reponse interface and create meeting
* Comment out Daily imports
* Add check for Teams integration
* Add token checking functions
* Change template to create event rather than meeting
* Add comment to test between create link and event
* Add teams URL to booking
* Ask for just onlineMeeting permission
* Add MS Teams logo
* Add message to have an enterprise account
* Remove comments
* Comment back hasDailyIntegration
* Comment back daily credentials
* Update link to MS Graph section of README
* Move API calls to package
Co-authored-by: Omar López <zomars@me.com>
* Re-adds missing module for transpiling
* Adds email as required field for app store metadata
* WIP: migrates tandem to app store
* Cleanup
* Migrates tandem api routes to app store
* Fixes tandem api handlers
* Big WIP WIP
* Build fixes
* WIP
* Fixes annoying circular dependency bug
I've spent a whole day on this....
* Location option cleanup
* Type fixes
* Update EventManager.ts
* Update CalendarManager.ts
* Moves CalendarService back to lib
* Moves apple calendar to App Store
* Cleanup
* More cleanup
* Migrates apple calendar
* Returns all connected calendars credentials
* No tsx needed in calcom/lib
* Update auth.ts
* Reordering
* Update i18n.utils.ts
* WIP: Google Meet
* Type fixes
* Type fixes
* Cleanup
* Update LinkIconButton.tsx
* Update TrialBanner.tsx
* Cleanup
* Cleanup
* Type fixes
* Update _appRegistry.ts
* Update fonts.css
* Update CalEventParser.ts
* Delete yarn.lock.rej
* Update eslint-preset.js
* Delete zoom.tsx
* Type fixes
* Migrates caldav to app store
* Cleanup
* Type fixes
* Adds caldav to app store
* Test fixes
* Updates integration tests
* Moar test fixes
* Redirection fixes
* Redirection fixes
* Update timeFormat.ts
* Update booking-pages.test.ts
* Connect button fixes
* Fix empty item
* Cal fixes andrea (#2234 )
* Fixes #2178
* Fixes #2178
* Update apps/web/components/availability/Schedule.tsx
* Update apps/web/components/availability/Schedule.tsx
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
Co-authored-by: Peer Richelsen <peer@cal.com>
* added meta viewport to disable zoom on input focus on mobile (#2238 )
* Update lint.yml (#2211 )
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
* Fix prisma client bundle makes app slow (#2237 )
Co-authored-by: Omar López <zomars@me.com>
* Slider fixes
* Removed unused code
* Full Shell when unauthed
* App sidebar responsive fixes
* Adds dynamic install button
* Fix for duplicate connected calendars
* Various fixes
* Display notification on app delete
* Reuse connect button
* Adds CalDav button
* Deprecates ConnectIntegration
* Simplify install button
* Adds Google Calendar connect button
* Adds Office 365 Install button
* Migrates Stripe to App Store
* Zoom Install Button (#2244 )
* Fix minor css, app image load from static path
* Fix app logos remote img src (#2252 )
* Adds missing exports
* Cleanup
* Disables install button for globally enabled apps
* Update EventManager.ts
* Stripe fixes
* Disables example app
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
Co-authored-by: Juan Esteban Nieto Cifuentes <89233604+Jenietoc@users.noreply.github.com>
Co-authored-by: Leo Giovanetti <hello@leog.me>
Co-authored-by: Sean Brydon <seanbrydon.me@gmail.com>
Co-authored-by: Joe Au-Yeung <65426560+joeauyeung@users.noreply.github.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
Co-authored-by: Bailey Pumfleet <pumfleet@hey.com>
Co-authored-by: Syed Ali Shahbaz <52925846+alishaz-polymath@users.noreply.github.com>
Co-authored-by: andreaestefania12 <andreaestefania12@hotmail.com>
Co-authored-by: Peer Richelsen <peer@cal.com>
Co-authored-by: Demian Caldelas <denik.works@protonmail.com>
Co-authored-by: Alan <alannnc@gmail.com>
2022-03-23 15:00:30 -07:00
Demian Caldelas
7716b4c15f
Fix prisma client bundle makes app slow ( #2237 )
...
Co-authored-by: Omar López <zomars@me.com>
2022-03-22 15:22:20 +00:00
Peer Richelsen
3c967ab280
added meta viewport to disable zoom on input focus on mobile ( #2238 )
2022-03-22 11:03:31 +00:00
andreaestefania12
9f2e71beae
Cal fixes andrea ( #2234 )
...
* Fixes #2178
* Fixes #2178
* Update apps/web/components/availability/Schedule.tsx
* Update apps/web/components/availability/Schedule.tsx
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
Co-authored-by: Peer Richelsen <peer@cal.com>
2022-03-22 10:34:36 +00:00
Peer Richelsen
ab2542501a
fixed onboarding ( #2233 )
2022-03-21 23:14:00 +00:00
Miguel Nieto A
6ed945943a
feat: ✨ Show dialog only for InPerson and Link locations ( #2206 )
2022-03-21 20:45:53 +00:00
github-actions[bot]
b8980ced8e
New Crowdin translations by Github Action ( #2218 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2022-03-21 19:09:01 +00:00
Syed Ali Shahbaz
8671255d5c
fix for email ( #2220 )
2022-03-21 10:21:00 +00:00
Leo Giovanetti
94b210329b
Height didn't matched ( #2216 )
2022-03-20 09:48:11 +00:00
Alex van Andel
a8e137a55c
Show button even when no event types ( #2214 )
2022-03-18 21:46:04 +00:00
Vlad
46f515a19f
fixed Select component ':active' option color ( #2207 )
...
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2022-03-18 18:31:30 +00:00
Peer Richelsen
47ce2feb3c
minor layout improvements ( #2209 )
2022-03-18 14:22:56 -04:00
Demian Caldelas
ae27601405
Fix double forward slash in auth callback ( #2197 )
...
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
Co-authored-by: Omar López <zomars@me.com>
2022-03-18 10:56:56 -07:00
Peer Richelsen
94f6c80d57
added helpscout ( #2204 )
...
* added helpscout
* nit
* moved all help apps into its own component
* added helpscout to .env.example
2022-03-18 15:09:13 +00:00
github-actions[bot]
ea72ecc9e5
New Crowdin translations by Github Action ( #2194 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2022-03-18 09:58:13 +00:00
Syed Ali Shahbaz
e59d29a429
reverts to before dialog change state ( #2195 )
2022-03-18 09:55:02 +00:00
alannnc
c558c880f2
Revert dialog view change ( #2193 )
2022-03-17 23:28:43 +00:00
Peer Richelsen
77879bc193
moved availability outside of advanced settigns ( #2188 )
...
* moved availability outside of advanced settigns
* added icon for availability and divider
* nit
* fixed padding availability on mobile
* nit
* nit
2022-03-17 20:49:20 +00:00
github-actions[bot]
1b813b0ee3
New Crowdin translations by Github Action ( #2184 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2022-03-17 19:57:15 +00:00
Demian Caldelas
55587e92c1
Fix a set of E2E bugs causing several CI failures ( #2177 )
...
* Fix E2E bugs causing CI failutes
* Revert setup in dx
Co-authored-by: zomars <zomars@me.com>
2022-03-17 12:36:11 -07:00
Alex van Andel
39d395bf62
Reverted to pre-dialog content ( #2189 )
2022-03-17 19:21:47 +00:00
Peer Richelsen
95f92cac28
added emptyscreen component to availability and event-types ( #2187 )
...
* added emptyscreen component to availability
* added emptyscreen for event-types too
* added placeholder for adding new schedule
* didnt realise we had a Working Hours string alredy
* nit
* remove white background from empty availability
2022-03-17 19:13:39 +00:00
Omar López
deffb77875
Trigger missing deploy ( #2186 )
2022-03-17 10:07:33 -07:00
Alex van Andel
6a211dd5b3
Feature/multiple schedules post turbo ( #2150 )
...
* Concluded merge
* Applied stash to newly merged
* Always disconnect + remove redundant success message
* Added named dialog to replace new=1
* Merged with main p2
* Set eventTypeId to @unique
* WIP
* Undo vscode changes
* Availability dropdown works
* Remove console.log + set schedule to null as it is unneeded
* Added schedule to availability endpoint
* Reduce one refresh; hotfix state inconsistency with forced refresh for now
* Add missing translations
* Fixed some type errors I missed
* Ditch outdated remnant from before packages/prisma
* Remove Availability section for teams
* Bringing back the Availability section temporarily to teams to allow configuration
* Migrated getting-started to new availability system + updated translations + updated seed
* Fixed type error coming from main
* Titlecase 'default' by providing translation
* Fixed broken 'radio' buttons.
* schedule deleted translation added
* Added empty state for when no schedules are configured
* Added correct created message + hotfix reload hard on delete to refresh state
* Removed index renames
* Type fixes
* Update NewScheduleButton.tsx
Co-authored-by: zomars <zomars@me.com>
Co-authored-by: Bailey Pumfleet <pumfleet@hey.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-03-17 09:48:23 -07:00
Syed Ali Shahbaz
bcbf8390e0
Refactor old dialog to radix Dialog ( #2151 )
...
* --init
* refactored more dialogs --WIP
* more modals replaced by dialogs --WIP
* fix for new dialog location import
* --WIP
* lint fix
* final dialog refactor
* added more width to max-w for dialog in sm screen
* clean-up
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-03-17 13:20:49 +00:00
github-actions[bot]
df64af2aba
New Crowdin translations by Github Action ( #2179 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2022-03-17 12:57:48 +00:00
github-actions[bot]
39ecf914ed
New Crowdin translations by Github Action ( #2165 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2022-03-17 12:46:34 +00:00
Peer Richelsen
faa74dae39
more consistency for dropdown ( #2173 )
...
Co-authored-by: zomars <zomars@me.com>
2022-03-16 18:09:17 -07:00
Omar López
558897fe53
Migrates components and libs to packages ( #2172 )
...
* Migrates Dialog to ui package
* Migrates Alert to ui
* Migrate Button to ui
* UI and lib migrations
* Add missing imports
* Update Error.tsx
2022-03-16 16:36:43 -07:00
sean-brydon
f9f856d7ea
Fixing Ghost Input ( #2161 )
...
* Fixing Ghost Input
* Removing form import
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-03-16 14:04:12 -07:00
Leo Giovanetti
6e4f8e67b6
Event type dropdown ( #2081 )
2022-03-16 19:55:18 +00:00
Omar López
c9484172a4
Re-enables tailwind purge ( #2171 )
2022-03-16 12:40:47 -07:00
alannnc
fdc99b346a
fix/handle-premium-on-google-signup ( #2160 )
...
* checking if username is premium on google sign up
* Removed test validating query input value, but it's no longer required
* undo code that was moved to a function for reuse
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
Co-authored-by: Omar López <zomars@me.com>
2022-03-16 19:33:20 +00:00
Omar López
06cec35522
Skip SAML tests if disabled ( #2169 )
...
* Temporarily disables forgot password test
* Skip SAML tests if disabled
2022-03-16 09:51:46 -07:00
Omar López
18c21d9b97
Temporarily disables forgot password test ( #2168 )
2022-03-16 09:40:56 -07:00
Agusti Fernandez
e94594d0b1
fixes prefill adding name in session and jwt ( #2167 )
2022-03-16 08:11:21 -07:00
Agusti Fernandez
e21813ba96
hotfix prefill undefined bug booking page ( #2166 )
...
Co-authored-by: Agusti Fernandez Pardo <git@agusti.me>
2022-03-16 13:18:11 +00:00
alannnc
c8505cd71c
update SAML setup links for readme files ( #2159 )
...
* update setup links for readme files
* Fix file path
* Update apps/web/.env.example
Co-authored-by: Bailey Pumfleet <pumfleet@hey.com>
Co-authored-by: Omar López <zomars@me.com>
2022-03-16 11:40:58 +00:00
Peer Richelsen
9831845d27
add zendesk ( #2156 )
...
* MVP zendesk provider
* hide zendesk on mobile
* hide zendesk chat bubble on mobile too
* made mobile selector more robust
* made user menu full width
* removed zendesk react and instead use Nextjs Script
* updated NEXT_PUBLIC_ZENDESK_KEY env in example
2022-03-15 22:46:14 +00:00
Bailey Pumfleet
04cd821a57
Remove font weights from Cal Sans text ( #2158 )
2022-03-15 09:59:04 -07:00
Bailey Pumfleet
fae714bceb
Add a fallback if name is null ( #2157 )
2022-03-15 15:42:59 +00:00
Agusti Fernandez
53b202790e
Feature: pre-fill name and email if user loggedIn in booking page ( #2131 )
...
* feat: pre-fill name and email if user loggedIn in booking page
* feat: add name to next-auth autoMergeIdentiteies response
* fix: Update booking page so if you're in your own booking, it doesn't prefill
Co-authored-by: Agusti Fernandez Pardo <git@agusti.me>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-03-15 14:39:20 +00:00
Syed Ali Shahbaz
9b1031d009
Added 3 digit hex compatibility for Custom Brand colors ( #2152 )
...
* Added 3 digit hex compatibility
* fix for compatibility
2022-03-15 10:45:08 +00:00
Omar López
b25e6c25aa
Adds missing required main file for EE ( #2146 )
...
* Adds missing required main file
* Lint fixes
2022-03-14 20:39:37 +01:00
Bailey Pumfleet
f2e0f00f93
Fix error.svg URL
2022-03-14 11:59:05 +00:00
Bailey Pumfleet
fd6b2c57cb
Revert "Bugfix/login failure due email capitalisation ( #1884 )" ( #2143 )
...
This reverts commit 3d685eb4ae
.
2022-03-14 11:53:13 +00:00
Jonathan Ng
3d685eb4ae
Bugfix/login failure due email capitalisation ( #1884 )
...
* convert the email to lowercase
this code will prevent the email check from failing if the user email contain capitalisation.
* Updated Readme to contain warning.
* Revert "Updated Readme to contain warning."
This reverts commit c406587c73
.
Co-authored-by: Bailey Pumfleet <pumfleet@hey.com>
2022-03-14 11:45:22 +00:00
Syed Ali Shahbaz
c9fb82a7e6
added event trigger to discord payload ( #2109 )
...
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-03-14 11:27:28 +00:00
github-actions[bot]
7e6e6b6d6b
New Crowdin translations by Github Action ( #2140 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2022-03-14 11:08:29 +00:00
Alex van Andel
3a5522cf0e
Renames 'version' to full package.json import ( #2132 )
2022-03-14 10:20:40 +00:00
Hariom Balhara
6377377c4d
Fix Broken user dropdown ( #2138 )
...
* Fix Broken user dropdown
* Add unnecessary removal
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2022-03-14 10:15:00 +00:00
github-actions[bot]
62be5b561e
New Crowdin translations by Github Action ( #2126 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2022-03-14 10:12:20 +00:00
Leo Giovanetti
424482646f
Removing headlessui used in menus ( #2127 )
2022-03-13 22:09:39 +00:00
sean-brydon
f0b1767b3c
Link/In person location ( #2104 )
2022-03-13 15:56:56 +00:00
github-actions[bot]
3e3e802b28
New Crowdin translations by Github Action ( #2124 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2022-03-13 12:14:33 +00:00
github-actions[bot]
da9f49341f
New Crowdin translations by Github Action ( #2123 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2022-03-13 10:11:40 +00:00
github-actions[bot]
1ab9728fa0
New Crowdin translations by Github Action ( #2121 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2022-03-13 09:58:11 +00:00
Peer Richelsen
5b4cebac16
added day, version, plan and self host (sh) or hosted (h) into left sidebar footer ( #2111 )
2022-03-13 00:07:21 +00:00
Syed Ali Shahbaz
788e2acaff
Fix for buffer not considering custom interval slots and event duration for slots when using custom intervals ( #2079 )
...
* modified buffer checks
* added custom interval consideration in getSlots fn
* further getslot call fixes
* added check for end of day availability slots
* removed debug remnants
* moved slot filtering into a function
* improved readability of code
* improved readability
* extracted getFilteredTimes outside useSlot
* added a buffer test
* added another buffer test
* edge case fix for eod availability and test fix
* removed unnecessary comments
* verbose comment
* fixed eod logic and updated expected test value
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-03-12 06:52:27 +00:00
github-actions[bot]
ada3317ba5
New Crowdin translations by Github Action ( #2099 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2022-03-12 00:18:58 +00:00
Syed Ali Shahbaz
ec06f645bd
added null eventtypeid fix ( #2108 )
2022-03-11 09:00:25 +00:00
sean-brydon
21bc4f9386
Radix UI Switch ( #2075 )
...
* Radix UI Switch
Making all switches consistent - using Raxix UI design instead of headless
* Moving Switch Component to Monorepo
* Update apps/web/components/booking/TimeOptions.tsx
* Fix stripe data import
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
Co-authored-by: Omar López <zomars@me.com>
Co-authored-by: Alan <alannnc@gmail.com>
2022-03-11 00:26:42 +00:00
Omar López
45f8d2d230
Type fixes ( #2107 )
...
* Update viewer.tsx
* Type fix
2022-03-10 22:29:34 +00:00
Omar López
d98731d50a
Update viewer.tsx ( #2106 )
2022-03-10 15:13:26 -07:00
Joe Au-Yeung
ec97971e7d
Fixed API call route ( #2105 )
2022-03-10 16:15:45 -05:00
Peer Richelsen
0b83133155
added emptyscreen for away mode profile ( #2093 )
...
* added emptyscreen for away mode profile
* eplaced shadow with border
* added snooze emoji
* Remove modified yarn.lock file from PR
* space between smiley and text
Co-authored-by: Peer Richelsen <peer@Peers-MacBook-Pro-2.local>
Co-authored-by: Peer Richelsen <peer@hey.com>
2022-03-10 19:21:27 +00:00
Omar López
5625cf226b
Stripe to monorepo ( #2063 )
...
* downgrade func
* fix security hole lol
* fix query conditions
* - set to trial not free
- auto create stripe customer if missing
- fix production check
* Extracts downgrade logic to script, fixes ts-node conflicts with prisma
* Adds trialEndsAt field to users
* Updates trial/downgrade logic
* Typo
* Legibility fixes
* Update team-billing.ts
* Legibility improvements
* Updates illegal logic
* WIP
* WIP migrating stripe to package
* Update website
* Import fixes
* Import fixes
* Fixes to downgrade script
* Check for premium usernames before downgrading
* Fixed formatting
* Delete deploy-env.sh
* Locks dayjs to 1.10.6
* Type fixes
* Seems like we're stuck with dayjs 1.10.4
* Script fixes
* Adds first name to dump
* Loop fix
Co-authored-by: Jamie <ijamespine@me.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-03-09 15:56:05 -07:00
Peer Richelsen
adbae64619
fixed tablet view of event-types ( #2098 )
...
Co-authored-by: Peer Richelsen <peer@hey.com>
2022-03-09 22:17:46 +00:00
github-actions[bot]
ecf352ce00
New Crowdin translations by Github Action ( #2095 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2022-03-09 20:46:56 +00:00
Omar López
e53648d218
Linting ( #2083 )
...
* Runs yarn format
* Update website
* Web lint is failing
* Formatting
* Adds cache for dependency install
* Adds linting reports for GH
* Fixes artifact upload
* Caching tests
* Merge reports on GH actions
* Linting
* Fix prettier plugin conflicts
* Dep fixes
* Moves tailwind to monorepo package (#2091 )
* New Crowdin translations by Github Action (#2077 )
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
* fix redirection to 404 page on login (#2086 )
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
* fix: update contributing (#2084 )
Co-authored-by: Bailey Pumfleet <pumfleet@hey.com>
* Formatting
* Update website
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
Co-authored-by: Hariom Balhara <hariombalhara@gmail.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
Co-authored-by: Louis <48682663+louis-27@users.noreply.github.com>
Co-authored-by: Bailey Pumfleet <pumfleet@hey.com>
2022-03-09 17:52:48 +00:00
github-actions[bot]
9da761b21c
New Crowdin translations by Github Action ( #2094 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2022-03-09 17:06:46 +00:00
Hariom Balhara
89f86e2c84
fix redirection to 404 page on login ( #2086 )
...
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2022-03-09 14:47:02 +00:00
github-actions[bot]
0f27385c17
New Crowdin translations by Github Action ( #2077 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2022-03-08 23:34:22 +00:00
Omar López
622d0fd0bc
Moves tailwind to monorepo package ( #2091 )
2022-03-08 15:51:53 -07:00
Omar López
5908e5b14b
E2E fixes ( #2092 )
2022-03-08 15:40:31 -07:00
Agusti Fernandez
4908b6fd01
hotfix: organizer needs to confirm booking, not attendee ( #2090 )
...
Co-authored-by: Agusti Fernandez Pardo <git@agusti.me>
2022-03-08 10:08:35 -07:00
Mayowa Ojo
71c9a7b931
Feature/send opt in booking email ( #2048 )
...
* Added attendee request email template
* send attendee request email
* Added booking_submitted_subject message
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-03-07 18:18:23 +00:00
Louis Haftmann
b143498393
fix: disregarding already booked spots or blocked calendar times ( #2029 )
...
* fix: double booking
* fix: update double-booking error response code
* fix: update double-booking error response code
* test: add test
* fix: check availability before creating booking
* Update apps/web/playwright/booking-pages.test.ts
* Update yarn.lock
* Restored missing fix
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
Co-authored-by: Omar López <zomars@me.com>
2022-03-07 10:55:24 -07:00
sean-brydon
3bcc4b86e5
Back Button Events - [2058] ( #2074 )
...
* Back Button Events - [2058]
* Fixing URL
Co-authored-by: Bailey Pumfleet <pumfleet@hey.com>
2022-03-07 08:48:51 -07:00
Alex van Andel
3a67ae6d1f
Added named dialog to replace new=1 ( #2076 )
...
(cherry picked from commit d6dee7a2c9
)
2022-03-06 23:06:18 +00:00
Syed Ali Shahbaz
8c4eed2bbc
Add "light-brand" and "dark-brand" colors (add a second color picker) ( #2028 )
...
* init dark brand color addition
* added dark mode css vars
* added contrast brand colors
* minor fixes
* added dark branding to loader, button
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-03-05 15:37:46 +00:00
Hariom Balhara
ce0c8347fb
[Perf Improvement] Booking Page score should be in green now ( #2057 )
...
* Avoid crypto to land in the browser
* Avoid prefetching as it has Crypto code bundled in AvatarGroup
* Use md5 directly if avatar not available
Co-authored-by: Bailey Pumfleet <pumfleet@hey.com>
2022-03-05 15:28:24 +00:00
sean-brydon
91b732ff1c
Fixing Mobile UI - Event Types ( #2065 )
...
* Event Types - Mobile Ui
* Removing Daily video from default list
Added this for testing purposes
* Removing ZOD + mt on clock
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2022-03-05 14:42:43 +00:00
github-actions[bot]
04f9b93ceb
New Crowdin translations by Github Action ( #2061 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2022-03-04 19:41:28 +00:00
Omar López
b6a20cc4d7
Fixes upgrade for users without customer id ( #2059 )
2022-03-04 16:38:42 +00:00
Syed Ali Shahbaz
eeb0cd7e4d
Set buffer time before/after event type ( #2015 )
...
* before and after buffer added to handleAvailableSlots function
* --WIP
* added migration
* pull buffer data from DB
* cleanup
* added buffer input in form
* removed unused functions in controller field
* improved the buffer time check
* fixed default value and added preceding event afterbuffer consideration
* fixed e2e test issue
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-03-04 10:19:03 +00:00
Joe Au-Yeung
b77923fc65
Bugfix/opt in booking shown on attendee booking page ( #2026 )
2022-03-04 10:04:05 +00:00
hariombalhara
6687544e66
Enable Data Fetch logging with log=1 param ( #2042 )
2022-03-04 10:03:10 +00:00
github-actions[bot]
7384675b6b
New Crowdin translations by Github Action ( #2055 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2022-03-04 10:02:14 +00:00
sean-brydon
87e3c8d4a5
Update Booking Page A11ly ( #2053 )
2022-03-04 08:50:00 +00:00
github-actions[bot]
e23f9330d3
New Crowdin translations by Github Action ( #2049 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2022-03-03 20:28:04 +00:00
Peer Richelsen
759bb67077
updated team billing english translation
2022-03-03 20:19:12 +00:00
Omar López
0a8509d721
Admin/team billing downgrader ( #2040 )
...
* downgrade func
* fix security hole lol
* fix query conditions
* - set to trial not free
- auto create stripe customer if missing
- fix production check
* Extracts downgrade logic to script, fixes ts-node conflicts with prisma
* Adds trialEndsAt field to users
* Updates trial/downgrade logic
* Typo
* Legibility fixes
* Update team-billing.ts
* Legibility improvements
Co-authored-by: Jamie <ijamespine@me.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-03-03 19:29:19 +00:00
sean-brydon
f4b6a16a9e
Enable Hotreload for packages ( #2051 )
...
Co-authored-by: Omar López <zomars@me.com>
2022-03-03 12:19:25 -07:00
Louis Haftmann
6e8fbc280f
fix: HTTP 404 with uppercase username ( #2045 )
...
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2022-03-03 16:42:30 +00:00
Syed Ali Shahbaz
52e6711d51
Fixes incorrect Webhook Component title ( #2047 )
...
* fixed incorrect Webhook Component title
* fixed subtitle
* fixed lint
* lint fix
2022-03-03 14:16:07 +00:00
Syed Ali Shahbaz
0fb44887e3
Fix missing phone data from location after booking ( #1968 )
2022-03-03 09:57:59 +00:00
Krunal Shah
c437f15868
fix: jitsi email does not contain meeting link ( #2004 )
2022-03-03 09:54:19 +00:00
alannnc
15052c8b48
fix/booking-first-day-of-next-mont ( #2037 )
...
* fix/booking-first-day-of-next-mont
* Change minimum wait time for booking next month first day test
* Change minimum wait time for booking next month first day test
* Change minimum wait time for booking next month first day test
* Added Todo note for future improvement
* Apply same timeout change in others change of month action test
2022-03-02 15:51:46 -07:00
github-actions[bot]
800002222b
New Crowdin translations by Github Action ( #2034 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2022-03-02 21:26:01 +00:00
Omar López
382d56ab54
Revert "Revert "Webhooks to support event type association"" ( #2033 )
...
* Revert "Revert "Webhooks to support event type association (#1889 )" (#2032 )"
This reverts commit 71e74b8320
.
* Fixes turbo DB deploy
* Update turbo.json
2022-03-02 09:24:57 -07:00
github-actions[bot]
c93e8774c9
New Crowdin translations by Github Action ( #2031 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2022-03-02 16:10:16 +00:00
Omar López
71e74b8320
Revert "Webhooks to support event type association ( #1889 )" ( #2032 )
...
This reverts commit d338504856
.
2022-03-02 08:49:35 -07:00
Syed Ali Shahbaz
d338504856
Webhooks to support event type association ( #1889 )
...
* --init database and queries
* fixed type check
* added webhook api for event types
* added webhook list in team event
* delete, edit webhook in team event
* updated webhook subtext for event type
* added discord integration to event type webhook
* check fix
* consistency
* minor code improvement
* lint fix
* Adds missing zod schemas
* requested changes pt1 --WIP
* requested changes pt2 --WIP
Co-authored-by: zomars <zomars@me.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-03-02 08:30:13 -07:00
github-actions[bot]
6caf09e3e7
New Crowdin translations by Github Action ( #2024 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2022-03-01 19:22:58 +00:00
github-actions[bot]
fcdd2ab81b
New Crowdin translations by Github Action ( #2017 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
Co-authored-by: Bailey Pumfleet <pumfleet@hey.com>
2022-03-01 11:04:36 +00:00
github-actions[bot]
521b63e732
New Crowdin translations by Github Action ( #2007 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2022-03-01 09:49:54 +00:00
Bailey Pumfleet
7826a34b00
Let users set 12/24 hour time format ( #2002 )
2022-02-28 16:24:47 +00:00
Syed Ali Shahbaz
2559873b2c
hotfix ambiguous cancel dialog ( #2001 )
2022-02-28 10:15:37 +00:00
hariombalhara
cc90cf0b72
[Bugfix] Booking Date Picker - First few dates are rendered fast, but later dates are all rendered in UI at once. ( #1989 )
2022-02-28 09:16:43 +00:00
github-actions[bot]
8717d96d0a
New Crowdin translations by Github Action ( #1996 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2022-02-27 23:12:35 +00:00
alannnc
c8ba5e1aa1
fix/slots-calculate-hours ( #1994 )
...
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-02-27 22:51:41 +00:00
Agusti Fernandez
eb59908c84
Fixes undefined bug by replacing BASE_URL with NEXT_PUBLIC_BASE_URL in Shell and signup. ( #1991 )
...
* Replace BASE_URL with NEXT_PUBLIC_BASE_URL in Shell
* Replace BASE_URL with NEXT_PUBLIC_BASE_URL in apps/web/pages/auth/signup
Co-authored-by: Agusti Fernandez Pardo <git@agusti.me>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-02-27 22:34:08 +00:00
Peer Richelsen
981fb9c5be
fixed dialog button on mobile ( #1995 )
...
Co-authored-by: Peer Richelsen <peeroke@richelsen.net>
2022-02-27 21:03:56 +00:00
github-actions[bot]
ca29940ea5
New Crowdin translations by Github Action ( #1975 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2022-02-27 20:18:43 +00:00
hariombalhara
cf186e58bd
[Perf Improvement] Event Booking Date Picker ( #1980 )
...
* Memoize and remove repeat calls of functions
* Better fn names
* Remove unnecessary code change
* Process dates asyncly
* Avoid waste work
* Add comments
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-02-27 00:19:50 +00:00
Agusti Fernandez
5d4cbe37eb
Fixes connectionIntegration undefined bug ( #1987 )
...
* Fixes connectionIntegration undefined bug
* fixes adding NEXT_PUBLIC_BASE_URL to consts and using that
Co-authored-by: Agusti Fernandez Pardo <git@agusti.me>
2022-02-26 12:27:52 -07:00
Leo Giovanetti
546f627177
Fix missing zero-padding on troubleshoot ( #1974 )
...
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-02-24 12:36:02 -07:00
github-actions[bot]
00e3b970d6
New Crowdin translations by Github Action ( #1973 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2022-02-24 15:07:39 +00:00
Krunal Shah
2941ad334c
fix: twitter handle in seo ( #1967 )
2022-02-24 13:55:34 +00:00
alannnc
f8aa274b07
Fix billing portal for users without stripeCustomerId ( #1936 )
2022-02-23 22:51:10 +00:00
Demian Caldelas
eac2e4e53e
Silence trpc logging by default ( #1949 )
...
Co-authored-by: Bailey Pumfleet <pumfleet@hey.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2022-02-23 16:37:41 +00:00
Demian Caldelas
d9d95ba17c
Test/get availability from schedule unit test ( #1951 )
...
* Fix typo in SetTimesModal
* Remove db dependency to run unit tests
* Add unit test for getAvailabilityFromSchedule
2022-02-23 16:16:04 +00:00
Peer Richelsen
b91dfe7595
Fix/border avatargroup ( #1956 )
...
* adding border to avatargroup based on the parent background color
* fixed border
Co-authored-by: Peer Richelsen <peeroke@richelsen.net>
2022-02-23 15:29:40 +00:00
Peer Richelsen
9e89f954e8
adding border to avatargroup based on the parent background color ( #1954 )
2022-02-23 13:55:59 +00:00
Agusti Fernandez
b860a79d59
Detect users browser locale for time format 12/24 hours ( #1900 )
...
* fix: adds new isBrowserLocal24h timeFormat util, uses in BookingPage
* fix: adds new time format locale detector in available times
* fix: removes 24h clock from availabletimes
* chore: move timeFormat to lib util, add to payment page
* chore: remove commented out is24h
* fix: adds timeFormat to success page
* fix: adds timeFormat to cancel page
* fix: adds timeFormat to video meeting ended/not started pages
* fix: removes added typo in success page
* fix: reverts back to use of is24h Switch in available times / time options, renames timeFormat to detectBrowserTimeFormat to avoid collisions
* fix: moves use uf isBrowserLocal24h() to clock util initClock() itself, by calling it only if no localStorage settings are set
* chore: move back timeFormat props to line it was so no change
* chore: remove empty line in timeOptions
* chore: move back timeFormat where it was in TimeOptions props
* chore: add back empty line before selectedTimeZone return
* fix: reverts back to use of is24h in payments page
* feat: adds browser locale as default in payment page in case there's no settings set by the customer
* feat: adds browser locale as default in success page
* fix: deconstruct props so eslint passes
* fix: lint issue for extra empty line in meeting-ended uid page
Co-authored-by: Agusti Fernandez <git@agusti.me>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-02-23 12:37:15 +00:00
github-actions[bot]
5eca42bb45
New Crowdin translations by Github Action ( #1952 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2022-02-23 12:01:55 +00:00
Peer Richelsen
5cf67fdbaa
fixed avatar group and tooltip ( #1950 )
2022-02-23 11:09:22 +00:00
Demian Caldelas
ac0c3bdfb9
Fix dynamic min/max values for schedule form ( #1940 )
...
Co-authored-by: Alex van Andel <me@alexvanandel.com>
2022-02-23 00:23:52 +00:00
Alex van Andel
652c2e342f
Second go at removing Zod generated classes from our repo ( #1946 )
...
* Second go at removing Zod generated classes from our repo
* Directly reference the _EventTypeModel
2022-02-22 23:19:22 +00:00
Agusti Fernandez
ecbdfea818
Adds BASE_URL to connectIntegrations ( #1883 )
2022-02-22 21:23:55 +00:00
github-actions[bot]
0846d0666b
New Crowdin translations by Github Action ( #1926 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2022-02-22 20:15:56 +00:00
Agusti Fernandez
373bc1660c
Adds BASE_URL to callbackUrl in signup page and Shell component ( #1882 )
...
* add WEBSITE_URL to callbackUrl in signup page and Shell component
* fix: WEBSITE_URL -> BASE_URL, login missing do in another pr maybe
Co-authored-by: Agusti Fernandez <agusti@colony.io>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
Co-authored-by: Agusti Fernandez <git@agusti.me>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-02-21 13:09:56 -07:00
alannnc
9863178025
fix/update-days-schedule ( #1931 )
...
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
Co-authored-by: Omar López <zomars@me.com>
2022-02-21 12:08:36 -07:00
Omar López
50c75da5e0
Build fixes ( #1929 )
...
* Build fixes
* Fixes type error
2022-02-21 18:45:35 +00:00
Juan Esteban Nieto Cifuentes
7585e9b32e
Fix URL by removing slash and backslash ( #1733 )
...
* Fix URl by removing slash and backslash
* Implement slugify
* Add data type
* Fixing folder structure
* Solve zod-utils conflict
2022-02-21 09:53:16 -07:00
Omar López
95b3397e42
Add ui package for reusable components ( #1916 )
...
* Add ui package for reusable components
* Add fallback
* Type fixes
* Type fixes
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-02-21 09:41:25 -07:00
Demian Caldelas
8996c168ca
Refresh the shouldOnboard state in the Shell after onboarding ( #1918 )
...
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2022-02-20 14:07:15 +00:00
github-actions[bot]
4d14809ecf
New Crowdin translations by Github Action ( #1922 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2022-02-20 13:34:22 +00:00
alannnc
6749b887dd
fix/bookings-order ( #1920 )
2022-02-19 18:00:35 -07:00
Lola
08e6059c8d
Removing room entry buffer before a Daily.co video call ( #1902 )
...
* initial
* scale plan instructions in the readme and removed the buffer for entering a video call
* readme update for Daily Scale Plan users
Co-authored-by: Lola-Ojabowale <lola.ojabowale@gmail.com>
Co-authored-by: Omar López <zomars@me.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-02-19 00:39:10 +00:00
buschco
b9dd90b998
include rescheduleUid webhook payload ( #1551 ) ( #1584 )
...
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-02-19 00:09:07 +00:00
github-actions[bot]
bced10eab1
New Crowdin translations by Github Action ( #1915 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2022-02-18 23:59:29 +00:00
Omar López
deeafb21a5
Upgrades prisma to latest version ( #1894 )
...
* Upgrades prisma
* Extends Stripe paid booking timeout
* Stripe test fixes
* Disables cache for db-reset
* Disabled cache from db-seed
* Avatar fixes
* Fixes paid booking test once and for all
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-02-18 15:16:53 -07:00
Peer Richelsen
81b4443fc2
changed text of share button
2022-02-18 20:01:24 +00:00
Syed Ali Shahbaz
4f89205dd4
Adds discord webhook support ( #1886 )
...
* --init
* cleanup
* removed extra spacing
* changed onchange handler name
* modified payload
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-02-18 17:49:39 +00:00
Juan Esteban Nieto Cifuentes
75d19e0e7d
Add Web Share in mobile ( #1810 )
...
* Add navigator.share in mobile
* Validate navigator.share in useEffect
* Add new Button with navigator.share condition
* Add new Icons
* Solve check types
2022-02-18 10:34:53 -07:00
Bailey Pumfleet
c8ae414ecf
Add 500 error page ( #1910 )
...
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
Co-authored-by: Omar López <zomars@me.com>
2022-02-18 10:33:18 -07:00
Omar López
e7dc2d3d7a
Upgrade to next 12.1 ( #1904 )
...
* Upgrades next to 12.1
* Fixes build
* Updaters e2e test pipelines
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-02-18 10:32:59 -07:00
Deepak Prabhakara
5b66c1f986
Fix/sso username ( #1897 )
...
* username slug should be lowercase
* if logging in via a non-CAL identity provider then show username during onboarding
* type fix
Co-authored-by: Bailey Pumfleet <pumfleet@hey.com>
2022-02-18 17:32:12 +00:00
github-actions[bot]
0b4f771462
New Crowdin translations by Github Action ( #1891 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2022-02-18 17:02:15 +00:00
Omar López
944a3c02ce
Eslint fixes ( #1898 )
...
* Eslint fixes
* Docs build fixes
2022-02-18 16:53:45 +00:00
Peer Richelsen
5185704a38
added swedish ( #1911 )
2022-02-18 15:51:46 +00:00
Omar López
152bb57bc1
Revert "Tweak/gitignore prisma zod ( #1905 )" ( #1906 )
...
This reverts commit 15bfeb30d7
.
2022-02-17 18:11:33 -07:00
Omar López
15bfeb30d7
Tweak/gitignore prisma zod ( #1905 )
...
* Extracts ignored createEventTypeBaseInput
* Adds postinstall script
2022-02-17 17:25:19 -07:00
Omar López
0bf3818b30
Revert "Upgrades next to 12.1 ( #1895 )" ( #1903 )
...
This reverts commit ede0e98e1f
.
2022-02-17 16:58:16 -07:00
Omar López
ede0e98e1f
Upgrades next to 12.1 ( #1895 )
...
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-02-17 22:29:54 +00:00
Peer Richelsen
2c51fd77a0
wip ( #1890 )
...
Co-authored-by: Peer Richelsen <peeroke@richelsen.net>
2022-02-17 11:28:49 +00:00
Alex van Andel
f8b908500f
Updated attendees to auto-accept and setting reminders to useDefault ( #1880 )
2022-02-16 18:21:51 -07:00
github-actions[bot]
ac0840c802
New Crowdin translations by Github Action ( #1879 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2022-02-16 22:42:27 +00:00
github-actions[bot]
4236288d32
New Crowdin translations by Github Action ( #1874 )
2022-02-16 16:18:55 +00:00
hariombalhara
4693cbba4f
Feature: Instant Theme Change, without refresh [Booking Pages Only] ( #1807 )
...
* Avoid Theme Flicker. Render Server Side
* Add back isReady implementation
* Use shorter syntax for Tag
* Listen to changes in pref-color-scheme and act
* Uglify Theme Applier code
* Resolve conflicts
* Add comments
* Appropriate function name
* Move uglify-js to dependencies
* Remove uglify-js
* Fix commnt
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
Co-authored-by: Omar López <zomars@me.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-02-16 15:53:26 +00:00
hariombalhara
34c5360a4d
Remove intercom from public booking pages ( #1835 )
...
* Remove intercom from public pages
* remove from success and cancel pages as well
* remove from Reschedule page as well
* Fix comment
Co-authored-by: Omar López <zomars@me.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-02-16 08:26:48 -07:00
Syed Ali Shahbaz
228dea1308
Hotfix for success page email input and button ( #1854 )
...
* hotfix
* cleanup
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2022-02-16 11:33:16 +00:00
Omar López
7a1e250016
Test possible fix for Vercel builds ( #1859 )
2022-02-16 10:41:17 +00:00
github-actions[bot]
bebc119c13
New Crowdin translations by Github Action ( #1873 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2022-02-16 10:35:07 +00:00
Frank Greco Jr
717d9a512d
hide additional notes in organizer scheduled email if empty ( #1870 )
...
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2022-02-16 10:32:13 +00:00
Edward Fernández
14a9fdf78c
add validation for teams in the event type creation ( #1866 )
...
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-02-15 14:51:01 -07:00
github-actions[bot]
7c6e394416
New Crowdin translations by Github Action ( #1857 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2022-02-15 21:04:09 +00:00
Omar López
fe35cf6570
Extract prisma to it's own package ( #1823 )
...
* Moved prisma to packages
* Add missing prisma configs
* Extracts common libs and types
* Build and pipeline fixes
* Adds missing package
* Prisma scripts cleanup
* Updates lint staged
* Type fixes
* Sort imports
* Updates yarn lock file
* Fixes for yarn dx
* Revert "Sort imports"
This reverts commit 076109decab9b9ba307fc03696c3b0da5c4896f3.
* Formatting
* Prevent double TS version
* Fix conflict
* Extracted e2e configs
2022-02-15 13:30:52 -07:00
Omar López
f0eed8ad30
E2E fixes ( #1858 )
2022-02-15 10:44:30 -07:00
Peer Richelsen
aee2d0dbba
temporal redirect cal.com/call to cal.com/video ( #1856 )
...
Co-authored-by: Peer Richelsen <peeroke@richelsen.net>
2022-02-15 15:13:27 +00:00
github-actions[bot]
19b3997ccd
New Crowdin translations by Github Action ( #1853 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2022-02-15 12:57:20 +00:00
Peer Richelsen
5044614983
renamed cal.com call to cal.com video, added og image ( #1852 )
...
Co-authored-by: Peer Richelsen <peeroke@richelsen.net>
2022-02-15 12:46:27 +00:00
milospuac
b563bac1a7
Added Serbian ( #1851 )
...
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2022-02-15 11:40:06 +00:00
github-actions[bot]
aee5a406b7
New Crowdin translations by Github Action ( #1850 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2022-02-15 11:33:27 +00:00
Agusti Fernandez
5445ca5944
Fixes callbackUrl issue in login page ( #1848 )
...
* fix: remove use of window.location in redirect of callbackUrl in Login Page
* Adds WEBSITE_URL constant to callbackUrl in login page
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2022-02-15 10:34:12 +00:00
github-actions[bot]
5f4bd87f0d
New Crowdin translations by Github Action ( #1842 )
2022-02-14 23:59:51 +00:00
Omar López
79f9bf6d5e
E2E fix attempt ( #1845 )
...
* E2E fix attemp
* Moves playwright config to root
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-02-14 15:23:33 -07:00
Peer Richelsen
2f892a9ec5
removed preview of location for in-person or third party link events ( #1844 )
2022-02-14 13:20:10 -07:00
Arthur Denner
691235f874
fix: deployment setup to Heroku ( #1834 )
...
* fix: move app.json to root directory
* fix: add heroku-postbuild script
* chore: add description to env variables on app.json
* fix: update postdeploy script on app.json
* fix: add Procfile to override start script
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2022-02-14 16:29:48 +00:00
Alex van Andel
b7ad073de9
Revert "Lock Radix UI to 0.1.4 ( #1816 )" ( #1831 )
...
This reverts commit 92aaed5cc5
.
2022-02-13 21:15:46 +00:00
Omar López
bcf40bbf26
Lint fixes ( #1826 )
...
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-02-11 22:20:10 +00:00
Ankit Sridhar
b8e9275ceb
fix smart contract address bug ( #1827 )
...
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2022-02-11 22:15:35 +00:00
Peer Richelsen
9a94cb386e
wip ( #1825 )
2022-02-11 21:47:22 +00:00
Peer Richelsen
a519206db7
added z-index for dialog ( #1824 )
2022-02-11 21:33:11 +00:00
Peer Richelsen
90a22eda7d
fixed team year message ( #1821 )
2022-02-11 21:01:06 +00:00
Peer Richelsen
58ef1bbc36
updated license url ( #1820 )
2022-02-11 20:55:46 +00:00
github-actions[bot]
a7875d071e
New Crowdin translations by Github Action ( #1812 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2022-02-11 20:47:08 +00:00
Omar López
28d668ff38
Eslint fix to test deploy ( #1818 )
...
* Eslint fix to test deploy
* E2E fixes
2022-02-11 13:05:12 -07:00
Bailey Pumfleet
92aaed5cc5
Lock Radix UI to 0.1.4 ( #1816 )
2022-02-11 19:45:53 +00:00
Omar López
c5444c84fc
Migrate docs to mono repo ( #1814 )
...
* Initial commit
Created from https://vercel.com/new
* Update config
* Homepage
* Self-hosting
* Integrations
* More docs pages
* Developer docs
* Update billing.mdx
* Update install.mdx
* Fix install guide
* More fixes
* Adding CSS guide
* Fix capitalisation on Microsoft page
* Added delete account update
* Added Zapier integration question
* Added GMeet integration part
* Added Delete Account to Settings
* unnecessary question mark
* Added a link to Settings
* Added stuff in Billing
* Added a link to cal.com/signup
* Capitalization
* Added language change
* Added more stuff in Event Types
* Added how to change email
* Added FAQ page
* Spelling mistake
* Added a title to FAQ
* Added more stuff to Billing
* Availability multi-booking
* Deleted from Availability added to FAQ
* Added to FAQ
* Removed the dot
* Added stuff to FAQ
* Add license warning to adding CSS page
* Update docker.mdx
* Add import instructions
* removed readme until we have our own
* updated favicon, added cal sans
* added new cal sans
* Create README.md
* renamed all github links
* renamed more github links
* Added team's Event Types
* Clarified the Google Meet integration
* Spelling error
* Added primary calendar tutorial
* Removed tutorial
* primary calendar selection
* Moved to subdirectory
* Matching configs
* Shares eslint config between web and docs
* Removes format-schemas
* Updates env file location in turbo
* [docs] updates monorepo intructions
Co-authored-by: baileypumfleet <pumfleet@hey.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
Co-authored-by: milospuac <97884287+milospuac@users.noreply.github.com>
Co-authored-by: Peer Richelsen <peeroke@richelsen.net>
2022-02-11 12:33:35 -07:00
hariombalhara
6fe824088a
Performance improvements (lazy loading) for booking pages ( #1762 )
2022-02-11 14:34:12 +00:00
Peer Richelsen
2e5deae7c0
fixed 404 username link ( #1808 )
2022-02-11 12:44:25 +00:00
github-actions[bot]
ec0ec5d308
New Crowdin translations by Github Action ( #1806 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2022-02-11 11:21:31 +00:00
Peer Richelsen
86d2444d06
readded common.json for en ( #1805 )
2022-02-11 11:17:38 +00:00
Peer Richelsen
936378831e
Update README.md
2022-02-11 10:58:27 +00:00
depfu[bot]
5f627ad963
Update all Yarn dependencies (2022-02-11) ( #1385 )
...
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
2022-02-11 10:54:35 +00:00
github-actions[bot]
dd656113ab
New Crowdin translations by Github Action ( #1786 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2022-02-11 10:48:42 +00:00
depfu[bot]
e37ba3325b
Update superjson to version 1.8.1 ( #1794 )
...
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2022-02-11 10:44:39 +00:00
YM
1d711dde65
Add zh-TW translations ( #1789 )
...
* Add zh-TW translations
* Fix typos in zh-TW
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2022-02-11 10:41:57 +00:00
Omar López
9f506e7635
Unignores .env.example ( #1800 )
2022-02-10 19:54:55 -07:00
Omar López
8d3f0bf38e
Renames calendso to web ( #1795 )
2022-02-10 16:11:40 -07:00
Omar López
e5ec9357a9
Merge pull request #1792 from calcom/fixes/crowdin
...
crowdin fixes
2022-02-10 14:32:00 -07:00
zomars
0e43766b9c
Test fixes
2022-02-10 14:22:45 -07:00
zomars
cee41eabc7
Type fixes
2022-02-10 14:22:45 -07:00
zomars
fb20d24e8d
Fixes for lint
2022-02-10 14:22:45 -07:00
zomars
d813b6ae54
Re-adds .nvmrc
2022-02-10 14:22:45 -07:00
zomars
1abb5f1ea5
Config updates
2022-02-10 14:22:45 -07:00
zomars
038e8a4b7d
Runs prettier
2022-02-10 14:22:45 -07:00
zomars
c9b1f52382
Init turborepo
2022-02-10 14:22:45 -07:00
zomars
0bc511a886
Migrated cal.com to apps/web
2022-02-10 14:22:45 -07:00