Commit Graph

3461 Commits

Author SHA1 Message Date
Jan Oberhauser
9662dfa379 ⬆️ Set n8n-core@0.61.0 and n8n-workflow@0.50.0 on n8n-nodes-base 2021-01-27 09:14:53 +01:00
Jan Oberhauser
bf50a539b6 🔖 Release n8n-core@0.61.0 2021-01-27 09:12:50 +01:00
Jan Oberhauser
4b82f90e3c ⬆️ Set n8n-workflow@0.50.0 on n8n-core 2021-01-27 09:12:17 +01:00
Jan Oberhauser
5517a5b6f9 Remove not needed import 2021-01-27 09:11:02 +01:00
Jan Oberhauser
3a753b4156 🔖 Release n8n-workflow@0.50.0 2021-01-27 09:10:06 +01:00
Jan Oberhauser
0582edb111 🔖 Release n8n@0.104.2 2021-01-27 09:06:58 +01:00
Jan Oberhauser
b79589a83e ⬆️ Set n8n-nodes-base@0.100.0 on n8n 2021-01-27 09:06:32 +01:00
Jan Oberhauser
729c28469e 🔖 Release n8n-nodes-base@0.100.0 2021-01-27 09:04:55 +01:00
Jan Oberhauser
3f6d4b6c08 🔀 Merge branch 'master' of github.com:n8n-io/n8n 2021-01-27 09:03:18 +01:00
Jan Oberhauser
de0ac0158a 🐛 Fix credential bug with parameters which have the same name 2021-01-27 09:02:20 +01:00
Jan Oberhauser
da022300f9 🔖 Release n8n@0.104.1 2021-01-26 16:54:23 +01:00
Jan Oberhauser
91623806ae 🔀 Merge branch 'master' of github.com:n8n-io/n8n 2021-01-26 16:53:00 +01:00
Jan Oberhauser
bd4639b644 🐛 Fix bug with expressions in credentials 2021-01-26 16:52:35 +01:00
Tanay Pant
2398c42b30 🔨 Add breaking change for 0.104.0 (#1382) 2021-01-26 14:39:19 +01:00
Jan Oberhauser
353a270f0c 🔖 Release n8n@0.104.0 2021-01-26 12:09:22 +01:00
Jan Oberhauser
4bd675203e ⬆️ Set n8n-core@0.60.0, n8n-editor-ui@0.73.0, n8n-nodes-base@0.99.0 and n8n-workflow@0.49.0 on n8n 2021-01-26 12:08:39 +01:00
Jan Oberhauser
e937d18e9f 🔖 Release n8n-editor-ui@0.73.0 2021-01-26 12:07:23 +01:00
Jan Oberhauser
93f5eef865 ⬆️ Set n8n-workflow@0.49.0 on n8n-editor-ui 2021-01-26 12:06:39 +01:00
Jan Oberhauser
d6d340b6a6 🔖 Release n8n-nodes-base@0.99.0 2021-01-26 12:05:21 +01:00
Jan Oberhauser
146a01a157 ⬆️ Set n8n-core@0.60.0 and n8n-workflow@0.49.0 on n8n-nodes-base 2021-01-26 12:04:55 +01:00
Jan Oberhauser
520928488f 🔖 Release n8n-core@0.60.0 2021-01-26 12:03:43 +01:00
Jan Oberhauser
33cfb74741 ⬆️ Set n8n-workflow@0.49.0 on n8n-core 2021-01-26 12:03:01 +01:00
Jan Oberhauser
4e46f01478 🔖 Release n8n-workflow@0.49.0 2021-01-26 12:02:00 +01:00
Jan Oberhauser
2c834ef9c4 Minor improvements to Slack-Node 2021-01-25 14:56:59 +01:00
tumf
025272953e Add message.delete in Slack nodes (#1377) 2021-01-25 14:56:37 +01:00
Harshil Agrawal
4b54b39903 Add Codex files for Beeminder and SendGrid node (#1376) 2021-01-25 13:29:24 +01:00
dilmac
2e1edcad87 Remove duplicate conditional on Function-Node (#1375) 2021-01-25 12:54:49 +01:00
Jan Oberhauser
2568b4b571 Increase IMAP auth timeout 2021-01-25 08:45:54 +01:00
Jan Oberhauser
0db307186e Simplify Mautic OAuth credentials 2021-01-25 07:58:40 +01:00
Jan Oberhauser
70d2a988cc Minor improvements on Rocketchat Node 2021-01-24 20:38:16 +01:00
Jan Oberhauser
1dedb3f4b8 Add expression support to credentials 2021-01-24 13:33:57 +01:00
Jan
b33a5fcd13 💥 Remove MongoDB support 2021-01-23 20:35:38 +01:00
Ben Hesseldieck
d395498882 Add support for webhook route parameters (#1343)
* 🚧 add webhookId to URL

* 🚧 add webhookId to webhook entity, 🔧 refactor migrations

* 🚧 🐘 postgres migration

* 🚧 add mySQL migration

* 🚧 refactor mongoDB

* 🚧 add webhookId to IWebhookDb

* 🚧 starting workflow with dynamic route works

*  production dynamic webhooks complete

* 🎨 fix lint issues

* 🔧 dynamic path for webhook-test complete

* 🎨 fix lint issues

* 🎨 fix typescript issue

*  add error message for dynamic webhook-test

* 🔨 improve handling of leading `/`

* 🚧 add webhookId to URL

* 🚧 add webhookId to webhook entity, 🔧 refactor migrations

* 🚧 🐘 postgres migration

* 🚧 add mySQL migration

* 🚧 refactor mongoDB

* 🚧 add webhookId to IWebhookDb

* 🚧 starting workflow with dynamic route works

*  production dynamic webhooks complete

* 🎨 fix lint issues

* 🔧 dynamic path for webhook-test complete

* 🎨 fix lint issues

* 🎨 fix typescript issue

*  add error message for dynamic webhook-test

* 🔨 improve handling of leading `/`

*  Fix issue that tab-title did not get reset on new workflow

* Revert " Fix issue that tab-title did not get reset on new workflow"

This reverts commit 699d0a8946e08339558c72b2714601329fbf5f2c.

* 🔧 reset params before extraction

* 🐘 removing unique constraint for webhookId

* 🚧 handle multiple webhooks per id

* 🔧 enable webhook-test for multiple WH with same id

* 🐘 add migration for postgres

*  add mysql migration

* 🎨 fix lint issue

Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-01-23 20:00:32 +01:00
Ricardo Espinoza
1a68303319 Add custom fields to Mautic: contact:create & contact:update (#1311) 2021-01-23 19:34:36 +01:00
Iván Ovejero
5ba66fb081 🐛 Fix default value for Send Notification Email option on GDrive (#1357) 2021-01-23 15:22:31 +01:00
Ricardo Espinoza
298836b1f8 Add Compression Node (#1319)
*  Compression Node

*  Validate input data format when decompressing

*  Improvements to Compression Node

Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-01-23 15:00:44 +01:00
Iván Ovejero
ef666ea57b Add GitHub user invite functionality (#1334)
*  Add user invite functionality

* Fix getRepositories by un-hiding owner property

*  Small fix

Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
2021-01-23 13:11:00 +01:00
Jan
6448537d4c Add NextCloud user create functionality
 Add NextCloud user invite functionality
2021-01-23 13:03:22 +01:00
Jan Oberhauser
1cfdae389e Minor improvement to NextCloud Node 2021-01-23 12:57:30 +01:00
Jan
cb5460d3c2 Add Slack:getPermalink (#1370)
* Add chat.getPermalink interface in Slack Nodes.

*  Small improvements to #1366

Co-authored-by: tumf <y.takahara@gmail.com>
2021-01-23 12:18:39 +01:00
Jan Oberhauser
09f075cc5a Minor improvements to Slack:getPermalink 2021-01-23 12:17:38 +01:00
ricardo
39fd7dc8ce Small improvements to #1366 2021-01-22 15:23:50 -05:00
ricardo
2ca9c6de7d Small improvements 2021-01-22 14:58:06 -05:00
ricardo
4ec458d56b 🐛 Fixes issue handling error responses in Rocketchat node (#1367) 2021-01-22 10:19:38 -05:00
rons4
6ccc104926 Update GenericFunctions.ts 2021-01-22 10:10:53 +01:00
tumf
2bd05abc3e Add chat.getPermalink interface in Slack Nodes. 2021-01-22 13:22:33 +09:00
Jan Oberhauser
cc4d6ab02a 🔖 Release n8n@0.103.1 2021-01-21 11:35:14 +01:00
Jan Oberhauser
9265eabbb7 ⬆️ Set n8n-nodes-base@0.98.1 on n8n 2021-01-21 11:34:30 +01:00
Jan Oberhauser
53df2431f4 🔖 Release n8n-nodes-base@0.98.1 2021-01-21 11:33:34 +01:00
Jan Oberhauser
6cfad7f41f Fix Trello icon 2021-01-21 11:32:24 +01:00