n8n/packages/nodes-base/credentials
Jan Oberhauser 0da398b0e4
Nodes as JSON and authentication redesign (#2401)
*  change FE to handle new object type

* 🚸 improve UX of handling invalid credentials

* 🚧 WIP

* 🎨 fix typescript issues

* 🐘 add migrations for all supported dbs

* ✏️ add description to migrations

*  add credential update on import

*  resolve after merge issues

* 👕 fix lint issues

*  check credentials on workflow create/update

* update interface

* 👕 fix ts issues

*  adaption to new credentials UI

* 🐛 intialize cache on BE for credentials check

* 🐛 fix undefined oldCredentials

* 🐛 fix deleting credential

* 🐛 fix check for undefined keys

* 🐛 fix disabling edit in execution

* 🎨 just show credential name on execution view

* ✏️  remove TODO

*  implement review suggestions

*  add cache to getCredentialsByType

*  use getter instead of cache

* ✏️ fix variable name typo

* 🐘 include waiting nodes to migrations

* 🐛 fix reverting migrations command

*  update typeorm command

*  create db:revert command

* 👕 fix lint error

*  Add optional authenticate method to credentials

*  Simplify code and add authentication support to MattermostApi

* 👕 Fix lint issue

*  Add support to own-mode

* 👕 Fix lint issue

*  Add support for predefined auth types bearer and headerAuth

*  Make sure that DateTime Node always returns strings

*  Add support for moment types to If Node

*  Make it possible for HTTP Request Node to use all credential types

*  Add basicAuth support

* Add a new dropcontact node

*  First basic implementation of mainly JSON based nodes

*  Add fixedCollection support, added value parameter and
expression support for value and property

* Improvements to #2389

*  Add credentials verification

*  Small improvement

*  set default time to 45 seconds

*  Add support for preSend and postReceive methods

*  Add lodash merge and set depedency to workflow

* 👕 Fix lint issue

*  Improvements

*  Improvements

*  Improvements

*  Improvements

*  Improvements

* 🐛 Set siren and language correctly

*  Add support for requestDefaults

*  Add support for baseURL to httpRequest

*  Move baseURL to correct location

*  Add support for options loading

* 🐛 Fix error with fullAccess nodes

*  Add credential test functionality

* 🐛 Fix issue with OAuth autentication and lint issue

*  Fix build issue

* 🐛 Fix issue that url got always overwritten to empty

*  Add pagination support

*  Code fix required after merge

*  Remove not needed imports

*  Fix credential test

*  Add expression support for request properties and $self
support on properties

*  Rename $self to $value

* 👕 Fix lint issue

*  Add example how to send data in path

*  Make it possible to not sent in dot notation

*  Add support for postReceive:rootProperty

*  Fix typo

*  Add support for postReceive:set

*  Some fixes

*  Small improvement

* ;zap: Separate RoutingNode code

*  Simplify code and fix bug

*  Remove unused code

*  Make it possible to define "request" and "requestProperty" on
options

* 👕 Fix lint issue

*  Change $credentials variables name

*  Enable expressions and access to credentials in requestDefaults

*  Make parameter option loading use RoutingNode.makeRoutingRequest

*  Allow requestOperations overwrite on LoadOptions

*  Make it possible to access current node parameters in loadOptions

*  Rename parameters variable to make future proof

*  Make it possible to use offset-pagination with body

*  Add support for queryAuth

*  Never return more items than requested

*  Make it possible to overwrite requestOperations on parameter
and option level

* 👕 Fix lint issue

*  Allow simplified auth also with regular nodes

*  Add support for receiving binary data

* 🐛 Fix example node

*  Rename property "name" to "displayName" in loadOptions

*  Send data by default as "query" if nothing is set

*  Rename $self to $parent

*  Change to work with INodeExecutionData instead of IDataObject

*  Improve binaryData handling

*  Property design improvements

*  Fix property name

* 🚨 Add some tests

*  Add also test for request

*  Improve test and fix issues

*  Improvements to loadOptions

*  Normalize loadOptions with rest of code

*  Add info text

*  Add support for $value in postReceive

* 🚨 Add tests for RoutingNode.runNode

*  Remove TODOs and make url property optional

*  Fix bug and lint issue

* 🐛 Fix bug that not the correct property got used

* 🚨 Add tests for CredentialsHelper.authenticate

*  Improve code and resolve expressions also everywhere for
loadOptions and credential test requests

*  Make it possible to define multiple preSend and postReceive
actions

*  Allow to define tests on credentials

*  Remove test data

* ⬆️ Update package-lock.json file

*  Remove old not longer used code

Co-authored-by: Ben Hesseldieck <b.hesseldieck@gmail.com>
Co-authored-by: Mutasem <mutdmour@gmail.com>
Co-authored-by: PaulineDropcontact <pauline@dropcontact.io>
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
2022-02-05 22:55:43 +01:00
..
ActionNetworkApi.credentials.ts Simplify more property types in credentials classes (#2211) 2021-10-07 23:07:56 +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 Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
AirtableApi.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
Amqp.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +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 Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +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 Add AWS Textract node (#2330) 2021-10-21 16:32:40 -05: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 Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
BitwardenApi.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +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 Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +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 Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +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 Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +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 Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
CustomerIoApi.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +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 Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +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 Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +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 Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +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 Simplify more property types in credentials classes (#2211) 2021-10-07 23:07:56 +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 Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
GhostAdminApi.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
GhostContentApi.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
GithubApi.credentials.ts Fix type in GitHub credentials (#2103) 2021-08-21 14:25:42 +02:00
GithubOAuth2Api.credentials.ts Fix type in GitHub credentials (#2103) 2021-08-21 14:25:42 +02:00
GitlabApi.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
GitlabOAuth2Api.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
GitPassword.credentials.ts Add missing docs urls (#1911) 2021-06-18 23:46:21 +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 Parse single-line private key for Google service account (#2132) 2021-12-24 16:12:18 +01: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 Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +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 Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +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 Add Grist node (#2158) 2021-09-29 19:10:39 -05: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
HarvestApi.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
HarvestOAuth2Api.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +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 Update credentials modal (#2154) 2021-09-11 10:15:36 +02:00
HttpDigestAuth.credentials.ts Update credentials modal (#2154) 2021-09-11 10:15:36 +02:00
HttpHeaderAuth.credentials.ts Nodes as JSON and authentication redesign (#2401) 2022-02-05 22:55:43 +01:00
HttpQueryAuth.credentials.ts Add support for Query Auth 2021-12-05 17:00:41 +01:00
HubspotApi.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
HubspotDeveloperApi.credentials.ts 🐛 Set new Hubspot granular scopes (#2531) 2021-12-10 20:28:59 +01:00
HubspotOAuth2Api.credentials.ts 🐛 Set new Hubspot granular scopes (#2531) 2021-12-10 20:28:59 +01: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 Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +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
LemlistApi.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02: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 Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
Magento2Api.credentials.ts Simplify more property types in credentials classes (#2211) 2021-10-07 23:07:56 +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 Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
MailjetEmailApi.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
MailjetSmsApi.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
MandrillApi.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
MarketstackApi.credentials.ts Simplify more property types in credentials classes (#2211) 2021-10-07 23:07:56 +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 Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +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 Add Microsoft Dynamics CRM Node (#2292) 2021-10-28 19:00:25 -05: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 connectionTimeout, add requestTImeout and fix issue with column names with spaces (#1971) 2021-07-07 00:26:34 +02:00
MicrosoftTeamsOAuth2Api.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +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 Remove unnessasry <br/> (#2340) 2021-10-27 15:00:13 -05:00
MonicaCrmApi.credentials.ts Add Monica CRM node (#2045) 2021-08-08 09:51:44 +02:00
Mqtt.credentials.ts MQTT node: Add SSL/TLS support (#1828) 2021-09-03 14:37:19 +02:00
Msg91Api.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
MySql.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +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 Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
OAuth2Api.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
OneSimpleApi.credentials.ts Add OneSimpleAPI Node (#2360) 2021-11-10 22:48:20 +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 Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
PagerDutyApi.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
PagerDutyOAuth2Api.credentials.ts Add scope to PagerDuty (#2539) 2021-12-11 10:36:51 +01:00
PayPalApi.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +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 Philips Hue API Connection (#2631) 2022-01-13 07:51:58 +01: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 Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +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 Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
QuestDb.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +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 Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +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 Addi an optional database field to redis (#2634) 2022-01-08 18:07:35 +01:00
RocketchatApi.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
RundeckApi.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
S3.credentials.ts Add AWS Textract node (#2330) 2021-10-21 16:32:40 -05:00
SalesforceJwtApi.credentials.ts Remove unnessasry <br/> (#2340) 2021-10-27 15:00:13 -05:00
SalesforceOAuth2Api.credentials.ts Add sandbox option to Salesforce OAuth2 credentials (#1979) 2021-07-14 18:51:51 +02:00
SalesmateApi.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
SeaTableApi.credentials.ts Add SeaTable node and trigger (#2240) 2021-09-29 18:28:27 -05: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
ServiceNowOAuth2Api.credentials.ts Simplify more property types in credentials classes (#2211) 2021-10-07 23:07:56 +02:00
Sftp.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
ShopifyApi.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
Signl4Api.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
SlackApi.credentials.ts Update credentials modal (#2154) 2021-09-11 10:15:36 +02:00
SlackOAuth2Api.credentials.ts Add user group resource to Slack Node (#2405) 2021-11-03 18:55:04 -06: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 🔥 Remove line breaks from param descriptions (#2473) 2021-11-25 18:10:06 +01: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 Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02: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 Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
TheHiveApi.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
TimescaleDb.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +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 Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +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 Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +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 Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
WekanApi.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
WiseApi.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
WooCommerceApi.credentials.ts 🔥 Remove line breaks from param descriptions (#2473) 2021-11-25 18:10:06 +01:00
WordpressApi.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02: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
ZendeskApi.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
ZendeskOAuth2Api.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
ZohoOAuth2Api.credentials.ts Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +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