cal.pub0.org/packages/app-store
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
..
_example feature/app wipe my cal (#2487) 2022-04-14 20:24:27 -06:00
_utils Feat/zapier app (#2623) 2022-05-03 23:16:59 +00:00
applecalendar Fixes/app store keys in db (#2651) 2022-05-02 14:39:35 -06:00
caldavcalendar Fixes/app store keys in db (#2651) 2022-05-02 14:39:35 -06:00
dailyvideo Fixes/app store keys in db (#2651) 2022-05-02 14:39:35 -06:00
giphy App env fixes 2022-05-02 17:59:06 -06:00
googlecalendar Fixes/app store keys in db (#2651) 2022-05-02 14:39:35 -06:00
googlevideo App store metadata refactor (#2495) 2022-04-14 20:04:21 -06:00
hubspotothercalendar App env fixes 2022-05-02 17:59:06 -06:00
huddle01video Fixes/app store keys in db (#2651) 2022-05-02 14:39:35 -06:00
jitsivideo Fixes/app store keys in db (#2651) 2022-05-02 14:39:35 -06:00
metamask Add Meta Mask to app store (#2650) 2022-05-02 15:44:37 -06:00
office365calendar App env fixes 2022-05-02 17:59:06 -06:00
office365video App env fixes 2022-05-02 17:59:06 -06:00
slackmessaging Fixes/app store keys in db (#2651) 2022-05-02 14:39:35 -06:00
stripepayment Fixes/app store keys in db (#2651) 2022-05-02 14:39:35 -06:00
tandemvideo App env fixes 2022-05-02 17:59:06 -06:00
wipemycalother Fixes/app store keys in db (#2651) 2022-05-02 14:39:35 -06:00
zapier Feat/zapier app (#2623) 2022-05-03 23:16:59 +00:00
zoomvideo Type fixes 2022-05-02 18:21:29 -06:00
_appRegistry.ts Fixes/app store keys in db (#2651) 2022-05-02 14:39:35 -06:00
apiHandlers.tsx Feat/zapier app (#2623) 2022-05-03 23:16:59 +00:00
components.tsx Feat/zapier app (#2623) 2022-05-03 23:16:59 +00:00
index.ts Feat/zapier app (#2623) 2022-05-03 23:16:59 +00:00
locations.ts Fixes/locations (#2383) 2022-04-05 18:03:22 +00:00
metadata.ts Feat/zapier app (#2623) 2022-05-03 23:16:59 +00:00
next-auth.d.ts App Store (#1869) 2022-03-23 15:00:30 -07:00
next.d.ts App Store (#1869) 2022-03-23 15:00:30 -07:00
package.json App Store (#1869) 2022-03-23 15:00:30 -07:00
tsconfig.json App Store (#1869) 2022-03-23 15:00:30 -07:00
types.d.ts App Store (#1869) 2022-03-23 15:00:30 -07:00
utils.ts App env fixes 2022-05-02 17:59:06 -06:00