Iván Ovejero
08e3e2ee37
⚡ Implement current user operations
2021-03-11 19:30:25 -03:00
Iván Ovejero
5a79894a2f
🔨 Fix build
2021-03-10 20:22:49 -03:00
Iván Ovejero
148e48247e
⚡ Add generic functions stub
2021-03-10 20:00:32 -03:00
Iván Ovejero
0acc90043f
⚡ Add discord node stub
2021-03-10 19:59:19 -03:00
Iván Ovejero
fcfad8548e
⚡ Add resource descriptions index
2021-03-10 19:59:01 -03:00
Iván Ovejero
20e8774634
🔥 Remove PNG icon
2021-03-10 19:58:52 -03:00
Iván Ovejero
4f9f4e2193
⚡ Add user resource description stub
2021-03-10 19:58:37 -03:00
Iván Ovejero
9534766c65
⚡ Add pinned message resource description stub
2021-03-10 19:58:25 -03:00
Iván Ovejero
053f43d649
⚡ Add message resource description stub
2021-03-10 19:58:13 -03:00
Iván Ovejero
a21a2b0118
⚡ Add invite resource description stub
2021-03-10 19:58:04 -03:00
Iván Ovejero
0c6b691a29
⚡ Add emoji resource description stub
2021-03-10 19:57:50 -03:00
Iván Ovejero
9be7f48664
⚡ Add DM resource description stub
2021-03-10 19:57:40 -03:00
Iván Ovejero
a3185cc07e
⚡ Add channel resource description stub
2021-03-10 19:56:59 -03:00
Iván Ovejero
456fe90229
⚡ Add audit log resource description
2021-03-10 19:56:48 -03:00
Iván Ovejero
8b74713fe9
🚧 WIP for websocket connection
2021-03-05 18:31:29 -03:00
Iván Ovejero
dacf719a24
⚡ Add resource stubs
2021-03-04 16:28:52 -03:00
Iván Ovejero
9c097f47cc
⚡ Add generic functions
2021-03-04 16:28:41 -03:00
Iván Ovejero
4c0441adac
⚡ Add preliminary node stub
2021-03-04 16:28:34 -03:00
Iván Ovejero
70fd6c0c4e
⚡ Add credentials file
2021-03-04 16:28:25 -03:00
Iván Ovejero
561b80c4f8
🎨 Add SVG icon
2021-03-04 16:28:18 -03:00
Iván Ovejero
9c570f7f9c
🎉 Register node and credentials
2021-03-04 16:28:10 -03:00
Jan Oberhauser
f0c1809adc
🔖 Release n8n@0.110.3
2021-03-04 13:23:32 +01:00
Jan Oberhauser
08468772ee
⬆️ Set n8n-nodes-base@0.107.3 on n8n
2021-03-04 13:23:10 +01:00
Jan Oberhauser
72eac75cc2
🔖 Release n8n-nodes-base@0.107.3
2021-03-04 13:19:51 +01:00
Jan Oberhauser
ce646de6bf
🔖 Release n8n@0.110.2
2021-03-04 13:02:09 +01:00
Jan Oberhauser
ef826571fb
⬆️ Set n8n-nodes-base@0.107.2 on n8n
2021-03-04 13:01:44 +01:00
Jan Oberhauser
0c001b9367
🔖 Release n8n-nodes-base@0.107.2
2021-03-04 13:01:11 +01:00
Jan Oberhauser
55efbd75fb
Merge branch 'master' of github.com:n8n-io/n8n
2021-03-04 12:58:51 +01:00
Jan Oberhauser
dbdb5fcafc
🔖 Release n8n@0.110.1
2021-03-04 12:57:48 +01:00
Jan Oberhauser
8373528240
⬆️ Set n8n-nodes-base@0.107.1 on n8n
2021-03-04 12:56:50 +01:00
Jan Oberhauser
f6240ff558
🔖 Release n8n-nodes-base@0.107.1
2021-03-04 12:55:29 +01:00
Jan Oberhauser
6b3b4e5a2a
🐛 Fix node name
2021-03-04 12:54:42 +01:00
Jan Oberhauser
806f7829f9
🔖 Release n8n@0.110.0
2021-03-04 12:18:59 +01:00
Jan Oberhauser
349eb8bead
⬆️ Set n8n-editor-ui@0.80.0 and n8n-nodes-base@0.107.0 on n8n
2021-03-04 12:18:28 +01:00
Jan Oberhauser
b4e879b8a7
🔖 Release n8n-editor-ui@0.80.0
2021-03-04 12:15:26 +01:00
Jan Oberhauser
420a4017ca
🔖 Release n8n-nodes-base@0.107.0
2021-03-04 12:11:54 +01:00
Jan Oberhauser
4f3d91e865
⚡ Add missing credentials file
2021-03-04 11:39:51 +01:00
Iván Ovejero
7be61e2f23
✨ Add Lemlist node ( #1506 )
...
* 🎉 Register node and credentials
* ⚡ Add credentials file
* 🎨 Add SVG icon
* ⚡ Add generic functions file
* ⚡ Add preliminary node stub
* ⚡ Add resource description stubs
* ⚡ Extract get CSV from getAll
* ⚡ Implement lead:create
* ⚡ Implement all lead operations
* ⚡ Implement unsubscribe:create and delete
* ⚡ Preload campaigns
* 🔥 Remove logging
* 🔥 Remove operation per feedback
* 🎨 Prettify error message
* ⚡ Implement unsubscribe:getAll
* ⚡ Add trigger and small improvements
* ⚡ Minor improvement and fixes
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-03-04 10:25:47 +01:00
Iván Ovejero
c49fcdeed6
✨ Add Bubble.io Node ( #1493 )
...
* 🎉 Register node and credentials
* 🎨 Add SVG icon
* 🎨 Fix SVG icon size and positioning
* ⚡ Add API credentials
* ⚡ Add description for object
* ⚡ Add generic functions
* ⚡ Add preliminary node
* ⚡ Improvements
* ⚡ Minor improvements
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-03-04 01:09:31 +01:00
Omar Ajoue
66a345ea94
🐛 Fix issue with auto refresh on execution list ( #1475 )
...
* Fix issue with auto refresh on execution list
When auto refresh is on, we used to get executions from backend using
the firstId field to filter recent executions.
This is a problem when you have executions that do not finish in order,
leaving gaps behind. This PR fixes this problem by refreshing the latest
30 executions and correctly adding them to the list.
* Fixed an issues with auto refresh on executions ExecutionsList
Fixed two bugs, one in frontend which was ignoring the first returned
row from the backend and an issue with backend that was not using
the overriden version of `executeWorkflow` function for sub sub
workflows.
* Fixed the display of manual executions when running with queues and improved display of subworkflows
* Changing workflow ids array from variable to constant
* Added unknown status to workflow execution and changed its color to orange
2021-03-03 08:31:55 +01:00
MedAliMarz
f0a83e5ca5
🐛 Fix parsing response issue when uploading file (Dropbox) ( #1502 )
2021-03-03 08:20:24 +01:00
Jan Oberhauser
79aab5c692
⚡ Changed labels on IF & Switch for DateTime
2021-03-03 00:17:51 +01:00
Jan Oberhauser
94351c54df
🔀 Merge branch 'master' of github.com:n8n-io/n8n
2021-03-03 00:00:54 +01:00
Jan Oberhauser
f900c4d058
⚡ Fix HelpScout icon name
2021-03-02 23:57:11 +01:00
Agata M
09659986db
🐛 Fix(GoogleDrive): missing permissions field ( #1503 )
2021-03-02 12:54:42 +01:00
MedAliMarz
e9bd518592
🐛 Fix Gmail label filters ( #1499 )
...
* Change array format in the qs stringify options
* Fix lint
2021-03-02 12:47:53 +01:00
Jan Oberhauser
44100dc675
⚡ Fix bug in HTTP Request node with raw data and file response
2021-03-02 10:18:39 +01:00
Ricardo Espinoza
f13a2781a6
🐛 Fix issue sending tags when creating a conversation (HelpScout) ( #1501 )
2021-03-01 23:38:22 +01:00
Omar Ajoue
3ff7d3af39
🐛 Fix naming and description of environment variable ( #1458 )
2021-03-01 21:21:16 +01:00
Jan Oberhauser
9b23611a8d
⚡ Rename "Results" to "Items"
2021-03-01 14:05:19 +01:00