n8n/packages/nodes-base/credentials
Iván Ovejero 336fc9e2a8
feat(core): Allow credential reuse on HTTP Request node (#3228)
*  Create controller

*  Mount controller

* ✏️ Add error messages

*  Create scopes fetcher

*  Account for non-existent credential type

* 📘 Type scopes request

*  Adjust error message

* 🧪 Add tests

*  Introduce simple node versioning

*  Add example how to read version in node-code for custom logic

* 🐛 Fix setting of parameters

* 🐛 Fix another instance where it sets the wrong parameter

*  Remove unnecessary TOODs

*  Re-version HTTP Request node

* 👕 Satisfy linter

*  Retrieve node version

*  Undo Jan's changes to Set node

* 🧪 Fix CI/CD for `/oauth2-credential` tests (#3230)

* 🐛 Fix notice warning missing background color (#3231)

* 🐛 Check for generic auth in node cred types

*  Refactor credentials dropdown for HTTP Request node (#3222)

*  Discoverability flow (#3229)

*  Added node credentials type proxy. Changed node credentials input order.

*  Add computed property from versioning branch

* 🐛 Fix cred ref lost and unsaved

*  Make options consistent with cred type names

*  Use prop to set component order

*  Use constant and version

*  Fix rendering for generic auth creds

*  Mark as required on first selection

*  Implement discoverability flow

*  Mark as required on subsequent selections

*  Fix marking as required after cred deletion

*  Refactor to clean up

*  Detect position automatically

*  Add i18n to option label

*  Hide subtitle for custom action

*  Detect active credential type

*  Prop drilling to re-render select

* 🔥 Remove unneeded property

* ✏️ Rename arg

* 🔥 Remove unused import

* 🔥 Remove unneeded getters

* 🔥 Remove unused import

*  Generalize cred component positioning

*  Set up request

* 🐛 Fix edge case in endpoint

*  Display scopes alert box

*  Revert "Generalize cred comp positioning"

This reverts commit 75eea89273.

*  Consolidate HTTPRN check

*  Fix hue percentage to degree

* 🔥 Remove unused import

* 🔥 Remove unused import

* 🔥 Remove unused class

* 🔥 Remove unused import

* 📘 Create type for HTTPRN v2 auth params

* ✏️ Rename check

* 🔥 Remove unused import

* ✏️ Add i18n to `reportUnsetCredential()`

*  Refactor Alex's spacing changes

*  Post-merge fixes

*  Add docs link

* 🔥 Exclude Notion OAuth cred

* ✏️ Update copy

* ✏️ Rename param

* 🎨 Reposition notice and simplify styling

* ✏️ Update copy

* ✏️ Update copy

*  Hide params during custom action

*  Show notice if any cred type supported

* 🐛 Prevent scopes text overflow

* 🔥 Remove superfluous check

* ✏️ Break up docstring

* 🎨 Tweak notice styling

*  Reorder cred param in Webhook node

* ✏️ Shorten cred name in scopes notice

* 🧪 Update Notice snapshots

* 🐛 Fix check when `globalRole` is `undefined`

*  Revert 3f2c4a6

*  Apply feedback from Product

* 🧪 Update snapshot

*  Adjust regex expansion pattern for singular

* 🔥 Remove unused import

* 🔥 Remove logging

*  Make `somethingElse` key more unique

*  Move something else to constants

*  Consolidate notice component

*  Apply latest feedback

* 🧪 Update tests

* 🧪 Update snapshot

* ✏️ Fix singular version

* 🧪 Finalize tests

* ✏️ Rename constant

* 🧪 Expand tests

* 🔥 Remove `truncate` prop

* 🚚 Move scopes fetching to store

* 🚚 Move method to component

*  Use constant

*  Refactor `Notice` component

* 🧪 Update tests

* 🔥 Remove unused keys

*  Inject custom API call option

* 🔥 Remove unused props

* 🎨 Use `compact` prop

* 🧪 Update snapshots

* 🚚 Move scopes to store

* 🚚 Move `nodeCredentialTypes` to parent

* ✏️ Rename cred types per branding

* 🐛 Clear scopes when none

*  Add default

* 🚚 Move `newHttpRequestNodeCredentialType` to parent

* 🔥 Remove test data

*  Separate lines for readability

*  Change reference from node to node name

* ✏️ Rename i18n keys

*  Refactor OAuth check

* 🔥 Remove unused key

* 🚚 Move `OAuth1/2 API` to i18n

*  Refactor `skipCheck`

*  Add `stopPropagation` and `preventDefault`

* 🚚 Move active credential scopes logic to store

* 🎨 Fix spacing for `NodeWebhooks` component

*  Implement feedback

*  Update HTTPRN default and issue copy

* Refactor to use `CredentialsSelect` param (#3304)

*  Refactor into cred type param

*  Componentize scopes notice

* 🔥 Remove unused data

* 🔥 Remove unused `loadOptions`

*  Componentize `NodeCredentialType`

* 🐛 Fix param validation

* 🔥 Remove dup methods

*  Refactor all references to `isHttpRequestNodeV2`

* 🎨 Fix styling

* 🔥 Remove unused import

* 🔥 Remove unused properties

* 🎨 Fix spacing for Pipedrive Trigger node

* 🎨 Undo Webhook node styling change

* 🔥 Remove unused style

*  Cover `httpHeaderAuth` edge case

* 🐛 Fix `this.node` reference

* 🚚 Rename to `credentialsSelect`

* 🐛 Fix mistaken renaming

*  Set one attribute per line

*  Move condition to instantiation site

* 🚚 Rename prop

*  Refactor away `prepareScopesNotice`

* ✏️ Rename i18n keys

* ✏️ Update i18n calls

* ✏️ Add more i18n keys

* 🔥 Remove unused props

* ✏️ Add explanatory comment

*  Adjust check in `hasProxyAuth`

*  Refactor `credentialSelected` from prop to event

*  Eventify `valueChanged`, `setFocus`, `onBlur`

*  Eventify `optionSelected`

*  Add `noDataExpression`

* 🔥 Remove logging

* 🔥 Remove URL from scopes

*  Disregard expressions for display

* 🎨 Use CSS modules

* 📘 Tigthen interface

* 🐛 Fix generic auth display

* 🐛 Fix generic auth validation

* 📘 Loosen type

* 🚚 Move event params to end

*  Generalize reference

*  Refactor generic auth as `credentialsSelect` param

*  Restore check for `httpHeaderAuth `

* 🚚 Rename `existing` to `predefined`

* Extend metrics for HTTP Request node (#3282)

*  Extend metrics

* 🧪 Add tests

*  Update param names

Co-authored-by: Alex Grozav <alex@grozav.com>

*  Update check per new branch

*  Include generic auth check

*  Adjust telemetry (#3359)

*  Filter credential types by label

Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
Co-authored-by: Alex Grozav <alex@grozav.com>
2022-05-24 11:36:19 +02:00
..
ActionNetworkApi.credentials.ts fix(Action Network Node): Fix pagination issue and add credential test (#3011) 2022-04-08 11:28:29 +02:00
ActiveCampaignApi.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
AcuitySchedulingApi.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
AcuitySchedulingOAuth2Api.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
AffinityApi.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
AgileCrmApi.credentials.ts Fix credential formatting issues (#3134) 2022-04-14 08:32:27 +02:00
AirtableApi.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
Amqp.credentials.ts Fix credential formatting issues (#3134) 2022-04-14 08:32:27 +02:00
ApiTemplateIoApi.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
AsanaApi.credentials.ts Nodes as JSON and authentication redesign (#2401) 2022-02-05 22:55:43 +01:00
AsanaOAuth2Api.credentials.ts Fix credential formatting issues (#3134) 2022-04-14 08:32:27 +02:00
AutomizyApi.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
AutopilotApi.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
Aws.credentials.ts feat(All AWS Nodes): Enable support for AWS temporary credentials (#2587) 2022-04-22 16:33:09 +02:00
AWS.svg Update credentials modal (#2154) 2021-09-11 10:15:36 +02:00
BambooHrApi.credentials.ts Fix name of BambooHR node 2022-01-22 18:48:58 +01:00
BannerbearApi.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
BaserowApi.credentials.ts Add Baserow node (#1938) 2021-07-12 13:26:21 +02:00
BeeminderApi.credentials.ts Add missing docs urls (#1911) 2021-06-18 23:46:21 +02:00
BitbucketApi.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
BitlyApi.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
BitlyOAuth2Api.credentials.ts Fix credential formatting issues (#3134) 2022-04-14 08:32:27 +02:00
BitwardenApi.credentials.ts Fix credential formatting issues (#3134) 2022-04-14 08:32:27 +02:00
BoxOAuth2Api.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
BrandfetchApi.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
BubbleApi.credentials.ts Fix credential formatting issues (#3134) 2022-04-14 08:32:27 +02:00
CalendlyApi.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
ChargebeeApi.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
CircleCiApi.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
CiscoWebexOAuth2Api.credentials.ts Simplify more property types in credentials classes (#2211) 2021-10-07 23:07:56 +02:00
ClearbitApi.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
ClickUpApi.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
ClickUpOAuth2Api.credentials.ts Fix credential formatting issues (#3134) 2022-04-14 08:32:27 +02:00
ClockifyApi.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
CockpitApi.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
CodaApi.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
ContentfulApi.credentials.ts Fix credential formatting issues (#3134) 2022-04-14 08:32:27 +02:00
ConvertKitApi.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
CopperApi.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
CortexApi.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
CrateDb.credentials.ts Fix credential formatting issues (#3134) 2022-04-14 08:32:27 +02:00
CustomerIoApi.credentials.ts Fix credential formatting issues (#3134) 2022-04-14 08:32:27 +02:00
DeepLApi.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
DemioApi.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
DhlApi.credentials.ts Add DHL node (#2385) 2021-11-25 18:48:52 +01:00
DiscourseApi.credentials.ts fix(Discourse Node): Fix issue with not all posts getting returned and add credential test (#3007) 2022-04-18 19:31:59 +02:00
DisqusApi.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
DriftApi.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
DriftOAuth2Api.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
DropboxApi.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
DropboxOAuth2Api.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
DropcontactApi.credentials.ts Add Dropcontact node (#2394) 2021-11-05 11:37:50 -06:00
EgoiApi.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
ElasticsearchApi.credentials.ts Elastic Security node (#2206) 2021-09-22 17:48:50 +02:00
ElasticSecurityApi.credentials.ts Elastic Security node (#2206) 2021-09-22 17:48:50 +02:00
EmeliaApi.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
ERPNextApi.credentials.ts Fix credential formatting issues (#3134) 2022-04-14 08:32:27 +02:00
EventbriteApi.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
EventbriteOAuth2Api.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
FacebookGraphApi.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
FacebookGraphAppApi.credentials.ts Fix credential formatting issues (#3134) 2022-04-14 08:32:27 +02:00
FigmaApi.credentials.ts Add Figma Trigger Node (#2521) 2021-12-10 17:42:20 +01:00
FileMaker.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
FlowApi.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
FormIoApi.credentials.ts Fix credential formatting issues (#3134) 2022-04-14 08:32:27 +02:00
FormstackApi.credentials.ts Simplify more property types in credentials classes (#2211) 2021-10-07 23:07:56 +02:00
FormstackOAuth2Api.credentials.ts Simplify more property types in credentials classes (#2211) 2021-10-07 23:07:56 +02:00
FreshdeskApi.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
FreshserviceApi.credentials.ts Add Freshservice node (#2090) 2021-09-05 19:24:56 +02:00
FreshworksCrmApi.credentials.ts Add Freshworks node (#2017) 2021-07-30 16:12:30 +02:00
Ftp.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
GetResponseApi.credentials.ts Add missing docs urls (#1911) 2021-06-18 23:46:21 +02:00
GetResponseOAuth2Api.credentials.ts Fix credential formatting issues (#3134) 2022-04-14 08:32:27 +02:00
GhostAdminApi.credentials.ts fix(Ghost Node): Fix post tags and add credential tests (#3278) 2022-05-14 10:39:28 +02:00
GhostContentApi.credentials.ts fix(Ghost Node): Fix post tags and add credential tests (#3278) 2022-05-14 10:39:28 +02:00
GithubApi.credentials.ts feat(core): Allow credential reuse on HTTP Request node (#3228) 2022-05-24 11:36:19 +02:00
GithubOAuth2Api.credentials.ts feat(core): Allow credential reuse on HTTP Request node (#3228) 2022-05-24 11:36:19 +02:00
GitlabApi.credentials.ts feat(core): Allow credential reuse on HTTP Request node (#3228) 2022-05-24 11:36:19 +02:00
GitlabOAuth2Api.credentials.ts feat(core): Allow credential reuse on HTTP Request node (#3228) 2022-05-24 11:36:19 +02:00
GitPassword.credentials.ts Fix credential formatting issues (#3134) 2022-04-14 08:32:27 +02:00
GmailOAuth2Api.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
Google.svg Update credentials modal (#2154) 2021-09-11 10:15:36 +02:00
GoogleAnalyticsOAuth2Api.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
GoogleApi.credentials.ts Fix credential formatting issues (#3134) 2022-04-14 08:32:27 +02:00
GoogleBigQueryOAuth2Api.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
GoogleBooksOAuth2Api.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
GoogleCalendarOAuth2Api.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
GoogleCloudNaturalLanguageOAuth2Api.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
GoogleContactsOAuth2Api.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
GoogleDocsOAuth2Api.credentials.ts Simplify more property types in credentials classes (#2211) 2021-10-07 23:07:56 +02:00
GoogleDriveOAuth2Api.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
GoogleFirebaseCloudFirestoreOAuth2Api.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
GoogleFirebaseRealtimeDatabaseOAuth2Api.credentials.ts feat(Google Cloud Realtime Database Node): Make it possible to select region (#3096) 2022-04-14 09:19:45 +02:00
GoogleOAuth2Api.credentials.ts Update credentials modal (#2154) 2021-09-11 10:15:36 +02:00
GooglePerspectiveOAuth2Api.credentials.ts Simplify more property types in credentials classes (#2211) 2021-10-07 23:07:56 +02:00
GoogleSheetsOAuth2Api.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
GoogleSlidesOAuth2Api.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
GoogleTasksOAuth2Api.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
GoogleTranslateOAuth2Api.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
GotifyApi.credentials.ts Fix credential formatting issues (#3134) 2022-04-14 08:32:27 +02:00
GoToWebinarOAuth2Api.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
GrafanaApi.credentials.ts Add Grafana node (#2411) 2021-11-26 13:10:03 +01:00
GristApi.credentials.ts Fix credential formatting issues (#3134) 2022-04-14 08:32:27 +02:00
GSuiteAdminOAuth2Api.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
GumroadApi.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
HaloPSAApi.credentials.ts Fix credential formatting issues (#3134) 2022-04-14 08:32:27 +02:00
HarvestApi.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
HarvestOAuth2Api.credentials.ts Fix credential formatting issues (#3134) 2022-04-14 08:32:27 +02:00
HelpScoutOAuth2Api.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
HomeAssistantApi.credentials.ts Simplify more property types in credentials classes (#2211) 2021-10-07 23:07:56 +02:00
HttpBasicAuth.credentials.ts feat(core): Allow credential reuse on HTTP Request node (#3228) 2022-05-24 11:36:19 +02:00
HttpDigestAuth.credentials.ts feat(core): Allow credential reuse on HTTP Request node (#3228) 2022-05-24 11:36:19 +02:00
HttpHeaderAuth.credentials.ts feat(core): Allow credential reuse on HTTP Request node (#3228) 2022-05-24 11:36:19 +02:00
HttpQueryAuth.credentials.ts feat(core): Allow credential reuse on HTTP Request node (#3228) 2022-05-24 11:36:19 +02:00
HubspotApi.credentials.ts feat(core): Allow credential reuse on HTTP Request node (#3228) 2022-05-24 11:36:19 +02:00
HubspotAppToken.credentials.ts feat(core): Allow credential reuse on HTTP Request node (#3228) 2022-05-24 11:36:19 +02:00
HubspotDeveloperApi.credentials.ts feat(core): Allow credential reuse on HTTP Request node (#3228) 2022-05-24 11:36:19 +02:00
HubspotOAuth2Api.credentials.ts feat(core): Allow credential reuse on HTTP Request node (#3228) 2022-05-24 11:36:19 +02:00
HumanticAiApi.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
HunterApi.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
Imap.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
IntercomApi.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
InvoiceNinjaApi.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
IterableApi.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
JenkinsApi.credentials.ts Add Jenkins Node (#2345) 2022-01-15 13:19:37 +01:00
JiraSoftwareCloudApi.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
JiraSoftwareServerApi.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
JotFormApi.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
Kafka.credentials.ts Fix credential formatting issues (#3134) 2022-04-14 08:32:27 +02:00
KeapOAuth2Api.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
KitemakerApi.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
KoBoToolboxApi.credentials.ts Fix credential formatting issues (#3134) 2022-04-14 08:32:27 +02:00
LemlistApi.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
LinearApi.credentials.ts Add Linear Trigger node (#2767) 2022-02-11 17:20:41 +01:00
LineNotifyOAuth2Api.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
LingvaNexApi.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
LinkedInOAuth2Api.credentials.ts Fix credential formatting issues (#3134) 2022-04-14 08:32:27 +02:00
Magento2Api.credentials.ts feat(Magento 2 Node): Add credential tests (#3086) 2022-04-08 12:01:21 +02:00
MailcheckApi.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
MailchimpApi.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
MailchimpOAuth2Api.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
MailerLiteApi.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
MailgunApi.credentials.ts Fix credential formatting issues (#3134) 2022-04-14 08:32:27 +02:00
MailjetEmailApi.credentials.ts fix(Mailjet Trigger Node): Fix issue that node could not get activated (#3281) 2022-05-15 20:39:54 +02:00
MailjetSmsApi.credentials.ts fix(Mailjet Trigger Node): Fix issue that node could not get activated (#3281) 2022-05-15 20:39:54 +02:00
MandrillApi.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
MarketstackApi.credentials.ts Fix credential formatting issues (#3134) 2022-04-14 08:32:27 +02:00
MatrixApi.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
MattermostApi.credentials.ts Nodes as JSON and authentication redesign (#2401) 2022-02-05 22:55:43 +01:00
MauticApi.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
MauticOAuth2Api.credentials.ts feat(Mautic Node): Add credential test and allow trailing slash in host (#3080) 2022-04-01 17:31:43 +02:00
MediumApi.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
MediumOAuth2Api.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
MessageBirdApi.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
Microsoft.svg Update credentials modal (#2154) 2021-09-11 10:15:36 +02:00
MicrosoftDynamicsOAuth2Api.credentials.ts feat(Microsoft Dynamics CRM Node): Add support for other regions than North America (#3157) 2022-05-02 07:55:32 +02:00
MicrosoftExcelOAuth2Api.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
MicrosoftGraphSecurityOAuth2Api.credentials.ts Add MS Graph Security node (#2307) 2022-01-08 10:53:10 +01:00
MicrosoftOAuth2Api.credentials.ts Update credentials modal (#2154) 2021-09-11 10:15:36 +02:00
MicrosoftOneDriveOAuth2Api.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
MicrosoftOutlookOAuth2Api.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
MicrosoftSql.credentials.ts Fix credential formatting issues (#3134) 2022-04-14 08:32:27 +02:00
MicrosoftTeamsOAuth2Api.credentials.ts feat(Microsoft Teams Node): Add chat message support (#2635) 2022-04-01 17:21:25 +02:00
MicrosoftToDoOAuth2Api.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
MindeeInvoiceApi.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
MindeeReceiptApi.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
MispApi.credentials.ts Add MISP node (#2126) 2021-09-18 22:45:57 +02:00
MoceanApi.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
MondayComApi.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
MondayComOAuth2Api.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
MongoDb.credentials.ts Fix credential formatting issues (#3134) 2022-04-14 08:32:27 +02:00
MonicaCrmApi.credentials.ts Fix credential formatting issues (#3134) 2022-04-14 08:32:27 +02:00
Mqtt.credentials.ts Fix credential formatting issues (#3134) 2022-04-14 08:32:27 +02:00
Msg91Api.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
MySql.credentials.ts Fix credential formatting issues (#3134) 2022-04-14 08:32:27 +02:00
NasaApi.credentials.ts Add missing docs urls (#1911) 2021-06-18 23:46:21 +02:00
NetlifyApi.credentials.ts Add Netlify regular and trigger node (#2177) 2021-09-18 22:12:20 +02:00
NetlifyOAuth2Api.credentials.ts Add Netlify regular and trigger node (#2177) 2021-09-18 22:12:20 +02:00
NextCloudApi.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
NextCloudOAuth2Api.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
NocoDb.credentials.ts Add NocoDB node (#1969) 2021-08-01 16:16:07 +02:00
NotionApi.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
NotionOAuth2Api.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
OAuth1Api.credentials.ts feat(core): Allow credential reuse on HTTP Request node (#3228) 2022-05-24 11:36:19 +02:00
OAuth2Api.credentials.ts feat(core): Allow credential reuse on HTTP Request node (#3228) 2022-05-24 11:36:19 +02:00
OdooApi.credentials.ts Add Odoo Node (#2601) 2022-03-05 20:33:42 +01:00
OneSimpleApi.credentials.ts Add OneSimpleAPI Node (#2360) 2021-11-10 22:48:20 +01:00
OnfleetApi.credentials.ts Add Onfleet Node & Trigger (#2845) 2022-02-28 09:48:17 +01:00
OpenWeatherMapApi.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
OrbitApi.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
OuraApi.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
PaddleApi.credentials.ts Fix credential formatting issues (#3134) 2022-04-14 08:32:27 +02:00
PagerDutyApi.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
PagerDutyOAuth2Api.credentials.ts Fix credential formatting issues (#3134) 2022-04-14 08:32:27 +02:00
PayPalApi.credentials.ts feat(PayPal Node): Add auth test, fix typo and update API URL (#3084) 2022-04-08 11:49:07 +02:00
PeekalinkApi.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
PhantombusterApi.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
PhilipsHueOAuth2Api.credentials.ts Fix credential formatting issues (#3134) 2022-04-14 08:32:27 +02:00
PipedriveApi.credentials.ts Nodes as JSON and authentication redesign (#2401) 2022-02-05 22:55:43 +01:00
PipedriveOAuth2Api.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
PlivoApi.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
Postgres.credentials.ts Fix credential formatting issues (#3134) 2022-04-14 08:32:27 +02:00
PostHogApi.credentials.ts Add missing docs urls (#1911) 2021-06-18 23:46:21 +02:00
PostmarkApi.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
ProfitWellApi.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
PushbulletOAuth2Api.credentials.ts Add missing docs urls (#1911) 2021-06-18 23:46:21 +02:00
PushcutApi.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
PushoverApi.credentials.ts feat(Pushover Node): Add 'HTML Formatting' option and credential test (#3082) 2022-05-07 13:25:53 +02:00
QuestDb.credentials.ts Fix credential formatting issues (#3134) 2022-04-14 08:32:27 +02:00
QuickBaseApi.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
QuickBooksOAuth2Api.credentials.ts Separate scopes and add purchase operations to QuickBooks node (#1859) 2021-06-27 13:21:11 +02:00
RabbitMQ.credentials.ts Fix credential formatting issues (#3134) 2022-04-14 08:32:27 +02:00
RaindropOAuth2Api.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
RedditOAuth2Api.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
Redis.credentials.ts feat(Redis Node): Add Redis Trigger node and publish operation to regular node 2022-03-12 12:14:39 +01:00
RocketchatApi.credentials.ts Fix credential formatting issues (#3134) 2022-04-14 08:32:27 +02:00
RundeckApi.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
S3.credentials.ts Fix credential formatting issues (#3134) 2022-04-14 08:32:27 +02:00
SalesforceJwtApi.credentials.ts Fix credential formatting issues (#3134) 2022-04-14 08:32:27 +02:00
SalesforceOAuth2Api.credentials.ts Fix credential formatting issues (#3134) 2022-04-14 08:32:27 +02:00
SalesmateApi.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
SeaTableApi.credentials.ts Fix credential formatting issues (#3134) 2022-04-14 08:32:27 +02:00
SecurityScorecardApi.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
SegmentApi.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
SendGridApi.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
SendyApi.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
SentryIoApi.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
SentryIoOAuth2Api.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
SentryIoServerApi.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
ServiceNowBasicApi.credentials.ts 👕 Fix lint issue 2022-04-03 09:48:09 +02:00
ServiceNowOAuth2Api.credentials.ts feat(ServiceNow Node): Add basicAuth support and fix getColumns loadOptions (#2712) 2022-04-02 17:22:13 +02:00
Sftp.credentials.ts Fix credential formatting issues (#3134) 2022-04-14 08:32:27 +02:00
ShopifyApi.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
Signl4Api.credentials.ts Fix credential formatting issues (#3134) 2022-04-14 08:32:27 +02:00
SlackApi.credentials.ts fix(Slack Node): Fix credential test (#3151) 2022-04-22 12:45:11 +02:00
SlackOAuth2Api.credentials.ts fix(Slack Node): Fix Channel->Kick (#3365) 2022-05-24 09:12:10 +02:00
Sms77Api.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
Smtp.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
Snowflake.credentials.ts Fix credential formatting issues (#3134) 2022-04-14 08:32:27 +02:00
SplunkApi.credentials.ts Add Splunk node (#2180) 2021-09-28 13:50:15 -05:00
SpontitApi.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
SpotifyOAuth2Api.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
SshPassword.credentials.ts Update credentials modal (#2154) 2021-09-11 10:15:36 +02:00
SshPrivateKey.credentials.ts Update credentials modal (#2154) 2021-09-11 10:15:36 +02:00
StackbyApi.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
StoryblokContentApi.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
StoryblokManagementApi.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
StrapiApi.credentials.ts fix(Strapi Node): Add support for Strapi v4 2022-03-12 10:56:34 +01:00
StravaOAuth2Api.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
StripeApi.credentials.ts Add Stripe regular node (#1470) 2021-07-10 13:15:14 +02:00
SupabaseApi.credentials.ts 📖 Fix path to Supabase credential documentation (#2660) 2022-01-10 13:21:40 +01:00
SurveyMonkeyApi.credentials.ts 🔥 Remove line breaks from param descriptions (#2473) 2021-11-25 18:10:06 +01:00
SurveyMonkeyOAuth2Api.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
SyncroMspApi.credentials.ts Add Syncromsp node (#2477) 2022-01-07 18:19:24 +01:00
TaigaApi.credentials.ts Expand Taiga node (#1970) 2021-07-15 00:02:30 +02:00
TapfiliateApi.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
TelegramApi.credentials.ts Fix credential formatting issues (#3134) 2022-04-14 08:32:27 +02:00
TheHiveApi.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
TimescaleDb.credentials.ts Fix credential formatting issues (#3134) 2022-04-14 08:32:27 +02:00
TodoistApi.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
TodoistOAuth2Api.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
TogglApi.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
TravisCiApi.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
TrelloApi.credentials.ts feat(Trello Node) Add support for board members and credential tests (#3201) 2022-05-15 19:48:17 +02:00
TwakeCloudApi.credentials.ts Rename twake creds (#2104) 2021-08-21 14:22:42 +02:00
TwakeServerApi.credentials.ts Rename twake creds (#2104) 2021-08-21 14:22:42 +02:00
TwilioApi.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
TwistOAuth2Api.credentials.ts Fix credential formatting issues (#3134) 2022-04-14 08:32:27 +02:00
TwitterOAuth1Api.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
TypeformApi.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
TypeformOAuth2Api.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
UnleashedSoftwareApi.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
UpleadApi.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
UProcApi.credentials.ts Add missing docs urls (#1911) 2021-06-18 23:46:21 +02:00
UptimeRobotApi.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
UrlScanIoApi.credentials.ts Add Urlscan.io node (#2266) 2021-09-30 11:58:30 -05:00
VeroApi.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
VonageApi.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
WebflowApi.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
WebflowOAuth2Api.credentials.ts Fix credential formatting issues (#3134) 2022-04-14 08:32:27 +02:00
WekanApi.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
WiseApi.credentials.ts 🐛 Handle Wise SCA requests (#2734) 2022-03-06 11:41:01 +01:00
WooCommerceApi.credentials.ts Fix credential formatting issues (#3134) 2022-04-14 08:32:27 +02:00
WordpressApi.credentials.ts feat(Wordpress Node): Add Status option to Get All operation of Posts resource 2022-03-13 11:42:23 +01:00
WorkableApi.credentials.ts Add Workable Trigger Node (#2522) 2021-12-10 18:36:24 +01:00
WufooApi.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
XeroOAuth2Api.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
YourlsApi.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
YouTubeOAuth2Api.credentials.ts Update credentials modal (#2154) 2021-09-11 10:15:36 +02:00
ZammadBasicAuthApi.credentials.ts Add Zammad node (#2621) 2022-02-12 08:40:54 +01:00
ZammadTokenAuthApi.credentials.ts Add Zammad node (#2621) 2022-02-12 08:40:54 +01:00
ZendeskApi.credentials.ts fix(Discourse Node): Fix issue with not all posts getting returned and add credential test (#3007) 2022-04-18 19:31:59 +02:00
ZendeskOAuth2Api.credentials.ts Fix credential formatting issues (#3134) 2022-04-14 08:32:27 +02:00
ZohoOAuth2Api.credentials.ts Fix credential formatting issues (#3134) 2022-04-14 08:32:27 +02:00
ZoomApi.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
ZoomOAuth2Api.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
ZulipApi.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00