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
ricardo
c6ef0ea079
⚡ Improvements
2020-12-25 14:41:48 -05:00
Harshil Agrawal
406f0322eb
⚡ Add credentials documentation link for Pushcut node ( #1273 )
2020-12-24 13:03:44 +01:00
Jan Oberhauser
3e1442ce42
🔖 Release n8n-nodes-base@0.94.0
2020-12-24 09:09:34 +01:00
Jan Oberhauser
9dfcfc72bd
🔀 Merge branch 'master' of github.com:n8n-io/n8n
2020-12-23 13:00:26 +01:00
Jan Oberhauser
6a6c5ddd74
⚡ Minor improvement to MessageBird-Node
2020-12-23 12:59:28 +01:00
Ricardo Espinoza
acc6b0496f
🐛 Add scopes and offline access to Dropbox OAuth2 credentials ( #1246 )
2020-12-23 12:48:53 +01:00
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
Harshil Agrawal
032e2dfae5
⚡ Add Strapi credentials documentation link ( #1164 )
2020-11-16 10:35:09 +01:00
Jan Oberhauser
59ecc0e9c1
⚡ Minor improvements to Matrix Node
2020-11-16 07:58:58 +01:00
Ricardo Espinoza
4ca2b63bcc
⚡ Feature/matrix extended ( #1162 )
...
* added Matrix option to send notice and emote messages
* added Matrix option to send HTML messages
* ⚡ Small text changes
Co-authored-by: Sabine <sabinbox@laszakovits.net>
2020-11-16 07:42:57 +01:00
ricardo
fd1897a288
Merge branch 'master' into feature/airtable-trigger
2020-11-14 20:11:30 -05:00
Jan Oberhauser
8f8603320a
⚡ Minor improvement to SFTP credentials
2020-11-12 19:26:03 +01:00
Ricardo Espinoza
042028fb5f
⚡ Add private key and passphrase fields to SFTP credentials ( #1136 )
...
* ⚡ Add private key and passphrase fields to credentials
* ⚡ Small improvement
2020-11-12 19:23:55 +01:00
Harshil Agrawal
a800a84078
⚡ Added credential documentation URL for Line node ( #1150 )
2020-11-11 16:08:30 +01:00
Harshil Agrawal
241fc064c2
⚡ Add credential documentation URL for the Gotify node ( #1152 )
2020-11-11 15:46:52 +01:00
Jan Oberhauser
46509e2fcd
🔖 Release n8n-nodes-base@0.88.0
2020-11-11 11:59:30 +01:00
Jan Oberhauser
1a9d2a824f
⬆️ Set n8n-core@0.51.0 and n8n-workflow@0.44.0 on n8n-nodes-base
2020-11-11 11:59:00 +01:00
Jan Oberhauser
c15637a0a8
⚡ Minor improvements to Strapi-Node
2020-11-11 09:52:05 +01:00
Jan Oberhauser
73e1399c42
⚡ Minor improvements to Strapi-Node
2020-11-11 09:45:50 +01:00
Ricardo Espinoza
a5ecf3d58d
✨ Add Strapi-Node ( #1143 )
...
* ✨ Strapi-Node
* ⚡ Small improvements
* ⚡ Small improvement
2020-11-11 09:44:53 +01:00
Jan Oberhauser
702a8bf3bf
⚡ Additional improvements to AMQP node
2020-11-11 08:45:31 +01:00
Günther
da5fddad5a
⚡ Amqp - Message Throttling - Close Connection on Send ( #1127 )
...
* Azuer Service Bus
* Message throttling
* remove the Events the WF is desabled
* close connections after send
* sendable once
2020-11-11 08:44:59 +01:00
Jan Oberhauser
97289a244f
⚡ Fix indentation
2020-11-10 23:30:40 +01:00
bsanderrmg
10645c2ef5
⚡ TLS option for MSSQL credentials type ( #1132 )
...
* Update MicrosoftSql.node.ts
* Update MicrosoftSql.credentials.ts
* Update MicrosoftSql.node.ts
Add TLS encryption toggle to MSSQL credentials type and implement into the connection config object. This will help users connect to certain Azure MSSQL products and older MSSQL instances.
2020-11-10 23:30:03 +01:00
Ricardo Espinoza
03a672300f
⚡ Add custom traits to Segment Node ( #1145 )
2020-11-10 23:05:08 +01:00
ricardo
32cd54e705
⚡ Small improvements
2020-11-10 16:40:52 -05:00
Jan Oberhauser
1630d20e39
⚡ Add OAuth2 authentication to Pipedrive Trigger Node
2020-11-10 21:27:20 +01:00
Jan Oberhauser
86d19fb11f
⚡ Minor improvements to Gotify Node
2020-11-10 19:17:47 +01:00
Jan Oberhauser
001b93151b
⚡ Minor improvements to Gotify Node
2020-11-10 19:16:35 +01:00
Ricardo Espinoza
13e3efe312
✨ Add Gotify-Node ( #1135 )
2020-11-10 19:15:56 +01:00
Jan Oberhauser
6125dee8f1
⚡ Minor improvements to Line-Node
2020-11-10 19:09:13 +01:00
Ricardo Espinoza
1ce19de200
✨ Add Line-Node ( #1137 )
...
* ✨ Line-Node
* ⚡ Improvements
2020-11-10 19:08:48 +01:00
Jan Oberhauser
2d74ebb9ab
⚡ Minor improvement to GetResponse Node
2020-11-10 18:32:19 +01:00
Ricardo Espinoza
bbef8b7f71
✨ Add GetResponse-Node ( #1139 )
2020-11-10 18:28:03 +01:00
Jan Oberhauser
f8af777423
⚡ Sort Jira options
2020-11-10 07:49:43 +01:00
Ricardo Espinoza
ad6155068e
⚡ Jira retrieve all projects ( #1140 )
...
Fixes #1138
2020-11-10 07:43:39 +01:00
Jan Oberhauser
9fee42b2a8
⚡ Add shear option, resize with alpha color and fix bug
2020-11-09 11:26:46 +01:00
ricardo
83ce722dcf
⚡ Fields ordered alphabetically
2020-11-08 11:14:43 -05:00
Vincent Barrier
b1ba991367
Manage custom properties on Hubspot deals
2020-11-08 14:45:00 +01:00
Vincent Barrier
5288365104
add custom properties for deals
...
add custom properties for deals
2020-11-08 14:43:16 +01:00
Ricardo Espinoza
96cffdfd1e
🐛 Fix error when checking if webhook exists ( #1129 )
...
* 🐛 Fix error when checking if webhook exists
* zap: Small fix
2020-11-07 19:44:13 +01:00
ricardo
42758988f2
✨ Airtable Trigger
2020-11-06 20:18:10 -05:00
Jan Oberhauser
a6cf9bceb3
⚡ Improve channel selection on Mattermost node
2020-11-06 13:39:38 +01:00
Jan Oberhauser
7a8ef27d25
🔖 Release n8n-nodes-base@0.87.0
2020-11-04 16:24:10 +01:00
Jan Oberhauser
9b3dcafedf
⬆️ Set n8n-core@0.50.0 on n8n-nodes-base
2020-11-04 16:23:32 +01:00
Jan Oberhauser
709dcdd57c
⚡ Minor improvements to Google Books Node
2020-11-04 16:11:51 +01:00
Jan Oberhauser
9a1328ccfb
Merge branch 'master' into RicardoE105-google-books
2020-11-04 15:43:38 +01:00
Tanay Pant
3f41b0f166
🐛 Bug Fixes
2020-11-04 14:20:29 +01:00
AxelRueweler
80ca8e79ec
⚡ Added description to ShopifyCredentials subdomain ( #1114 )
2020-11-04 13:21:49 +01:00
Tanay Pant
c950aea2c3
Merge branch 'google-books' of https://github.com/RicardoE105/n8n into RicardoE105-google-books
2020-11-04 13:12:14 +01:00
Jan Oberhauser
3c62402f9c
⚡ Add documentationUrl to FacebookGraphAppApi credential
2020-11-04 13:11:49 +01:00
Jan Oberhauser
d80d486e59
⚡ Small changes to Facebook Trigger Node
2020-11-04 12:26:09 +01:00
Ricardo Espinoza
ff9964e10b
✨ Add Facebook Trigger Node ( #1106 )
...
* ⚡ Facebook trigger from webhooks
Uses tokens just like the GraphQL API but this one requires an app token
instead of an user access token.
* ⚡ Improvements
:zap Improvements
* 🐛 Fix credential file name
Co-authored-by: Omar Ajoue <krynble@gmail.com>
2020-11-04 12:25:18 +01:00
Jan
28b0c87136
✨ Add Storyblok Node ( #1125 )
...
* ✨ Add Storyblok node
* 🔨 Minor changes
* ⚡ Small improvements
* ⚡ Improvements
* ⚡ Prepare Storyblok Node for release
Co-authored-by: Tanay Pant <tanaypant@protonmail.com>
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
2020-11-04 10:53:33 +01:00
Jan
638e688f25
✨ Add Orbit Node ( #1123 )
...
* ✨ Add Orbit node
* 🔨 Refactor and add new functionality
* ⚡ Improvements to Orbit-Node
* ⚡ Improvements
* ⚡ Minor improvements to Orbit-Node
Co-authored-by: Tanay Pant <tanaypant@protonmail.com>
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
2020-11-03 23:33:10 +01:00
Jan Oberhauser
247fdec745
⚡ Minor improvements to Twitter-Node
2020-11-03 23:11:20 +01:00
Jan Oberhauser
8eb1890f7f
⚡ Minor improvements to Twitter-Node
2020-11-03 23:01:59 +01:00
Ricardo Espinoza
7c049fa858
⚡ Add direct message resource to Twitter ( #1118 )
2020-11-03 23:01:38 +01:00
Jan Oberhauser
ad75f17e98
⚡ Removed more parameters which exited twice
2020-11-03 09:54:27 +01:00
Jan Oberhauser
a002523b71
⚡ Removed a parameter which exited twice
2020-11-03 09:51:26 +01:00
Jan Oberhauser
8475923ebd
👕 Fix lint issue
2020-11-03 08:17:54 +01:00
Ricardo Espinoza
34f69fd652
Merge pull request #1116 from mikasjp/bug/strava_trigger_description
...
Fixed Strava Trigger node description
2020-11-02 19:54:00 -05:00
Omar Ajoue
3650d3b3bf
🐛 Fixing issue with Gmail subject enconding ( #1121 )
...
Reported by community user huuich (https://community.n8n.io/t/gmail-integration-partly-created/693/12?u=jan )
An attempt to fix the problem using basic JS functions (escape / unescape
/ encoding / decoding) did not work, so I decided to use MailComposer
as suggested by Jan on Jira Issue PROD-575
2020-11-02 22:47:47 +01:00
Harshil Agrawal
13e71b06ad
⚡ ️ Add credential documentation link for MailerLite ( #1120 )
2020-11-02 09:14:31 +01:00
Mikołaj Kamiński
530c4a0ea9
Fixed Strava Trigger node description
2020-10-31 16:27:20 +01:00
Jan Oberhauser
84fe451f7b
🔖 Release n8n-nodes-base@0.86.0
2020-10-30 09:48:32 +01:00
Jan Oberhauser
93041ab404
⬆️ Set n8n-core@0.49.0 and n8n-workflow@0.43.0 on n8n-nodes-base
2020-10-30 09:48:08 +01:00
Jan Oberhauser
2c18fd401d
⚡ Improvements to Google Calendar Availability
2020-10-30 09:32:35 +01:00
Ricardo Espinoza
2202224c94
⚡ Add Google Calendar availability ( #1105 )
...
* ⚡ Add Feebusy resource to the Google Calendar node
* ⚡ Improvements
Co-authored-by: Harshil <ghagrawal17@gmail.com>
2020-10-30 09:31:27 +01:00
Jan Oberhauser
b806ee3a57
⚡ Improvements to Kafka-Node
2020-10-29 15:44:11 +01:00
Ricardo Espinoza
12bb00fcd6
✨ Add Apache Kafka node ( #1109 )
...
* ✨ Add Apache Kafka node
* ⚡ Improvements
Co-authored-by: Tanay Pant <tanaypant@protonmail.com>
2020-10-29 15:42:54 +01:00
Jan Oberhauser
708b0c8b26
⚡ Improvements to Amqp Node
2020-10-28 23:30:30 +01:00
Günther
6f92ecb128
⚡ Add Azure Service Bus support ( #1107 )
2020-10-28 23:29:45 +01:00
Jan Oberhauser
889267ebb6
👕 Fix lint issue
2020-10-28 23:14:09 +01:00
Ricardo Espinoza
0b1688caf4
⚡ Feature/salesforce jwt bearer ( #1082 )
...
* Salesforce - OAuth 2.0 JWT Bearer Flow for Server-to-Server Integration
* ⚡ Small improvements
* ⚡ Small fix
Co-authored-by: Craig McElroy <craig@mcelroyfamily.com>
2020-10-28 23:07:35 +01:00
Jan Oberhauser
e9b49d78e1
⚡ Fixes to MailerLite Node
2020-10-28 23:04:12 +01:00
Ricardo Espinoza
b5bbe9a181
✨ Add MailerLite Node & Trigger ( #1067 )
...
* ✨ MailerLite Node & Trigger
* ⚡ Set correct name to node and trigger
2020-10-28 23:03:29 +01:00
Jan Oberhauser
ee5fc281d1
👕 Fix lint issue
2020-10-27 20:22:42 +01:00
Jan Oberhauser
805c89be17
⚡ Minor improvements to Pushbullet-Node
2020-10-27 20:15:29 +01:00
Ricardo Espinoza
d0fc7209bf
✨ Add Pushbullet-Node ( #1073 )
...
* ✨ Pushbullet-Node
* ⚡ Small improvements
* ⚡ Improvements
Co-authored-by: Jan <janober@users.noreply.github.com>
2020-10-27 20:14:55 +01:00
Harshil Agrawal
958efa1578
Add credential documentation URL for Strava ( #1104 )
...
* Add credential documentation URL for Strava
* 🔨 Fix the documentation URL
2020-10-27 16:48:24 +01:00
Harshil Agrawal
5b1c86bd72
Add link to credential documentation for Pushover ( #1103 )
2020-10-27 10:21:58 +01:00
Jan Oberhauser
cb496b8c4d
⚡ Small improvements to HTTP Request node
2020-10-26 13:27:29 +01:00
Omar Ajoue
26de4a86c9
⚡ Adding throttle to http request node ( #1095 )
...
Works by setting a timeout between each batch of requests.
Batch size and interval are configurable.
2020-10-26 13:27:12 +01:00
Jan Oberhauser
66bfcca63f
🐛 Fix issue with IF&Switch node for undefined expressions #1099
2020-10-26 09:43:01 +01:00
Jan
5eb4a7c187
⚡ Add Sendy documentation URL
...
Add Sendy documentation URL
2020-10-25 22:38:24 +01:00
Ricardo Espinoza
78c846277b
🐛 Bug fix for Google Calendar ( #1096 )
2020-10-24 00:01:59 +02:00
Jan Oberhauser
e48c9b2dc0
🔖 Release n8n-nodes-base@0.85.0
2020-10-23 16:48:31 +02:00
Jan Oberhauser
efb53ed421
⬆️ Upgrade some dependencies
2020-10-23 16:45:16 +02:00
Jan Oberhauser
fc9a373161
⚡ Fix Google Translate icon
2020-10-23 16:17:56 +02:00
Jan
ada485ed5c
* ⚡ Add company resource to Mautic
...
* ⚡ Add company resource
* ⚡ Small improvement
* Tweak descriptions/ labels
Added descriptions for resources + fixed a spelling mistake (all just editing "description" fields, nothing else)
* 👕 Fix lint issue
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: maxtkacz <maxtkacz@gmail.com>
2020-10-23 09:31:32 +02:00
Jan Oberhauser
7addd14e36
⚡ Add tslintfix script
2020-10-23 09:21:15 +02:00
Jan Oberhauser
d432eae601
👕 Fix lint issue
2020-10-23 09:19:45 +02:00
Ricardo Espinoza
974f5f9f15
⚡ Add GSuite group resource ( #1048 )
2020-10-23 09:15:11 +02:00
Jan Oberhauser
c9e5ca5420
👕 Fix lint issue
2020-10-23 08:05:24 +02:00
Ricardo Espinoza
5eb65f8721
⚡ Add Google Calendar conference link ( #1085 )
2020-10-23 08:00:00 +02:00
Jan Oberhauser
b04769287d
⚡ Fix bug on Paddle-Node with returning all users
2020-10-22 23:50:44 +02:00
Jan Oberhauser
5f2d528046
⚡ Improve update operation for Airtable
2020-10-22 23:36:30 +02:00
Jan Oberhauser
546b79bea0
👕 Fix lint issue
2020-10-22 18:00:28 +02:00
Jan Oberhauser
40c2acd77b
👕 Fix lint issue
2020-10-22 15:46:03 +02:00
Ricardo Espinoza
5b7efd67ca
⚡ Add trailing comma rule ( #1091 )
2020-10-22 15:25:21 +02:00
Jan Oberhauser
59a1d07854
🔖 Release n8n-nodes-base@0.84.1
2020-10-22 12:08:41 +02:00
Jan Oberhauser
9f8b11d4b5
🐛 Fix typo
2020-10-22 12:08:17 +02:00
Jan Oberhauser
27a2467bd3
🔖 Release n8n-nodes-base@0.84.0
2020-10-22 11:47:06 +02:00
Jan Oberhauser
2fe8574095
⬆️ Set n8n-core@0.48.0 on n8n-nodes-base
2020-10-22 11:46:33 +02:00
Jan Oberhauser
c4a43e0d83
⚡ Small improvements to Google Translate node
2020-10-22 11:37:12 +02:00
Ricardo Espinoza
b2e3b8de16
✨ Add Google Translate node ( #1086 )
...
* ✨ Add Google Translate node
* 🔨 Add autoload for target languages
* ⚡ Small improvements
Co-authored-by: Tanay Pant <tanaypant@protonmail.com>
2020-10-22 11:36:42 +02:00
Jan Oberhauser
3e56d5fc08
⚡ Fix issues on Strava-Node
2020-10-22 10:19:17 +02:00
Ricardo Espinoza
95b33662c9
✨ Strava Node & Trigger ( #1071 )
...
* ✨ Strava Node & Trigger
* ⚡ Small fixes
* ⚡ Add improvements
2020-10-22 10:17:39 +02:00
Jan Oberhauser
7daeed5c0b
👕 Fix lint issue
2020-10-22 09:16:58 +02:00
Jan Oberhauser
b9fc0b0ccf
⚡ Fix Pushover-Node
2020-10-21 23:40:37 +02:00
Ricardo Espinoza
ea2902816f
✨ Add Pushover Node ( #1069 )
2020-10-21 23:30:07 +02:00
Jan Oberhauser
b171cfbb10
⚡ Fix issue with thrown errors for nodes with multiple webhooks
2020-10-21 17:50:23 +02:00
Jan Oberhauser
717708d3cc
⚡ Optimize integration icons
2020-10-21 12:06:25 +02:00
ricardo
bc887640fc
⚡ Improvements to #1083
2020-10-20 18:09:13 -04:00
Tanay Pant
8a3518ac7e
🔨 Fix branding for ActiveCampaign
2020-10-20 12:11:23 +02:00
Jan Oberhauser
a27ac0e203
👕 Fix lint issue
2020-10-20 11:21:16 +02:00
Jan Oberhauser
269bab679d
👕 Fix built issue
2020-10-20 11:15:14 +02:00
Tanay Pant
f08d8c9375
✨ Add Google Books node
2020-10-19 19:57:50 +02:00
Harshil Agrawal
4e43781198
Add Sendy documentation URL
2020-10-19 13:47:38 +05:30
Jan Oberhauser
4165fad307
🐛 Fix bug with responseFormat "file" for POST-Requests
2020-10-19 09:42:58 +02:00
Harshil Agrawal
e272c69f07
Add link to credential documentation for Vonage ( #1068 )
2020-10-16 16:47:25 +02:00
Jan Oberhauser
8ed738c923
🔖 Release n8n-nodes-base@0.83.1
2020-10-16 16:07:23 +02:00
Jan Oberhauser
d827749c1e
🐛 Fix HTTP-Request multipart-form-data/raw bug
2020-10-16 16:05:32 +02:00
Jan Oberhauser
2701b7fea3
🔖 Release n8n-nodes-base@0.83.0
2020-10-16 11:35:42 +02:00
Jan Oberhauser
a582851271
⚡ Remove unnecessary code
2020-10-16 11:16:45 +02:00
Jan Oberhauser
f3b92a8502
⚡ Sort options on Salesforce-Node
2020-10-16 11:13:04 +02:00
Harshil Agrawal
a77e96592f
Add link to credential documentation ( #1066 )
2020-10-16 10:32:56 +02:00
Ricardo Espinoza
86d5681517
⚡ Add salesforce custom objects and custom fields ( #1061 )
2020-10-16 10:27:09 +02:00
Jan Oberhauser
b40dec3e4a
⚡ Additional fix to AWS SNS Trigger
2020-10-15 23:23:54 +02:00
Ricardo Espinoza
ecb77926a4
🐛 AWS SNS Trigger bug #1058 ( #1064 )
2020-10-15 23:23:38 +02:00
Ricardo Espinoza
46ccff98cf
🐛 Fix AWS SES template bug #1060 ( #1062 )
2020-10-15 23:07:26 +02:00
Tulir Asokan
ea328e56cd
⚡ Add support for specifying Matrix homeserver URL ( #1065 )
2020-10-15 23:01:07 +02:00
Jan Oberhauser
aa748d1e2d
🔖 Release n8n-nodes-base@0.82.2
2020-10-15 13:29:38 +02:00
Jan Oberhauser
046873e66b
🐛 Fix Google Sheets update bug with spaces
2020-10-15 13:28:31 +02:00
Jan Oberhauser
8f84cbcbce
🐛 Fix default parameters on Automizy-Node
2020-10-15 12:07:06 +02:00
Jan Oberhauser
40e32a2739
🔖 Release n8n-nodes-base@0.82.1
2020-10-15 10:48:11 +02:00
Loïc Tosser
ba3f062324
Add HMAC-SHA256 for Oauth 1 ( #1055 )
2020-10-15 10:45:43 +02:00
Jan Oberhauser
a4689fef8c
⚡ Add GMail email id to messages with format "resolved"
2020-10-15 10:41:47 +02:00
Jan Oberhauser
3ba050819a
⚡ Fix issue that it did set not supported parameters
2020-10-15 08:01:30 +02:00
Jan Oberhauser
3d8332f2ee
🔖 Release n8n-nodes-base@0.82.0
2020-10-14 11:49:03 +02:00
Ricardo Espinoza
3ed344b7f2
✨ Feature/salesforce flow ( #1041 )
...
* Add handling of autolaunched flows to Salesforce node. Input variables can be either raw JSON or added via UI.
* ⚡ Improvements to #1038
* fix issue when setting variables from the ui
Co-authored-by: Craig McElroy <craig@mcelroyfamily.com>
2020-10-14 08:45:39 +02:00
Jan Oberhauser
34503e1ce7
🔀 Merge branch 'master' of github.com:n8n-io/n8n
2020-10-13 23:16:39 +02:00
Jan Oberhauser
443cef4de3
⚡ Small improvements to Pipedrive-Node
2020-10-13 23:07:45 +02:00
Robarelli
75e4086f6b
⚡ Add additional parameters to Pipedrive getAll for Notes ( #1027 )
...
* Add additional parameters to Pipedrive notes getAll
* use existing addAdditionalFields for merging additional fields into the query string
2020-10-13 23:07:21 +02:00
Jan Oberhauser
e19c83eca9
Merge branch 'master' of https://github.com/Robarelli/n8n
2020-10-13 23:02:39 +02:00
Jan Oberhauser
97d1f46a14
⚡ Improvements to Automizy-Node
2020-10-13 21:39:36 +02:00
Ricardo Espinoza
719a30350c
✨ Add Automizy-Node ( #1039 )
...
* ✨ Automizy-Node
* ⚡ Small improvement
2020-10-13 21:35:01 +02:00
Ricardo Espinoza
1e275b188d
⚡ Small fix on AWS SES-Node ( #1049 )
2020-10-13 15:05:09 +02:00
Jan Oberhauser
d3a52297f2
⚡ Small improvements to Wekan-Node
2020-10-13 13:01:34 +02:00
Jan Oberhauser
23e0c08b1c
👕 Fix lint issue
2020-10-13 13:00:41 +02:00
Ricardo Espinoza
b6f566fc61
✨ Add Wekan-Node ( #1043 )
...
* Add Wekan node
* :zap Improvements to #1026
* ⚡ Small improvements
Co-authored-by: Dokime <jnau5@yahoo.com>
2020-10-13 13:00:14 +02:00
Ricardo Espinoza
7f33ff8c3c
⚡ Add share operation to OneDrive Node ( #1044 )
2020-10-13 11:08:07 +02:00
Jan Oberhauser
6c6e7625b9
👕 Fix lint issue
2020-10-13 11:07:16 +02:00
Jan Oberhauser
645aeb2a1b
⚡ Rename displayName of parameter on Function-Nodes
2020-10-13 11:05:56 +02:00
Jan Oberhauser
844d257c25
⚡ Fix and improvements on Sendy-Node
2020-10-13 10:48:46 +02:00
Ricardo Espinoza
6098384a30
✨ Add Sendy-Node ( #1013 )
...
* ✨ Sendy-Node
* ✨ Improvements
* ⚡ Small improvement
2020-10-13 10:48:20 +02:00
Jan Oberhauser
6f98caf748
⚡ Small improvement to AWS-Rekognition integration
2020-10-13 09:33:19 +02:00
Ricardo Espinoza
49113a1988
✨ Add AWS-Rekognition Node ( #1047 )
...
* ✨ AWS-Rekognition Node
* ⚡ Small improvement
2020-10-13 09:29:47 +02:00
Jan Oberhauser
69a71c6eee
⚡ Optimize integration icons
2020-10-13 09:12:39 +02:00
Jan Oberhauser
d9d9c2fa7e
⚡ Deactivate not properly "working" types on Vonage-Node
2020-10-13 08:57:06 +02:00
Ricardo Espinoza
0c820d80d2
✨ Add Vonage-Node ( #1033 )
...
* ✨ Vonage-Node
* ⚡ Improvements
* ⚡ fix issue with description
2020-10-13 08:56:24 +02:00
Jan Oberhauser
74aa731619
👕 Fix lint issue
2020-10-12 23:31:25 +02:00
Jan Oberhauser
e98fa3356d
⚡ Make it possible to define read-range on SpreadsheetFile-Node
2020-10-12 11:41:34 +02:00
Jan Oberhauser
7950c38f5a
⚡ Remove link.fish integration
2020-10-12 10:20:32 +02:00
Jan
4573d503dc
✨ Add matrix integration ( #1046 )
...
* Added Matrix integration node
* fix: Improve code quality and add new operation
- Changed operation names to match casing (all camelCase)
- Ordering operation names to be alphabetical
- Creating a read all operation to fetch all messages from a room
- Added node subtitle
* fix: add element index so that expressions work on multiple items
* feature: added possibility to upload and send media to Matrix
- Also replacing Promises.all() + Array.map() For a regular for as it messes up ordering
* refactor: merging upload + send Media in a single action
* refactor: improved code quality and endpoints
- Removed sync entirely as a better way to retrieve messages is now
implemeented
- Added rooms dropdown to operations
- Added option to paginate or retrieve all room messages
- Removed option to upload media from text contents. Only files are
accepted now
- Room members has bem moved from the Rooms resource to a standalone
with Get All operation
* ⚡ Small improvements
* ⚡ Added filters to get messages
* ⚡ Minor improvements to Matrix-Integration
Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
2020-10-12 10:05:16 +02:00
Jan Oberhauser
0f998d52b8
⚡ Remove console.log
2020-10-11 18:35:56 +02:00
Ricardo Espinoza
214b2d19ac
⚡ Improvements on AWS SES Node ( #1029 )
...
* ⚡ Improvements
* ⚡ Remove unnecessary change
2020-10-11 18:34:05 +02:00
Jan Oberhauser
edd2d39fb1
⚡ Minor improvements to ClickUp-Node
2020-10-10 19:12:19 +02:00
Ricardo Espinoza
15c0eae56d
✨ Feature/clickup timetrackingv2 ( #1010 )
...
* Add clickup time tracking v2
- fixed one typo
- extended getAssignees with task related API call
- added all V2 API calls for time tracking
- marked old API calls as deprecated
* ⚡ Improvements to #1000
* ⚡ Small improvements
* ⚡ Small fix
Co-authored-by: Andreas Sawatzki <asawatzki@evomation.de>
2020-10-10 19:11:14 +02:00
Ricardo Espinoza
c0b08c7fa6
⚡ Mindee: Add currency to simplified response ( #1014 )
2020-10-10 18:41:23 +02:00