Commit Graph

1818 Commits

Author SHA1 Message Date
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
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
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