cal.pub0.org/packages
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
..
app-store Feat/zapier app (#2623) 2022-05-03 23:16:59 +00:00
config Prepares prettier for local modules 2022-04-20 12:37:03 -06:00
core Fixes/app store keys in db (#2651) 2022-05-02 14:39:35 -06:00
ee Feat/zapier app (#2623) 2022-05-03 23:16:59 +00:00
embeds Feat/impersonate users (#2503) 2022-04-26 14:18:17 +05:30
lib Fixes/app store keys in db (#2651) 2022-05-02 14:39:35 -06:00
prisma Feat/zapier app (#2623) 2022-05-03 23:16:59 +00:00
stripe The Dotenv Refactor (#2275) 2022-03-25 17:39:38 -07:00
tsconfig Enables strict mode in nextjs apps (#2354) 2022-04-04 20:26:14 +00:00
types App env fixes 2022-05-02 17:59:06 -06:00
ui added animations for dialog and tooltip (#2648) 2022-04-29 17:17:34 +00:00