Commit graph

2005 commits

Author SHA1 Message Date
Tysmith17 e92fe252cf Merge branch 'master' of github.com:n8n-io/n8n 2021-02-05 10:44:56 -07:00
Tysmith17 ddb1f5a22d add missing file 2021-02-05 10:42:33 -07:00
Jan Oberhauser e119ef7a14 🔖 Release n8n-nodes-base@0.103.0 2021-02-05 09:36:16 +01:00
lublak 0398ec7348
Add s and u flag support for regex (#1397)
* add s flag support for regex

* add u flag (its supported since nodejs 6.4.0)
2021-02-05 09:29:16 +01:00
Harshil Agrawal 10ddcebf21
Add codex files for new nodes (#1409) 2021-02-05 09:27:12 +01:00
Ricardo Espinoza f370569ccc
Add Tapfiliate Node (#1399)
*  Tapfiliate Node

*  Improvements

*  Minor improvements to Tapfiliate Node

Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-02-05 09:25:41 +01:00
Ricardo Espinoza b1ad897a86
Add download field to Airtable Trigger (#1406) 2021-02-04 15:43:48 +01:00
Ricardo Espinoza 39ef004021
Add custom fields to company:create & company:update (Hubspot) (#1404) 2021-02-04 15:31:48 +01:00
Ricardo Espinoza 4fa2fb53a7
Add connection timeout to MySQL credentials (#1223) 2021-02-04 10:13:48 +01:00
Ricardo Espinoza 7226b5071e
🐛 Fix bug with Typeform OAuth2 flow (#1402) 2021-02-04 09:58:33 +01:00
Iván Ovejero 049bf6bee8
Add message pinning and unpinning to Telegram (#1398)
* Implement chat message pinning and unpinning

*  Add svg logo

Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
2021-02-04 09:50:39 +01:00
Iván Ovejero eb2f14d06d
Add Reddit Node (#1345)
* Set up initial scaffolding and auth

* Add grant type to credentials

* Add Account operations and OAuth2 request

* Add post submission functionality

* Refactor resources into resource descriptions

* Refactor request for no auth URL

* Refactor submission description for consistency

* Add listing resource

* Refactor My Account resource into details

* Add request for all items

* Add listings for specific subreddits

* Fix minor linting details

* Add subreddit resource

* Add All-Reddit and Subreddit resource descriptions

* Adjust display options for credentials

* Add subreddit search functionality

* Clean up auth parameter

* Add user resource with GET endpoint

* Add user description

* Add submission search and commenting functionality

* Clean up logging and comments

* Fix minor details

* Fix casing in properties

* Add dividers to execute() method

* Refactor per feedback

* Remove unused description

* Add punctuation to property descriptions

* Fix resources indentation

* Add resource dividers

* Remove deprecated sidebar option

* Make subreddit:get responses consistent

* Remove returnAll and limit from subreddit:get

* Flatten user:get response for about

* Rename comment target property

* Remove best property from post:getAll

* Enrich subreddit search by keyword operation

* Remove unneeded scopes

* Add endpoint documentation

* Add scaffolding for post comment

* Add all operations for postComment resource

* Add all operations for post resource

* Refactor subreddit:getAll

* Fix postComment:getAll

* Flatten responses for profile:get

*  Improvements

* Fix response traversal for postComment:add

* Flatten response for postComment:reply

* Fix subreddit:getAll with keyword search

* Fix pagination to enforce limit

* Wrap unauthenticated API call in try-catch block

* Add 404 error for empty array responses

* Revert "Fix pagination to enforce limit"

This reverts commit 72548d9523.

* Turn user:get (gilded) into listing

*  Small improvement

*  Improve Reddit-Node

Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-02-04 09:37:03 +01:00
Harshil Agrawal d0ac4e8fbe
Add documentation link to SecurityScorecard (#1407) 2021-02-04 08:21:06 +01:00
Jan Oberhauser ac3ad514ff Remove old reference link for Google Service Account 2021-02-03 08:15:41 +01:00
Jan Oberhauser f127d95361 🔖 Release n8n-nodes-base@0.102.0 2021-02-01 08:36:47 +01:00
Jan Oberhauser 7add63d13b ⬆️ Set n8n-core@0.62.0 and n8n-workflow@0.51.0 on n8n-nodes-base 2021-02-01 08:36:20 +01:00
Ricardo Espinoza dc98de1ab2
Add support for multiple subscriptions in Hubspot Trigger (#1358)
*  Add support for multiple subscriptions in Hubspot Trigger

*  Load object properties for the user

*  Improvements

*  Some improvements to the Hubspot-Node

Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-02-01 08:31:40 +01:00
Jan 5549550928
Add attachment types to Signl4 Node (#1388)
* SIGNL4: Attachment Support

Attachment support added to SIGNL4.

* SI'GNL4: Attachment Support

Attachment support added for SIGNL4.

* Update GenericFunctions.ts

* Update GenericFunctions.ts

* Update GenericFunctions.ts

* Update GenericFunctions.ts

*  Improvements to #1356

Co-authored-by: rons4 <ron@signl4.com>
2021-01-31 20:08:38 +01:00
Jan Oberhauser 044218bba7 Minor improvements on Signl4 Node 2021-01-31 20:07:32 +01:00
Thomas Jost 63f2865d44
Add support for Todoist sections (#1374) 2021-01-31 19:09:24 +01:00
Tanay Pant 8dd384ce2c
Add TimescaleDB node (#1378)
*  Add TimescaleDB node

*  Improvements

Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
2021-01-31 18:57:03 +01:00
Jan Oberhauser 85c0338014 Remove debug console.log 2021-01-30 18:49:41 +01:00
Ricardo Espinoza db417da464
Add list and list-entry resources to Affinity Node (#1387) 2021-01-30 18:47:27 +01:00
Ricardo Espinoza 05df13a887
Add project field when creating a task on Asana Node (#1386) 2021-01-30 18:34:49 +01:00
Ricardo Espinoza 46fe96b72c
Extended Jira Node (#1306)
*  Add Issue Attachment resource

*  Add custom fields to issue:create and issue:update

*  Filter custom fields by the project selected

*  Change the logo to SVG

*  Small improvement

*  Minor improvements to Jira Node

*  Add download field to issueAttachment get and getAll

Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-01-29 20:08:27 +01:00
ricardo 73189eda87 Improvements to #1356 2021-01-29 00:48:05 -05:00
Ricardo Espinoza 48362f50ef
Add Discourse Node (#1348)
*  Discourse Node

*  Add missing credential file

*  Improvements

*  Improvements

*  Minor improvements on Discourse Node

Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-01-28 19:00:47 +01:00
Tysmith17 2c3e32e358 Merge branch 'master' of github.com:TySmith17/n8n 2021-01-28 10:41:10 -07:00
Tysmith17 79d544bbd4 add deal description to hubspot 2021-01-28 10:38:57 -07:00
Ricardo Espinoza d0b896da38
Add SecurityScorecard node (#1371)
* Add SecurityScorecard node

* Move portfolio:edit fields to the main view.

The API request uses PUT so it will replace undefined fields if they are not set.

* Style improvements

*  Improvements to #1247

*  Improvements

*  Minor improvements on SecurityScorecard Node

Co-authored-by: Mika Luhta <12100880+mluhta@users.noreply.github.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-01-28 18:31:37 +01:00
Jan Oberhauser 45e038d862 🔖 Release n8n-nodes-base@0.101.0 2021-01-27 09:15:31 +01:00
Jan Oberhauser 9662dfa379 ⬆️ Set n8n-core@0.61.0 and n8n-workflow@0.50.0 on n8n-nodes-base 2021-01-27 09:14:53 +01:00
Jan Oberhauser 729c28469e 🔖 Release n8n-nodes-base@0.100.0 2021-01-27 09:04:55 +01:00
Jan Oberhauser de0ac0158a 🐛 Fix credential bug with parameters which have the same name 2021-01-27 09:02:20 +01:00
Jan Oberhauser d6d340b6a6 🔖 Release n8n-nodes-base@0.99.0 2021-01-26 12:05:21 +01:00
Jan Oberhauser 146a01a157 ⬆️ Set n8n-core@0.60.0 and n8n-workflow@0.49.0 on n8n-nodes-base 2021-01-26 12:04:55 +01:00
Jan Oberhauser 2c834ef9c4 Minor improvements to Slack-Node 2021-01-25 14:56:59 +01:00
tumf 025272953e
Add message.delete in Slack nodes (#1377) 2021-01-25 14:56:37 +01:00
Harshil Agrawal 4b54b39903
Add Codex files for Beeminder and SendGrid node (#1376) 2021-01-25 13:29:24 +01:00
dilmac 2e1edcad87
Remove duplicate conditional on Function-Node (#1375) 2021-01-25 12:54:49 +01:00
Jan Oberhauser 2568b4b571 Increase IMAP auth timeout 2021-01-25 08:45:54 +01:00
Jan Oberhauser 0db307186e Simplify Mautic OAuth credentials 2021-01-25 07:58:40 +01:00
Jan Oberhauser 70d2a988cc Minor improvements on Rocketchat Node 2021-01-24 20:38:16 +01:00
Ben Hesseldieck d395498882
Add support for webhook route parameters (#1343)
* 🚧 add webhookId to URL

* 🚧 add webhookId to webhook entity, 🔧 refactor migrations

* 🚧 🐘 postgres migration

* 🚧 add mySQL migration

* 🚧 refactor mongoDB

* 🚧 add webhookId to IWebhookDb

* 🚧 starting workflow with dynamic route works

*  production dynamic webhooks complete

* 🎨 fix lint issues

* 🔧 dynamic path for webhook-test complete

* 🎨 fix lint issues

* 🎨 fix typescript issue

*  add error message for dynamic webhook-test

* 🔨 improve handling of leading `/`

* 🚧 add webhookId to URL

* 🚧 add webhookId to webhook entity, 🔧 refactor migrations

* 🚧 🐘 postgres migration

* 🚧 add mySQL migration

* 🚧 refactor mongoDB

* 🚧 add webhookId to IWebhookDb

* 🚧 starting workflow with dynamic route works

*  production dynamic webhooks complete

* 🎨 fix lint issues

* 🔧 dynamic path for webhook-test complete

* 🎨 fix lint issues

* 🎨 fix typescript issue

*  add error message for dynamic webhook-test

* 🔨 improve handling of leading `/`

*  Fix issue that tab-title did not get reset on new workflow

* Revert " Fix issue that tab-title did not get reset on new workflow"

This reverts commit 699d0a8946.

* 🔧 reset params before extraction

* 🐘 removing unique constraint for webhookId

* 🚧 handle multiple webhooks per id

* 🔧 enable webhook-test for multiple WH with same id

* 🐘 add migration for postgres

*  add mysql migration

* 🎨 fix lint issue

Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-01-23 20:00:32 +01:00
Ricardo Espinoza 1a68303319
Add custom fields to Mautic: contact:create & contact:update (#1311) 2021-01-23 19:34:36 +01:00
Iván Ovejero 5ba66fb081
🐛 Fix default value for Send Notification Email option on GDrive (#1357) 2021-01-23 15:22:31 +01:00
Ricardo Espinoza 298836b1f8
Add Compression Node (#1319)
*  Compression Node

*  Validate input data format when decompressing

*  Improvements to Compression Node

Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-01-23 15:00:44 +01:00
Iván Ovejero ef666ea57b
Add GitHub user invite functionality (#1334)
*  Add user invite functionality

* Fix getRepositories by un-hiding owner property

*  Small fix

Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
2021-01-23 13:11:00 +01:00
Jan 6448537d4c
Add NextCloud user create functionality
 Add NextCloud user invite functionality
2021-01-23 13:03:22 +01:00
Jan Oberhauser 1cfdae389e Minor improvement to NextCloud Node 2021-01-23 12:57:30 +01:00
Jan cb5460d3c2
Add Slack:getPermalink (#1370)
* Add chat.getPermalink interface in Slack Nodes.

*  Small improvements to #1366

Co-authored-by: tumf <y.takahara@gmail.com>
2021-01-23 12:18:39 +01:00
Jan Oberhauser 09f075cc5a Minor improvements to Slack:getPermalink 2021-01-23 12:17:38 +01:00
ricardo 39fd7dc8ce Small improvements to #1366 2021-01-22 15:23:50 -05:00
ricardo 2ca9c6de7d Small improvements 2021-01-22 14:58:06 -05:00
ricardo 4ec458d56b 🐛 Fixes issue handling error responses in Rocketchat node (#1367) 2021-01-22 10:19:38 -05:00
rons4 6ccc104926 Update GenericFunctions.ts 2021-01-22 10:10:53 +01:00
tumf 2bd05abc3e Add chat.getPermalink interface in Slack Nodes. 2021-01-22 13:22:33 +09:00
Jan Oberhauser 53df2431f4 🔖 Release n8n-nodes-base@0.98.1 2021-01-21 11:33:34 +01:00
Jan Oberhauser 6cfad7f41f Fix Trello icon 2021-01-21 11:32:24 +01:00
Jan Oberhauser 6b6f1f4e74 🔖 Release n8n-nodes-base@0.98.0 2021-01-21 11:00:11 +01:00
Jan Oberhauser 7e3788da23 ⬆️ Set n8n-core@0.59.0 on n8n-nodes-base 2021-01-21 10:59:29 +01:00
Jan Oberhauser 144de3f24b 👕 Fix lint issue 2021-01-21 10:47:45 +01:00
Jan Oberhauser 8432a8774e Some improvements on AMQP nodes 2021-01-20 13:20:48 +01:00
Jan Oberhauser 64e36f04b0 🔀 Merge branch 'AMQP-Connection-Parameters' of https://github.com/erbg/n8n into erbg-AMQP-Connection-Parameters 2021-01-20 12:41:49 +01:00
Omar Ajoue 5a6b191688
🐛 Fix AWS lambda and SNS problem with signature (#1361) 2021-01-20 12:23:32 +01:00
rons4 19f079d26e Update GenericFunctions.ts 2021-01-20 12:15:12 +01:00
rons4 d70e2130e1 Update GenericFunctions.ts 2021-01-20 11:55:25 +01:00
rons4 86aeef5703 Update GenericFunctions.ts 2021-01-20 09:31:17 +01:00
Ricardo Espinoza 3b49764fb8
Add GitHub PR reviews (#1346)
* Adds operations to get and create PR reviews

* Improvements to #709

*  Fix commit field description

Co-authored-by: Johannes Kettmann <jkettmann@gmx.net>
2021-01-20 08:33:17 +01:00
Jan Oberhauser 28d54ed439 Remove debugging code 2021-01-20 00:41:32 +01:00
Harshil Agrawal 70eea2d5ca
Add SendGrid node (#1321)
* Add SendGrid node

* 👕Fix lint issue

*  Improvements

*  Improvements

*  Improvements

*  Fix SendGrid-Node

Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-01-20 00:16:25 +01:00
Ricardo Espinoza fd1f60bbbe
Add Google Drive "drive" resource (#1327)
*  Add drive resource

*  Small improvements
2021-01-19 18:02:52 +01:00
Ricardo Espinoza 4336088741
Add Trello List getAll/getCards functionality (#1350)
* Fix to add List.getCards

*  Small improvements to #1347

*  Minor formatting improvements

*  Small fix

Co-authored-by: tumf <y.takahara@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-01-19 15:09:03 +01:00
rons4 18a6b4500b SI'GNL4: Attachment Support
Attachment support added for SIGNL4.
2021-01-19 13:29:22 +01:00
rons4 06282ff7de SIGNL4: Attachment Support
Attachment support added to SIGNL4.
2021-01-19 13:25:21 +01:00
Iván Ovejero 233a390075 Rename add user operation as create user 2021-01-18 18:55:07 -03:00
Iván Ovejero cbeeffe805 Remove suffix from URL for user add operation 2021-01-18 18:52:24 -03:00
Iván Ovejero ebf81a887b Remove loggers 2021-01-18 18:52:15 -03:00
Iván Ovejero 889dd3c3be Convert response from add user from XML to JSON 2021-01-18 18:42:54 -03:00
Iván Ovejero 6e4b6f677e Small details and logs 2021-01-15 08:58:51 -03:00
Jan Oberhauser ade8e5c4e6 🔖 Release n8n-nodes-base@0.97.0 2021-01-15 11:46:45 +01:00
Harshil Agrawal f67e6a06da
Change category for core nodes (#1341)
* Update category for core nodes

* 🔨Change from core to core nodes
2021-01-15 11:44:21 +01:00
Iván Ovejero 46e9af9646
Move Slack params to other options (#1339)
*  Move Slack params to other options

*  Minor improvements to Slack Node

Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-01-15 10:42:35 +01:00
Jan Oberhauser 6981438a38 Simplify Zendesk credentials 2021-01-15 09:47:39 +01:00
Jan Oberhauser 48c68a30ad 👕 Fix lint issue 2021-01-14 17:47:09 +01:00
Omar Ajoue e5bbf7144f
Typeform Trigger translates double curly brackets square brackets (#1316) 2021-01-14 17:32:20 +01:00
Jan Oberhauser 5a8ef557ad Make sure that Node Codex get included in build 2021-01-14 14:53:14 +01:00
Harshil Agrawal f258f3ca33
Add Node Codex (#1335)
*  Add Node Codex 📇

* Add codex files for new nodes

*  Change category for Affinity

* 🔨 Fix credential documentation link

* Improve styling

* Add blogposts

Co-authored-by: Amudhan <sm.amudhan@live.com>
2021-01-14 13:56:07 +01:00
Iván Ovejero 9290993400 Remove unneeded type 2021-01-13 19:52:15 -03:00
Iván Ovejero 710ba33d77 Add NextCloud user invite functionality 2021-01-13 19:49:37 -03:00
Jan Oberhauser 785b0e385e 👕 Fix lint issue 2021-01-13 20:20:30 +01:00
Mutasem Aldmour 4f75788818
Fix function name on Beeminder Node (#1337) 2021-01-13 19:34:29 +01:00
Jan Oberhauser 29c9c6d933 Remove console.logs 2021-01-13 10:49:55 +01:00
Ricardo Espinoza 63a459ac92
Add filters to all getAll operations to Salesforce Node (#1292)
*  Add filters to all get:All operations

*  Small fix

* Add description to condition fields

*  Minor improvements to Salesforce-Node

Co-authored-by: Harshil <ghagrawal17@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-01-13 10:45:41 +01:00
Ricardo Espinoza 46fb9c09ab
👕 Add quotemark rule to tslint (#1330) 2021-01-13 09:00:07 +01:00
Ricardo Espinoza ea873aa8dc
Add exchange to RabbitMQ (#1328)
* Implement exchange for rabbitmq

* Fix options not parsing displayOptions

* Cleanup code in generic functions

*  Minor changes to (#1300)

Co-authored-by: Pieter Jong <jongpieter@hotmail.com>
2021-01-13 08:57:06 +01:00
Ricardo Espinoza 0638f9624d
Add Beeminder Node (#1325)
* add Beeminder node

* clean up unused def

* add crud ops

* update additional properties

* support options in methods

*  Improvements to ##1320

*  Minor improvements to Beeminder

Co-authored-by: mutdmour <mutdmour@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-01-12 12:40:49 +01:00
Ricardo Espinoza d78aaa2d64
feature/outlook shared mailbox (#1323)
*  Add shared mailbox support

* 🐛 Add filter field to folderMessage:getAll

*  Small changes to descriptions (#1322)

Co-authored-by: Mika Luhta <12100880+mluhta@users.noreply.github.com>
2021-01-11 00:09:58 +01:00
Ricardo Espinoza 76cee5577b
Extend googleApi credentials to support user impersonification (#1304)
*  Extend googleApi credentials to support user impersonification

*  Add service account authentication to Gmail

*  Minor improvements

Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-01-10 20:49:47 +01:00
Ricardo Espinoza a7dee0aba7
Add hash type sha384 (#1324)
*  Add hash type sha384

*  Remove console.log

Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-01-10 12:24:18 +01:00
Jan Oberhauser 043385df33 🐛 Fix iteration on CoinGecko-Node 2021-01-08 15:47:57 +01:00
Jan Oberhauser 19ba7daa2e 🔖 Release n8n-nodes-base@0.96.0 2021-01-07 14:25:31 +01:00
Jan Oberhauser b2dd36ea45 ⬆️ Set n8n-core@0.58.0 on n8n-nodes-base 2021-01-07 14:24:49 +01:00
Jan 1501175b81
Add support for custom AWS endpoints (#1312)
* Setup custom endpoints properties in AWS credentials type

* Update AWS nodes to use new endpoints (if specified)

* Fix a few error scenarios cases where message was being obscured

* Extend usage of URL API to validate user inputted endpoints

https://nodejs.org/docs/latest-v12.x/api/url.html

* Add support to custom endpoints for SES

Forgot to add this in my earlier commits…

* Fix incorrect Amazon SES endpoint placeholder value

* Fixed signing problems with path being ignored. Standardized to avoid future problems

* Linting fix

*  Make parameters optinal (wip)

* Make sure that we fallback to correct URL without errors if custom endpoints are not used

Co-authored-by: Luis Ramos <luis@ramos.dev>
Co-authored-by: Omar Ajoue <krynble@gmail.com>
2021-01-07 14:16:52 +01:00
Iván Ovejero a13a7487cf
:tap: Fix environment typo in PayPal node (#1310) 2021-01-07 13:43:42 +01:00
lublak 2fed026523
🐛 Fix for same name rename (#1317)
If you rename to the same name, it just gets removed. This should not be the case.
2021-01-07 13:42:05 +01:00
Jan b389ef116d
🐛 Fix bug when sending audio with Telegram
🐛 fix bug when sending audio
2021-01-07 13:33:34 +01:00
Omar Ajoue 143c8bd326
Allow Gmail node to send messages formatted as HTML (#1285)
* Allowing Gmail node to send messages formatted as HTML

* Improving message field description

* Fixing lint issues

* Adding missing trailing comma

*  Small improvements to GMail-Node

Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-01-07 11:58:28 +01:00
Ricardo Espinoza 9b6f0ee3ee
Add Ephemeral Message support (#1302)
* Add postEphemeral on Slack node

*  Add ephemeral option to message:post

*  Small fix

Co-authored-by: davinerd <anathema@anche.no>
2021-01-07 08:26:17 +01:00
Ricardo Espinoza 1c615b615f
Add Room/Group Name to Light Name (#1303)
* Hue Node: Add Room/Group Name to Light Name

To easier identify lights in the dropdown it is useful to know to which group (room) they belong.
While lights can be added to multiple zones, they can only ever belong to one room.

*  Small improvemenets to (#1299)

Co-authored-by: Robert Kaelin <robertkaelin@users.noreply.github.com>
2021-01-07 07:58:08 +01:00
Omar Ajoue 9c479abc35
🐛 Fixed batch sizing to work when batchSize = 1 (#1314) 2021-01-07 07:53:48 +01:00
Ricardo Espinoza 57e19edadd
Add Google analytics node (#1305)
*  Add Google Analytics node

🔨 Add Report Resource

🔨 Complete the basic for Report resource

 Add User Activity resource

🔨Remove comment

*  Improvements

*  Small improvements

*  Improvements

*  Improvements

*  Some improvements to Google Analytics Node

*  Load views automatically

Co-authored-by: Harshil <ghagrawal17@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-01-05 19:16:25 +01:00
Jan Oberhauser d52d12d671 🔀 Merge branch 'master' of github.com:n8n-io/n8n 2021-01-05 17:23:35 +01:00
Jan Oberhauser f209665730 Fix "Border" operation on EditImage-Node 2021-01-05 17:23:16 +01:00
Harshil Agrawal b85f55659e
Fix E-goi brand name (#1307) 2021-01-05 08:46:07 +01:00
ricardo b989f129be Comment bot:info as the endpoint stopped working 2021-01-04 20:21:26 -05:00
Jan Oberhauser 65062dbd48 Remove debug messages 2021-01-02 23:04:15 +01:00
Ricardo Espinoza 403f1009a6
Add Phantombuster Node (#1274)
*  Phantombuster Node

*  Small improvements

*  Small fix

*  Improvements to Phantombuster Node

Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-01-02 20:16:18 +01:00
Tobias Knapp 29107f130f
Fix typo in description of SplitInBatches (#1296) 2020-12-31 16:52:36 +01:00
ricardo 2274b64694 🐛 fix bug when sending audio 2020-12-30 09:58:52 -05:00
Günther Erb a4d45e4eda move to create_container on rhea 2020-12-30 15:26:00 +01:00
Günther Erb ca8aed39dd Typeings 2020-12-30 13:58:00 +01:00
Günther Erb 1a1accce43 Fix Subscription 2020-12-30 13:57:53 +01:00
Günther Erb 7648ee8d93 Typings on Amqp 2020-12-30 13:29:29 +01:00
Günther Erb dfa847cfee Add new Options to pass to the RHEA Container 2020-12-30 12:42:48 +01:00
Jan Oberhauser 95416c7e1b 🔖 Release n8n-nodes-base@0.95.0 2020-12-30 11:58:38 +01:00
Jan Oberhauser cfd7628905 ⬆️ Set n8n-core@0.57.0 and n8n-workflow@0.48.0 on n8n-nodes-base 2020-12-30 11:58:14 +01:00
Jan Oberhauser 8ada4534ec Add support for HEAD to HTTP Request Node 2020-12-30 11:00:06 +01:00
Ricardo Espinoza 51afcd8ad5
🐛 Fix pagination issue on Hubspot Node (#1281) 2020-12-30 08:01:27 +01:00
Jan Oberhauser 4fd6c06d65 Load more options on ActiveCampaign Node 2020-12-29 19:13:52 +01:00
Jonas 79124535af
Fix typo in Box Trigger description (#1280)
This trigger probably used the Github trigger as template and forgot to replace the description.
2020-12-29 14:45:13 +01:00
Ricardo Espinoza baa1ee1ad2
Add File->Get to Telegram Node (#1242)
* Add option `Include Download Link`

*  Add File->Get to Telegram Node

Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2020-12-29 13:28:50 +01:00
Harshil Agrawal bfd967258c
Add credentials documentation link for e-goi node (#1277) 2020-12-29 12:28:37 +01:00
Jan Oberhauser 914b90f4a9 👕 Fix lint issue 2020-12-29 12:22:40 +01:00
Jan Oberhauser 9543221cdd Fix issue with sendAudio on Telegram Node 2020-12-29 11:55:31 +01:00
Ricardo Espinoza ea2d0920a8
Add useQueryString option to HTTP Request Node (#1279) 2020-12-29 11:37:06 +01:00
Ricardo Espinoza 2f0c48f8d9
Add Issue Comment resource to Jira Node (#1261)
*  Add Issue Comment resource

* 🔨Fix Expand field description

*  Small fix

*  Minor improvements on Jira Node

Co-authored-by: Harshil <ghagrawal17@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2020-12-29 11:33:13 +01:00
Jan Oberhauser 9215558608 👕 Fix lint issue 2020-12-29 08:41:10 +01:00
Ricardo Espinoza 4494ee81f6
Add Microsoft Outlook node (#1272)
*  Add Microsoft Outlook node

* Remove accidental import

* Style fixes

*  Microsoft Outlook (#1270)

*  Some improvements to Outlook Node

*  Some more small fixes

*  Improvements

* Add placeholder for the filter field

*  Some more improvements to Outlook Node

*  Hide unnecessary field on Outlook Node

Co-authored-by: Mika Luhta <12100880+mluhta@users.noreply.github.com>
Co-authored-by: Harshil <ghagrawal17@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2020-12-29 08:23:01 +01:00
Jan Oberhauser 8da254fb48 🐛 Fix bug in S3 Node #1278 2020-12-28 22:59:35 +01:00
Jan Oberhauser 1d2c286b88 🐛 Fix bug in Stripe Trigger Node with existing webhooks 2020-12-28 17:57:19 +01:00
Jan 3c67ac5a52
Add task:getAll and subtask:create to Asana (#1266)
*  Add task:getAll and subtask:create

*  Improvements
2020-12-28 08:50:16 +01:00
Jan Oberhauser ef53eddb6c Small improvements to Asana Node 2020-12-28 08:48:57 +01:00
Jan Oberhauser 0809952173 Add "Ends With" and "Starts With" support to If and Switch Node 2020-12-27 20:33:46 +01:00
Jan Oberhauser f95104bcab Made operations of EditImage Node sortable 2020-12-27 00:17:16 +01:00
Jan Oberhauser 17056122af 👕 Fix lint issue 2020-12-26 22:35:56 +01:00
Jan Oberhauser a19be309f7 Further improve composite operation 2020-12-26 21:30:42 +01:00
Jan Oberhauser 062210d8b9 Fix issue with multiple composite operations 2020-12-25 23:44:58 +01:00
Jan Oberhauser 7826cc06e9 Add "Multi Step" option to EditImage Node 2020-12-25 23:03:12 +01:00
Jan Oberhauser 5c83be18a8 🐛 Fix issue that binary data got reused 2020-12-25 22:59:22 +01:00