Commit graph

1170 commits

Author SHA1 Message Date
Jan Oberhauser 60e31f6e8f 🔀 Merge branch 'master' into CheckExists-option-Telegram-Trigger-node 2020-09-02 15:14:31 +02:00
Rupenieks ccc78e08c9 Fixed checkExists logic to ensure API registered webhook URL matches local 2020-09-02 14:36:30 +02:00
Jan Oberhauser ebc52acdbc 🐛 Fix Label-ID field 2020-09-02 13:05:43 +02:00
Rupenieks b01621bc80
🐛 Fixed multiple labelIds not working on message -> getAll (#916) 2020-09-02 13:04:43 +02:00
Jan Oberhauser 512fe4ea70 Some improvements to Customer.io Node 2020-09-02 12:32:12 +02:00
Rupenieks e5a5e1ed11
Add Customer.io-Node (#833)
* 🚧 Descriptions, node function, generic function changes

*  Finished functionality, added icon

*  Added new campaign operations, acommodated for 2 different authentications

*  Fixed number defaults not being numbers but empty strings
2020-09-02 12:25:11 +02:00
Rupenieks 3ea9c860aa Trigger checkExists function 2020-09-02 10:53:38 +02:00
Jan Oberhauser 0e1a4e5309 Normalize FTP-Data 2020-09-02 10:50:55 +02:00
Rupenieks 89ed3c4a6d
Recursive listing for FTP/SFTP (#903)
*  Add allowUnauthorizedCerts to Postgres-Node

*  Added recursive directory listing for SFTP

*  Added recursive listing for FTP

* Removed unused imports

*  Fixed creating an instance of both ftp/sftp both regardless of which is used

Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2020-09-02 10:50:14 +02:00
Jan Oberhauser 248ccce5c3 Minor improvements to S3-Node 2020-09-02 08:30:01 +02:00
Jan Oberhauser a0f335b0c8 🔀 Merge branch 'custom-s3-credentials' of https://github.com/Renerick/n8n into Renerick-custom-s3-credentials 2020-09-02 08:02:22 +02:00
Denis Palashevskii de50e2479d Trim whitespaces in the AWS credentials in other nodes 2020-09-02 00:41:51 +04:00
Denis Palashevskii 2f9bab571d Trim whitespaces in AWS credentials 2020-09-02 00:29:56 +04:00
Denis Palashevskii 76ab07d60f Remove code duplication 2020-09-01 19:51:45 +04:00
Jan Oberhauser 23f8b2b4df Minor improvements to MQTT Trigger-Node 2020-09-01 17:46:32 +02:00
Ricardo Espinoza b77fd59303
Add MQTT Trigger-Node (#885)
* Improvements to MQTT-node

*  Small improvements

done

*  Improvements

Co-authored-by: LEE SANG JUN <blackr8t@gmail.com>
2020-09-01 17:40:18 +02:00
Jan Oberhauser d2f6bd7e42 👕 Fix lint issue 2020-09-01 09:22:41 +02:00
Jan Oberhauser e11d61da9d 🐛 Fix another wrong property on ClickUp-Node 2020-08-31 21:41:45 +02:00
vvvictor07 bb4d7a4072
🐛 Fix comment create with assignee ID (repair field name) (#906) 2020-08-31 21:38:28 +02:00
Ricardo Espinoza 6fdbdb5957
🐛 Fix wrong authentication name (#908) 2020-08-31 21:31:50 +02:00
Ricardo Espinoza 0c2db741ef
Add search operation to Zendesk-Node (#900) 2020-08-31 12:26:11 +02:00
Jan Oberhauser f4ed583359 🐛 Do not overwrite accept header if set on HTTP Request Node 2020-08-28 17:42:35 +02:00
Jan Oberhauser 9be3b97cc3 Minor improvements to Contentful-Node 2020-08-28 17:37:39 +02:00
Rupenieks 322b94255a Fixed Contentful error parsing, added missing comma in entryDescription 2020-08-28 16:28:02 +02:00
Rupenieks 198cd6258c Added RAW data option for assets, entries, content types 2020-08-28 15:27:12 +02:00
Ricardo Espinoza 74e2bcd1e0
Add user resource (#892) 2020-08-27 08:53:23 +02:00
YErii 1727b4626b
🐛 Fix possible request problem on Salesforce-Node (#894)
As mentioned in this [doc](https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/resources_query.htm), sfdc use query string to represent a SOQL query. It may get error response in some environment if we provide the body param such as sandbox env.
2020-08-27 08:23:02 +02:00
Ricardo Espinoza d26cc64163
Add custom fields to contact resource on Hubspot-Node (#893) 2020-08-27 08:20:29 +02:00
YErii 9fd69bb350 Improve logic on Salesforce node (#895)
`if (some_value) { ... }` may lose some falsy values such as `null` `''` `false`. We should only ignore undefined value in request param.
2020-08-27 08:17:14 +02:00
YErii 4b8c6147d3
🐛 Update salesforce node's get subdomain function (#834)
Original function will not match subdomains like `https://a.b.c.salesforce.com` and use regular expression to get the subdomain.
2020-08-26 22:54:00 +02:00
Ricardo Espinoza 4ef9826fff
🐛 Coda bug fix (#891) 2020-08-26 21:24:24 +02:00
Jan Oberhauser d768764a70 Minor improvements to Todoist-Node 2020-08-26 09:28:39 +02:00
Ricardo Espinoza c3277df25b
Todoist node enhancement (#823)
* Todoist node enhancement

* done

*  Improvements

* 💄 Remove comment

* 💄 remove unnecessary line

* 📚 Add breaking change message

*  Remove unnecessary line

Co-authored-by: lukigarazus <ywnwa96@gmail.com>
2020-08-26 09:09:07 +02:00
Jan Oberhauser 426f0ae784 Minor improvements to ConvertKit-Node 2020-08-25 23:16:38 +02:00
Jan Oberhauser 8da0f6af4a 🔀 Merge branch 'ConvertKit' of https://github.com/MLH-Fellowship/n8n into MLH-Fellowship-ConvertKit 2020-08-25 21:59:42 +02:00
Ricardo Espinoza e3e39c4f62
Reuse trigger and target on Zendesk-Trigger (#767)
*  Reuse trigger and target on Zendesk-Trigger

* 🐛 Fix bug
2020-08-25 21:50:13 +02:00
Ricardo Espinoza abdda858eb
🐛 Fix issue with OAuth2 request (#874) 2020-08-25 18:56:19 +02:00
Jan Oberhauser 1bf57b3c4f Minor improvements to EmailReadImap-Node 2020-08-25 17:57:45 +02:00
Rupenieks 730463aa10
Added simple, resolve and RAW email formats. Inline attachments now retrieved if format is resolved. (#884) 2020-08-25 17:57:17 +02:00
Jan Oberhauser 1975252805 Add allowUnauthorizedCerts to Postgres-Node 2020-08-25 17:10:34 +02:00
Jan Oberhauser 2c9e589c72 Minor improvements to Contentful-Node 2020-08-25 11:22:14 +02:00
Jan Oberhauser 8496f788af 🔀 Merge branch 'contentful-node' of https://github.com/RicardoE105/n8n 2020-08-25 11:00:56 +02:00
Jan Oberhauser 5def03855b Minor improvements to Paddle-Node 2020-08-25 10:51:16 +02:00
Rupenieks 72102faed5
Add Paddle Integration (#726)
* 🚧 Resource descriptions

* 🚧 Node logic / Genericfunctions setup

* 🚧 Tests / changes

* 🚧 Changes

- Added loadOptions to Payments / Coupon properties for easier item selection
- Added exemptions for how data is returned due to inconsistent data return object from API
- Other small fixes in main node

* 🚧 Simplified HTTPS error response

* 🚧 Added RAW Data options

* 🔥 Removed order resource

- Cannot fetch order without a checkout ID, which can only be obtained via a custom implementation which involves a callback function when a user goes through their checkout process.

*  Improvement to Paddle-Node

*  Improvements

*  Added all currencies, discount grouped properties to coupon update

Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
2020-08-25 10:50:39 +02:00
Jan Oberhauser ad67d020c0 Small improvements to Hubspot-Node 2020-08-25 09:52:00 +02:00
Jan Oberhauser f9f88cbfd0 🔀 Merge branch 'feature/extend-hubspot' of https://github.com/RicardoE105/n8n into RicardoE105-feature/extend-hubspot 2020-08-25 08:31:19 +02:00
Jan Oberhauser 98edb353d4 Minor improvements to Trello-Node 2020-08-25 08:27:26 +02:00
ricardo 4c075db26c Add card comment operation 2020-08-24 20:55:57 -04:00
ricardo 327abd943f Add search operation to contact resource 2020-08-21 18:04:21 -04:00
Ricardo Espinoza 66fd7564d8
Merge pull request #859 from RicardoE105/feature/signl4
Feature/signl4
2020-08-18 20:56:45 -04:00