Commit graph

418 commits

Author SHA1 Message Date
Jan Oberhauser ee5fc281d1 👕 Fix lint issue 2020-10-27 20:22:42 +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 5eb4a7c187
Add Sendy documentation URL
Add Sendy documentation URL
2020-10-25 22:38:24 +01:00
Ricardo Espinoza 974f5f9f15
Add GSuite group resource (#1048) 2020-10-23 09:15:11 +02:00
Jan Oberhauser 40c2acd77b 👕 Fix lint issue 2020-10-22 15:46:03 +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
Ricardo Espinoza 95b33662c9
Strava Node & Trigger (#1071)
*  Strava Node & Trigger

*  Small fixes

*  Add improvements
2020-10-22 10:17:39 +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
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
Harshil Agrawal e272c69f07
Add link to credential documentation for Vonage (#1068) 2020-10-16 16:47:25 +02:00
Harshil Agrawal a77e96592f
Add link to credential documentation (#1066) 2020-10-16 10:32:56 +02:00
Tulir Asokan ea328e56cd
Add support for specifying Matrix homeserver URL (#1065) 2020-10-15 23:01:07 +02:00
Loïc Tosser ba3f062324
Add HMAC-SHA256 for Oauth 1 (#1055) 2020-10-15 10:45:43 +02:00
Ricardo Espinoza 719a30350c
Add Automizy-Node (#1039)
*  Automizy-Node

*  Small improvement
2020-10-13 21:35:01 +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 6098384a30
Add Sendy-Node (#1013)
*  Sendy-Node

*  Improvements

*  Small improvement
2020-10-13 10:48:20 +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 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
Harshil Agrawal 1125cf892b
Add Wufoo credentials documentation URL (#1020) 2020-10-06 11:20:56 +02:00
Harshil Agrawal 6588fdcf31
Add Mindee credential documnetation URL (#1019) 2020-10-06 10:23:58 +02:00
Ricardo Espinoza f58e336d5f
Add GSuite Admin Node (#992)
*  GSuite Admin Node

*  Improvements
2020-10-03 18:09:07 +02:00
Ricardo Espinoza 419b58024a
Add Mindee-Node (#1004)
*  Mindee-Node

*  Improvements
2020-10-03 14:08:50 +02:00
Ricardo Espinoza 39c173a272
Feature/slack status change (#995)
* Added methods to set and get the user's status.

* Fixed set status message

* Improvements to #993

* 💄 small cosmetic change

Co-authored-by: Tobias Schulz-Hess <tobias+xps@schulz-hess.de>
Co-authored-by: Tobias Schulz-Hess <tobias.schulz-hess@xing.com>
2020-10-02 07:31:41 +02:00
Jan Oberhauser fe802c8f76 👕 Fix built issue by fixing lint issues 2020-10-01 15:18:47 +02:00
Rupenieks 9b5731450f
Add Wufoo-Trigger node (#597)
* Generic functions, credentials, interface, logo, triggernode

* TSLint tabs rule, request error handling, webhook done

On hold until Wufoo responds with sandbox account

* Removed test logging, fixed various errors, cleaned up

* Sorted imports, adjusted data display,  removed anys, tslint import sort rule

* RAAAAAW data

*  Fix logo and improve formatting

*  Improvements

*  Minor improvements to WuFoo-Trigger

Co-authored-by: Rupenieks <ru@myos,co>
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2020-10-01 09:07:55 +02:00
Jan Oberhauser fc6b196b12 Fix naming of Microsoft Credentials 2020-09-23 08:16:40 +02:00
Jan Oberhauser 899ca1a0a8 Fix naming of Hubspot Developer Credentials 2020-09-23 08:14:24 +02:00
Tanay Pant f3b136abee 🔨 Add missing documentationUrl variables 2020-09-21 11:11:02 +02:00
Rupenieks c522ba75ca
Add LinkedIn Integration (#942)
* 🚧 node logic, request logic, authentication, logo, descriptions

* 🚧 Posting image, article and text finished.

* 🚧 Posting image, article and text in post finished

*  Post creation (image, articles, text)

*  Added post creation by organization, fixed up descriptions, credentials, indentation

*  Fix issues on LinkedIn-Node

Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
Co-authored-by: Jan <janober@users.noreply.github.com>
2020-09-17 23:32:12 +02:00
Ricardo Espinoza bbfe59c211
Add Taiga Integration (#939)
* Add Taiga integration

*  Improvements to Taiga-Node

*  Improvements

*  Small improvements

*  Improvements

*  Change project slug for project id

*  Small improvement

Co-authored-by: renanfilipe <renanfilipe10@hotmail.com>
2020-09-17 23:20:12 +02:00
Ricardo Espinoza 1461e08478
Small improvement (#957) 2020-09-17 23:10:13 +02:00
Ricardo Espinoza a5655d0352
Add self hosted support to Sentry.io Node (#965) 2020-09-17 23:06:58 +02:00
Harshil Agrawal ddf995fca1
Add S3 documentation URL (#967) 2020-09-17 12:56:07 +02:00
Rupenieks 1a411ebef7
Asana OAuth2 support (#669)
* OAuth2 support

*  Improvements

*  Improvements

*  Improvements to Asana Trigger 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-09-16 18:20:27 +02:00
Rupenieks 266112a8cb
Clickup OAuth2 support (#649)
* OAuth2 credentials, genericFunctions needed config, UI options for oauth2 support

*  Added options to decide when to to send the bearer

* Fixed "undefined property split" issue

*  Small fix

*  Improvements to ClickUp-Node

*  Improvements

Co-authored-by: Rupenieks <ru@myos,co>
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Ricardo Espinoza <ricardo@n8n.io>
2020-09-16 09:16:06 +02:00
Tanay Pant 4e7714848f
Add documentationUrl for MQTT Trigger 2020-09-14 13:06:28 +02:00
smamudhan a27278a427
Minor fixes for docs compatibility (#955)
*  Add documentationUrls for several nodes

*  Minor Updates

- Updated Paddle documentationUrl
- Updated CrateDB description
- Updated Monday.com description
- Fixed Nextcloud branding
- Updated Redis description
2020-09-14 09:58:01 +02:00
Ricardo Espinoza ae343b9f79
Add appid to PhillipsHue credentials (#953) 2020-09-14 08:11:14 +02:00
Ricardo Espinoza 38ddcbe703
Add Microsoft Teams Node (#931)
*  Microsoft Team node

*  Small fix

*  Small improvements

*  Small improvements

*  Small fix

*  Small improvements
2020-09-13 11:08:43 +02:00
Jan Oberhauser 6167e62970 Remove unnecessary GoogleSheetsOAuth scope 2020-09-11 18:03:37 +02:00
smamudhan b7d46262da
Add documentationUrls for several nodes (#940) 2020-09-10 09:48:02 +02:00
Rupenieks 42bbe3006a
Sentry.io integration (#728)
* 🚧 setup

- Added everything, need to test and add icon

* Add icon

* 🚧 Node colour change

* 🚧 Fixed Descriptions

* ✔️ Tested, fixed up properties

*  Fixed issue of issue

*  Added create option for team & organization

*  Improvements

*  Fixed OAuth2 credentials scope

*  Adjusted descriptions, added loadOptions for organizations/projects, small fixes

*  Added Create Release, interfaces

*  Improvements to SentryIO-Node

Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2020-09-07 17:56:14 +02:00
Ricardo Espinoza d64c767ebd
Salesforce (#932)
* fix salesforce error while get all using nextRecordsUrl

The uri for using nextRecordsUrl to get all data in salesforce node is error. The right usage is fixed in this pr.

*  Small changes

* :zap Small fix

Co-authored-by: YErii <yeriime@outlook.com>
Co-authored-by: Jan <janober@users.noreply.github.com>
2020-09-06 21:31:55 +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
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
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 d2110f677e 🔀 Merge branch 'master' into Doc-Link-to-Node-Credentials-Modal 2020-08-27 09:35:22 +02:00
Jan Oberhauser b08e8cba00 Minor improvement to Zendesk-Credentials 2020-08-27 09:00:01 +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 8da0f6af4a 🔀 Merge branch 'ConvertKit' of https://github.com/MLH-Fellowship/n8n into MLH-Fellowship-ConvertKit 2020-08-25 21:59:42 +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
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
Rupenieks d5dda2e35a Credential fallback added, fixed Gmail documentationUrl 2020-08-20 15:34:45 +02:00
Jan Oberhauser 5ae1d3b49a 🐛 Fix YouTube credential display name #861 2020-08-19 09:59:19 +02:00
Jan fb042adae2
Gmail node (#856)
*  Gmail node

*  Improvements

*  Improvements

*  Improvements to Gmail-Node

*  Additional improvements to Gmail-Node

Co-authored-by: Erin <erin2722@gmail.com>
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
2020-08-18 12:40:19 +02:00
Tanay Pant 815e663717 🔨 Add documentationUrl to credentials 2020-08-17 14:42:09 +02:00
Jan 07973020f9
Add Youtube-Node (#717)
*  Youtube-Node

*  Small improvement

*  Improvements

*  Improvements

* zap: Improvements

Co-authored-by: Jan <janober@users.noreply.github.com>
2020-08-16 09:39:40 +02:00
Ricardo Espinoza eb9644f7de
GoogleContacts-Node (#775)
*  GoogleContacts-Node

*  small improvements

*  Add rawData field to get and getAll operations

*  Improvements

*  Small fix

*  Improvements

*  Small fixes
2020-08-15 23:25:15 +02:00
Ievgen 3c29e5c14f
Jackrudenko/unleashed (#827)
* Improve Google sheet path match, not you can use embedded object to get the path from

* Add the Unleashed node in alphabet order in the package.json file to follow contribution guide requirements

*  Improvements to Unleashed-Node

* Implement pagination and fix date transformation from Unleashed to ISO

Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
2020-08-10 18:19:26 +02:00
ricardo b3a8587106 Improvements 2020-08-10 09:41:10 -04:00
ricardo baac8edeb0 Merge 'master' into 'Bitly-OAuth2-support' 2020-08-09 19:12:38 -04:00
ricardo 1e81b7d54f Improvements 2020-08-09 17:39:28 -04:00
ricardo 852c73e795 Merge 'master' into 'ConvertKit' 2020-08-05 20:17:00 -04:00
Denis Palashevskii 823ae846bf Add Custom S3 Endpoint credentials 2020-08-05 12:12:48 +04:00
Shraddha Shaligram a5b6b3d209
Add Medium Node (#788)
* add medium node

* minor fixes

* fix publication post

* fix according to feedback

* additional fixes

* fix license description

*  Small improvements

*  Improvements

Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
2020-08-05 09:29:29 +02:00
ricardo bc0b349faa Improvements to Contenful-Node 2020-08-04 15:07:54 -04:00
Ricardo Espinoza b77bdfbcfe
Feature/twake node (#815)
* ️ ADD Twake node

* Convert space in tab

*  Twake-Node

*  Improvements

*  Small improvements

Co-authored-by: Benoit <benoit.tallandier@gmail.com>
2020-08-04 17:23:06 +02:00
Ricardo Espinoza 3dfa55d850
TravisCI-Node (#756)
*  TravisCI-Node

*  Small improvement
2020-08-04 15:48:05 +02:00
Jan Oberhauser 5aec61bb18 Fixes to CustomerIo-Node 2020-08-04 10:32:51 +02:00
Jan Oberhauser c1b8811772 🔀 Merge branch 'customer.io' of https://github.com/MLH-Fellowship/n8n into MLH-Fellowship-customer.io 2020-08-04 10:22:24 +02:00
Jan d4313defdc
Merge branch 'master' into feature/youtube 2020-08-04 09:33:59 +02:00
Rupenieks a66e483a74
FileTransfer Node (FTP/SFTP) (#779)
* 🚧 Setup

* 🚧 SFTP finished

*  FTP Finished / Tested

* Tab indentation

* 🐛 Fix some issues on FTP Node

*  Changed dependencies

* Update FileTransfer.node.ts

*  Fix issues on FTP-Node

*  Fixed uploading to subdirectories

Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
Co-authored-by: Jan <janober@users.noreply.github.com>
2020-08-04 09:01:13 +02:00
ricardo a443bf797d Merge 'master' into 'customer.io' 2020-08-03 14:55:36 -04:00
Jan Oberhauser 06a5ed3690 Fixes to PhilipsHue Node 2020-08-03 10:06:46 +02:00
ricardo 9a5adb61fa PhilipHue-Node 2020-07-31 16:26:23 -04:00
Ricardo Espinoza 8370940713
Box Node and Trigger (#765)
*  Box Node and Trigger

*  Improvements

*  small fix

* 🐛 Add missing interface

*   add search operation
2020-07-25 19:58:38 +02:00
Jan Oberhauser d2b99263d4 Minor improvements to OAuth1 support in HTTP Request Node 2020-07-25 10:10:34 +02:00
ricardo 3090549ada Merge remote-tracking branch 'upstream/master' into Dropbox-OAuth2-Support 2020-07-23 21:10:07 -04:00
ricardo 7e0725f381 Small improvements 2020-07-23 21:08:34 -04:00
Ricardo Espinoza e03a937888
Merge pull request #673 from n8n-io/AcuityScheduling-OAuth2-support
Acuity scheduling OAuth2 support
2020-07-23 19:51:59 -04:00
ricardo b187a8fd7d Merge branch 'Master' into 'Pipedrive-OAuth2-support' 2020-07-23 16:51:05 -04:00
Sven Schmidt 6573642fc1 Fixing a typo 2020-07-09 16:29:06 +02:00
Sven Schmidt 1a785581ff Handle preview api 2020-07-09 12:10:22 +02:00
Sven Schmidt fa0e8c84f5 Contentful integration 2020-07-09 11:36:28 +02:00
ricardo c6e060904e Fix issue with OAuth2 2020-07-08 15:15:33 -04:00
Rupenieks de7a6d6dfb 🚧 Setup
Added OAuth2 credentials, UI, generic functions changes
2020-07-03 11:22:39 +02:00
Erin e209077160 ConvertKit Trigger and Regular Node 2020-07-02 16:41:59 -04:00
ricardo 6c94873dfa Youtube-Node 2020-07-01 22:55:18 -04:00
shraddha shaligram 7d625572c1 add basic customer.io trigger 2020-06-30 13:35:31 -07:00
ricardo 11abbfc563 Merge 'master' into 'Dropbox-OAuth2-Support' 2020-06-25 23:17:47 -04:00
Ricardo Espinoza d221f6dd97
Merge pull request #674 from n8n-io/Drift-OAuth2-support
Drift OAuth2 support
2020-06-25 22:30:45 -04:00