Jan Oberhauser
fe6133583c
🔖 Release n8n-core@0.50.0
2020-11-04 16:19:29 +01:00
Ricardo Espinoza
7c049fa858
⚡ Add direct message resource to Twitter ( #1118 )
2020-11-03 23:01:38 +01:00
Jan Oberhauser
1c79ef4d9e
🔖 Release n8n-core@0.49.0
2020-10-30 09:47:14 +01:00
Jan Oberhauser
af9d84288e
⬆️ Set n8n-workflow@0.43.0 on n8n-core
2020-10-30 09:46:40 +01:00
Jan Oberhauser
7addd14e36
⚡ Add tslintfix script
2020-10-23 09:21:15 +02:00
Jan Oberhauser
40c2acd77b
👕 Fix lint issue
2020-10-22 15:46:03 +02:00
Jan Oberhauser
b1ce92f31d
🔖 Release n8n-core@0.48.1
2020-10-22 15:01:42 +02:00
Jan Oberhauser
fe92bc0311
🔖 Release n8n-core@0.48.0
2020-10-22 11:45:17 +02:00
Jan Oberhauser
ed9fb413b4
➕ Add missing oauth-1.0a dependency #986
2020-10-22 08:58:23 +02:00
Jan Oberhauser
b171cfbb10
⚡ Fix issue with thrown errors for nodes with multiple webhooks
2020-10-21 17:50:23 +02:00
Jan Oberhauser
c452aaa2b8
⬆️ Upgrade crypto-js
2020-10-20 15:06:58 +02:00
Jan Oberhauser
269bab679d
👕 Fix built issue
2020-10-20 11:15:14 +02:00
Jan Oberhauser
40b898eb98
🐛 Set lastNodeExecuted correctly also on fail
2020-10-20 09:37:08 +02:00
Jan Oberhauser
fb595772f3
⚡ Remove necessary console logs
2020-09-24 09:38:12 +02:00
Jan Oberhauser
55f4fea17e
🔖 Release n8n-core@0.47.0
2020-09-23 13:24:14 +02:00
Jan Oberhauser
cf9fcf8736
⬆️ Set n8n-workflow@0.42.0 on n8n-core
2020-09-23 13:23:47 +02:00
Jan Oberhauser
65320fabd5
🔖 Release n8n-core@0.46.0
2020-09-18 10:00:23 +02:00
Jan Oberhauser
cfcfb17b06
⬆️ Set n8n-workflow@0.41.0 on n8n-core
2020-09-18 09:59:59 +02:00
Jan Oberhauser
393bc8fd54
⚡ Remove old comment
2020-09-16 09:16:20 +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
Jan Oberhauser
181ba3c4e2
📚 License text fix
2020-09-15 07:55:09 +02:00
Jan Oberhauser
41e5ccedce
🔖 Release n8n-core@0.45.0
2020-09-14 13:35:15 +02:00
Jan Oberhauser
1b1cfc58dc
⬆️ Set n8n-workflow@0.40.0 on n8n-core
2020-09-14 13:34: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
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
21a4a568a4
🔖 Release n8n-core@0.44.0
2020-09-02 15:28:51 +02:00
Jan Oberhauser
f56960f0cc
🐛 Remove Test-Webhook also if checkExists fails
2020-08-27 13:37:17 +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
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
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
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
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
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
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
f64a49318a
🐛 Fix bug with test webhooks which do not get unregistered
2020-07-24 13:56:20 +02:00
Jan Oberhauser
d24d215b43
🔖 Release n8n-core@0.39.0
2020-07-15 12:36:07 +02:00
Jan Oberhauser
3872c7cba9
⬆️ Set n8n-workflow@0.35.0 on n8n-core
2020-07-15 12:35:42 +02:00
Jan Oberhauser
d17161cf40
🔀 Merge branch 'static-stateless-webhooks'
2020-07-14 12:34:34 +02:00
Jan Oberhauser
c03c9a06c8
⚡ Fix logos in README.md files
2020-07-13 14:22:34 +02:00
Jan Oberhauser
5e61a77d23
🔖 Release n8n-core@0.38.0
2020-07-08 11:23:38 +02:00