cal.pub0.org/apps/web
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
..
@types App Store (#1869) 2022-03-23 15:00:30 -07:00
components Feat/zapier app (#2623) 2022-05-03 23:16:59 +00:00
contexts Eslint fixes (#1898) 2022-02-18 16:53:45 +00:00
docs update SAML setup links for readme files (#2159) 2022-03-16 11:40:58 +00:00
ee Add new response if request contains account id (#2629) 2022-04-27 21:34:04 +00:00
lib Feat/zapier app (#2623) 2022-05-03 23:16:59 +00:00
pages Feat/zapier app (#2623) 2022-05-03 23:16:59 +00:00
playwright Hash my url (#2484) 2022-04-28 09:44:26 -06:00
public Feat/zapier app (#2623) 2022-05-03 23:16:59 +00:00
scripts Eslint fixes (#1898) 2022-02-18 16:53:45 +00:00
server Feat/zapier app (#2623) 2022-05-03 23:16:59 +00:00
styles added animations for dialog and tooltip (#2648) 2022-04-29 17:17:34 +00:00
test/lib Fixes/app store keys in db (#2651) 2022-05-02 14:39:35 -06:00
web3 Migrated cal.com to apps/web 2022-02-10 14:22:45 -07:00
.eslintignore Fixes for lint 2022-02-10 14:22:45 -07:00
.gitignore Unignores .env.example (#1800) 2022-02-10 19:54:55 -07:00
.nvmrc Re-adds .nvmrc 2022-02-10 14:22:45 -07:00
calendso.yaml Migrated cal.com to apps/web 2022-02-10 14:22:45 -07:00
jest.config.ts Migrated cal.com to apps/web 2022-02-10 14:22:45 -07:00
next-env.d.ts Migrated cal.com to apps/web 2022-02-10 14:22:45 -07:00
next-i18next.config.js Add debugging details (#2582) 2022-04-23 18:45:46 +00:00
next.config.js Fixes/app store keys in db (#2651) 2022-05-02 14:39:35 -06:00
package.json v1.5.3 2022-05-02 16:07:45 -06:00
postcss.config.js Migrated cal.com to apps/web 2022-02-10 14:22:45 -07:00
project.toml Migrated cal.com to apps/web 2022-02-10 14:22:45 -07:00
tailwind.config.js Feat/zapier app (#2623) 2022-05-03 23:16:59 +00:00
tsconfig.json The Dotenv Refactor (#2275) 2022-03-25 17:39:38 -07:00
yarn.lock App Store (#1869) 2022-03-23 15:00:30 -07:00