n8n/packages/nodes-base/credentials
कारतोफ्फेलस्क्रिप्ट™ ff95de0bdd
refactor: Allow only valid regions in AWS credentials (#3380)
* options and operations added

* IT WORKS!

* Added ReturnALL to GET method

* comit for PR

* updating shared operations

* (AWS): Allow only valid values of Region in the credentials modal

* fix(core): Fix issue that "closeFunction" got called twice

* fix(core): Prevent expressions XSS (#3366)

*  Added checks for window object access in template strings.

*  Added self, prompt and confirm to blocklist. Changed window usage condition.

* fix(editor): Fix conflicting hover states between sticky button and node view (#3368)

* 🐛 Fixing conflicting hover states between sticky button and node view.

* 🔨 Updating and optimizing sticky menu hover logic

* 📇 Removing redundant comments from `NodeView`.

* fix(editor): Fix credential display bug (#3372)

*  Filter credentials by version

*  Reuse helper

* fix(NextCloud Node): Fix folder list with Nextcloud v24 (#3386)

* initial fix for v24 folder listing

* implemented new credential methods

* Nodelinter fixes

* feat(PostBin Node): Add PostBin node  (#3236)

* 🚧 Initial progress on PostBin node.

*  Implemented Bin and Request operations for PostBin node.

* 🚧 Reworked the node in the declarative way.

* 🚧 PosBin node refactoring after reworking it.

*  Implemented Bin id parsing in PostBin node. Done some final refactoring and documentation.

*  Improvements

*  Add comments

* 👌Updating the PostBin node based on the product review

* 💄Updating PostBin node Bin ID validation logic

*  Small improvements

*  Transform the bin requests and add additional properties

Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>

* feat(Todoist Node): Add support for specifying the parent task when adding and listing tasks (#3161)

* Todoist: Update parent field to parent_id

`parent` is deprecated.

* Todoist: Move Labels to "additional fields" when adding a task

Improves consistency with other operations.

* Todoist: Improve section re-load when switching projects

It only worked when creating tasks, due to naming and nesting
inconsistencies between different operations. Making it consistent
adds predictability and allows reuse between operations.

* Todoist: Add support for parent_id when creating and listing tasks

*  fixes

*  test credentials fix

*  parameters naming fix

*  undo for breaking change

* feat(Salesforce Node): Add country field (#3314)

* fix(Slack Node): Fix Channel->Kick (#3365)

* 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>

* ⬆️ Update package-lock.json file

* 🔖 Release n8n-workflow@0.100.0

* ⬆️ Set n8n-workflow@0.100.0 on n8n-core

* 🔖 Release n8n-core@0.118.0

* ⬆️ Set n8n-core@0.118.0 and n8n-workflow@0.100.0 on n8n-node-dev

* 🔖 Release n8n-node-dev@0.57.0

* ⬆️ Set n8n-core@0.118.0 and n8n-workflow@0.100.0 on n8n-nodes-base

* 🔖 Release n8n-nodes-base@0.176.0

* 🔖 Release n8n-design-system@0.21.0

* ⬆️ Set n8n-design-system@0.21.0 and n8n-workflow@0.100.0 on n8n-editor-ui

* 🔖 Release n8n-editor-ui@0.144.0

* ⬆️ Set n8n-core@0.118.0, n8n-editor-ui@0.144.0, n8n-nodes-base@0.176.0 and n8n-workflow@0.100.0 on n8n

* 🔖 Release n8n@0.178.0

* 🔖 Update main package.json to 0.178.0

* 📚 Update CHANGELOG.md with version 0.178.0

* fix(editor): Fix problem with HTTP Request Node 1 credentials to be set (#3371)

* 🔖 Release n8n-editor-ui@0.144.1

* ⬆️ Set n8n-editor-ui@0.144.1 on n8n

* 🔖 Release n8n@0.178.1

* 🔖 Update main package.json to 0.178.1

* 📚 Update CHANGELOG.md with version 0.178.1

* fix(editor): Fix parameter loading bug (#3374)

* fix parameter loading bug

* remove duplicate check

* 🔖 Release n8n-editor-ui@0.144.2

* ⬆️ Set n8n-editor-ui@0.144.2 on n8n

* 🔖 Release n8n@0.178.2

* 🔖 Update main package.json to 0.178.2

* 📚 Update CHANGELOG.md with version 0.178.2

*  Improvements

* fix(core): Fix issue that "closeFunction" got called twice

* fix(core): Prevent expressions XSS (#3366)

*  Added checks for window object access in template strings.

*  Added self, prompt and confirm to blocklist. Changed window usage condition.

* fix(editor): Fix conflicting hover states between sticky button and node view (#3368)

* 🐛 Fixing conflicting hover states between sticky button and node view.

* 🔨 Updating and optimizing sticky menu hover logic

* 📇 Removing redundant comments from `NodeView`.

* fix(editor): Fix credential display bug (#3372)

*  Filter credentials by version

*  Reuse helper

* fix(NextCloud Node): Fix folder list with Nextcloud v24 (#3386)

* initial fix for v24 folder listing

* implemented new credential methods

* Nodelinter fixes

* feat(PostBin Node): Add PostBin node  (#3236)

* 🚧 Initial progress on PostBin node.

*  Implemented Bin and Request operations for PostBin node.

* 🚧 Reworked the node in the declarative way.

* 🚧 PosBin node refactoring after reworking it.

*  Implemented Bin id parsing in PostBin node. Done some final refactoring and documentation.

*  Improvements

*  Add comments

* 👌Updating the PostBin node based on the product review

* 💄Updating PostBin node Bin ID validation logic

*  Small improvements

*  Transform the bin requests and add additional properties

Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>

*  Simplify auth

* 👕 Fix lint issue

Co-authored-by: Michael Kret <michael.k@radency.com>
Co-authored-by: Michael Kret <88898367+michael-radency@users.noreply.github.com>
Co-authored-by: Jan Oberhauser <janober@users.noreply.github.com>
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
Co-authored-by: Alex Grozav <alex@grozav.com>
Co-authored-by: Mutasem Aldmour <4711238+mutdmour@users.noreply.github.com>
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Milorad FIlipović <miloradfilipovic19@gmail.com>
Co-authored-by: Jonathan Bennetts <jonathan.bennetts@gmail.com>

* fix(core): Fix problem with uploading large files (#3370)

*  fix

*  moved setting to axios config

* fix(editor): Fix component in executions list failing custom validator (#3284)

* 🐛 Adjust size to custom validator

*  Undo size change

*  Add size to component validator

* fix(Discord Node): Fix broken rate limit handling (#3311)

* 🔨 fix and additional option to return response headers

*  Remove "return response headers" parameter

Co-authored-by: ricardo <ricardoespinoza105@gmail.com>

* feat(ServiceNow Node): Add attachment functionality (#3137)

*  Add ServiceNow attachment functionality

* 🔨 download fix

*  improvements

*  parameter name fix

*  download attachment for get all operation

*  filters update

*  hint update

*  Small improvements

Co-authored-by: Michael Kret <michael.k@radency.com>
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>

*  Update URLs to n8n.io API (#3391)

* fix(core): Fix migrations on non-public Postgres schema (#3356)

* 🐛 Fix UM migration

*  Account for schema in `search_path`

* 🔥 Remove unneeded schema refs

* 🧪 Account for alt schema in DB testing

*  Add schema to `IncreaseTypeVarcharLimit`

*  Set `search_path` in every migration

*  Set `search_path` in down migrations

* refactor(core): Improve error message

* feat(RabbitMQ Trigger Node): Make message acknowledgement and parallel processing configurable (#3385)

* feat(RabbitMQ Trigger Node): Make message acknowledgement and concurrent
processing configurable

*  Make sure that messages do not get executed multiple times

* 👕 Fix lint issue

* 🐛 Fix issue that for manual executions in "own" mode messages got
know acknowledged

*  Increment count now that console.log got removed

*  Improvements

*  Fix default value

*  Improve display name

* fix(Gmail Node): Fix sending attachments when filesystem mode is used (#3396)

* fix(Google Sheet Node): Fix issue with null values and "Use Header Names as JSON Paths" option (#3395)

* fixed Google Sheet 'Use Header Names as JSON Paths' issue when input data contains null values. https://community.n8n.io/t/error-cannot-read-properties-of-null-reading-tostring/14385/2

*  Update URLs to n8n.io API (#3391)

* fix(core): Fix migrations on non-public Postgres schema (#3356)

* 🐛 Fix UM migration

*  Account for schema in `search_path`

* 🔥 Remove unneeded schema refs

* 🧪 Account for alt schema in DB testing

*  Add schema to `IncreaseTypeVarcharLimit`

*  Set `search_path` in every migration

*  Set `search_path` in down migrations

* refactor(core): Improve error message

* feat(RabbitMQ Trigger Node): Make message acknowledgement and parallel processing configurable (#3385)

* feat(RabbitMQ Trigger Node): Make message acknowledgement and concurrent
processing configurable

*  Make sure that messages do not get executed multiple times

* 👕 Fix lint issue

* 🐛 Fix issue that for manual executions in "own" mode messages got
know acknowledged

*  Increment count now that console.log got removed

*  Improvements

*  Fix default value

*  Improve display name

* fix(Gmail Node): Fix sending attachments when filesystem mode is used (#3396)

*  Minor improvement

Co-authored-by: Taha Sönmez <mtssonmez@gmail.com>
Co-authored-by: Ben Hesseldieck <1849459+BHesseldieck@users.noreply.github.com>
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
Co-authored-by: Jan Oberhauser <janober@users.noreply.github.com>
Co-authored-by: Michael Kret <88898367+michael-radency@users.noreply.github.com>

* ⬆️ Update package-lock.json file

* 🔖 Release n8n-workflow@0.101.0

* ⬆️ Set n8n-workflow@0.101.0 on n8n-core

* 🔖 Release n8n-core@0.119.0

* ⬆️ Set n8n-core@0.119.0 and n8n-workflow@0.101.0 on n8n-node-dev

* 🔖 Release n8n-node-dev@0.58.0

* ⬆️ Set n8n-core@0.119.0 and n8n-workflow@0.101.0 on n8n-nodes-base

* 🔖 Release n8n-nodes-base@0.177.0

* 🔖 Release n8n-design-system@0.22.0

* ⬆️ Set n8n-design-system@0.22.0 and n8n-workflow@0.101.0 on n8n-editor-ui

* 🔖 Release n8n-editor-ui@0.145.0

* ⬆️ Set n8n-core@0.119.0, n8n-editor-ui@0.145.0, n8n-nodes-base@0.177.0 and n8n-workflow@0.101.0 on n8n

* 🔖 Release n8n@0.179.0

* 🔖 Update main package.json to 0.179.0

* 📚 Update CHANGELOG.md with version 0.179.0

*  linter fixes

*  improvements

*  lock file fix

*  credentials update

* feat(editor): Display node specific settings above general ones

* fix(editor): Fix delete button hover spacing (#3412)

* fix(core): Fix crashes in queue mode (#3397)

* Add catch block to avoid crashes when running in queue mode

* Throwing errors that happen in worker so process stops

* feat(core): Add support to import/export tags (#3130)

* Export and Import Workflow Tags

Support exporting and importing tags of workflows via frontend and cli.

On export, all tag data is included in the json.
- id
- name
- updatedAt
- createdAt

When importing a workflow json to n8n we:
- first check if a tag with the same id and createdAt date exists in the
  database, then we can assume the tag is identical. Changes on the name
  of the tag are now preserved.
- check if a tag with the same name exists on the database.
- create a new tag with the given name.

* clean up fe export

* remove usage count

* return updatedat, createdat

* fix tags import

* move logic from workflow package

* refactor import

* check for tags before import

* update checks on type

* fix on import

* fix build issues

* fix type issue

* remove unnessary ?

* update tag helpers so only name is required

* fix tag import

* add don't replace existing tags

* fix build issue

* address comments

* fix with promise.all

* update setting tags

* update check

* fix existing check

* add helper

* fix duplication

* fix multiple same tags bug

* fix db bugs

* add more validation on workflow type

* fix validation

* disable importing tags on copy paste

Co-authored-by: Luca Berneking <l.berneking@mittwald.de>

* fix(editor): Fix stuck loading states (#3428)

* feat(core): Add support for pairedItem (beta) (#3012)

*  Add pairedItem support

* 👕 Fix lint issue

* 🐛 Fix resolution in frontend

* 🐛 Fix resolution issue

* 🐛 Fix resolution in frontend

* 🐛 Fix another resolution issue in frontend

*  Try to automatically add pairedItem data if possible

*  Cleanup

*  Display expression errors in editor UI

* 🐛 Fix issue that it did not display errors in production

* 🐛 Fix auto-fix of missing pairedItem data

* 🐛 Fix frontend resolution for not executed nodes

*  Fail execution on pairedItem resolve issue and display information
about itemIndex and runIndex

*  Allow that pairedItem is only set to number if runIndex is 0

*  Improve Expression Errors

*  Remove no longer needed code

*  Make errors more helpful

*  Add additional errors

* 👕 Fix lint issue

*  Add pairedItem support to core nodes

*  Improve support in Merge-Node

*  Fix issue with not correctly converted incoming pairedItem data

* 🐛 Fix frontend resolve issue

* 🐛 Fix frontend parameter name display issue

*  Improve errors

* 👕 Fix lint issue

*  Improve errors

*  Make it possible to display parameter name in error messages

*  Improve error messages

*  Fix error message

*  Improve error messages

*  Add another error message

*  Simplify

* refactor(core): Deduplicate encryption logic (#3434)

*  added function to credentials helper

* Refactor function name

* Fix lint issues

Co-authored-by: Michael Kret <michael.k@radency.com>

* test: Add timeout to `beforeAll` in users suite (#3433)

* refactor(editor): Change node-setting's parameters order (#3435)

* fix(core): Fix `user-management:reset` command (#3403)

* 🐛 Fix `email` setting

* 🧪 Add test

* 🧪 Add expectation for user email

*  Replace request with helper

* refactor: Apply more `eslint-plugin-n8n-nodes-base` autofixable rules (#3432)

*  Update `lintfix` script

* 👕 Remove unneeded lint exceptions

* 👕 Run baseline `lintfix`

* 👕 Apply `node-param-description-miscased-url` (#3441)

* 👕 Apply `rule node-param-placeholder-miscased-id` (#3443)

Co-authored-by: Iván Ovejero <ivov.src@gmail.com>

* 👕 Apply `node-param-option-name-wrong-for-upsert` (#3446)

* 👕 Apply `node-param-min-value-wrong-for-limit` (#3442)

Co-authored-by: Iván Ovejero <ivov.src@gmail.com>

* Apply `node-param-display-name-wrong-for-dynamic-options` (#3454)

* 🔨 fix

*  Fix `Assigned To` fields

Co-authored-by: Michael Kret <michael.k@radency.com>

* 👕 Apply `rule node-param-default-wrong-for-number` (#3453)

* 👕 Apply `node-param-default-wrong-for-string` (#3452)

Co-authored-by: Iván Ovejero <ivov.src@gmail.com>

* Apply `node-param-display-name-miscased` (#3449)

* 🔨 fix

* 🔨 exceptions

*  review fixes

* 👕 Apply `node-param-description-lowercase-first-char` (#3451)

*  fix

*  review fixes

*  fix

Co-authored-by: Iván Ovejero <ivov.src@gmail.com>

* 👕 Apply `node-param-description-wrong-for-dynamic-options` (#3456)

* Rule working as intended

* Add rule

* 🔥 Remove repetitions

* 👕 Add exceptions

Co-authored-by: Iván Ovejero <ivov.src@gmail.com>

* 👕 Small fix for `node-param-description-wrong-for-dynamic-options`

* 👕 Apply `node-param-default-wrong-for-fixed-collection` (#3460)

* 👕 Apply `node-param-description-line-break-html-tag` (#3462)

* 👕 Run baseline `lintfix`

* 👕 Apply `node-param-options-type-unsorted-items` (#3459)

*  fix

* 🔨 exceptions

* Add exception for Salesmate and Zoom

Co-authored-by: Michael Kret <michael.k@radency.com>
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>

*  Restore `lintfix` command

Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: Michael Kret <88898367+michael-radency@users.noreply.github.com>
Co-authored-by: agobrech <45268029+agobrech@users.noreply.github.com>
Co-authored-by: Michael Kret <michael.k@radency.com>
Co-authored-by: brianinoa <54530642+brianinoa@users.noreply.github.com>

* fix(Hubspot Node): Fix loading of Contacts (#3426)

* feat(QuickBooks Node): Add optional Tax item field (#3404)

* Added tax refs

* Nodelinter fixes

* fix(EmailReadImap Node): Improve error handling (#3465)

* refactor(core): Remove a floating promise

* feat(Cal Trigger Node): Add cal.com Trigger Node (#3439)

* options and operations added

* IT WORKS!

* Added ReturnALL to GET method

* comit for PR

* updating shared operations

*  linter fixes

*  improvements

*  lock file fix

*  credentials update

* added cal trigger node

* Removed console log

* Added advanced fields

* feat(core): Add support for pairedItem (beta) (#3012)

*  Add pairedItem support

* 👕 Fix lint issue

* 🐛 Fix resolution in frontend

* 🐛 Fix resolution issue

* 🐛 Fix resolution in frontend

* 🐛 Fix another resolution issue in frontend

*  Try to automatically add pairedItem data if possible

*  Cleanup

*  Display expression errors in editor UI

* 🐛 Fix issue that it did not display errors in production

* 🐛 Fix auto-fix of missing pairedItem data

* 🐛 Fix frontend resolution for not executed nodes

*  Fail execution on pairedItem resolve issue and display information
about itemIndex and runIndex

*  Allow that pairedItem is only set to number if runIndex is 0

*  Improve Expression Errors

*  Remove no longer needed code

*  Make errors more helpful

*  Add additional errors

* 👕 Fix lint issue

*  Add pairedItem support to core nodes

*  Improve support in Merge-Node

*  Fix issue with not correctly converted incoming pairedItem data

* 🐛 Fix frontend resolve issue

* 🐛 Fix frontend parameter name display issue

*  Improve errors

* 👕 Fix lint issue

*  Improve errors

*  Make it possible to display parameter name in error messages

*  Improve error messages

*  Fix error message

*  Improve error messages

*  Add another error message

*  Simplify

* refactor(core): Deduplicate encryption logic (#3434)

*  added function to credentials helper

* Refactor function name

* Fix lint issues

Co-authored-by: Michael Kret <michael.k@radency.com>

* test: Add timeout to `beforeAll` in users suite (#3433)

* refactor(editor): Change node-setting's parameters order (#3435)

* fix(core): Fix `user-management:reset` command (#3403)

* 🐛 Fix `email` setting

* 🧪 Add test

* 🧪 Add expectation for user email

*  Replace request with helper

* refactor: Apply more `eslint-plugin-n8n-nodes-base` autofixable rules (#3432)

*  Update `lintfix` script

* 👕 Remove unneeded lint exceptions

* 👕 Run baseline `lintfix`

* 👕 Apply `node-param-description-miscased-url` (#3441)

* 👕 Apply `rule node-param-placeholder-miscased-id` (#3443)

Co-authored-by: Iván Ovejero <ivov.src@gmail.com>

* 👕 Apply `node-param-option-name-wrong-for-upsert` (#3446)

* 👕 Apply `node-param-min-value-wrong-for-limit` (#3442)

Co-authored-by: Iván Ovejero <ivov.src@gmail.com>

* Apply `node-param-display-name-wrong-for-dynamic-options` (#3454)

* 🔨 fix

*  Fix `Assigned To` fields

Co-authored-by: Michael Kret <michael.k@radency.com>

* 👕 Apply `rule node-param-default-wrong-for-number` (#3453)

* 👕 Apply `node-param-default-wrong-for-string` (#3452)

Co-authored-by: Iván Ovejero <ivov.src@gmail.com>

* Apply `node-param-display-name-miscased` (#3449)

* 🔨 fix

* 🔨 exceptions

*  review fixes

* 👕 Apply `node-param-description-lowercase-first-char` (#3451)

*  fix

*  review fixes

*  fix

Co-authored-by: Iván Ovejero <ivov.src@gmail.com>

* 👕 Apply `node-param-description-wrong-for-dynamic-options` (#3456)

* Rule working as intended

* Add rule

* 🔥 Remove repetitions

* 👕 Add exceptions

Co-authored-by: Iván Ovejero <ivov.src@gmail.com>

* 👕 Small fix for `node-param-description-wrong-for-dynamic-options`

* 👕 Apply `node-param-default-wrong-for-fixed-collection` (#3460)

* 👕 Apply `node-param-description-line-break-html-tag` (#3462)

* 👕 Run baseline `lintfix`

* 👕 Apply `node-param-options-type-unsorted-items` (#3459)

*  fix

* 🔨 exceptions

* Add exception for Salesmate and Zoom

Co-authored-by: Michael Kret <michael.k@radency.com>
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>

*  Restore `lintfix` command

Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: Michael Kret <88898367+michael-radency@users.noreply.github.com>
Co-authored-by: agobrech <45268029+agobrech@users.noreply.github.com>
Co-authored-by: Michael Kret <michael.k@radency.com>
Co-authored-by: brianinoa <54530642+brianinoa@users.noreply.github.com>

* fix(Hubspot Node): Fix loading of Contacts (#3426)

* feat(QuickBooks Node): Add optional Tax item field (#3404)

* Added tax refs

* Nodelinter fixes

* fix(EmailReadImap Node): Improve error handling (#3465)

* refactor(core): Remove a floating promise

*  Improvements

Co-authored-by: alex meredith <alexanderm@packt.com>
Co-authored-by: ajmeredith1200 <100841449+ajmeredith1200@users.noreply.github.com>
Co-authored-by: Michael Kret <michael.k@radency.com>
Co-authored-by: Jan Oberhauser <janober@users.noreply.github.com>
Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
Co-authored-by: Ricardo Espinoza <ricardo@n8n.io>
Co-authored-by: Michael Kret <88898367+michael-radency@users.noreply.github.com>
Co-authored-by: agobrech <45268029+agobrech@users.noreply.github.com>
Co-authored-by: brianinoa <54530642+brianinoa@users.noreply.github.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
Co-authored-by: Jonathan Bennetts <jonathan.bennetts@gmail.com>

*  Improve cal.com Trigger Node

* 👕 Fix lint issue

*  Minor improvements

Co-authored-by: alex meredith <alexanderm@packt.com>
Co-authored-by: ajmeredith1200 <100841449+ajmeredith1200@users.noreply.github.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
Co-authored-by: Alex Grozav <alex@grozav.com>
Co-authored-by: Milorad FIlipović <miloradfilipovic19@gmail.com>
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
Co-authored-by: Jonathan Bennetts <jonathan.bennetts@gmail.com>
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Gonçalo Silva <goncalossilva@gmail.com>
Co-authored-by: Michael Kret <michael.k@radency.com>
Co-authored-by: Michael Kret <88898367+michael-radency@users.noreply.github.com>
Co-authored-by: Jan Oberhauser <janober@users.noreply.github.com>
Co-authored-by: Mutasem Aldmour <4711238+mutdmour@users.noreply.github.com>
Co-authored-by: pemontto <939704+pemontto@users.noreply.github.com>
Co-authored-by: Ben Hesseldieck <1849459+BHesseldieck@users.noreply.github.com>
Co-authored-by: Taha Sönmez <35905778+tahasonmez@users.noreply.github.com>
Co-authored-by: Taha Sönmez <mtssonmez@gmail.com>
Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: Luca Berneking <l.berneking@mittwald.de>
Co-authored-by: Ricardo Espinoza <ricardo@n8n.io>
Co-authored-by: agobrech <45268029+agobrech@users.noreply.github.com>
Co-authored-by: brianinoa <54530642+brianinoa@users.noreply.github.com>
Co-authored-by: Syed Ali Shahbaz <52925846+alishaz-polymath@users.noreply.github.com>
2022-06-05 20:31:29 +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 refactor: Allow only valid regions in AWS credentials (#3380) 2022-06-05 20:31:29 +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
CalApi.credentials.ts feat(Cal Trigger Node): Add cal.com Trigger Node (#3439) 2022-06-05 19:30:54 +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 credentials update 2022-05-31 10:46:20 +03: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 fix(NextCloud Node): Fix folder list with Nextcloud v24 (#3386) 2022-05-27 17:15:12 +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 feat(ServiceNow Node): Add attachment functionality (#3137) 2022-05-27 18:39:55 +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 feat(Todoist Node): Add support for specifying the parent task when adding and listing tasks (#3161) 2022-05-27 18:15:05 +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