Commit graph

2471 commits

Author SHA1 Message Date
Jan Oberhauser 6d8e9b1cd2 🐛 Fix issue with overwrites 2020-09-13 12:35:13 +02:00
Jan Oberhauser a2ee2773db Minor improvements to Microsoft Teams Node 2020-09-13 11:09:17 +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 542e772e0c 🐛 Fix bug that nodes without input data did run if "alwaysOutputData" was
activated #948
2020-09-12 21:42:18 +02:00
Jan Oberhauser 99f7eb2eca Apply also credential overwrites of parent and fix bug 2020-09-12 21:13:57 +02:00
Jan Oberhauser ac2e0040b0 Set fixed version of @types/node to fix build 2020-09-12 19:25:49 +02:00
Jan Oberhauser d48c649329 ⬆️ Upgrade some dependencies 2020-09-12 14:02:33 +02:00
Jan Oberhauser c8d009bced Add expression support to credentials 2020-09-12 12:16:07 +02:00
Jan Oberhauser 6167e62970 Remove unnecessary GoogleSheetsOAuth scope 2020-09-11 18:03:37 +02:00
Jan Oberhauser f00c6c10a3 Increase default space between new nodes 2020-09-11 16:59:41 +02:00
Ben Hesseldieck 279af6251b
Adjustions for utilizing an external OAuth Hook (#945)
* 🚧 add oauth redirect env variable, add host to oauth state

* 🎨 format

* 🚧 reset changes

* 🚧 add hook

* 🚧 remove host from inital state
2020-09-11 12:15:06 +02:00
Jan Oberhauser 5751a645aa Fix minor issues on Freshdesk-Node 2020-09-10 21:56:31 +02:00
Ricardo Espinoza f8223c6e98
Add Freshdesk contacts resource (#938)
* Freshdesk - add contact integration

* fix linter errors

*  Small improvements

Co-authored-by: Yonatan Rosemarin <yonatan.r@billrun.com>
2020-09-10 21:56:15 +02:00
Ahsan Virani 2a6f4ebf86
Add hash support in basic auth (#943) 2020-09-10 17:49:44 +02:00
Jan Oberhauser fccbd48937 Run requests in HTTP Request Node in parallel 2020-09-10 16:07:52 +02:00
Jan Oberhauser 013a7b8cf9 Add hooks for oauth-authentication 2020-09-10 10:16:24 +02:00
smamudhan b7d46262da
Add documentationUrls for several nodes (#940) 2020-09-10 09:48:02 +02:00
Jan Oberhauser 3295e46b3a 🔖 Release n8n@0.81.0 2020-09-09 13:39:27 +02:00
Jan Oberhauser b2f77b70eb ⬆️ Set n8n-nodes-base@0.76.0 on n8n 2020-09-09 13:38:53 +02:00
Jan Oberhauser dab58e7704 🔖 Release n8n-nodes-base@0.76.0 2020-09-09 13:37:44 +02:00
Sou1Aced 30bbc540e6
🐛 ClockifyTrigger.node.ts fix (#930) 2020-09-08 15:39:27 +02:00
Jan Oberhauser 10959e5277 Minor improvements to Asana-Node 2020-09-08 14:01:16 +02:00
Ricardo Espinoza dc583bd81b
Feature/asana improvements (#920)
*  Improvements to Asana-Node

* Minor change to comment strings

helpful when filtering the code based on indentation

* Minor rephrasing of description in search action

* Add loadOption to get all projects

* Add loadOption to get all sections in a project

* Add UI fields to move task to a specific section

* Add execution for moveToSection operation

* Add loadOptions helper to get all teams

* Add UI fields to get projects

* Add execution methods for projects getter

* Add loadOptions helper to get all users

* Add loadOptions helper to get all tags

* Add UI fields for adding a tag to a task

* Add execution method to add a tag to a task

* Add functionality to remove Tag from Task

* Add option to set 'Assignee' and 'Assignee Status' on a task

to unset an assignee 'null' has to be send. Unfortunately this gives a warning in the UI.

* a few fixes

* Only show existing task tags when removing a tag

* few more fixes

*  Improvements to #855

Co-authored-by: Silvio <silvio@sintuity.com>
2020-09-08 14:00:54 +02:00
Jan Oberhauser f32e63acfa Display imageSize property only if "download" is true 2020-09-08 09:48:07 +02:00
Jan Oberhauser 06973e2d2a 🔖 Release n8n-node-dev@0.10.0 2020-09-07 18:38:24 +02:00
Jan Oberhauser 210e615bf4 ⬆️ Set n8n-core@0.44.0 and n8n-workflow@0.39.0 on n8n-nodes-dev 2020-09-07 18:37:56 +02:00
Jan Oberhauser a19cd706c3 Remove debug code 2020-09-07 18:02:00 +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 1479ce47e6
Add group resource to Segment-Node (#934) 2020-09-07 09:04:27 +02:00
Jan Oberhauser 313c8c14dc Overwrite credential data only if there is no data set yet 2020-09-06 22:16:42 +02:00
Rupenieks 6aaae1ef6c
🐛 Typescript tsc could not be located when building node in Node-Dev (#918)
*  Added variation of Typescript executable path based on OS of user

*  indentation fix (removed spaces)
2020-09-06 21:48:14 +02:00
Ricardo Espinoza f24afcd86f
Improvements to ClickUp-Node (#921) 2020-09-06 21:38:18 +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
Ricardo Espinoza 5a0e356ab6
Sfdc (#933)
* add sfdc user node interface

* add sfdc user node description for get method

* sfdc user node getall

* sfdc user node support limit

* sfdc user node support options

* sfdc user node update user operations

* sfdc add usr node query logic

*  Small improvements

Co-authored-by: YErii <yeriime@outlook.com>
2020-09-06 21:27:24 +02:00
Jan Oberhauser c42ae57dc1 Add sendAnimation functionality to Telegram 2020-09-04 10:30:49 +02:00
Jan Oberhauser 5e0ff8fce7 🐛 Fix typo 2020-09-04 10:30:22 +02:00
Ricardo Espinoza a032c5448d
Download images and files with Telegram Trigger (#919)
*  Download images and files.

*  Improvements

*  Small improvements
2020-09-04 10:28:04 +02:00
Ricardo Espinoza 8a93bdbdcc
Add update operation (#905)
*  Add update operation

*  Small improvement
2020-09-03 11:21:23 +02:00
Jan Oberhauser 922b4181d4 🔖 Release n8n@0.80.0 2020-09-02 15:32:16 +02:00
Jan Oberhauser c5b12f3452 ⬆️ Set n8n-core@0.44.0 and n8n-nodes-base@0.75.0 on n8n 2020-09-02 15:31:15 +02:00
Jan Oberhauser fc1e76efba 🔖 Release n8n-nodes-base@0.75.0 2020-09-02 15:30:28 +02:00
Jan Oberhauser 6b01c56b49 ⬆️ Set n8n-core@0.44.0 on n8n-nodes-base 2020-09-02 15:29:52 +02:00
Jan Oberhauser 21a4a568a4 🔖 Release n8n-core@0.44.0 2020-09-02 15:28:51 +02:00
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 a9bfb506ff Update buffer code to not get deprecation message 2020-09-01 17:50:51 +02: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 fc32b390b5 ⬆️ Set n8n-core@0.43.0 on n8n-node-dev 2020-09-01 10:12:16 +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 785858ec6a 🔖 Release n8n@0.79.3 2020-08-30 11:08:00 +02:00
Jan Oberhauser 22c40d026b 🐛 Fix bug that workflows did not get activated correctly 2020-08-30 11:06:46 +02:00
Jan Oberhauser 10cfe70d33 🔖 Release n8n@0.79.2 2020-08-28 18:17:04 +02:00
Jan Oberhauser b26baa902f 🐛 Add missing rawBody for "application/x-www-form-urlencoded" 2020-08-28 18:15:34 +02:00
Jan Oberhauser e6e25a84db 🔖 Release n8n@0.79.1 2020-08-28 17:46:51 +02:00
Jan Oberhauser 42fc5e1d95 ⬆️ Set n8n-nodes-base@0.74.1 on n8n 2020-08-28 17:46:16 +02:00
Jan Oberhauser 453205ad3e 🔖 Release n8n-nodes-base@0.74.1 2020-08-28 17:43:58 +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
Jan Oberhauser 7259aa4cf6 🐛 Add rawBody to every request that n8n does not error if body is missing 2020-08-27 15:19:10 +02:00
Jan Oberhauser 843569f608 👕 Fix lint issues and indentation 2020-08-27 15:09:31 +02:00
Jan Oberhauser f56960f0cc 🐛 Remove Test-Webhook also if checkExists fails 2020-08-27 13:37:17 +02:00
Jan Oberhauser 685aa2cf82 🔖 Release n8n@0.79.0 2020-08-27 11:03:09 +02:00
Jan Oberhauser 0748c4b02a ⬆️ Set n8n-editor-ui@0.55.0 and n8n-nodes-base@0.74.0 on n8n 2020-08-27 11:02:33 +02:00
Jan Oberhauser fa2ee989ea 🔖 Release n8n-editor-ui@0.55.0 2020-08-27 10:57:05 +02:00
Jan Oberhauser 7c0503b403 🔖 Release n8n-nodes-base@0.74.0 2020-08-27 10:55:40 +02:00
Jan Oberhauser df3e342d1e Minor improvements to display of help links 2020-08-27 10:48:57 +02:00
Jan Oberhauser 26a7acf5ed Minor improvements to display of help links 2020-08-27 09:57:34 +02:00
Jan Oberhauser d2110f677e 🔀 Merge branch 'master' into Doc-Link-to-Node-Credentials-Modal 2020-08-27 09:35:22 +02:00
Rupenieks 89499313b6 indentation 2020-08-27 09:23:23 +02:00
Rupenieks cf52ce3cfa Updated UTM link 2020-08-27 09:12:16 +02:00
Jan Oberhauser bac65e6333 🔀 Merge branch 'master' of github.com:n8n-io/n8n 2020-08-27 09:00:23 +02:00
Jan Oberhauser b08e8cba00 Minor improvement to Zendesk-Credentials 2020-08-27 09:00:01 +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
maxtkacz 520933c7a4
Update CredentialsEdit.vue (#888)
Changed width of Credentials modal from 55% to 75%. Result is the "Nodes with Access" UI now only collapses in a UX-unfriendly manner on viewport widths under 1108px (previously was 1506px)
2020-08-26 21:31:08 +02:00
Jan Oberhauser 317949d765 Remove left behind debug code 2020-08-26 21:30:24 +02:00
maxtkacz f386d9e90a
Made "easy wins" copy-edit pass through vue components (#889)
Essentially scrubbed through .vue files in packages/editor-ui/src/components and copy edited labels/ tooltips etc.

Tried to prevent opinionated editing, simply rewriting existing meaning for clarity. I did however make an opinionated decision on changing a node's "Notes" to "Note" (only labels, nothing code related) because it feels more like a singluar note - especially when used as a subtitle in the workflow. Singular form also futureproofs functionality like showing a list of all node notes across a workflow (or versioning/ collaborative notes features).

So far, have gotten up to PageContentWrapper.vue (when sorted alphabetically). In a followup, will review ParameterInput.vue and onwards in /components folder
2020-08-26 21:25:59 +02:00
Ricardo Espinoza 4ef9826fff
🐛 Coda bug fix (#891) 2020-08-26 21:24:24 +02:00
Tanay Pant 2616b2b200
Update BREAKING-CHANGES.md 2020-08-26 09:58:38 +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
Jan Oberhauser b78145f2ec Fix issues with Dynamic title 2020-08-25 20:39:14 +02:00
Rupenieks 44f7b7a9c2
Dynamic title based on workflow execution (#865)
*  Added title changes based on workflow execution

*  Title changes on workflow open, reset on workflow delete, fixed not showing when page refreshed

*  Title icons
2020-08-25 20:37:24 +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
Rupenieks d8e8db39c4 Fixed new/open credentials from menu. UTM link adjusted for unknown nodes base. 2020-08-25 14:28:16 +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
Tanay Pant f5c8fbe953 🔨 Fix pronunciation guide 2020-08-24 10:50:37 +02:00
ricardo 327abd943f Add search operation to contact resource 2020-08-21 18:04:21 -04:00
Rupenieks d5dda2e35a Credential fallback added, fixed Gmail documentationUrl 2020-08-20 15:34:45 +02:00
Rupenieks 05258cc645 Credentials doc help link 2020-08-20 14:47:59 +02:00
Jan Oberhauser b4e6f240f2 🔀 Merge branch 'master' of github.com:n8n-io/n8n 2020-08-19 09:59:42 +02:00
Jan Oberhauser 5ae1d3b49a 🐛 Fix YouTube credential display name #861 2020-08-19 09:59:19 +02:00
Ricardo Espinoza 66fd7564d8
Merge pull request #859 from RicardoE105/feature/signl4
Feature/signl4
2020-08-18 20:56:45 -04:00
ricardo 9f527230b9 Small improvements 2020-08-18 20:55:36 -04:00
Jan Oberhauser e7347fd181 🔖 Release n8n@0.78.0 2020-08-18 17:23:28 +02:00
Jan Oberhauser ba1d96a633 ⬆️ Set n8n-core@0.43.0, n8n-editor-ui@0.54.0, n8n-nodes-base@0.73.0 and n8n-workflow@0.39.0 on n8n 2020-08-18 17:22:59 +02:00
Jan Oberhauser f44611a8d1 🔖 Release n8n-editor-ui@0.54.0 2020-08-18 17:21:00 +02:00
Jan Oberhauser c88249efa2 ⬆️ Set n8n-workflow@0.39.0 on n8n-editor-ui 2020-08-18 17:20:36 +02:00
Jan Oberhauser 69d93484e3 🔖 Release n8n-nodes-base@0.73.0 2020-08-18 17:19:50 +02:00
Jan Oberhauser 667e2351ce ⬆️ Set n8n-core@0.43.0 and n8n-workflow@0.39.0 on n8n-nodes-base 2020-08-18 17:19:27 +02:00
Jan Oberhauser fbda916457 🔖 Release n8n-core@0.43.0 2020-08-18 17:18:32 +02:00
Jan Oberhauser c13df666a5 ⬆️ Set n8n-workflow@0.39.0 on n8n-core 2020-08-18 17:18:09 +02:00
Jan Oberhauser adf4bc25bd 🔖 Release n8n-workflow@0.39.0 2020-08-18 17:16:04 +02:00
Denis Palashevskii 0cf3b069a9 Revert AWS S3 node to its original state 2020-08-18 17:11:20 +04:00
Denis Palashevskii 77eb0f4955 Create generic S3 node 2020-08-18 16:56:53 +04: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
Łukasz 226dbce5c6
Todoist node enhancement (#763) 2020-08-17 22:41:05 +02:00
Tanay Pant 815e663717 🔨 Add documentationUrl to credentials 2020-08-17 14:42:09 +02:00
Jan Oberhauser 30ac4f4c2c Extend CredentialType interface with "documentationUrl" property 2020-08-17 11:58:36 +02:00
Jan Oberhauser 9e64409ac6 Minor improvements to YouTube-Node 2020-08-16 09:40:15 +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 54f103776e add playlist-item resource 2020-08-15 22:36:11 -04:00
Jan Oberhauser b965dc0155 Minor improvements to Google Contacts-Node 2020-08-15 23:26:01 +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
ricardo 091659df29 zap: Improvements 2020-08-14 18:36:47 -04:00
Jan Oberhauser 228d97d65c 🐛 Fix wrong favicon path #841 2020-08-14 23:20:07 +02:00
Jan Oberhauser 070dfd6cde 🐛 Fix issue that FunctionItem-Node loses binary data #840 2020-08-14 20:02:52 +02:00
Jan Oberhauser adf0d09cc5 Update @types/node to latest version 2020-08-14 18:36:34 +02:00
Jan Oberhauser 94d7ddf735 Use same package versions 2020-08-14 18:03:43 +02:00
Rupenieks a69098a096 Updated @types/node to v14, fixed TS breaking with changes 2020-08-12 12:19:41 +02:00
ricardo 8c24858f99 Improvements 2020-08-11 16:07:23 -04:00
Ron e64f56a30e
Added feature to resolve alerts 2020-08-11 10:07:52 +02:00
Jan Oberhauser 3ef6f031ec Small improvements to UnleashedSoftware-Node 2020-08-10 18:19:56 +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 4568eb21cc small fix 2020-08-10 09:43:21 -04:00
ricardo b3a8587106 Improvements 2020-08-10 09:41:10 -04:00
Jan Oberhauser f9970f7157 Minor improvements to Shopify-Node 2020-08-10 14:44:18 +02:00
Ricardo Espinoza 520a456105
Shopify-Node (Added product resource) (#822)
* Add Products support to Shopify node

*  Improvements

Co-authored-by: Yonatan Rosemarin <yonatan.r@billrun.com>
2020-08-10 14:43:38 +02:00
ricardo d76e90541d Small improvements 2020-08-09 19:23:51 -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
Jan Oberhauser da0ef0d94c Add "Execute Once" node-setting 2020-08-08 21:11:12 +02:00
ricardo 833001a9e4 Improvements to ConvertKit-Trigger 2020-08-06 13:33:56 -04:00
Matthew Tovbin 4c275513b4
JWT extras (#817)
* JWT extras: check issues, expiration, namespace and tenant

* idents
2020-08-06 17:44:19 +02:00
Jan Oberhauser 47499feff7 Improvements to AMQP-Node 2020-08-06 14:42:26 +02:00
Jan Oberhauser 3e67617130 🔀 Merge branch 'master' into Fix-AMQP-Nodes 2020-08-06 12:58:40 +02:00
ricardo 9b15cf50bc Improvements to Converkit-Node 2020-08-05 21:55:53 -04:00
ricardo 852c73e795 Merge 'master' into 'ConvertKit' 2020-08-05 20:17:00 -04:00
Denis Palashevskii a3c5a971e5 Add support for custom endpoint URL scheme (both HTTP and HTTPS) 2020-08-05 15:22:57 +04:00
Denis Palashevskii 4b22df31ad Add support for custom S3 endpoint in AWS S3 node 2020-08-05 14:40:45 +04:00
Rupenieks 37d5d864e4 Adjusted message send format, adjusted for different formats in incoming messages 2020-08-05 10:09:36 +01:00
Denis Palashevskii 823ae846bf Add Custom S3 Endpoint credentials 2020-08-05 12:12:48 +04:00
Jan Oberhauser 29fc42b69c 🔖 Release n8n@0.76.0 2020-08-05 09:47:31 +02:00
Jan Oberhauser 5768a69ee9 ⬆️ Set n8n-core@0.41.0, n8n-editor-ui@0.52.0, n8n-nodes-base@0.71.0 and n8n-workflow@0.37.0 on n8n 2020-08-05 09:46:52 +02:00
Jan Oberhauser 2e9a32f4e2 🔖 Release n8n-editor-ui@0.52.0 2020-08-05 09:44:52 +02:00
Jan Oberhauser 9575f386ed ⬆️ Set n8n-workflow@0.37.0 on n8n-editor-ui 2020-08-05 09:44:21 +02:00
Jan Oberhauser 43025a1c5d 🔖 Release n8n-nodes-base@0.71.0 2020-08-05 09:43:32 +02:00
Jan Oberhauser 699c6fcf69 ⬆️ Set n8n-core@0.41.0 and n8n-workflow@0.37.0 on n8n-nodes-base 2020-08-05 09:43:00 +02:00
Jan Oberhauser cf1f7a7f60 🔖 Release n8n-core@0.41.0 2020-08-05 09:42:01 +02:00
Jan Oberhauser 1b0f788648 ⬆️ Set n8n-workflow@0.37.0 on n8n-core 2020-08-05 09:41:44 +02:00
Jan Oberhauser ce78e0d14b 🔖 Release n8n-workflow@0.37.0 2020-08-05 09:40:44 +02:00
Jan Oberhauser b13f29aab0 Minor improvements to Medium-Node 2020-08-05 09:29:48 +02: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
Jan Oberhauser 94862d2db4 Remove server option from Twake-Node till supported 2020-08-04 17:30:08 +02: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
Jan Oberhauser 26f3f949aa Minor improvements to TravisCi-Node 2020-08-04 15:53:34 +02:00
Ricardo Espinoza 3dfa55d850
TravisCI-Node (#756)
*  TravisCI-Node

*  Small improvement
2020-08-04 15:48:05 +02:00
Jason 6cbe59f686
Fixed spelling mistakes (#814)
* Fixed spelling mistakes

* Fixed spelling

* Edited spelling mistakes
2020-08-04 11:35:28 +02:00
Jan Oberhauser f8d216b2be Small improvements to PhilipsHue-Node 2020-08-04 11:10:13 +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
Jan Oberhauser 420777c0b3 Small improvements to FTP-Node 2020-08-04 09:01:37 +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 4b02ed2f37 Improvements 2020-08-03 17:11:57 -04:00
ricardo a443bf797d Merge 'master' into 'customer.io' 2020-08-03 14:55:36 -04:00
Rupenieks 3cafc68f19
Migrated API from V1beta to V1 (#813) 2020-08-03 17:27:34 +02:00
Jan Oberhauser 5eb30b34a9 🐛 Fix issue that disabled nodes get used as Start-Node #812 2020-08-03 10:15:19 +02:00
Jan Oberhauser 06a5ed3690 Fixes to PhilipsHue Node 2020-08-03 10:06:46 +02:00
Jan Oberhauser ea7f1c4b84 🔀 Merge branch 'feature/phillips-hue' of https://github.com/RicardoE105/n8n into RicardoE105-feature/phillips-hue 2020-08-03 08:26:05 +02:00
Jan Oberhauser 7d2f225a21 Small improvements to CrateDb-Node 2020-08-03 08:21:42 +02:00
Rupenieks 6a8d22d2fa Fixed return values from CrateDB update function 2020-08-02 20:23:53 +01:00
ricardo 9a5adb61fa PhilipHue-Node 2020-07-31 16:26:23 -04:00
Rupenieks 7f43faceb0 Merge branch 'master' of https://github.com/n8n-io/n8n 2020-07-31 15:24:55 +01:00
Rupenieks 4114f70027 Fixed CrateDB Update operation 2020-07-31 15:24:43 +01:00
Jan Oberhauser e82f3f405e Fix link to documentation 2020-07-31 09:57:23 +02:00
Rupenieks 0f86df4c0f
Documentation Link in Node Display (#808)
*  Implemented Documentation link help box

*  Adjusted transition speed

*  Added UTM link, fixed Node Name issue
2020-07-31 09:56:39 +02:00
Jean Baptiste Noblot e863254272
👕 replace coma in semicolon when end of line (#802) 2020-07-30 11:35:36 +02:00
Jan Oberhauser c298fd325a 🐛 Fix bug which displayed selector for low number of items 2020-07-29 22:43:05 +02:00
Jan Oberhauser 729da6f73e 🐛 Fix bug in MobeBinaryData-Node that it read options wrong 2020-07-29 22:30:49 +02:00
Jan Oberhauser b488ae8d3a 👕 Fix lint issue 2020-07-29 14:20:31 +02:00
Ben Hesseldieck 051598d30e
Add max execution time for Workflows (#755)
* 🎉 basic setup and execution stopping

* 🚧 soft timeout for own process executions

* 🚧 add hard timeout for subprocesses

* 🚧 add soft timeout to main thread

* 🔧 set default timeout to 5 mins --> 500s

* 💡 adding documentation to configs

* 🚧 deactivate timeout by default

* 🚧 add logic of max execution timeout

*  adding timeout to settings in frontend and server

* 🎨 improve naming

* 💡 fix change in config docs

* ✔️ fixing compilation issue

* 🎨 add format for new config variables

* 👌 type cast before checking equality

*  Improve error message if NodeType is not known

* 🐳 Tag also rpi latest image

* 🐛 Fix Postgres issue with Node.js 14 #776

* 🚧 add toggle to activate workflow timeout

* 💄 improving UX of setting a timeout and its duration

Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2020-07-29 14:12:54 +02:00
Jan Oberhauser 6e06da99fb Update job website URL 2020-07-27 11:43:28 +02:00
Jan Oberhauser ab93b1964d 🔖 Release n8n-nodes-base@0.70.1 2020-07-26 14:36:19 +02:00
Jan Oberhauser 51ff2b759f 🐛 Fix CrateDB default schema 2020-07-26 14:35:19 +02:00
Jan Oberhauser 7f7f395e36 🔖 Release n8n@0.75.0 2020-07-26 12:55:24 +02:00
Jan Oberhauser 8e5fe3aaba ⬆️ Set n8n-core@0.40.0, n8n-editor-ui@0.51.0, n8n-nodes-base@0.70.0 and n8n-workflow@0.36.0 on n8n 2020-07-26 12:54:54 +02:00
Jan Oberhauser d5d03815d0 🔖 Release n8n-editor-ui@0.51.0 2020-07-26 12:53:32 +02:00
Jan Oberhauser 2a38b3ec58 ⬆️ Set n8n-workflow@0.36.0 on n8n-editor-ui 2020-07-26 12:53:02 +02:00
Jan Oberhauser d6132a3c03 🔖 Release n8n-nodes-base@0.70.0 2020-07-26 12:52:02 +02:00
Jan Oberhauser d6500dec22 ⬆️ Set n8n-core@0.40.0 and n8n-workflow@0.36.0 on n8n-nodes-base 2020-07-26 12:51:35 +02:00
Jan Oberhauser e5d73f37ad 🔖 Release n8n-core@0.40.0 2020-07-26 12:50:29 +02:00
Jan Oberhauser 1234ef2af1 ⬆️ Set n8n-workflow@0.36.0 on n8n-core 2020-07-26 12:50:00 +02:00
Jan Oberhauser 50c57b0e81 🔖 Release n8n-workflow@0.36.0 2020-07-26 12:49:05 +02:00
Jan Oberhauser 604d8eea89 Small improvements and fix for Postgres & QuestDB 2020-07-26 12:45:39 +02:00
Jan Oberhauser a46a6fa00c 👕 Fix lint issue 2020-07-26 11:59:17 +02:00
Jan Oberhauser d726e11af4 Minor improvements to Box Node 2020-07-25 19:59:12 +02: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 a5dd08fdbb Minor improvements to Jira Trigger Node 2020-07-25 10:22:24 +02:00
Ricardo Espinoza d35548c424
Jira-Trigger (#778)
*  Jira-Trigger

*  Improvements
2020-07-25 10:22:02 +02:00
Jan Oberhauser d2b99263d4 Minor improvements to OAuth1 support in HTTP Request Node 2020-07-25 10:10:34 +02:00
Rupenieks 5295696e60
OAuth1 support for HTTP Request Node (#781)
* Add OAuth1

*  Added OAuth1 support.

Changes to NodeExecuteFunctions:
- Accommodating to use of both a URL and URI property in request options.
- qs if not set is undefined, so checking for its length returns an error
2020-07-25 10:09:52 +02:00
Jan Oberhauser 9c266e7aea Small improvements to OPTIONS request for webhooks 2020-07-24 16:45:07 +02:00
Rupenieks 82d94873fc
OPTIONS request support for Production/Test Webhooks (#787)
* 🐛 Fix naming of events in AffinityTrigger Node

* 🚧 OPTIONS allow header response for production webhooks

*  Implemented Allow header for test webhook OPTIONS response

Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2020-07-24 16:24:18 +02:00
Jan Oberhauser de8e6f2811 🐛 Fix bug with saving executions of unsaved workflows 2020-07-24 15:16:55 +02:00
Jan Oberhauser f64a49318a 🐛 Fix bug with test webhooks which do not get unregistered 2020-07-24 13:56:20 +02:00
smamudhan 725d2d16fc
Fixed typos and grammatical errors (#791)
* 🐛 Fixed typos and grammatical errors

* 🐛 Made changes based on Tanay's feedback
2020-07-24 12:56:41 +02:00
ricardo b6fed1bc0d Improvements 2020-07-23 21:20:21 -04: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 e387229642 Small improvement 2020-07-23 19:49:07 -04:00
ricardo 28fcaf79ae 🐛 Fix merge issues 2020-07-23 17:10:26 -04:00
ricardo b187a8fd7d Merge branch 'Master' into 'Pipedrive-OAuth2-support' 2020-07-23 16:51:05 -04:00