Commit graph

1799 commits

Author SHA1 Message Date
Harshil Agrawal 48e2c3781c
Rename display name of Google Firebase Realtime Database node (#1248) 2020-12-23 12:47:21 +01:00
Jan Oberhauser 529c450f49 🔀 Merge branch 'feat/messagebird_add_balance' of https://github.com/Jefiozie/n8n into Jefiozie-feat/messagebird_add_balance 2020-12-23 10:21:30 +01:00
Ricardo Espinoza df4f433d9b
add collection id in response (#1254)
*  add collection id in response

*  Minor improvements

Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2020-12-23 09:12:05 +01:00
Jefiozie c922163622 feat: add balance endpoint to messagebird 2020-12-23 08:51:07 +01:00
Ricardo Espinoza 0f0e67eb30
Now tags are loaded for the user (contactTag:add) (#1267) 2020-12-23 08:23:40 +01:00
Ricardo Espinoza f36af0fcfd
Add user list resource to Iterable Node (#1252)
* Add user list resource

*  Now lists are loaded automatically
2020-12-23 08:19:10 +01:00
Jan e3aff74f6b
Add RabbitMQ and RabbitMQ Trigger Node (#1258)
*  Add RabbitMQ-Node

*  Add RabbitMQ-Trigger Node

*  Fix issue that connection errors did not get caught

* 🔨Fix name and description for RabbitMQ Trigger node

Co-authored-by: Harshil <ghagrawal17@gmail.com>
2020-12-23 08:05:02 +01:00
ricardo 9de91cae70 Add task:getAll and subtask:create 2020-12-22 17:44:31 -05:00
Ricardo Espinoza 7a614b1e1f
Add delete and rename operation (#1265)
*  Add delete and rename operation

*  Little bit cleanup on FTP-Node

Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2020-12-22 08:34:42 +01:00
Jan Oberhauser 54bd145a3b 🐛 Fix issue that parameters do not get hidden for other operations 2020-12-21 17:54:03 +01:00
Jan Oberhauser 59882efa92 👕 Fix lint issue 2020-12-19 23:03:24 +01:00
Jan 63452e7878
Add uProc Node (#1263)
* + adding new uProc integration

* + capitalize tool name
+ fix parameter display name
+ add placeholders for parameter
+ add tool description
+ optimize generated .ts for groups and tools

* + remove old functions

* + added new tools

* + add new tools + fix Info on tool

* + fixed Info

* + fix tools description

* + add UProc node to package.json

* + added new tools

* + added new tools

* + fix tool description

* + fix CamelCase subtitle
+ fix node displayName
+ add new tools

* + fix info link

* + add start, data and end callbacks to decouple response

* + added new tools

* + change display name on selected

* + added new tools

* + added new tools

* + added new tools

* + added new tools

* + remove old folder + fix param

* + added new tools

*  Some improvements to uproc Node

* 🐛 Fix docker image naming #1250

Co-authored-by: Miquel Colomer <mcolomer@gmail.com>
2020-12-19 18:22:41 +01:00
Ricardo Espinoza aafbe5af40
Feature/thehive trigger improvements (#1259)
* Add support for TheHive3 webhook events

* Add Log Updated & Log Deleted events

* Remove configuration field

*  Small change (#1235)

* 👕 Fix lint issue

Co-authored-by: Mika Luhta <12100880+mluhta@users.noreply.github.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2020-12-19 18:19:12 +01:00
Ricardo Espinoza 48830eda77
Add Egoi node (#1227)
* Add E-goi Node

*  Improvements to #1224

*  Small improvements

*  Minor improvements to Egoi-Node

*  Add 'simple' option to get and getAll operations.

*  Minor improvements to Egoi-Node

Co-authored-by: fbobiano <fbobiano@e-goi.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2020-12-19 14:08:31 +01:00
Jan Oberhauser 9517981e9f 🔖 Release n8n-nodes-base@0.93.0 2020-12-16 12:40:28 +01:00
Jan Oberhauser 1fb4db21d6 ⬆️ Set n8n-core@0.56.0 on n8n-nodes-base 2020-12-16 12:39:52 +01:00
Jan d43aad2ca3
Add Brandfetch node (#1253)
*  Add Brandfetch node

*  Small improvement

*  Add donwload field to logo operation

* 🐛 Minor fixes

*  Minor improvements to Brandfetch-Node

Co-authored-by: Tanay Pant <tanaypant@protonmail.com>
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
2020-12-15 16:56:28 +01:00
Jan Oberhauser abb1c54fce Remove accidentally committed node 2020-12-14 22:06:58 +01:00
Jan Oberhauser f9911c65fe Make it possible that Webhook-Node can send custom response 2020-12-14 17:19:20 +01:00
Jan Oberhauser 8528c2a2f1 🐛 Fix issue that GitHub OAuth did not use specified server 2020-12-13 17:33:43 +01:00
Jan Oberhauser e981118316 🐛 Fix issue that Gitlab OAuth did not use specified server #1243 2020-12-13 16:21:26 +01:00
Ricardo Espinoza d5da7865b9
Add create:spreadsheet operation (#1234)
*  Add create:spreadsheet operation

*  Small changes

*  Improvements to Google Sheets

Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2020-12-13 15:36:48 +01:00
Ricardo Espinoza 532503b69f
Feature/slack node extended (#1239)
* Added reaction method to message

* Increased limit for channels on getChannels, removed unused fields in the code

* Using own operation for reactions

* Registering reaction fields and operations

* Added Operation "Reaction" to Slack.node.ts

* Fixing variable name for emoji

* now removing reaction on "remove" instead of "add"

* Using GET for reactions.get and passing arguments as query

* Added members operation

* Fixed typo in timestamp

* Added user.info and user.getPresence

* Fixed: wrong operation name

*  Improvements to #1238

*  Add field resolve data when retrieving channel members

*  Minor improvements to Slack-Node

Co-authored-by: Andreas Scherren <ascherren@brightfuture.de>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2020-12-13 10:47:52 +01:00
Jan Oberhauser c2d80d6d70 👕 Fix lint issue 2020-12-12 17:35:35 +01:00
Ricardo Espinoza 18313e1199
Now OAuth2 send authentication data in the body (#1241) 2020-12-12 17:00:57 +01:00
Jan Oberhauser 46e6212750 Minor improvements to Pushcut Nodes 2020-12-12 08:59:25 +01:00
Ricardo Espinoza 23b61475d9
Add Pushcut Node & Trigger (#1075)
*  Pushcut Node & Trigger

*  Small improvements

Co-authored-by: Jan <janober@users.noreply.github.com>
2020-12-12 08:58:58 +01:00
Harshil Agrawal 45d413de22
Add credentials documentation link (#1237) 2020-12-12 08:30:25 +01:00
Harshil Agrawal 8942f403d4
Add credentials documentation link (#1236) 2020-12-12 08:29:38 +01:00
Jan Oberhauser 16438ea8f7 Minor naming fix 2020-12-12 08:16:43 +01:00
AxelRueweler 35f6fe8298
Added includeEmptyCells to Spreadsheet node (#1249)
* Added description to ShopifyCredentials subdomain

* Added includeEmptyCells to Spreadsheet node
2020-12-12 08:16:06 +01:00
Jan Oberhauser c90da82a7b 👕 Fix lint issue 2020-12-11 22:26:38 +01:00
Jan Oberhauser 3e0b9f2eba Add "isEmpty" option to IF-Node 2020-12-11 18:15:07 +01:00
Jan Oberhauser 42e243c396 🔖 Release n8n-nodes-base@0.92.0 2020-12-10 11:37:46 +01:00
Jan Oberhauser e0b1f88a4d ⬆️ Set n8n-core@0.55.0 on n8n-nodes-base 2020-12-10 11:37:16 +01:00
Ricardo Espinoza 68f3f8ae62
Add NASA Node (#1232)
*  NASA node

* Test up to asteroidNeoLookup

* Add earth imagery

*  Small improvement

*  Improvements to NASA node

*  Small Improvements

*  Some minor fixes for NASA Node

Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2020-12-10 11:30:13 +01:00
Ricardo Espinoza 701871944d
Add Twist Node (#1231)
*  Twist Node

*  Small improvements

* 🔨Fix descriptions

*  Minor improvements to Twist-Node

Co-authored-by: Harshil <ghagrawal17@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2020-12-10 11:09:38 +01:00
Ricardo Espinoza c87382c086
Add Snowflake Node (#1230) 2020-12-10 10:17:16 +01:00
Ricardo Espinoza 8424c792dc
Add Ghost-Node (#1221)
*  Ghost Node

*  Minor improvements to Ghost-Node

Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2020-12-08 08:40:29 +01:00
Ricardo Espinoza 3c2d75ce68
Add Add Tags and Remove Tags fields to contact:update (#1229)
As requested here https://community.n8n.io/t/can-we-have-automizy-integration-node-got-created/2368/13
2020-12-07 23:53:55 +01:00
Ricardo Espinoza 7d3d907a77
Rename display name on Google Cloud Firestore Node (#1228) 2020-12-07 23:45:47 +01:00
Ricardo Espinoza da450dcb41
Add label field to persons, organizations and deals (#1209)
*  Add label field to persons, organizations and deals

*  Add option no label to label field

*  Add organization:update operation

*  Fix removing label from Organization on Pipedrive-Node

Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2020-12-07 23:44:10 +01:00
Jan Oberhauser 98764afb9f 🔖 Release n8n-nodes-base@0.91.0 2020-12-03 13:10:28 +01:00
Jan Oberhauser f265ce8760 ⬆️ Set n8n-core@0.54.0 and n8n-workflow@0.47.0 on n8n-nodes-base 2020-12-03 13:10:05 +01:00
Ahsan Virani 23f088e2e6
Add Kafka Trigger-Node (#1213)
*  Kafka trigger node

*  Small improvements

*  Minor improvements to Kafka Trigger-Node

Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2020-12-03 13:02:22 +01:00
Jan Oberhauser 9969faf52a Hardcode mqtt@4.2.1 because of connection issue in higher versions 2020-12-03 10:32:20 +01:00
Ricardo Espinoza d426586006
Add Iterable Node (#1215)
*  Iterable Node

*  Improvements

*  Improvements

*  Small improvements to Iterable-Node

Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2020-12-03 08:05:54 +01:00
Ricardo Espinoza e770fa37ad
Add Yourls Node (#1216)
*  Yourls Node

*  Minor improvements to Yourls-Node

Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2020-12-02 23:13:59 +01:00
Ricardo Espinoza bea7469c61
Add Contact List resource and deal:search operation (#1217)
*  Add Contact List resource and deal:search operation

*  Minior improvements to Hubspot-Node

Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2020-12-02 13:25:13 +01:00
Jan Oberhauser 00249c85ee 👕 Fix lint issue 2020-12-02 13:11:01 +01:00
Ricardo Espinoza 1b724db3c2
Now private and public channels are loaded (#1222)
Fixes #1210
2020-12-02 12:54:19 +01:00
Jan Oberhauser a38665e82c Fix lint issues, formatting and icons 2020-12-02 11:54:10 +01:00
Ricardo Espinoza ea9f61089b
Add TheHive & Cortex nodes (#952)
*  TheHive & Cortex nodes

* 🔨 Make changes mentioned in #887

*  Improvements

*  Improvements

*  Improvements

*  Add descriptions

*  Improvements

*  Improvements

Co-authored-by: MedAliMarz <servfrdali@yahoo.fr>
2020-12-02 11:24:25 +01:00
Jan Oberhauser f79cb7e989 Allow multiple attendees in one field in Google Calendar 2020-12-01 10:13:48 +01:00
Jan Oberhauser 6497840d9d 🔖 Release n8n-nodes-base@0.90.1 2020-11-25 14:09:59 +01:00
Jan Oberhauser ebc51848b3 🐛 Fix AirtableTrigger-Icon 2020-11-25 14:09:29 +01:00
Jan Oberhauser 1c3613a9be 🔖 Release n8n-nodes-base@0.90.0 2020-11-25 13:18:23 +01:00
Jan Oberhauser 175ca3f470 ⬆️ Set n8n-core@0.53.0 and n8n-workflow@0.46.0 on n8n-nodes-base 2020-11-25 13:17:55 +01:00
Jan Oberhauser 55f3f2830b 👕 Fix lint issue 2020-11-25 13:11:20 +01:00
Jan Oberhauser 60be31d410 Improvements to Quick Base Node 2020-11-25 13:09:58 +01:00
Ricardo Espinoza 4eed7bb9fb
Add Quick Base Node (#1161)
* introduce quick base node

* fix quick base api request headers

* refine quick base configuration pages

* fix race condition detection

*  improvements

Co-authored-by: Tristian Flanagan <tristian@tristianflanagan.com>
2020-11-25 13:08:59 +01:00
Jan 9f4d6f44cb
Add ProfitWell Node (#1204)
*  Improvements to ProfitWell Node

 Improvements to Pro

*  Improvements to ProfitWell-Node

*  improvements simplifying data

*  Small formatting improvement

Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
2020-11-25 11:44:50 +01:00
Ricardo Espinoza be828a3808
Add LignvaNex Node (#1194)
*  Add LignvaNex node

*  Small improvement to LingvaNext Node

Improvements to #1191

Co-authored-by: Tanay Pant <tanaypant@protonmail.com>
2020-11-24 23:30:43 +01:00
Jan Oberhauser 991379066b Minor improvements to Spontit-Node 2020-11-24 23:20:09 +01:00
Ricardo Espinoza 2dbde92fd5
Add Spontit Node (#1186)
* Added first trial for a spontit integration

* Added spontit packages

* Changed option types from collection to string

*  Improvements to Spontit Node

Improvements to #1163

Co-authored-by: Tobias Schulz-Hess <tobias.schulz-hess@xing.com>
2020-11-24 23:19:41 +01:00
Ricardo Espinoza 56d19cc2c6
Add missing descriptions to Airtable Trigger (#1203) 2020-11-24 21:07:28 +01:00
Jan Oberhauser a4a04720fa Minor improvement to AirtableTrigger-Node 2020-11-24 19:58:49 +01:00
Jan Oberhauser 68106a66e6 Minor improvement to Airtable-Node 2020-11-24 19:52:29 +01:00
Jan Oberhauser 330568dbdb 🔀 Merge branch 'feature/airtable-trigger' of https://github.com/RicardoE105/n8n into RicardoE105-feature/airtable-trigger 2020-11-24 18:35:59 +01:00
Ronalds Upenieks 3351113f28
Add Harvest OAuth2 support (#697)
* credentials, generic functions fit to oauth2, UI elements

*  Improvements to Harvest-Node

* Update Harvest.node.ts

*  Add OAuth2 and move account id from credentials to node parameters

*  Minor improvements to Harvest-Node

Co-authored-by: Rupenieks <ru@myos,co>
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2020-11-24 14:15:47 +01:00
Jan Oberhauser af9d8e1cba Change description of OpenThesaurus Node 2020-11-24 11:23:05 +01:00
Ricardo Espinoza e46619061a
Add OpenThesaurus node (#1195)
*  Add OpenThesaurus node

*  Small improvements to OpenThesaurus Node

Improvements to #1192

Co-authored-by: Tanay Pant <tanaypant@protonmail.com>
2020-11-24 11:22:14 +01:00
Ricardo Espinoza 8111fea470
List operation now can download attachaments automatically (#1199)
*  List operation now can download attachaments automatically

https://community.n8n.io/t/how-to-send-attachments-using-mailgun-node/2979/4

*  Minor improvements to Airtable node

Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2020-11-24 10:53:39 +01:00
Ricardo Espinoza 1b0dda6ddc
🐛 Fix parameters when inviting a user in Slack #1175 & #1130 (#1202)
- User IDs parameter is not allow when creating a channel so it got removed.
- User field is not valid when inviting a user to a channel. Correct name should be users so it got renamed to it.
2020-11-24 09:09:00 +01:00
Jan Oberhauser e3a8c6cf3a 🔖 Release n8n-nodes-base@0.89.1 2020-11-20 17:03:13 +01:00
Ricardo Espinoza 07ed360f8f
Reuse webhook if one exists - Woocommerce Trigger (#1196) 2020-11-20 16:56:51 +01:00
Jan Oberhauser 8214a7f22a Fix GraphQL Bug 2020-11-20 16:51:46 +01:00
ricardo 0e03ab7e79 Return all fields by default 2020-11-19 18:44:21 -05:00
ricardo fe97bf6619 Return last record when executing manually 2020-11-19 18:28:13 -05:00
Jan Oberhauser 598c85695b 🔖 Release n8n-nodes-base@0.89.0 2020-11-19 14:06:14 +01:00
Jan Oberhauser 61310d9b2e ⬆️ Set n8n-core@0.52.0 and n8n-workflow@0.45.0 on n8n-nodes-base 2020-11-19 14:05:43 +01:00
Jan Oberhauser 06095ca0a7 Make it possible to create a new image 2020-11-19 10:48:46 +01:00
Jan Oberhauser 8aa50df457 Small improvements to Google Cloud Natural Language 2020-11-19 09:06:03 +01:00
Ricardo Espinoza cbc1b7f2a3
Add Cloud Natural Language node (#1181)
*  Add Cloud Natural Language node

* ⬆️ Set google-fonts-webpack-plugin to latest version

* 🐛 Rename method composite to compose

*  Improvements to Google Cloud Natural Language Node

Improvements to #1171

Co-authored-by: Tanay Pant <tanaypant@protonmail.com>
2020-11-19 09:04:20 +01:00
Jan Oberhauser 79ccf6a2e9 Revert wrong bugfix and fix typo 2020-11-19 08:37:19 +01:00
Ricardo Espinoza db47892e77
Add contact list and list resources to Active Campaign Node (#1187)
* ⬆️ Set google-fonts-webpack-plugin to latest version
*  Add Contact List and List resources to Active Campaign Node
2020-11-19 08:37:01 +01:00
Jan 69a350e262
Add Firebase node (#1173)
*  Added node for Google firebase Firestore database

*  added firebase's realtime database node

* Added operation to run queries on documents collection

* Improvements to Firebase Database nodes
- Realtime Database: improved how the node interacts with input database
- Cloud Firestore: improved how the node interacts with input database
- Cloud Firestore: improved input / output format so it's similar to JSON and more intuitive, abstracting Firestore's format

*  Improvements to Firestore-Node

*  improvements to Firebase-Node

*  Improvements

 Improvements

*  Improvements

*  Minor improvements to Firebase Nodes

Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
2020-11-19 07:47:26 +01:00
Jan Oberhauser c4518f8f17 Small improvement on EditImage-Node 2020-11-19 00:17:29 +01:00
Jan Oberhauser eafbe424b9 🐛 Fix small bug in HumanticAI-Node 2020-11-18 23:59:36 +01:00
Ricardo Espinoza 09547e9153
Add Humantic AI node (#1177)
*  Add Humantic AI node

*  Improvements

Improvements to #1165

Co-authored-by: Tanay Pant <tanaypant@protonmail.com>
2020-11-18 23:58:41 +01:00
Ricardo Espinoza b0863e55b1
Feature/segment extended (#1174)
*  Add custom traits

*  Improvements

*  Small changes

*  Improvements
2020-11-18 23:37:56 +01:00
Luis Herranz 06fa48dd2e
🐛 Fix typo in YouTube unlisted setting (#1170)
* Fix typo in YouTube unlisted option

* Fix typo in YouTube unlisted option (2)
2020-11-18 23:30:43 +01:00
Henrik Feldt d9a7d5fa34
Update GraphQL.node.ts (#1185)
* Update GraphQL.node.ts

Fix this

* Update GraphQL.node.ts
2020-11-18 23:14:41 +01:00
Jan Oberhauser c4ed26a6cc 🔀 Merge branch 'master' of github.com:n8n-io/n8n 2020-11-18 20:09:11 +01:00
Jan Oberhauser 02669c04f1 Add support for draw and allow font selection EditImage-Node 2020-11-18 18:19:41 +01:00
Omar Ajoue 71bf9cb9c0
Increase timeout to IMAP node. (#1178)
Yahoo mail is unable to provide a response in under 3 seconds. Increasing
this limit to 10 seconds seems to solve the timeout issue.

I was unable to properly login to Yahoo but at least the timeout error
is not happening anymore.

Setting the node to work with Gmail worked fine although it is a
somewhat painful process as Gmail avoids the so called non secure apps.
2020-11-18 14:41:18 +01:00
Jan Oberhauser b81d175145 🐛 Fix bug with multi line texts on Edit Image Node 2020-11-18 11:31:19 +01:00
Jan Oberhauser aaaa804f36 Add "composite" option to Edit Image Node 2020-11-18 11:08:50 +01:00
Ricardo Espinoza fdffd47bed
🐛 Send credentials on body when exchanging the code for the access token (#1169) 2020-11-17 07:36:12 +01:00
Frane Bandov c57250c71f
SFTP: make dir creation more robust (#1166) 2020-11-16 18:18:48 +01:00