Commit Graph

807 Commits

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