Commit Graph

807 Commits

Author SHA1 Message Date
Jon
9577d9c847 feat(Orbit Node): Deprecate Orbit nicely (#9962) 2024-07-10 08:30:49 +01:00
Michael Kret
e5c324753f feat(Splunk Node): Overhaul (#9813) 2024-07-04 16:07:17 +03:00
कारतोफ्फेलस्क्रिप्ट™
85aa560a5d refactor(core): Centralize SSH Tunnel management (#9906)
Co-authored-by: Michael Kret <michael.k@radency.com>
2024-07-04 12:29:44 +02:00
Jochem
e6ad5a7193 feat(Copper Node): Update credential to support HTTP Request node (#9837) 2024-07-03 08:59:44 +01:00
Jon
77bf16667b fix(Elasticsearch Node): Fix issue with self signed certificates (#9805) 2024-06-19 13:20:30 +01:00
Elias Meire
58cfd2fde8 fix: Fix AWS credential test (no-changelog) (#9653) 2024-06-06 15:02:58 +02:00
Elias Meire
600013a1ab feat: Add support for dark mode node icons and colors (#9412)
Co-authored-by: Giulio Andreini <g.andreini@gmail.com>
2024-06-06 13:34:30 +02:00
Elias Meire
9dbea7393a fix: Make AWS credential work with global AWS services (#9631) 2024-06-05 16:53:45 +02:00
Michael Kret
19e5c0397a feat(HighLevel Node): Api v2 support, new node version (#9554) 2024-06-03 12:09:05 +03:00
Michael Kret
be5890536f feat: HighLevel oauth2 api credentials (#9542) 2024-05-30 16:21:50 +02:00
Michael Kret
ef9d4aba90 fix: Update operations to run per item (#8967)
Co-authored-by: Elias Meire <elias@meire.dev>
2024-05-22 15:28:09 +03:00
Daniil Zobov
87f965e905 feat(Telegram Node): Add support for local bot api server (#8437)
Co-authored-by: Jonathan Bennetts <jonathan.bennetts@gmail.com>
2024-05-20 13:47:01 +01:00
कारतोफ्फेलस्क्रिप्ट™
d0d52def8f feat(Send Email Node): Add an option to customize client host-name on SMTP connections (#9322) 2024-05-07 17:38:23 +02:00
कारतोफ्फेलस्क्रिप्ट™
0a2de093c0 feat(Redis Node): Add support for TLS (#9266) 2024-05-02 17:35:41 +02:00
Ria Scholz
ddff80416d feat(S3 Node): Add support for self signed SSL certificates (#9269) 2024-05-02 10:08:36 +01:00
Michael Kret
306b68da6b feat(HTTP Request Node): Option to provide SSL Certificates in Http Request Node (#9125)
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
2024-04-24 17:28:02 +03:00
Michael Kret
017ae6e102 fix(Airtable Node): Do not allow to use deprecated api keys in v1 (#9171) 2024-04-24 16:04:14 +03:00
Bram Kn
23a2dd08b6 feat: Add WhatsApp Business Trigger Node (#8840)
Co-authored-by: Giulio Andreini <andreini@netseven.it>
Co-authored-by: Michael Kret <michael.k@radency.com>
2024-04-18 15:45:07 +03:00
Jon
4c16000efa fix: Fix issue with Crowdstrike credential not working correctly (#9108) 2024-04-16 08:39:22 +01:00
कारतोफ्फेलस्क्रिप्ट™
1cd7eacb7b ci: Fix docs urls (no-changelog) (#9116) 2024-04-11 10:37:35 +02:00
Michael Kret
0a9f6b3de8 feat(JWT Node): New node (#9005)
Co-authored-by: Giulio Andreini <andreini@netseven.it>
2024-04-10 13:16:48 +03:00
Michael Kret
e84c27c0ce feat(Webhook Node): Overhaul (#8889)
Co-authored-by: Giulio Andreini <andreini@netseven.it>
2024-03-28 10:46:39 +02:00
Ayato Hayashi
5d52bda865 fix: Correct misspelling from omited to omitted (no-changelog) (#8838) 2024-03-08 09:01:12 +00:00
Michael Kret
c73aeeec3d fix(AwsS3 Node): Use location constrain (#8654) 2024-02-16 15:13:26 +02:00
Elias Meire
100d9bc087 refactor: Add IRequestOptions type to helpers.request for more type safety (no-changelog) (#8563)
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
2024-02-14 16:29:09 +01:00
Jon
7660d7e735 feat(LinkedIn Node): Add support for Community Management API (#7451) 2024-01-24 09:28:42 +00:00
Michael Kret
e796e7f06d feat(MongoDB Node): Add support for TLS (#8266) 2024-01-10 15:02:05 +02:00
Michael Kret
ccde38a8a8 fix(Monday.com Node): Migrate to api 2023-10 (#8254) 2024-01-10 11:17:00 +02:00
Jon
65c8e12b96 feat(Wordpress Node): Add option to ignore error when using self signed certificates (#8199)
## Summary
Adds option to ignore SSL issues to the Wordpress node, This is useful
when using a self signed certificate in a local setup.


## Related tickets and issues
https://github.com/n8n-io/n8n/issues/8151
2024-01-03 10:52:01 +00:00
Iván Ovejero
0ca2759d75 refactor: Optimize SVG icons for nodes (#8195)
Running `svgo` to optimize icon size for nodes.
2024-01-02 17:40:08 +01:00
Iván Ovejero
e77fd5d286 refactor: Switch plain errors in nodes-base to ApplicationError (no-changelog) (#7914)
Ensure all errors in `nodes-base` are `ApplicationError` or children of
it and contain no variables in the message, to continue normalizing all
the backend errors we report to Sentry. Also, skip reporting to Sentry
errors from user input and from external APIs. In future we should
refine `ApplicationError` to more specific errors.

Follow-up to: [#7877](https://github.com/n8n-io/n8n/pull/7877)

- [x] Test workflows:
https://github.com/n8n-io/n8n/actions/runs/7084627970
- [x] e2e: https://github.com/n8n-io/n8n/actions/runs/7084936861

---------

Co-authored-by: Michael Kret <michael.k@radency.com>
2023-12-05 11:17:08 +01:00
कारतोफ्फेलस्क्रिप्ट™
117962d473 feat(core): Update LLM applications building support (no-changelog) (#7710)
extracted out of #7336

---------

Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
Co-authored-by: Oleg Ivaniv <me@olegivaniv.com>
Co-authored-by: Alex Grozav <alex@grozav.com>
2023-11-28 16:47:28 +01:00
Elias Meire
14035e1244 feat(editor): Add HTTP request nodes for credentials without a node (#7157)
Github issue / Community forum post (link here to close automatically):

---------

Co-authored-by: Giulio Andreini <g.andreini@gmail.com>
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
2023-11-13 12:11:16 +01:00
Ricardo Espinoza
a08fca51d9 feat(Venafi TLS Protect Cloud Node): Add region parameter to Venafi protect cloud (#7689)
Github issue / Community forum post (link here to close automatically):
2023-11-11 10:35:56 -05:00
Michael Kret
6a53c2a375 feat(Discord Node): Overhaul (#5351)
Github issue / Community forum post (link here to close automatically):

---------

Co-authored-by: Giulio Andreini <g.andreini@gmail.com>
Co-authored-by: Marcus <marcus@n8n.io>
2023-11-08 16:11:23 +02:00
Yulian Diaz
32b85ba2fe fix(Facebook Lead Ads Trigger Node): Fix issue with missing scope for business management (#7616)
Github issue / Community forum post (link here to close automatically): 

Community:
https://community.n8n.io/t/facebook-lead-trigger-issue-with-permissions/32500

GH Issue: https://github.com/n8n-io/n8n/issues/7615
2023-11-08 10:02:18 +00:00
Elias Meire
ac814a9c61 feat(Facebook Lead Ads Trigger Node): Add Facebook Lead Ads Trigger Node (#7113)
Github issue / Community forum post (link here to close automatically):
https://community.n8n.io/t/facebook-lead-ads-integration/4590/19

---------

Co-authored-by: Marcus <marcus@n8n.io>
2023-10-20 13:43:55 +02:00
pemontto
c3f0be809f fix(Ldap Node): Fix issue with connections not closing correctly (#7432) 2023-10-13 12:15:54 +01:00
Elias Meire
ec2aa3819c fix(Notion Node): Rename Notion API Key to Internal Integration Token (#7176)
Github issue / Community forum post (link here to close automatically):
2023-09-29 09:21:29 +02:00
Jon
e4c302c683 feat(MISP Node): Update credential to support HTTP Request node (#7268) 2023-09-27 11:05:48 +01:00
Jon
12a3168367 feat(Linear Node): Add support for OAuth2 (#7201) 2023-09-20 10:19:12 +01:00
Elias Meire
cf776b8f17 fix(seven Node): Rename sms77 to seven, fix credentials test (#7180)
Github issue / Community forum post (link here to close automatically):
2023-09-19 10:26:53 +02:00
Elias Meire
d317e09c59 fix(X (Formerly Twitter) Node): Rename Twitter to X (keep Twitter alias) (#7179)
Github issue / Community forum post (link here to close automatically):
2023-09-15 15:04:16 +02:00
Michael Kret
556a6132ba feat(Microsoft Outlook Node): Node overhaul (#4449)
[N8N-4995](https://linear.app/n8n/issue/N8N-4995)

---------

Co-authored-by: Giulio Andreini <g.andreini@gmail.com>
2023-09-15 12:52:18 +03:00
Jon
6e5a4f6a58 fix(HubSpot Node): Fix issue with contact lists not working (#5582) 2023-09-12 17:04:39 +01:00
Michael Kret
73e782e2cf feat(TheHive Node): Overhaul (#6457) 2023-09-04 18:15:52 +03:00
Elias Meire
c01bca562b feat(Strapi Node): Add token credentials (#7048)
Co-authored-by: Michael Kret <michael.k@radency.com>
2023-08-31 12:46:28 +02:00
agobrech
44afcff959 feat: Enable parallel processing on multiple queue nodes (#6295)
* Add non-parallel execution

* Add parallel processing for MQTT

* Fix logic expression for trigger

* fixes

* remove unused import

* fix MQTT parallel processing

* fix AMQPTrigger node parallelProcessing

* MQTTTrigger node default parallelProcessing to true

* add AMQP credential test

* improve error handling

---------

Co-authored-by: Marcus <marcus@n8n.io>
2023-08-16 13:06:47 +02:00
Iván Ovejero
6f48593134 refactor: Enable cred-class-field-properties-assertion (no-changelog) (#6908) 2023-08-10 15:28:03 +02:00
कारतोफ्फेलस्क्रिप्ट™
d396935281 docs: Fix missing and invalid documentation urls for various credentials (no-changelog) (#6893) 2023-08-09 15:16:11 +02:00