cal.pub0.org/apps/web/components
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
..
apps Loader Components (#2616) 2022-04-26 14:11:02 +00:00
auth Enable Autocomplete (#2645) 2022-04-29 17:28:34 +00:00
availability Loader Components (#2616) 2022-04-26 14:11:02 +00:00
booking Hash my url (#2484) 2022-04-28 09:44:26 -06:00
dialog small app store fixes (#2501) 2022-04-15 08:54:09 +00:00
error Migrated cal.com to apps/web 2022-02-10 14:22:45 -07:00
eventtype Loader Components (#2616) 2022-04-26 14:11:02 +00:00
integrations Hotfix - change calendar error message (#2643) 2022-04-28 20:45:27 +00:00
pages/eventtypes Styling tweaks to inputs and Select (+ TimezoneSelect) (#2453) 2022-04-14 15:58:23 +01:00
security Enable Autocomplete (#2645) 2022-04-29 17:28:34 +00:00
seo Enables strict mode in nextjs apps (#2354) 2022-04-04 20:26:14 +00:00
team Fixes auth E2E tests (#2490) 2022-04-14 20:17:59 +00:00
ui Feat/impersonate users (#2503) 2022-04-26 14:18:17 +05:30
webhook Feat/zapier app (#2623) 2022-05-03 23:16:59 +00:00
AddToHomescreen.tsx Add "light-brand" and "dark-brand" colors (add a second color picker) (#2028) 2022-03-05 15:37:46 +00:00
App.tsx Fix for appstore and wipemycal render (#2556) 2022-04-20 23:37:25 +02:00
AppsShell.tsx fixed layout in insalled apps (#2639) 2022-04-28 13:22:40 +02:00
BookingsShell.tsx Migrated cal.com to apps/web 2022-02-10 14:22:45 -07:00
ClientSuspense.tsx Migrated cal.com to apps/web 2022-02-10 14:22:45 -07:00
CustomBranding.tsx Embed Improvements (#2365) 2022-04-08 05:33:24 +00:00
DestinationCalendarSelector.tsx Styling tweaks to inputs and Select (+ TimezoneSelect) (#2453) 2022-04-14 15:58:23 +01:00
EmptyScreen.tsx Runs prettier 2022-02-10 14:22:45 -07:00
I18nLanguageHandler.tsx Migrated cal.com to apps/web 2022-02-10 14:22:45 -07:00
ImageUploader.tsx Migrates components and libs to packages (#2172) 2022-03-16 16:36:43 -07:00
List.tsx Migrated cal.com to apps/web 2022-02-10 14:22:45 -07:00
Loader.tsx Add "light-brand" and "dark-brand" colors (add a second color picker) (#2028) 2022-03-05 15:37:46 +00:00
Logo.tsx Migrated cal.com to apps/web 2022-02-10 14:22:45 -07:00
NavTabs.tsx Feat/impersonate users (#2503) 2022-04-26 14:18:17 +05:30
SettingsShell.tsx Feat/impersonate users (#2503) 2022-04-26 14:18:17 +05:30
Shell.tsx Fixes/app store keys in db (#2651) 2022-05-02 14:39:35 -06:00
Slider.tsx Migrated cal.com to apps/web 2022-02-10 14:22:45 -07:00
Swatch.tsx Migrated cal.com to apps/web 2022-02-10 14:22:45 -07:00
Tooltip.tsx added animations for dialog and tooltip (#2648) 2022-04-29 17:17:34 +00:00
UpgradeToProDialog.tsx Feature: Support redirecting to an external URL on successful booking (#2087) 2022-04-05 08:05:40 +00:00