Jan Oberhauser
f8a829b2dd
⚡ Clean up package.json files
2021-03-26 09:21:27 +01:00
Jan Oberhauser
172104ab35
🔖 Release n8n-nodes-base@0.110.0
2021-03-26 08:10:54 +00:00
Jan Oberhauser
317e88363e
⬆️ Set n8n-core@0.66.0 and n8n-workflow@0.55.0 on n8n-nodes-base
2021-03-26 08:10:54 +00:00
Jan Oberhauser
4276150ac1
⚡ Fix indentation in all package.json files
2021-03-26 09:06:26 +01:00
Iván Ovejero
b60b66d006
✨ Add mail-send operation to SendGrid node ( #1526 )
...
* ⚡ Add mail description
* ⚡ Add mail:send functionality
* 🔨 Refactor sandbox into additional options
* 🔨 Refactor MIME type as options
* ⚡ Implement send_at functionality
* ⚡ Add headers to additional options
* ⚡ Implement attachments
* 🔥 Remove logging
* ⚡ Improvements
* ⚡ Fix default operation
* 🔨 Fix HTML option
* 🔨 Fix subject in dynamic template email
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-03-26 08:48:52 +01:00
Jan Oberhauser
d8883fbefe
⚡ Some improvements
2021-03-25 23:45:16 +01:00
Jan Oberhauser
0ba526dd67
🔀 Merge branch 'uProc_integration' of https://github.com/mcolomer/n8n into mcolomer-uProc_integration
2021-03-25 23:38:56 +01:00
Ricardo Espinoza
be02fc8752
🐛 Fix issue with Dropbox App Folder type apps. ( #1569 )
...
#1542
2021-03-25 23:25:05 +01:00
Miquel Colomer
88c8af73a5
+ fix escaping single quotes
2021-03-25 17:50:12 +01:00
Jan Oberhauser
0f9429b261
⚡ Fix conflicts
2021-03-25 17:10:02 +01:00
Jan Oberhauser
0272cec01d
👕 Fix lint issue
2021-03-25 13:19:11 +01:00
Jan Oberhauser
3db1cdbe84
⚡ Minor improvements to MoveBinaryData encoding
2021-03-25 12:59:57 +01:00
lublak
c3496845bf
:add: Add iconv-lite for encoding/decoding for MoveBinaryData ( #1473 )
2021-03-25 12:58:54 +01:00
Brian Thomas Smith
b7c64c6031
⚡ Update QuestDB logo, use 60x60 png ( #1579 )
2021-03-25 11:24:56 +01:00
Ricardo Espinoza
0c3a191859
⚡ Add resources Task Tag, Space Tag & Task List to ClickUp Node ( #1539 )
...
* ⚡ Add resources Task Tag and Space Tag to ClickUp Node
* ⚡ Add Task List resource
* ⚡ Fix spaceTag:update
* ⚡ Fix icon and formatting
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-03-24 23:01:12 +01:00
Jan Oberhauser
80db50282e
⚡ Minor imporovement
2021-03-24 18:51:43 +01:00
Pavel Yudin
0d8602de5e
✨ Add answerinlinequery option to Telegram ( #1556 )
...
* telegram node: add answerinlinequery option
* remove comments
2021-03-24 18:51:00 +01:00
Iván Ovejero
68c14979d3
✨ Add Mattermost reactions and ephemeral message ( #1552 )
...
* Replace PNG icon with SVG icon
* Add reaction resource and operations
* ⚡ Finalize reactions and add postEphemeral
* ⚡ Improvements
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
2021-03-24 17:59:45 +01:00
Ricardo Espinoza
00e7edea85
* 🐛 Fix autocomplete API uri on Clearbit ( #1565 )
...
* 🐛 Fix autocomplete API uri
* ⚡ Improvements
* ⚡ Minor improvements
Co-authored-by: dali <servfrdali@yahoo.fr>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-03-24 00:20:48 +01:00
Jan Oberhauser
9957c81f13
⚡ Revert wrong "fix" of node name
2021-03-23 23:50:55 +01:00
Iván Ovejero
cdcbc3d256
✨ Add Plivo Node ( #1563 )
...
* add Plivo Node
* fixed package.json
* added Git user in CLI to validate CLA
* 🎨 Replace PNG with SVG icon
* ⚡ Ajust per codebase conventions
* 🔨 Fix operation ID
* ✏️ Specify geo-restriction for MMS
* ⚡ Improvements
* ⚡ Fix node name and operation order
Co-authored-by: Nixon <nixon@Nixons-MacBook-Pro.local>
Co-authored-by: Nixon <nixon@plivo.com>
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-03-23 23:49:08 +01:00
Omar Ajoue
726a99bf69
✨ Add Activation Trigger ( #1570 )
...
* ✨ n8n start trigger node
* first declaration of WorkflowActivationMode
* implement first WorkflowActivationMode: 'init', 'create', 'update', 'activate'
* fix Server missing id
* add activation infos to triggers
* remove WorkflowActivationMode from webhook execution function
* add some missing activation and add manual activation
* clean up and fix some code
* fix UnhandledPromiseRejectionWarning: Error: Overwrite NodeExecuteFunctions.getExecuteTriggerFunctions.emit function!
* fix spaces
* use a better name for the node
* fix ident in package.json
* Contributions to lublak's PR #1287
* Fixed linting issues and change the way parameters are displayed
* ⚡ Fix name and minor improvements
Co-authored-by: lublak <lublak.de@gmail.com>
Co-authored-by: lublak <44057030+lublak@users.noreply.github.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-03-23 19:08:47 +01:00
Jan Oberhauser
11fb97223c
👕 Fix lint issue
2021-03-23 17:42:38 +01:00
Ricardo Espinoza
538d34510d
⚡ Add query parameter to operation issue:getAll (Sentry.io) ( #1560 )
2021-03-21 12:19:15 +01:00
Iván Ovejero
9cec2a73c7
✨ Fetch saved tracks in Spotify node ( #1550 )
...
* ✨ Fetch saved tracks in Spotify node
* Add library resource type to Spotify node
* Add getUserTracks operation to Spotify node
* Add user-library-read to Spotify credential scope
* 🐛 Fix bug in Spotify playlist remove item
* No longer pass position 0 into request
* ⚡ Minor improvements
Co-authored-by: Gerard Louw <gerardlouw@gmail.com>
2021-03-21 11:48:22 +01:00
Iván Ovejero
e37b89df4f
⚡ Fix pagination for retrieving user repos in GitHub node ( #1554 )
...
* ⚡ Fix pagination on user:getRepositories
* ⚡ Fix pagination on repository:getIssues
* ✏️ Fix typos and periods in descriptions
* ⚡ Minor improvement
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-03-20 21:18:47 +01:00
Jan Oberhauser
4352eb907c
🔖 Release n8n-nodes-base@0.109.0
2021-03-19 17:42:46 +01:00
Jan Oberhauser
f1b068166e
⬆️ Set n8n-core@0.65.0 and n8n-workflow@0.54.0 on n8n-nodes-base
2021-03-19 17:42:13 +01:00
Ricardo Espinoza
ba4d848acc
🐛 Map CC addresses correctly (AWS SES) ( #1559 )
2021-03-19 17:35:38 +01:00
Omar Ajoue
30d83d0bc2
✨ Add DeepL Node ( #1551 )
...
* Created the node for DeepL translator tool
Still missing a few additional fields but functionality is ok for most cases.
* Added optional fields for Deepl and separated description to a separate file
* Fixed linting issue
* 🎨 Replace PNG with SVG icon
* 💄 Adjust style to codebase conventions
* 🔨 Refactor types
* ⚡ Simplify error handling
* ⚡ Add always open edit window for text field
* ✏️ Edit descriptions in text operations
* ⚡ Fix source language for English
EN-GB and EN-US are not supported as source languages, but EN is.
* 💄 Apply cosmetic changes
* ⚡ Small improvement
* ⚡ Remove not needed Authentication selection
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-03-18 23:34:15 +01:00
Jan Oberhauser
d65e8ee73b
🔀 Merge branch 'binary-file-path' of https://github.com/lublak/n8n into lublak-binary-file-path
2021-03-18 13:20:26 +01:00
Mika Luhta
a3003dc273
🐛 Fix TheHive Case resolution status ( #1373 )
2021-03-18 13:10:19 +01:00
Ricardo Espinoza
d56c3da3dd
⚡ TheHive: Add Mark as Read operation to alerts ( #1541 )
...
* ⚡ Add Mark as Read operation to TheHive 4 Alerts
* Remove version check from Mark as Read operation
* Add Mark as Unread operation
* Show Alert ID for markAsUnread operation
* ⚡ Add Ignore SSL Issues parameter to credentials
* ⚡ Add TheHive and Cortex SVG logos
Co-authored-by: Mika Luhta <12100880+mluhta@users.noreply.github.com>
2021-03-18 13:06:51 +01:00
Ricardo Espinoza
c39504719a
🐛 Add credentials in the body to be able to refresh the access token ( #1543 )
2021-03-18 12:27:19 +01:00
Jan Oberhauser
dbe70ea1e0
🔀 Merge branch 'camcelroy-fix/salesforce-customobject-getall'
2021-03-18 11:02:40 +01:00
Jan Oberhauser
40b76fd746
⚡ Simplify code
2021-03-18 11:02:00 +01:00
Ricardo Espinoza
4bff3af058
🐛 Fix issue with firstname when creating/updating a lead ( #1545 )
2021-03-18 10:53:39 +01:00
Craig McElroy
3cb8cd115e
Salesforce Custom Object Get All : Fix TypeError: options.fields.split is not a function
2021-03-17 14:17:21 -05:00
Jan Oberhauser
f77c74616f
🔖 Release n8n-nodes-base@0.108.0
2021-03-12 12:36:44 +01:00
Jan Oberhauser
e419d3ccbe
⚡ Fix small issues
2021-03-12 11:51:35 +01:00
Jan
3d5a81c1f1
⚡ Add "Date Fields" parameter to the insert & update operations ( #1529 )
...
MongoDB
2021-03-12 11:46:19 +01:00
Jan Oberhauser
bae61fb40c
⚡ Fix icon name
2021-03-12 11:45:50 +01:00
Ricardo Espinoza
ac4e4cd17d
⚡ Add boadItem:move ooperation (Monday.com) ( #1533 )
...
Thanks a lot. Got merged.
2021-03-12 11:32:04 +01:00
Ricardo Espinoza
f7bd3060bd
⚡ Add operation file:update to Google Drive node ( #1523 )
...
* ⚡ Add operation file:update to Google Drive node
* ⚡ Improvements
* ⚡ Small changes
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-03-12 11:24:40 +01:00
Miquel Colomer
1e580a9b85
+ fix spaces
2021-03-12 10:51:35 +01:00
Ricardo Espinoza
148a94a8bb
🐛 Fix bug when updating and deleting records ( #1532 )
2021-03-12 10:23:35 +01:00
Ahsan Virani
71e21c2dae
⚡ Add SASL mechanism option in Kafka ( #1525 )
...
* ⚡ add SASL mechasnim option in Kafka
* add toggle for authentication in kafka credentials
* ⚡ Revery default value
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-03-11 14:25:02 +01:00
Ricardo Espinoza
0712334679
✨ Add Autopilot Node & Trigger ( #1516 )
...
* ✨ Autopilot Node & Trigger
* 🎨 Replace PNG with SVG icon
* 🚚 Rename description file
* 🔨 Fix contact operations default
* ✏️ Edit contact property descriptions
* ✏️ Edit journey property descriptions
* ✏️ Edit contact list property descriptions
* ✏️ Edit list property descriptions
* 🐛 Fix issue with a wrong named resource
* ⚡ Fix Trigger-Node name and minor improvements
* 🔨 Remove 404 from contactList:exist
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-03-11 13:36:55 +01:00
dali
3ec3f908e8
⏪ Revert 'gm' import statement
2021-03-11 12:27:24 +01:00
Ricardo Espinoza
e1dbb72929
⚡ Add file:search operation to Dropbox Node ( #1494 )
...
* ⚡ Add search resource to Dropbox Node
* 📚 Add breaking change instructions
* ⚡ Add missing credentials
* ⚡ Add "simple" parameter to the operation search:query
* ⚡ Update breaking change message
* ⚡ Improvement
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-03-11 09:16:05 +01:00
Iván Ovejero
8d2371917f
✨ Add Wise node ( #1496 )
...
* 🎉 Register node and credentials
* 🎨 Add SVG icon
* ⚡ Add node stub
* ⚡ Update credentials registration
* ⚡ Add API credentials
* ⚡ Add generic functions stub
* ⚡ Update node stub
* ⚡ Add stubs for resource descriptions
* 🎨 Fix SVG icon size and positioning
* 🔨 Fix credentials casing
* ⚡ Implement account operations
* ⚡ Add borderless accounts to account:get
* ⚡ Remove redundant option
* ⚡ Complete account:get with statement
* ⚡ Implement exchangeRate:get
* ⚡ Implement profile:get and profile:getAll
* ⚡ Implement quote:create and quote:get
* ⚡ Add findRequiredFields for recipient:create
* 🔥 Remove resource per feedback
* ⚡ Implement transfer:create
* ⚡ Implement transfer:delete and transfer:get
* 📚 Add documentation links
* ⚡ Implement transfer:getAll
* ⚡ Implement transfer:execute
* ⚡ Simulate transfer completion for PDF receipt
* ⚡ Remove logging
* ⚡ Add missing divider
* ⚡ Add Wise Trigger and improvements
* 🔨 Refactor account operations
* ⚡ Small improvement
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-03-10 23:51:05 +01:00
Iván Ovejero
1842c7158b
:Sparkles: Add create playlist and get new releases - Spotify ( #1520 )
...
* ✨ Create playlist in Spotify node
* Add create operation to Spotify node
* Add description and public properties to playlist resource type
* ⚡ Refactor playlist:create
* ⚡ Add album:getNewReleases
* 🎨 Replace PNG with SVG icon
* ⚡ Small improvements
Co-authored-by: Gerard Louw <gerardlouw@gmail.com>
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
2021-03-10 18:50:12 +01:00
Ricardo Espinoza
15ec1f1f4d
⚡ Add field "mobile phone" to lead resource (Salesforce) ( #1522 )
2021-03-10 18:36:26 +01:00
ricardo
ef9178d954
⚡ Add "Date Fields" parameter to the insert & update operations
...
MongoDB
2021-03-10 11:02:52 -05:00
Jan Oberhauser
80dfa75eb5
⚡ Small fix
2021-03-08 18:47:40 +01:00
lublak
5da61ef252
⚡ Replace some fallback values to match the value type ( #1421 )
2021-03-08 18:45:35 +01:00
Mike Quinlan
5a214fb4aa
✨ Adding Box API folder:get functionality ( #1512 )
2021-03-08 18:01:39 +01:00
Jan Oberhauser
63323178f1
⚡ Add new Facebook Graph API versions #1508
2021-03-08 17:36:17 +01:00
Jan Oberhauser
51f2db0578
⚡ Add missing description parameter for Deal -> Update
2021-03-08 14:44:37 +01:00
Jan Oberhauser
61a29ef25e
🔀 Merge branch 'master' of https://github.com/TySmith17/n8n into TySmith17-master
2021-03-08 14:35:58 +01:00
Ricardo Espinoza
e8d77aea47
⚡ Add connection timeout to credentials (MSSQL Node) ( #1517 )
2021-03-07 14:02:26 +01:00
Jan Oberhauser
72eac75cc2
🔖 Release n8n-nodes-base@0.107.3
2021-03-04 13:19:51 +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
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
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
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
Iván Ovejero
307860b21a
✨ Add APITemplate.io node ( #1497 )
...
* Add support for APITemplate.io
* ⚡ Refactor node
* 👕 Fix lint issues
* ⚡ Improvements
* ⚡ Fix ApiTemplateIo Node
* ⚡ Add placeholder
Co-authored-by: Jacky Tan Boon Kiat <bktan@apitemplate.io>
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-03-01 13:12:37 +01:00
Ricardo Espinoza
725b3eb408
🐛 Add the right scopes to Gmail service account authentication. ( #1481 )
...
* fix: request gmail scope instead of books
* ⚡ Small improvement to #1427
* ⚡ Add svg logo
Co-authored-by: Josh <jojo.parillon@gmail.com>
2021-02-28 17:27:52 +01:00
Jan Oberhauser
402da3d53e
👕 Fix lint issue
2021-02-27 13:06:13 +01:00
Jan Oberhauser
17fb31920e
✨ Add DateTime support to IF and Switch-Node
2021-02-27 12:54:45 +01:00
Miquel Colomer
bf50cbdad3
+ added new tools
2021-02-25 10:48:43 +01:00
Miquel Colomer
4851cb806e
+ added new tools
2021-02-25 10:47:36 +01:00
Miquel Colomer
0a0509a4ae
+ added new tools
2021-02-25 10:35:48 +01:00
Ricardo Espinoza
85703a8bf7
🐛 Fix issue when refreshing OAuth2 credentials (Hubspot) ( #1489 )
2021-02-25 08:05:52 +01:00
Ricardo Espinoza
61903efaed
✨ Add field to reply to message - Microsoft Team ( #1479 )
...
* Add replyTo feature to Microsoft Teams
* consolidate create and replyTo channel message in Microsoft Teams Node
* ⚡ Improvements to #1451
Co-authored-by: Sebastian Vogel <s.vogel@sachsenkabel.de>
2021-02-24 23:58:35 +01:00
Ricardo Espinoza
66f6b7dfeb
🐛 Add back missing field parents id on Google Drive ( #1487 )
2021-02-24 23:33:06 +01:00
dali
ac9b743233
🐛 Fix typescript issues
2021-02-23 15:33:43 +01:00
dali
256711737c
Remove executeSingle from Edit Image node
2021-02-22 16:36:54 +01:00
dali
4bf7ea3e26
🐛 Fix Empty buffer error in ImageEdit node
2021-02-22 16:10:01 +01:00
dali
5cce827d6f
Remove executeSingle from Mailgun node
2021-02-22 15:07:53 +01:00
Jan Oberhauser
6fe6680088
🔖 Release n8n-nodes-base@0.106.1
2021-02-22 14:23:38 +01:00
Jan Oberhauser
cc118c24d5
🐛 Fix GoToWebinar node name
2021-02-22 14:22:54 +01:00
Jan Oberhauser
49c893cab4
🔖 Release n8n-nodes-base@0.106.0
2021-02-22 13:40:44 +01:00
Jan Oberhauser
bd8339a55a
⬆️ Set n8n-core@0.64.0 and n8n-workflow@0.53.0 on n8n-nodes-base
2021-02-22 13:40:17 +01:00
Iván Ovejero
9dba8b866a
✨ Add Raindrop node ( #1464 )
...
* ⚡ Register node and credentials
* ✨ Implement OAuth2 flow
* 🎨 Add SVG icon
* ⚡ Add preliminary node stub
* ⚡ Add preliminary generic functions
* ⚡ Add resource description stubs
* ✨ Implement collection:getAll
* ✨ Implement collection:get
* ✨ Implement collection:create
* ✨ Implement collection:delete
* ✨ Implement collection:update
* ✨ Implement raindrop:create
* ✨ Implement raindrop:delete and update
* ✨ Implement user:get
* ⚡ Improvements
* 🎨 Touch up resource descriptions
* 🎨 Rename resource description files
* ⚡ Remove params for uneditable properties
* ⚡ Remove unneeded success response assignment
* ⚡ Update raindrop params
* ⚡ Minor improvements
* ⚡ Small improvement
* ⚡ Minor improvements
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-02-22 13:11:51 +01:00
Iván Ovejero
0dcaccefa7
✨ GoToWebinar node ( #1422 )
...
* Create scaffolding for node
* Add SVG logo
* Create scaffolding for generic functions
* Add index for descriptions
* Simplify retrieval of details
* Introduce minor fixes in generic functions
* Add attendee description
* Fix attendee description operation
* Add coorganizer description
* Add panelist description
* Add registrant description
* Add session description
* Add webinar description
* Register node and credentials
* Add scaffolding for credentials
* Minor creds fixes
* Fix SVG icon size and position
* Fix capitalization in description
* Fix credentials connection
* Add attendee fields
* Populate webinar description
* Remove organizer key from params
* Add timezones array constant
* Implement webinar:create
* Implement webinar:delete
* Convert times to fixed collection
* Add missing segments to endpoints
* Fix webinar:update operation
* Implement all-items request
* Add params for session:getAll
* Add params for webinar:getAll
* Implement session:getAll and webinar:getAll
* Implement session:get and session:getDetails
* Implement coorganizer:create
* Implement coorganizer:delete
* Implement coorganizer:getAll
* Implement coorganizer:delete
* Refactor time range for getAll operations
* Implement coorganizer:reinvite
* Implement panelist:create and panelist:getAll
* Implement panelist:delete and panelist:reinvite
* Remove array body helper types
* Implement registrant:create and registrant:getAll
* Implement registrant:delete
* Prettify error handling
* Add returnAll toggle and limit for all operations
* Preload webinars
* Preload webinar key in more fields
* Refactor getAll as handler
* Add descriptions for session
* Add descriptions for attendee
* Add descriptions for co-organizer
* Add descriptions for panelist
* Add descriptions for registrant
* Add descriptions for webinar
* Add 403 check for refresh token
* Fix defaults for webinar loader
* Add descriptions for webinar types
* ⚡ Improvements
* Remove unneeded return type annotation
* Add handler for continue on fail
* Remove 403 check in error handler
The Go To Webinar API returns 403 for a range of various errors, so this check ended up overriding more specific error messages not related to 403 Forbidden errors.
* Remove logging
* ⚡ Small improvement
* ⚡ Minor improvements
* ⚡ Improvements
* ⚡ Minor improvements
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-02-22 08:49:00 +01:00
Ricardo Espinoza
25dffd9904
✨ Add rrule parameter to Google Calendar Node ( #1460 )
2021-02-21 22:04:00 +01:00
Jan Oberhauser
5e923eb002
👕 Fix lint issue
2021-02-21 21:51:39 +01:00
Jan Oberhauser
a678968193
🔀 Merge branch 'telegram-send-location' of https://github.com/maxdanilov/n8n into maxdanilov-telegram-send-location
2021-02-21 21:45:59 +01:00
Harshil Agrawal
a51975c11f
✨ Add node codex files ( #1465 )
2021-02-21 21:42:15 +01:00
Iván Ovejero
b655153431
✨ Add user resource and operations to Jira ( #1448 )
...
* Add user resource and operations
* Update user resource description
* ⚡ Small improvements
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
2021-02-21 11:00:27 +01:00
Ricardo Espinoza
13e76e33e8
⚡ Add text detection operation to AWS Rekognition ( #1417 )
2021-02-21 10:47:34 +01:00
Iván Ovejero
4d4ab7943b
✨ Add Emelia nodes ( #1455 )
...
* Emelia node added
* Minor improvements on Emelia nodes
* Fix nodes and credentials listing
* Fix multi-line imports
* Apply cosmetic changes to node description
* Apply cosmetic changes to node execute method
* Fix linting details
* Apply cosmetic changes to trigger node
* Replace PNG with SVG icon
* Bring generic functions in line with codebase
* Refactor resources and add operations
* Fix typo in GraphQL call function
* Add campaign description
* Add contact list description
* ⚡ Improvements
* ⚡ Minor improvements to Emelia Nodes
Co-authored-by: Charles LECALIER <clecalie@student.42.fr>
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-02-20 21:12:55 +01:00
Iván Ovejero
4dce9e2cd1
✨ Add Bitwarden node ( #1401 )
...
* Update package.json
* Add first implementation of credentials
* Add Bitwarden SVG file
* Add first implementation of generic functions
* Add scaffolding for resources and operations
* Fill in events, groups and members
* Fill in organizations and policies
* Add collection description
* Clean up credentials params
* Implement collection:update
* Add event description
* Add group description
* Add member description
* Complete all descriptions
* Remove OAuth2 from credentials name
* Prevent excessive access token retrievals
* Complete collection:update
* Refactor getAll operations
* Add group:getAll
* Add group:create
* Add group:update
* Add group:updateMembers
* Add user:create
* Add member:updateGroups
* Remove organization resource
* Remove policy resource
* Add member:update
* Reposition divider comments
* Refactor resource loaders
* Document generic functions
* Refactor returnAll and limit
* Introduce minor improvements
* ⚡ Improvements
* ⚡ Minor improvements
* ⚡ Remove not needed code
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-02-20 18:55:57 +01:00
Jan
7df9694b3c
🐛 Fixes error responses & replaced executeSingle in Rocketchat node ( #1367 ) ( #1369 )
...
* 🐛 Fixes issue handling error responses in Rocketchat node (#1367 )
* ⚡ Minor improvements on Rocketchat Node
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-02-19 13:34:46 +01:00
Jan Oberhauser
58353d6b8c
👕 Fix lint issue
2021-02-19 13:33:47 +01:00
Maxim Danilov
c26d0ae407
✨ Add send location functionality to Telegram Node
2021-02-19 12:33:20 +01:00
Iván Ovejero
bbf2baf58e
✨ Add Reddit post search ( #1453 )
...
* Make execute method dividers consistent
* Implement post:search
* Add params for post:search
* ⚡ Small improvements
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
2021-02-18 12:46:22 +01:00
Jan Oberhauser
59a3997af2
⚡ Hardcode mongodb@3.6.4 because warning message in higher versions
...
Can be opened up again after release of version 3.6.6
https://github.com/mongodb/node-mongodb-native/pull/2734
2021-02-18 12:26:40 +01:00
dali
81f33b4c04
Remove executeSingle from FunctionItem node
2021-02-17 08:51:02 +01:00
dali
735a7e6812
Remove executeSingle from WriteBinaryFile node
2021-02-16 10:42:46 +01:00
dali
b0664d2aa0
Remove executeSingle from ReadPdf node
2021-02-16 09:51:48 +01:00
dali
8d119852f6
Remove executeSingle from ReadBinaryFile node
2021-02-16 08:09:10 +01:00
dali
46d1a5fe58
Remove executeSingle from EmailSend node
2021-02-16 07:23:37 +01:00
lublak
cb9f31c49d
add dir to different positions
2021-02-15 13:25:30 +01:00
Jan Oberhauser
3b78cea79b
🔖 Release n8n-nodes-base@0.105.0
2021-02-15 13:01:41 +01:00
Jan Oberhauser
1e1c78d513
⬆️ Set n8n-core@0.63.0 and n8n-workflow@0.52.0 on n8n-nodes-base
2021-02-15 13:01:16 +01:00
lublak
118b754449
⚡ Make it possible to sort your added values ( #1425 )
2021-02-15 09:53:19 +01:00
Ricardo Espinoza
c1ddb6c000
✨ Add Checklist createItem functionality to Trello Node ( #1444 )
...
* Add Trello Checklist createItem functionality
* 💄 Small cosmetic change to #1433
Co-authored-by: Nicolas Antoniazzi <nicolas@codingame.com>
2021-02-15 09:42:41 +01:00
Ricardo Espinoza
19412b6025
🐛 Fix bug with Google Drive node ( #1443 )
...
* 🐛 Fix bug with Google Drive node
The bug did not let the user to select the fields he wanted the API to return in the resources Folder and File.
* ⚡ Change default to not break anything and hide not needed options
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-02-15 09:02:47 +01:00
Jan Oberhauser
4b8b08450f
⚡ Fix typo
2021-02-14 21:17:47 +01:00
Ricardo Espinoza
bb794b6da3
✨ Add PostHog Node ( #1440 )
...
* ✨ PostHog Node
* ⚡ Minor improvements to PostHog Node
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-02-14 17:56:34 +01:00
Tanay Pant
53693886df
✨ Add Demio node ( #1434 )
...
* ✨ Add Demio node
* ⚡ Improvements
* ⚡ Minor improvement on Demio-Node
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-02-13 17:46:35 +01:00
Iván Ovejero
5baa31b053
✨ Add QuickBooks node ( #1365 )
...
* Add OAuth2 credentials
* Adjust credentials params
* Add node to listing
* Add initial node scaffolding
* Remove unused credentials params
* Add customer search with select statement
* Add pagination to customer search
* Add customer creation functionality
* Add customer update functionality
* Small formatting fix
* Adjust property name casing for consistency
* Adjust customer operations for consistency
* Handle large QuickBooks listings
* Add initial estimate resource description
* Add estimate resource retrieval operations
* Refactor customer billing address
* Simplify customer billing address
* Fix casing for customer additional fields
* Adjust types to accommodate loadOptions functions
* Add loadOptions for customers to estimate
* Sort customer update fields alphabetically
* Refactor estimate line into standalone file
* Add stub for PDF retrieval operation
* Add invoice resource description and execute branches
* Implement estimate PDF download functionality
* Place descriptions in their own dir
* Add get and getAll for invoices
* Add send functionality to invoices
* Refactor handling of binary data
* Add invoice voiding functionality
* Add invoice deletion functionality
* Refactor resources into subdirs and add interfaces
* Add get and getAll for bill
* Add payment description
* Add get and getAll for payment
* Make variables in endpoints consistent
* Refactor interfaces for consistency
* Add interface for item resource
* Fill in fields for all resources
* Minor fixes in defaults and descriptions
* Refactor loader
* Add all resources to execute function
* Fix line property duplication
* Add get and getAll for vendor
* Optimize description imports
* Add creation for customer and bill
* Add update operation for bill
* Refactor create and update for customer
* Implement employee create and update
* Implement create and update for estimate
* Make address params more consistent
* Add create and update to payment
* Add item operations
* Add create and delete operations for invoice
* Refactor binary data handler
* Refactor generic functions
* Add create and update operations for vendor
* Fix build
* Fix total amount in bill:update
* Fix balance in bill:update
* Remove currency from bill:update
* Implement reference retrieval in bill:update
* Fix failing params in customer:update
* Fix param in employee:update
* Implement reference retrieval in estimate:update
* Fix failing params in estimate:update
* Fix failing params in invoice:update
* Fix failing param in vendor:update
* Implement reference retrieval in payment:update
* Remove unused interfaces
* Rename line property function
* Remove hared directory
* Refactor reference and sync token retrieval
* Fix line structure in bill:create
* Fix line structure in estimate:create
* Flatten responses
* Refactor line processing
* Remove unused interfaces
* Add endpoint documentation
* Fix payment:void content type
* Fix default for bill line item
* Hide auth URI query parameters
* Hide auth header parameter
* Add switch for credentials environment
* Adjust OAuth2 callback to accommodate realmId
* Retrieve realmId from OAuth2 flow
* ⚡ Improvements
* Reposition dividers
* Add IDs to display names of reference fields
* Add estimate:delete and bill:delete
* Load items in lines for bill, estimate and invoice
* Add filename for binary property in PDF download
* ⚡ Improvements
* Adjust field description
* Implement estimate:send
* Adjust field description
* Adjust custom field descriptions
* Add missing period to description
* ⚡ Minor improvements on QuickBooks-Node
* Add descriptions for bill
* Add descriptions for customer
* Add descriptions for employee
* Add descriptions for estimate
* Add descriptions for invoice
* Add descriptions for payment
* Add descriptions for vendor
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-02-13 17:27:08 +01:00
Jan Oberhauser
9c67c893e7
⚡ Change description of Stackby-Node
2021-02-08 18:44:53 +01:00
Jan Oberhauser
a6054aa3d8
🔖 Release n8n-nodes-base@0.104.0
2021-02-08 08:01:51 +01:00
Ricardo Espinoza
894a4b950a
⚡ Add resource Custom Verification Email to AWS SES ( #1405 )
...
* ⚡ Add resource Custom Verification Email to AWS SES
* ⚡ Minor improvements to AWS SES Node
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-02-08 00:02:10 +01:00
Ricardo Espinoza
ba7c35dbf5
✨ Add Amazon Comprehend Node ( #1415 )
...
* ✨ Add Amazon Comprehend node
* ⚡ Improvements to #1413
Co-authored-by: Rei Maruyama <rei.maruyama@serverworks.co.jp>
2021-02-07 23:42:59 +01:00
Ricardo Espinoza
60a2cff284
✨ Add GetResponse Trigger ( #1412 )
...
* ✨ GetResponse Trigger
* ⚡ Minor improvements to GetResponse
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-02-07 23:32:12 +01:00
Tanay Pant
bf46620b52
✨ Add Peekalink node ( #1411 )
...
* ✨ Add Peekalink node
* ⚡ Small improvements
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
2021-02-07 21:44:20 +01:00
Ricardo Espinoza
7c2755c970
⚡ Add task resource to Microsoft Team Node ( #1403 )
...
* ⚡ Add task resource to Microsoft Team Node
* ⚡ Minor improvement on Microsoft Team Node
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-02-07 21:39:39 +01:00
Jan Oberhauser
4150ae00c7
⚡ Optimize Stackby-Icon
2021-02-07 17:39:57 +01:00
Ricardo Espinoza
3293e6207f
✨ Add Stackby Node ( #1414 )
...
* 🎉 Initial commit for stackby nodes
* 👕 Adding values into package.json
* ⚡ Improvements to #1389
* ⚡ Minor improvements to Stackby-Node
* 👕 Fix lint issue
Co-authored-by: Smit Parmar <16ce061@charusat.edu.in>
Co-authored-by: Smit Parmar <30971669+smituparmar@users.noreply.github.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-02-07 17:38:37 +01:00
Romain Dunand
2d8fe3a4a5
🐛 Fix script list parsing on Filemaker Node( #1342 )
...
Scripts in sub folders where not detected
2021-02-06 16:42:07 +01:00
Iván Ovejero
58c9a92e38
🐛 Fix Google Drive delete and share ( #1384 )
...
* Fix condition that never evaluated to true
* Fix missing permissions for folder:share
2021-02-06 16:12:30 +01:00
Omar Ajoue
0d273ca854
✨ Add delete tweet operation for Twitter node ( #1368 )
...
* Add delete tweet operation for Twitter node
* ⚡ Minior improvement on Twitter-Node
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-02-06 16:08:47 +01:00
Tysmith17
e92fe252cf
Merge branch 'master' of github.com:n8n-io/n8n
2021-02-05 10:44:56 -07:00
Tysmith17
ddb1f5a22d
add missing file
2021-02-05 10:42:33 -07:00
Jan Oberhauser
e119ef7a14
🔖 Release n8n-nodes-base@0.103.0
2021-02-05 09:36:16 +01:00
lublak
0398ec7348
✨ Add s and u flag support for regex ( #1397 )
...
* add s flag support for regex
* add u flag (its supported since nodejs 6.4.0)
2021-02-05 09:29:16 +01:00
Harshil Agrawal
10ddcebf21
⚡ Add codex files for new nodes ( #1409 )
2021-02-05 09:27:12 +01:00
Ricardo Espinoza
f370569ccc
✨ Add Tapfiliate Node ( #1399 )
...
* ✨ Tapfiliate Node
* ⚡ Improvements
* ⚡ Minor improvements to Tapfiliate Node
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-02-05 09:25:41 +01:00
Ricardo Espinoza
b1ad897a86
✨ Add download field to Airtable Trigger ( #1406 )
2021-02-04 15:43:48 +01:00
Ricardo Espinoza
39ef004021
⚡ Add custom fields to company:create & company:update (Hubspot) ( #1404 )
2021-02-04 15:31:48 +01:00
Ricardo Espinoza
4fa2fb53a7
⚡ Add connection timeout to MySQL credentials ( #1223 )
2021-02-04 10:13:48 +01:00
Ricardo Espinoza
7226b5071e
🐛 Fix bug with Typeform OAuth2 flow ( #1402 )
2021-02-04 09:58:33 +01:00
Iván Ovejero
049bf6bee8
✨ Add message pinning and unpinning to Telegram ( #1398 )
...
* Implement chat message pinning and unpinning
* ⚡ Add svg logo
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
2021-02-04 09:50:39 +01:00
Iván Ovejero
eb2f14d06d
✨ Add Reddit Node ( #1345 )
...
* Set up initial scaffolding and auth
* Add grant type to credentials
* Add Account operations and OAuth2 request
* Add post submission functionality
* Refactor resources into resource descriptions
* Refactor request for no auth URL
* Refactor submission description for consistency
* Add listing resource
* Refactor My Account resource into details
* Add request for all items
* Add listings for specific subreddits
* Fix minor linting details
* Add subreddit resource
* Add All-Reddit and Subreddit resource descriptions
* Adjust display options for credentials
* Add subreddit search functionality
* Clean up auth parameter
* Add user resource with GET endpoint
* Add user description
* Add submission search and commenting functionality
* Clean up logging and comments
* Fix minor details
* Fix casing in properties
* Add dividers to execute() method
* Refactor per feedback
* Remove unused description
* Add punctuation to property descriptions
* Fix resources indentation
* Add resource dividers
* Remove deprecated sidebar option
* Make subreddit:get responses consistent
* Remove returnAll and limit from subreddit:get
* Flatten user:get response for about
* Rename comment target property
* Remove best property from post:getAll
* Enrich subreddit search by keyword operation
* Remove unneeded scopes
* Add endpoint documentation
* Add scaffolding for post comment
* Add all operations for postComment resource
* Add all operations for post resource
* Refactor subreddit:getAll
* Fix postComment:getAll
* Flatten responses for profile:get
* ⚡ Improvements
* Fix response traversal for postComment:add
* Flatten response for postComment:reply
* Fix subreddit:getAll with keyword search
* Fix pagination to enforce limit
* Wrap unauthenticated API call in try-catch block
* Add 404 error for empty array responses
* Revert "Fix pagination to enforce limit"
This reverts commit 72548d9523
.
* Turn user:get (gilded) into listing
* ⚡ Small improvement
* ⚡ Improve Reddit-Node
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-02-04 09:37:03 +01:00
Harshil Agrawal
d0ac4e8fbe
⚡ Add documentation link to SecurityScorecard ( #1407 )
2021-02-04 08:21:06 +01:00
Jan Oberhauser
ac3ad514ff
⚡ Remove old reference link for Google Service Account
2021-02-03 08:15:41 +01:00
Jan Oberhauser
f127d95361
🔖 Release n8n-nodes-base@0.102.0
2021-02-01 08:36:47 +01:00
Jan Oberhauser
7add63d13b
⬆️ Set n8n-core@0.62.0 and n8n-workflow@0.51.0 on n8n-nodes-base
2021-02-01 08:36:20 +01:00
Ricardo Espinoza
dc98de1ab2
✨ Add support for multiple subscriptions in Hubspot Trigger ( #1358 )
...
* ⚡ Add support for multiple subscriptions in Hubspot Trigger
* ⚡ Load object properties for the user
* ⚡ Improvements
* ⚡ Some improvements to the Hubspot-Node
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-02-01 08:31:40 +01:00
Jan
5549550928
✨ Add attachment types to Signl4 Node ( #1388 )
...
* SIGNL4: Attachment Support
Attachment support added to SIGNL4.
* SI'GNL4: Attachment Support
Attachment support added for SIGNL4.
* Update GenericFunctions.ts
* Update GenericFunctions.ts
* Update GenericFunctions.ts
* Update GenericFunctions.ts
* ⚡ Improvements to #1356
Co-authored-by: rons4 <ron@signl4.com>
2021-01-31 20:08:38 +01:00
Jan Oberhauser
044218bba7
⚡ Minor improvements on Signl4 Node
2021-01-31 20:07:32 +01:00
Thomas Jost
63f2865d44
✨ Add support for Todoist sections ( #1374 )
2021-01-31 19:09:24 +01:00
Tanay Pant
8dd384ce2c
✨ Add TimescaleDB node ( #1378 )
...
* ✨ Add TimescaleDB node
* ⚡ Improvements
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
2021-01-31 18:57:03 +01:00
Jan Oberhauser
85c0338014
⚡ Remove debug console.log
2021-01-30 18:49:41 +01:00
Ricardo Espinoza
db417da464
✨ Add list and list-entry resources to Affinity Node ( #1387 )
2021-01-30 18:47:27 +01:00
Ricardo Espinoza
05df13a887
⚡ Add project field when creating a task on Asana Node ( #1386 )
2021-01-30 18:34:49 +01:00
Ricardo Espinoza
46fe96b72c
⚡ Extended Jira Node ( #1306 )
...
* ⚡ Add Issue Attachment resource
* ⚡ Add custom fields to issue:create and issue:update
* ⚡ Filter custom fields by the project selected
* ⚡ Change the logo to SVG
* ⚡ Small improvement
* ⚡ Minor improvements to Jira Node
* ⚡ Add download field to issueAttachment get and getAll
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-01-29 20:08:27 +01:00
ricardo
73189eda87
⚡ Improvements to #1356
2021-01-29 00:48:05 -05:00
Ricardo Espinoza
48362f50ef
✨ Add Discourse Node ( #1348 )
...
* ✨ Discourse Node
* ⚡ Add missing credential file
* ⚡ Improvements
* ⚡ Improvements
* ⚡ Minor improvements on Discourse Node
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-01-28 19:00:47 +01:00
Tysmith17
2c3e32e358
Merge branch 'master' of github.com:TySmith17/n8n
2021-01-28 10:41:10 -07:00
Tysmith17
79d544bbd4
add deal description to hubspot
2021-01-28 10:38:57 -07:00
Ricardo Espinoza
d0b896da38
✨ Add SecurityScorecard node ( #1371 )
...
* ✨ Add SecurityScorecard node
* Move portfolio:edit fields to the main view.
The API request uses PUT so it will replace undefined fields if they are not set.
* Style improvements
* ⚡ Improvements to #1247
* ⚡ Improvements
* ⚡ Minor improvements on SecurityScorecard Node
Co-authored-by: Mika Luhta <12100880+mluhta@users.noreply.github.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-01-28 18:31:37 +01:00
Jan Oberhauser
45e038d862
🔖 Release n8n-nodes-base@0.101.0
2021-01-27 09:15:31 +01:00
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
729c28469e
🔖 Release n8n-nodes-base@0.100.0
2021-01-27 09:04:55 +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
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
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
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 699d0a8946
.
* 🔧 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
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
Jan Oberhauser
6b6f1f4e74
🔖 Release n8n-nodes-base@0.98.0
2021-01-21 11:00:11 +01:00
Jan Oberhauser
7e3788da23
⬆️ Set n8n-core@0.59.0 on n8n-nodes-base
2021-01-21 10:59:29 +01:00
Jan Oberhauser
144de3f24b
👕 Fix lint issue
2021-01-21 10:47:45 +01:00
Jan Oberhauser
8432a8774e
⚡ Some improvements on AMQP nodes
2021-01-20 13:20:48 +01:00
Jan Oberhauser
64e36f04b0
🔀 Merge branch 'AMQP-Connection-Parameters' of https://github.com/erbg/n8n into erbg-AMQP-Connection-Parameters
2021-01-20 12:41:49 +01:00
Omar Ajoue
5a6b191688
🐛 Fix AWS lambda and SNS problem with signature ( #1361 )
2021-01-20 12:23:32 +01:00
rons4
19f079d26e
Update GenericFunctions.ts
2021-01-20 12:15:12 +01:00
rons4
d70e2130e1
Update GenericFunctions.ts
2021-01-20 11:55:25 +01:00
rons4
86aeef5703
Update GenericFunctions.ts
2021-01-20 09:31:17 +01:00
Ricardo Espinoza
3b49764fb8
⚡ Add GitHub PR reviews ( #1346 )
...
* Adds operations to get and create PR reviews
* Improvements to #709
* ⚡ Fix commit field description
Co-authored-by: Johannes Kettmann <jkettmann@gmx.net>
2021-01-20 08:33:17 +01:00
Jan Oberhauser
28d54ed439
⚡ Remove debugging code
2021-01-20 00:41:32 +01:00
Harshil Agrawal
70eea2d5ca
✨ Add SendGrid node ( #1321 )
...
* ✨ Add SendGrid node
* 👕 Fix lint issue
* ⚡ Improvements
* ⚡ Improvements
* ⚡ Improvements
* ⚡ Fix SendGrid-Node
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-01-20 00:16:25 +01:00
Ricardo Espinoza
fd1f60bbbe
⚡ Add Google Drive "drive" resource ( #1327 )
...
* ⚡ Add drive resource
* ⚡ Small improvements
2021-01-19 18:02:52 +01:00
Ricardo Espinoza
4336088741
⚡ Add Trello List getAll/getCards functionality ( #1350 )
...
* Fix to add List.getCards
* ⚡ Small improvements to #1347
* ⚡ Minor formatting improvements
* ⚡ Small fix
Co-authored-by: tumf <y.takahara@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-01-19 15:09:03 +01:00
rons4
18a6b4500b
SI'GNL4: Attachment Support
...
Attachment support added for SIGNL4.
2021-01-19 13:29:22 +01:00
rons4
06282ff7de
SIGNL4: Attachment Support
...
Attachment support added to SIGNL4.
2021-01-19 13:25:21 +01:00
Iván Ovejero
233a390075
Rename add user operation as create user
2021-01-18 18:55:07 -03:00
Iván Ovejero
cbeeffe805
Remove suffix from URL for user add operation
2021-01-18 18:52:24 -03:00
Iván Ovejero
ebf81a887b
Remove loggers
2021-01-18 18:52:15 -03:00
Iván Ovejero
889dd3c3be
Convert response from add user from XML to JSON
2021-01-18 18:42:54 -03:00
Iván Ovejero
6e4b6f677e
Small details and logs
2021-01-15 08:58:51 -03:00
Jan Oberhauser
ade8e5c4e6
🔖 Release n8n-nodes-base@0.97.0
2021-01-15 11:46:45 +01:00
Harshil Agrawal
f67e6a06da
⚡ Change category for core nodes ( #1341 )
...
* ⚡ Update category for core nodes
* 🔨 Change from core to core nodes
2021-01-15 11:44:21 +01:00
Iván Ovejero
46e9af9646
⚡ Move Slack params to other options ( #1339 )
...
* ⚡ Move Slack params to other options
* ⚡ Minor improvements to Slack Node
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-01-15 10:42:35 +01:00
Jan Oberhauser
6981438a38
⚡ Simplify Zendesk credentials
2021-01-15 09:47:39 +01:00
Jan Oberhauser
48c68a30ad
👕 Fix lint issue
2021-01-14 17:47:09 +01:00
Omar Ajoue
e5bbf7144f
⚡ Typeform Trigger translates double curly brackets square brackets ( #1316 )
2021-01-14 17:32:20 +01:00
Jan Oberhauser
5a8ef557ad
⚡ Make sure that Node Codex get included in build
2021-01-14 14:53:14 +01:00
Harshil Agrawal
f258f3ca33
✨ Add Node Codex ( #1335 )
...
* ✨ Add Node Codex 📇
* ⚡ Add codex files for new nodes
* ⚡ Change category for Affinity
* 🔨 Fix credential documentation link
* ⚡ Improve styling
* ⚡ Add blogposts
Co-authored-by: Amudhan <sm.amudhan@live.com>
2021-01-14 13:56:07 +01:00
Iván Ovejero
9290993400
Remove unneeded type
2021-01-13 19:52:15 -03:00
Iván Ovejero
710ba33d77
✨ Add NextCloud user invite functionality
2021-01-13 19:49:37 -03:00
Jan Oberhauser
785b0e385e
👕 Fix lint issue
2021-01-13 20:20:30 +01:00
Mutasem Aldmour
4f75788818
⚡ Fix function name on Beeminder Node ( #1337 )
2021-01-13 19:34:29 +01:00
Jan Oberhauser
29c9c6d933
⚡ Remove console.logs
2021-01-13 10:49:55 +01:00
Ricardo Espinoza
63a459ac92
⚡ Add filters to all getAll operations to Salesforce Node ( #1292 )
...
* ⚡ Add filters to all get:All operations
* ⚡ Small fix
* ⚡ Add description to condition fields
* ⚡ Minor improvements to Salesforce-Node
Co-authored-by: Harshil <ghagrawal17@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-01-13 10:45:41 +01:00
Ricardo Espinoza
46fb9c09ab
👕 Add quotemark rule to tslint ( #1330 )
2021-01-13 09:00:07 +01:00
Ricardo Espinoza
ea873aa8dc
✨ Add exchange to RabbitMQ ( #1328 )
...
* Implement exchange for rabbitmq
* Fix options not parsing displayOptions
* Cleanup code in generic functions
* ⚡ Minor changes to (#1300 )
Co-authored-by: Pieter Jong <jongpieter@hotmail.com>
2021-01-13 08:57:06 +01:00
Ricardo Espinoza
0638f9624d
✨ Add Beeminder Node ( #1325 )
...
* add Beeminder node
* clean up unused def
* add crud ops
* update additional properties
* support options in methods
* ⚡ Improvements to ##1320
* ⚡ Minor improvements to Beeminder
Co-authored-by: mutdmour <mutdmour@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-01-12 12:40:49 +01:00
Ricardo Espinoza
d78aaa2d64
feature/outlook shared mailbox ( #1323 )
...
* ⚡ Add shared mailbox support
* 🐛 Add filter field to folderMessage:getAll
* ⚡ Small changes to descriptions (#1322 )
Co-authored-by: Mika Luhta <12100880+mluhta@users.noreply.github.com>
2021-01-11 00:09:58 +01:00
Ricardo Espinoza
76cee5577b
⚡ Extend googleApi credentials to support user impersonification ( #1304 )
...
* ⚡ Extend googleApi credentials to support user impersonification
* ⚡ Add service account authentication to Gmail
* ⚡ Minor improvements
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-01-10 20:49:47 +01:00
Ricardo Espinoza
a7dee0aba7
⚡ Add hash type sha384 ( #1324 )
...
* ⚡ Add hash type sha384
* ⚡ Remove console.log
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-01-10 12:24:18 +01:00
Jan Oberhauser
043385df33
🐛 Fix iteration on CoinGecko-Node
2021-01-08 15:47:57 +01:00
Jan Oberhauser
19ba7daa2e
🔖 Release n8n-nodes-base@0.96.0
2021-01-07 14:25:31 +01:00
Jan Oberhauser
b2dd36ea45
⬆️ Set n8n-core@0.58.0 on n8n-nodes-base
2021-01-07 14:24:49 +01:00
Jan
1501175b81
✨ Add support for custom AWS endpoints ( #1312 )
...
* Setup custom endpoints properties in AWS credentials type
* Update AWS nodes to use new endpoints (if specified)
* Fix a few error scenarios cases where message was being obscured
* Extend usage of URL API to validate user inputted endpoints
https://nodejs.org/docs/latest-v12.x/api/url.html
* Add support to custom endpoints for SES
Forgot to add this in my earlier commits…
* Fix incorrect Amazon SES endpoint placeholder value
* Fixed signing problems with path being ignored. Standardized to avoid future problems
* Linting fix
* ⚡ Make parameters optinal (wip)
* Make sure that we fallback to correct URL without errors if custom endpoints are not used
Co-authored-by: Luis Ramos <luis@ramos.dev>
Co-authored-by: Omar Ajoue <krynble@gmail.com>
2021-01-07 14:16:52 +01:00
Iván Ovejero
a13a7487cf
:tap: Fix environment typo in PayPal node ( #1310 )
2021-01-07 13:43:42 +01:00
lublak
2fed026523
🐛 Fix for same name rename ( #1317 )
...
If you rename to the same name, it just gets removed. This should not be the case.
2021-01-07 13:42:05 +01:00
Jan
b389ef116d
🐛 Fix bug when sending audio with Telegram
...
🐛 fix bug when sending audio
2021-01-07 13:33:34 +01:00
Omar Ajoue
143c8bd326
⚡ Allow Gmail node to send messages formatted as HTML ( #1285 )
...
* Allowing Gmail node to send messages formatted as HTML
* Improving message field description
* Fixing lint issues
* Adding missing trailing comma
* ⚡ Small improvements to GMail-Node
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-01-07 11:58:28 +01:00
Ricardo Espinoza
9b6f0ee3ee
⚡ Add Ephemeral Message support ( #1302 )
...
* Add postEphemeral on Slack node
* ⚡ Add ephemeral option to message:post
* ⚡ Small fix
Co-authored-by: davinerd <anathema@anche.no>
2021-01-07 08:26:17 +01:00
Ricardo Espinoza
1c615b615f
⚡ Add Room/Group Name to Light Name ( #1303 )
...
* Hue Node: Add Room/Group Name to Light Name
To easier identify lights in the dropdown it is useful to know to which group (room) they belong.
While lights can be added to multiple zones, they can only ever belong to one room.
* ⚡ Small improvemenets to (#1299 )
Co-authored-by: Robert Kaelin <robertkaelin@users.noreply.github.com>
2021-01-07 07:58:08 +01:00
Omar Ajoue
9c479abc35
🐛 Fixed batch sizing to work when batchSize = 1 ( #1314 )
2021-01-07 07:53:48 +01:00
Ricardo Espinoza
57e19edadd
✨ Add Google analytics node ( #1305 )
...
* ✨ Add Google Analytics node
🔨 Add Report Resource
🔨 Complete the basic for Report resource
⚡ Add User Activity resource
🔨 Remove comment
* ⚡ Improvements
* ⚡ Small improvements
* ⚡ Improvements
* ⚡ Improvements
* ⚡ Some improvements to Google Analytics Node
* ⚡ Load views automatically
Co-authored-by: Harshil <ghagrawal17@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-01-05 19:16:25 +01:00
Jan Oberhauser
d52d12d671
🔀 Merge branch 'master' of github.com:n8n-io/n8n
2021-01-05 17:23:35 +01:00
Jan Oberhauser
f209665730
⚡ Fix "Border" operation on EditImage-Node
2021-01-05 17:23:16 +01:00
Harshil Agrawal
b85f55659e
⚡ Fix E-goi brand name ( #1307 )
2021-01-05 08:46:07 +01:00
ricardo
b989f129be
⚡ Comment bot:info as the endpoint stopped working
2021-01-04 20:21:26 -05:00
Jan Oberhauser
65062dbd48
⚡ Remove debug messages
2021-01-02 23:04:15 +01:00
Ricardo Espinoza
403f1009a6
✨ Add Phantombuster Node ( #1274 )
...
* ✨ Phantombuster Node
* ⚡ Small improvements
* ⚡ Small fix
* ⚡ Improvements to Phantombuster Node
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-01-02 20:16:18 +01:00
Tobias Knapp
29107f130f
⚡ Fix typo in description of SplitInBatches ( #1296 )
2020-12-31 16:52:36 +01:00
ricardo
2274b64694
🐛 fix bug when sending audio
2020-12-30 09:58:52 -05:00
Günther Erb
a4d45e4eda
move to create_container on rhea
2020-12-30 15:26:00 +01:00
Günther Erb
ca8aed39dd
Typeings
2020-12-30 13:58:00 +01:00
Günther Erb
1a1accce43
Fix Subscription
2020-12-30 13:57:53 +01:00
Günther Erb
7648ee8d93
Typings on Amqp
2020-12-30 13:29:29 +01:00
Günther Erb
dfa847cfee
Add new Options to pass to the RHEA Container
2020-12-30 12:42:48 +01:00
Jan Oberhauser
95416c7e1b
🔖 Release n8n-nodes-base@0.95.0
2020-12-30 11:58:38 +01:00
Jan Oberhauser
cfd7628905
⬆️ Set n8n-core@0.57.0 and n8n-workflow@0.48.0 on n8n-nodes-base
2020-12-30 11:58:14 +01:00
Jan Oberhauser
8ada4534ec
⚡ Add support for HEAD to HTTP Request Node
2020-12-30 11:00:06 +01:00
Ricardo Espinoza
51afcd8ad5
🐛 Fix pagination issue on Hubspot Node ( #1281 )
2020-12-30 08:01:27 +01:00
Jan Oberhauser
4fd6c06d65
⚡ Load more options on ActiveCampaign Node
2020-12-29 19:13:52 +01:00
Jonas
79124535af
⚡ Fix typo in Box Trigger description ( #1280 )
...
This trigger probably used the Github trigger as template and forgot to replace the description.
2020-12-29 14:45:13 +01:00
Ricardo Espinoza
baa1ee1ad2
✨ Add File->Get to Telegram Node ( #1242 )
...
* Add option `Include Download Link`
* ⚡ Add File->Get to Telegram Node
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2020-12-29 13:28:50 +01:00
Harshil Agrawal
bfd967258c
⚡ Add credentials documentation link for e-goi node ( #1277 )
2020-12-29 12:28:37 +01:00
Jan Oberhauser
914b90f4a9
👕 Fix lint issue
2020-12-29 12:22:40 +01:00
Jan Oberhauser
9543221cdd
⚡ Fix issue with sendAudio on Telegram Node
2020-12-29 11:55:31 +01:00
Ricardo Espinoza
ea2d0920a8
⚡ Add useQueryString option to HTTP Request Node ( #1279 )
2020-12-29 11:37:06 +01:00
Ricardo Espinoza
2f0c48f8d9
✨ Add Issue Comment resource to Jira Node ( #1261 )
...
* ⚡ Add Issue Comment resource
* 🔨 Fix Expand field description
* ⚡ Small fix
* ⚡ Minor improvements on Jira Node
Co-authored-by: Harshil <ghagrawal17@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2020-12-29 11:33:13 +01:00
Jan Oberhauser
9215558608
👕 Fix lint issue
2020-12-29 08:41:10 +01:00
Ricardo Espinoza
4494ee81f6
✨ Add Microsoft Outlook node ( #1272 )
...
* ✨ Add Microsoft Outlook node
* Remove accidental import
* Style fixes
* ✨ Microsoft Outlook (#1270 )
* ⚡ Some improvements to Outlook Node
* ⚡ Some more small fixes
* ⚡ Improvements
* ⚡ Add placeholder for the filter field
* ⚡ Some more improvements to Outlook Node
* ⚡ Hide unnecessary field on Outlook Node
Co-authored-by: Mika Luhta <12100880+mluhta@users.noreply.github.com>
Co-authored-by: Harshil <ghagrawal17@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2020-12-29 08:23:01 +01:00
Jan Oberhauser
8da254fb48
🐛 Fix bug in S3 Node #1278
2020-12-28 22:59:35 +01:00
Jan Oberhauser
1d2c286b88
🐛 Fix bug in Stripe Trigger Node with existing webhooks
2020-12-28 17:57:19 +01:00
Jan
3c67ac5a52
⚡ Add task:getAll and subtask:create to Asana ( #1266 )
...
* ⚡ Add task:getAll and subtask:create
* ⚡ Improvements
2020-12-28 08:50:16 +01:00
Jan Oberhauser
ef53eddb6c
⚡ Small improvements to Asana Node
2020-12-28 08:48:57 +01:00
Jan Oberhauser
0809952173
⚡ Add "Ends With" and "Starts With" support to If and Switch Node
2020-12-27 20:33:46 +01:00
Jan Oberhauser
f95104bcab
⚡ Made operations of EditImage Node sortable
2020-12-27 00:17:16 +01:00
Jan Oberhauser
17056122af
👕 Fix lint issue
2020-12-26 22:35:56 +01:00
Jan Oberhauser
a19be309f7
⚡ Further improve composite operation
2020-12-26 21:30:42 +01:00
Jan Oberhauser
062210d8b9
⚡ Fix issue with multiple composite operations
2020-12-25 23:44:58 +01:00
Jan Oberhauser
7826cc06e9
⚡ Add "Multi Step" option to EditImage Node
2020-12-25 23:03:12 +01:00
Jan Oberhauser
5c83be18a8
🐛 Fix issue that binary data got reused
2020-12-25 22:59:22 +01:00
ricardo
c6ef0ea079
⚡ Improvements
2020-12-25 14:41:48 -05:00
Harshil Agrawal
406f0322eb
⚡ Add credentials documentation link for Pushcut node ( #1273 )
2020-12-24 13:03:44 +01:00
Jan Oberhauser
3e1442ce42
🔖 Release n8n-nodes-base@0.94.0
2020-12-24 09:09:34 +01:00
Jan Oberhauser
9dfcfc72bd
🔀 Merge branch 'master' of github.com:n8n-io/n8n
2020-12-23 13:00:26 +01:00
Jan Oberhauser
6a6c5ddd74
⚡ Minor improvement to MessageBird-Node
2020-12-23 12:59:28 +01:00
Ricardo Espinoza
acc6b0496f
🐛 Add scopes and offline access to Dropbox OAuth2 credentials ( #1246 )
2020-12-23 12:48:53 +01:00
Harshil Agrawal
48e2c3781c
⚡ Rename display name of Google Firebase Realtime Database node ( #1248 )
2020-12-23 12:47:21 +01:00
Jan Oberhauser
529c450f49
🔀 Merge branch 'feat/messagebird_add_balance' of https://github.com/Jefiozie/n8n into Jefiozie-feat/messagebird_add_balance
2020-12-23 10:21:30 +01:00
Ricardo Espinoza
df4f433d9b
⚡ add collection id in response ( #1254 )
...
* ⚡ add collection id in response
* ⚡ Minor improvements
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2020-12-23 09:12:05 +01:00
Jefiozie
c922163622
feat: add balance endpoint to messagebird
2020-12-23 08:51:07 +01:00
Ricardo Espinoza
0f0e67eb30
⚡ Now tags are loaded for the user (contactTag:add) ( #1267 )
2020-12-23 08:23:40 +01:00
Ricardo Espinoza
f36af0fcfd
⚡ Add user list resource to Iterable Node ( #1252 )
...
* Add user list resource
* ⚡ Now lists are loaded automatically
2020-12-23 08:19:10 +01:00
Jan
e3aff74f6b
✨ Add RabbitMQ and RabbitMQ Trigger Node ( #1258 )
...
* ✨ Add RabbitMQ-Node
* ✨ Add RabbitMQ-Trigger Node
* ⚡ Fix issue that connection errors did not get caught
* 🔨 Fix name and description for RabbitMQ Trigger node
Co-authored-by: Harshil <ghagrawal17@gmail.com>
2020-12-23 08:05:02 +01:00
ricardo
9de91cae70
⚡ Add task:getAll and subtask:create
2020-12-22 17:44:31 -05:00
Ricardo Espinoza
7a614b1e1f
⚡ Add delete and rename operation ( #1265 )
...
* ⚡ Add delete and rename operation
* ⚡ Little bit cleanup on FTP-Node
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2020-12-22 08:34:42 +01:00
Jan Oberhauser
54bd145a3b
🐛 Fix issue that parameters do not get hidden for other operations
2020-12-21 17:54:03 +01:00
Jan Oberhauser
59882efa92
👕 Fix lint issue
2020-12-19 23:03:24 +01:00
Jan
63452e7878
✨ Add uProc Node ( #1263 )
...
* + adding new uProc integration
* + capitalize tool name
+ fix parameter display name
+ add placeholders for parameter
+ add tool description
+ optimize generated .ts for groups and tools
* + remove old functions
* + added new tools
* + add new tools + fix Info on tool
* + fixed Info
* + fix tools description
* + add UProc node to package.json
* + added new tools
* + added new tools
* + fix tool description
* + fix CamelCase subtitle
+ fix node displayName
+ add new tools
* + fix info link
* + add start, data and end callbacks to decouple response
* + added new tools
* + change display name on selected
* + added new tools
* + added new tools
* + added new tools
* + added new tools
* + remove old folder + fix param
* + added new tools
* ⚡ Some improvements to uproc Node
* 🐛 Fix docker image naming #1250
Co-authored-by: Miquel Colomer <mcolomer@gmail.com>
2020-12-19 18:22:41 +01:00
Ricardo Espinoza
aafbe5af40
Feature/thehive trigger improvements ( #1259 )
...
* Add support for TheHive3 webhook events
* Add Log Updated & Log Deleted events
* Remove configuration field
* ⚡ Small change (#1235 )
* 👕 Fix lint issue
Co-authored-by: Mika Luhta <12100880+mluhta@users.noreply.github.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2020-12-19 18:19:12 +01:00
Ricardo Espinoza
48830eda77
✨ Add Egoi node ( #1227 )
...
* Add E-goi Node
* ⚡ Improvements to #1224
* ⚡ Small improvements
* ⚡ Minor improvements to Egoi-Node
* ⚡ Add 'simple' option to get and getAll operations.
* ⚡ Minor improvements to Egoi-Node
Co-authored-by: fbobiano <fbobiano@e-goi.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2020-12-19 14:08:31 +01:00
Jan Oberhauser
9517981e9f
🔖 Release n8n-nodes-base@0.93.0
2020-12-16 12:40:28 +01:00
Jan Oberhauser
1fb4db21d6
⬆️ Set n8n-core@0.56.0 on n8n-nodes-base
2020-12-16 12:39:52 +01:00
Jan
d43aad2ca3
✨ Add Brandfetch node ( #1253 )
...
* ✨ Add Brandfetch node
* ⚡ Small improvement
* ⚡ Add donwload field to logo operation
* 🐛 Minor fixes
* ⚡ Minor improvements to Brandfetch-Node
Co-authored-by: Tanay Pant <tanaypant@protonmail.com>
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
2020-12-15 16:56:28 +01:00
Jan Oberhauser
abb1c54fce
⚡ Remove accidentally committed node
2020-12-14 22:06:58 +01:00
Jan Oberhauser
f9911c65fe
✨ Make it possible that Webhook-Node can send custom response
2020-12-14 17:19:20 +01:00
Jan Oberhauser
8528c2a2f1
🐛 Fix issue that GitHub OAuth did not use specified server
2020-12-13 17:33:43 +01:00
Jan Oberhauser
e981118316
🐛 Fix issue that Gitlab OAuth did not use specified server #1243
2020-12-13 16:21:26 +01:00
Ricardo Espinoza
d5da7865b9
⚡ Add create:spreadsheet operation ( #1234 )
...
* ⚡ Add create:spreadsheet operation
* ⚡ Small changes
* ⚡ Improvements to Google Sheets
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2020-12-13 15:36:48 +01:00
Ricardo Espinoza
532503b69f
✨ Feature/slack node extended ( #1239 )
...
* Added reaction method to message
* Increased limit for channels on getChannels, removed unused fields in the code
* Using own operation for reactions
* Registering reaction fields and operations
* Added Operation "Reaction" to Slack.node.ts
* Fixing variable name for emoji
* now removing reaction on "remove" instead of "add"
* Using GET for reactions.get and passing arguments as query
* Added members operation
* Fixed typo in timestamp
* Added user.info and user.getPresence
* Fixed: wrong operation name
* ⚡ Improvements to #1238
* ⚡ Add field resolve data when retrieving channel members
* ⚡ Minor improvements to Slack-Node
Co-authored-by: Andreas Scherren <ascherren@brightfuture.de>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2020-12-13 10:47:52 +01:00
Jan Oberhauser
c2d80d6d70
👕 Fix lint issue
2020-12-12 17:35:35 +01:00
Ricardo Espinoza
18313e1199
⚡ Now OAuth2 send authentication data in the body ( #1241 )
2020-12-12 17:00:57 +01:00
Jan Oberhauser
46e6212750
⚡ Minor improvements to Pushcut Nodes
2020-12-12 08:59:25 +01:00
Ricardo Espinoza
23b61475d9
✨ Add Pushcut Node & Trigger ( #1075 )
...
* ✨ Pushcut Node & Trigger
* ⚡ Small improvements
Co-authored-by: Jan <janober@users.noreply.github.com>
2020-12-12 08:58:58 +01:00
Harshil Agrawal
45d413de22
⚡ Add credentials documentation link ( #1237 )
2020-12-12 08:30:25 +01:00
Harshil Agrawal
8942f403d4
⚡ Add credentials documentation link ( #1236 )
2020-12-12 08:29:38 +01:00
Jan Oberhauser
16438ea8f7
⚡ Minor naming fix
2020-12-12 08:16:43 +01:00
AxelRueweler
35f6fe8298
⚡ Added includeEmptyCells to Spreadsheet node ( #1249 )
...
* Added description to ShopifyCredentials subdomain
* Added includeEmptyCells to Spreadsheet node
2020-12-12 08:16:06 +01:00
Jan Oberhauser
c90da82a7b
👕 Fix lint issue
2020-12-11 22:26:38 +01:00
Jan Oberhauser
3e0b9f2eba
⚡ Add "isEmpty" option to IF-Node
2020-12-11 18:15:07 +01:00
Jan Oberhauser
42e243c396
🔖 Release n8n-nodes-base@0.92.0
2020-12-10 11:37:46 +01:00
Jan Oberhauser
e0b1f88a4d
⬆️ Set n8n-core@0.55.0 on n8n-nodes-base
2020-12-10 11:37:16 +01:00
Ricardo Espinoza
68f3f8ae62
✨ Add NASA Node ( #1232 )
...
* ✨ NASA node
* Test up to asteroidNeoLookup
* Add earth imagery
* ⚡ Small improvement
* ⚡ Improvements to NASA node
* ⚡ Small Improvements
* ⚡ Some minor fixes for NASA Node
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2020-12-10 11:30:13 +01:00
Ricardo Espinoza
701871944d
✨ Add Twist Node ( #1231 )
...
* ✨ Twist Node
* ⚡ Small improvements
* 🔨 Fix descriptions
* ⚡ Minor improvements to Twist-Node
Co-authored-by: Harshil <ghagrawal17@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2020-12-10 11:09:38 +01:00
Ricardo Espinoza
c87382c086
✨ Add Snowflake Node ( #1230 )
2020-12-10 10:17:16 +01:00
Ricardo Espinoza
8424c792dc
✨ Add Ghost-Node ( #1221 )
...
* ✨ Ghost Node
* ⚡ Minor improvements to Ghost-Node
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2020-12-08 08:40:29 +01:00
Ricardo Espinoza
3c2d75ce68
⚡ Add Add Tags and Remove Tags fields to contact:update ( #1229 )
...
As requested here https://community.n8n.io/t/can-we-have-automizy-integration-node-got-created/2368/13
2020-12-07 23:53:55 +01:00
Ricardo Espinoza
7d3d907a77
⚡ Rename display name on Google Cloud Firestore Node ( #1228 )
2020-12-07 23:45:47 +01:00
Ricardo Espinoza
da450dcb41
⚡ Add label field to persons, organizations and deals ( #1209 )
...
* ⚡ Add label field to persons, organizations and deals
* ⚡ Add option no label to label field
* ⚡ Add organization:update operation
* ⚡ Fix removing label from Organization on Pipedrive-Node
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2020-12-07 23:44:10 +01:00
Jan Oberhauser
98764afb9f
🔖 Release n8n-nodes-base@0.91.0
2020-12-03 13:10:28 +01:00
Jan Oberhauser
f265ce8760
⬆️ Set n8n-core@0.54.0 and n8n-workflow@0.47.0 on n8n-nodes-base
2020-12-03 13:10:05 +01:00
Ahsan Virani
23f088e2e6
✨ Add Kafka Trigger-Node ( #1213 )
...
* ✨ Kafka trigger node
* ⚡ Small improvements
* ⚡ Minor improvements to Kafka Trigger-Node
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2020-12-03 13:02:22 +01:00
Jan Oberhauser
9969faf52a
⚡ Hardcode mqtt@4.2.1 because of connection issue in higher versions
2020-12-03 10:32:20 +01:00
Ricardo Espinoza
d426586006
✨ Add Iterable Node ( #1215 )
...
* ✨ Iterable Node
* ⚡ Improvements
* ⚡ Improvements
* ⚡ Small improvements to Iterable-Node
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2020-12-03 08:05:54 +01:00
Ricardo Espinoza
e770fa37ad
✨ Add Yourls Node ( #1216 )
...
* ✨ Yourls Node
* ⚡ Minor improvements to Yourls-Node
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2020-12-02 23:13:59 +01:00
Ricardo Espinoza
bea7469c61
⚡ Add Contact List resource and deal:search operation ( #1217 )
...
* ⚡ Add Contact List resource and deal:search operation
* ⚡ Minior improvements to Hubspot-Node
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2020-12-02 13:25:13 +01:00
Jan Oberhauser
00249c85ee
👕 Fix lint issue
2020-12-02 13:11:01 +01:00
Ricardo Espinoza
1b724db3c2
⚡ Now private and public channels are loaded ( #1222 )
...
Fixes #1210
2020-12-02 12:54:19 +01:00
Jan Oberhauser
a38665e82c
⚡ Fix lint issues, formatting and icons
2020-12-02 11:54:10 +01:00
Ricardo Espinoza
ea9f61089b
✨ Add TheHive & Cortex nodes ( #952 )
...
* ✨ TheHive & Cortex nodes
* 🔨 Make changes mentioned in #887
* ⚡ Improvements
* ⚡ Improvements
* ⚡ Improvements
* ⚡ Add descriptions
* ⚡ Improvements
* ⚡ Improvements
Co-authored-by: MedAliMarz <servfrdali@yahoo.fr>
2020-12-02 11:24:25 +01:00
Jan Oberhauser
f79cb7e989
⚡ Allow multiple attendees in one field in Google Calendar
2020-12-01 10:13:48 +01:00
Jan Oberhauser
6497840d9d
🔖 Release n8n-nodes-base@0.90.1
2020-11-25 14:09:59 +01:00
Jan Oberhauser
ebc51848b3
🐛 Fix AirtableTrigger-Icon
2020-11-25 14:09:29 +01:00
Jan Oberhauser
1c3613a9be
🔖 Release n8n-nodes-base@0.90.0
2020-11-25 13:18:23 +01:00
Jan Oberhauser
175ca3f470
⬆️ Set n8n-core@0.53.0 and n8n-workflow@0.46.0 on n8n-nodes-base
2020-11-25 13:17:55 +01:00
Jan Oberhauser
55f3f2830b
👕 Fix lint issue
2020-11-25 13:11:20 +01:00
Jan Oberhauser
60be31d410
⚡ Improvements to Quick Base Node
2020-11-25 13:09:58 +01:00
Ricardo Espinoza
4eed7bb9fb
✨ Add Quick Base Node ( #1161 )
...
* introduce quick base node
* fix quick base api request headers
* refine quick base configuration pages
* fix race condition detection
* ⚡ improvements
Co-authored-by: Tristian Flanagan <tristian@tristianflanagan.com>
2020-11-25 13:08:59 +01:00
Jan
9f4d6f44cb
✨ Add ProfitWell Node ( #1204 )
...
* ⚡ Improvements to ProfitWell Node
⚡ Improvements to Pro
* ⚡ Improvements to ProfitWell-Node
* ⚡ improvements simplifying data
* ⚡ Small formatting improvement
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
2020-11-25 11:44:50 +01:00
Ricardo Espinoza
be828a3808
✨ Add LignvaNex Node ( #1194 )
...
* ✨ Add LignvaNex node
* ⚡ Small improvement to LingvaNext Node
Improvements to #1191
Co-authored-by: Tanay Pant <tanaypant@protonmail.com>
2020-11-24 23:30:43 +01:00
Jan Oberhauser
991379066b
⚡ Minor improvements to Spontit-Node
2020-11-24 23:20:09 +01:00
Ricardo Espinoza
2dbde92fd5
✨ Add Spontit Node ( #1186 )
...
* Added first trial for a spontit integration
* Added spontit packages
* Changed option types from collection to string
* ⚡ Improvements to Spontit Node
Improvements to #1163
Co-authored-by: Tobias Schulz-Hess <tobias.schulz-hess@xing.com>
2020-11-24 23:19:41 +01:00
Ricardo Espinoza
56d19cc2c6
⚡ Add missing descriptions to Airtable Trigger ( #1203 )
2020-11-24 21:07:28 +01:00
Jan Oberhauser
a4a04720fa
⚡ Minor improvement to AirtableTrigger-Node
2020-11-24 19:58:49 +01:00
Jan Oberhauser
68106a66e6
⚡ Minor improvement to Airtable-Node
2020-11-24 19:52:29 +01:00
Jan Oberhauser
330568dbdb
🔀 Merge branch 'feature/airtable-trigger' of https://github.com/RicardoE105/n8n into RicardoE105-feature/airtable-trigger
2020-11-24 18:35:59 +01:00
Ronalds Upenieks
3351113f28
⚡ Add Harvest OAuth2 support ( #697 )
...
* credentials, generic functions fit to oauth2, UI elements
* ⚡ Improvements to Harvest-Node
* Update Harvest.node.ts
* ⚡ Add OAuth2 and move account id from credentials to node parameters
* ⚡ Minor improvements to Harvest-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-11-24 14:15:47 +01:00
Jan Oberhauser
af9d8e1cba
⚡ Change description of OpenThesaurus Node
2020-11-24 11:23:05 +01:00
Ricardo Espinoza
e46619061a
✨ Add OpenThesaurus node ( #1195 )
...
* ✨ Add OpenThesaurus node
* ⚡ Small improvements to OpenThesaurus Node
Improvements to #1192
Co-authored-by: Tanay Pant <tanaypant@protonmail.com>
2020-11-24 11:22:14 +01:00
Ricardo Espinoza
8111fea470
⚡ List operation now can download attachaments automatically ( #1199 )
...
* ⚡ List operation now can download attachaments automatically
https://community.n8n.io/t/how-to-send-attachments-using-mailgun-node/2979/4
* ⚡ Minor improvements to Airtable node
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2020-11-24 10:53:39 +01:00
Ricardo Espinoza
1b0dda6ddc
🐛 Fix parameters when inviting a user in Slack #1175 & #1130 ( #1202 )
...
- User IDs parameter is not allow when creating a channel so it got removed.
- User field is not valid when inviting a user to a channel. Correct name should be users so it got renamed to it.
2020-11-24 09:09:00 +01:00
Jan Oberhauser
e3a8c6cf3a
🔖 Release n8n-nodes-base@0.89.1
2020-11-20 17:03:13 +01:00
Ricardo Espinoza
07ed360f8f
⚡ Reuse webhook if one exists - Woocommerce Trigger ( #1196 )
2020-11-20 16:56:51 +01:00
Jan Oberhauser
8214a7f22a
⚡ Fix GraphQL Bug
2020-11-20 16:51:46 +01:00
ricardo
0e03ab7e79
⚡ Return all fields by default
2020-11-19 18:44:21 -05:00
ricardo
fe97bf6619
⚡ Return last record when executing manually
2020-11-19 18:28:13 -05:00
Jan Oberhauser
598c85695b
🔖 Release n8n-nodes-base@0.89.0
2020-11-19 14:06:14 +01:00
Jan Oberhauser
61310d9b2e
⬆️ Set n8n-core@0.52.0 and n8n-workflow@0.45.0 on n8n-nodes-base
2020-11-19 14:05:43 +01:00
Jan Oberhauser
06095ca0a7
⚡ Make it possible to create a new image
2020-11-19 10:48:46 +01:00
Jan Oberhauser
8aa50df457
⚡ Small improvements to Google Cloud Natural Language
2020-11-19 09:06:03 +01:00
Ricardo Espinoza
cbc1b7f2a3
✨ Add Cloud Natural Language node ( #1181 )
...
* ✨ Add Cloud Natural Language node
* ⬆️ Set google-fonts-webpack-plugin to latest version
* 🐛 Rename method composite to compose
* ⚡ Improvements to Google Cloud Natural Language Node
Improvements to #1171
Co-authored-by: Tanay Pant <tanaypant@protonmail.com>
2020-11-19 09:04:20 +01:00
Jan Oberhauser
79ccf6a2e9
⚡ Revert wrong bugfix and fix typo
2020-11-19 08:37:19 +01:00
Ricardo Espinoza
db47892e77
⚡ Add contact list and list resources to Active Campaign Node ( #1187 )
...
* ⬆️ Set google-fonts-webpack-plugin to latest version
* ⚡ Add Contact List and List resources to Active Campaign Node
2020-11-19 08:37:01 +01:00
Jan
69a350e262
✨ Add Firebase node ( #1173 )
...
* ⚡ Added node for Google firebase Firestore database
* ⚡ added firebase's realtime database node
* Added operation to run queries on documents collection
* Improvements to Firebase Database nodes
- Realtime Database: improved how the node interacts with input database
- Cloud Firestore: improved how the node interacts with input database
- Cloud Firestore: improved input / output format so it's similar to JSON and more intuitive, abstracting Firestore's format
* ⚡ Improvements to Firestore-Node
* ⚡ improvements to Firebase-Node
* ⚡ Improvements
⚡ Improvements
* ⚡ Improvements
* ⚡ Minor improvements to Firebase Nodes
Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
2020-11-19 07:47:26 +01:00
Jan Oberhauser
c4518f8f17
⚡ Small improvement on EditImage-Node
2020-11-19 00:17:29 +01:00
Jan Oberhauser
eafbe424b9
🐛 Fix small bug in HumanticAI-Node
2020-11-18 23:59:36 +01:00
Ricardo Espinoza
09547e9153
✨ Add Humantic AI node ( #1177 )
...
* ✨ Add Humantic AI node
* ⚡ Improvements
Improvements to #1165
Co-authored-by: Tanay Pant <tanaypant@protonmail.com>
2020-11-18 23:58:41 +01:00
Ricardo Espinoza
b0863e55b1
⚡ Feature/segment extended ( #1174 )
...
* ⚡ Add custom traits
* ⚡ Improvements
* ⚡ Small changes
* ⚡ Improvements
2020-11-18 23:37:56 +01:00
Luis Herranz
06fa48dd2e
🐛 Fix typo in YouTube unlisted setting ( #1170 )
...
* Fix typo in YouTube unlisted option
* Fix typo in YouTube unlisted option (2)
2020-11-18 23:30:43 +01:00
Henrik Feldt
d9a7d5fa34
⚡ Update GraphQL.node.ts ( #1185 )
...
* Update GraphQL.node.ts
Fix this
* Update GraphQL.node.ts
2020-11-18 23:14:41 +01:00
Jan Oberhauser
c4ed26a6cc
🔀 Merge branch 'master' of github.com:n8n-io/n8n
2020-11-18 20:09:11 +01:00
Jan Oberhauser
02669c04f1
⚡ Add support for draw and allow font selection EditImage-Node
2020-11-18 18:19:41 +01:00
Omar Ajoue
71bf9cb9c0
⚡ Increase timeout to IMAP node. ( #1178 )
...
Yahoo mail is unable to provide a response in under 3 seconds. Increasing
this limit to 10 seconds seems to solve the timeout issue.
I was unable to properly login to Yahoo but at least the timeout error
is not happening anymore.
Setting the node to work with Gmail worked fine although it is a
somewhat painful process as Gmail avoids the so called non secure apps.
2020-11-18 14:41:18 +01:00
Jan Oberhauser
b81d175145
🐛 Fix bug with multi line texts on Edit Image Node
2020-11-18 11:31:19 +01:00
Jan Oberhauser
aaaa804f36
⚡ Add "composite" option to Edit Image Node
2020-11-18 11:08:50 +01:00
Ricardo Espinoza
fdffd47bed
🐛 Send credentials on body when exchanging the code for the access token ( #1169 )
2020-11-17 07:36:12 +01:00
Frane Bandov
c57250c71f
⚡ SFTP: make dir creation more robust ( #1166 )
2020-11-16 18:18:48 +01:00
Harshil Agrawal
032e2dfae5
⚡ Add Strapi credentials documentation link ( #1164 )
2020-11-16 10:35:09 +01:00
Jan Oberhauser
59ecc0e9c1
⚡ Minor improvements to Matrix Node
2020-11-16 07:58:58 +01:00
Ricardo Espinoza
4ca2b63bcc
⚡ Feature/matrix extended ( #1162 )
...
* added Matrix option to send notice and emote messages
* added Matrix option to send HTML messages
* ⚡ Small text changes
Co-authored-by: Sabine <sabinbox@laszakovits.net>
2020-11-16 07:42:57 +01:00
ricardo
fd1897a288
Merge branch 'master' into feature/airtable-trigger
2020-11-14 20:11:30 -05:00
Jan Oberhauser
8f8603320a
⚡ Minor improvement to SFTP credentials
2020-11-12 19:26:03 +01:00
Ricardo Espinoza
042028fb5f
⚡ Add private key and passphrase fields to SFTP credentials ( #1136 )
...
* ⚡ Add private key and passphrase fields to credentials
* ⚡ Small improvement
2020-11-12 19:23:55 +01:00
Harshil Agrawal
a800a84078
⚡ Added credential documentation URL for Line node ( #1150 )
2020-11-11 16:08:30 +01:00
Harshil Agrawal
241fc064c2
⚡ Add credential documentation URL for the Gotify node ( #1152 )
2020-11-11 15:46:52 +01:00
Jan Oberhauser
46509e2fcd
🔖 Release n8n-nodes-base@0.88.0
2020-11-11 11:59:30 +01:00
Jan Oberhauser
1a9d2a824f
⬆️ Set n8n-core@0.51.0 and n8n-workflow@0.44.0 on n8n-nodes-base
2020-11-11 11:59:00 +01:00
Jan Oberhauser
c15637a0a8
⚡ Minor improvements to Strapi-Node
2020-11-11 09:52:05 +01:00
Jan Oberhauser
73e1399c42
⚡ Minor improvements to Strapi-Node
2020-11-11 09:45:50 +01:00
Ricardo Espinoza
a5ecf3d58d
✨ Add Strapi-Node ( #1143 )
...
* ✨ Strapi-Node
* ⚡ Small improvements
* ⚡ Small improvement
2020-11-11 09:44:53 +01:00
Jan Oberhauser
702a8bf3bf
⚡ Additional improvements to AMQP node
2020-11-11 08:45:31 +01:00
Günther
da5fddad5a
⚡ Amqp - Message Throttling - Close Connection on Send ( #1127 )
...
* Azuer Service Bus
* Message throttling
* remove the Events the WF is desabled
* close connections after send
* sendable once
2020-11-11 08:44:59 +01:00
Jan Oberhauser
97289a244f
⚡ Fix indentation
2020-11-10 23:30:40 +01:00
bsanderrmg
10645c2ef5
⚡ TLS option for MSSQL credentials type ( #1132 )
...
* Update MicrosoftSql.node.ts
* Update MicrosoftSql.credentials.ts
* Update MicrosoftSql.node.ts
Add TLS encryption toggle to MSSQL credentials type and implement into the connection config object. This will help users connect to certain Azure MSSQL products and older MSSQL instances.
2020-11-10 23:30:03 +01:00
Ricardo Espinoza
03a672300f
⚡ Add custom traits to Segment Node ( #1145 )
2020-11-10 23:05:08 +01:00
ricardo
32cd54e705
⚡ Small improvements
2020-11-10 16:40:52 -05:00
Jan Oberhauser
1630d20e39
⚡ Add OAuth2 authentication to Pipedrive Trigger Node
2020-11-10 21:27:20 +01:00
Jan Oberhauser
86d19fb11f
⚡ Minor improvements to Gotify Node
2020-11-10 19:17:47 +01:00
Jan Oberhauser
001b93151b
⚡ Minor improvements to Gotify Node
2020-11-10 19:16:35 +01:00
Ricardo Espinoza
13e3efe312
✨ Add Gotify-Node ( #1135 )
2020-11-10 19:15:56 +01:00
Jan Oberhauser
6125dee8f1
⚡ Minor improvements to Line-Node
2020-11-10 19:09:13 +01:00
Ricardo Espinoza
1ce19de200
✨ Add Line-Node ( #1137 )
...
* ✨ Line-Node
* ⚡ Improvements
2020-11-10 19:08:48 +01:00
Jan Oberhauser
2d74ebb9ab
⚡ Minor improvement to GetResponse Node
2020-11-10 18:32:19 +01:00
Ricardo Espinoza
bbef8b7f71
✨ Add GetResponse-Node ( #1139 )
2020-11-10 18:28:03 +01:00
Jan Oberhauser
f8af777423
⚡ Sort Jira options
2020-11-10 07:49:43 +01:00
Ricardo Espinoza
ad6155068e
⚡ Jira retrieve all projects ( #1140 )
...
Fixes #1138
2020-11-10 07:43:39 +01:00
Jan Oberhauser
9fee42b2a8
⚡ Add shear option, resize with alpha color and fix bug
2020-11-09 11:26:46 +01:00
ricardo
83ce722dcf
⚡ Fields ordered alphabetically
2020-11-08 11:14:43 -05:00
Vincent Barrier
b1ba991367
Manage custom properties on Hubspot deals
2020-11-08 14:45:00 +01:00
Vincent Barrier
5288365104
add custom properties for deals
...
add custom properties for deals
2020-11-08 14:43:16 +01:00
Ricardo Espinoza
96cffdfd1e
🐛 Fix error when checking if webhook exists ( #1129 )
...
* 🐛 Fix error when checking if webhook exists
* zap: Small fix
2020-11-07 19:44:13 +01:00
ricardo
42758988f2
✨ Airtable Trigger
2020-11-06 20:18:10 -05:00
Jan Oberhauser
a6cf9bceb3
⚡ Improve channel selection on Mattermost node
2020-11-06 13:39:38 +01:00
Jan Oberhauser
7a8ef27d25
🔖 Release n8n-nodes-base@0.87.0
2020-11-04 16:24:10 +01:00
Jan Oberhauser
9b3dcafedf
⬆️ Set n8n-core@0.50.0 on n8n-nodes-base
2020-11-04 16:23:32 +01:00
Jan Oberhauser
709dcdd57c
⚡ Minor improvements to Google Books Node
2020-11-04 16:11:51 +01:00
Jan Oberhauser
9a1328ccfb
Merge branch 'master' into RicardoE105-google-books
2020-11-04 15:43:38 +01:00
Tanay Pant
3f41b0f166
🐛 Bug Fixes
2020-11-04 14:20:29 +01:00
AxelRueweler
80ca8e79ec
⚡ Added description to ShopifyCredentials subdomain ( #1114 )
2020-11-04 13:21:49 +01:00
Tanay Pant
c950aea2c3
Merge branch 'google-books' of https://github.com/RicardoE105/n8n into RicardoE105-google-books
2020-11-04 13:12:14 +01:00
Jan Oberhauser
3c62402f9c
⚡ Add documentationUrl to FacebookGraphAppApi credential
2020-11-04 13:11:49 +01:00
Jan Oberhauser
d80d486e59
⚡ Small changes to Facebook Trigger Node
2020-11-04 12:26:09 +01:00
Ricardo Espinoza
ff9964e10b
✨ Add Facebook Trigger Node ( #1106 )
...
* ⚡ Facebook trigger from webhooks
Uses tokens just like the GraphQL API but this one requires an app token
instead of an user access token.
* ⚡ Improvements
:zap Improvements
* 🐛 Fix credential file name
Co-authored-by: Omar Ajoue <krynble@gmail.com>
2020-11-04 12:25:18 +01:00
Jan
28b0c87136
✨ Add Storyblok Node ( #1125 )
...
* ✨ Add Storyblok node
* 🔨 Minor changes
* ⚡ Small improvements
* ⚡ Improvements
* ⚡ Prepare Storyblok Node for release
Co-authored-by: Tanay Pant <tanaypant@protonmail.com>
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
2020-11-04 10:53:33 +01:00
Jan
638e688f25
✨ Add Orbit Node ( #1123 )
...
* ✨ Add Orbit node
* 🔨 Refactor and add new functionality
* ⚡ Improvements to Orbit-Node
* ⚡ Improvements
* ⚡ Minor improvements to Orbit-Node
Co-authored-by: Tanay Pant <tanaypant@protonmail.com>
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
2020-11-03 23:33:10 +01:00
Jan Oberhauser
247fdec745
⚡ Minor improvements to Twitter-Node
2020-11-03 23:11:20 +01:00
Jan Oberhauser
8eb1890f7f
⚡ Minor improvements to Twitter-Node
2020-11-03 23:01:59 +01:00
Ricardo Espinoza
7c049fa858
⚡ Add direct message resource to Twitter ( #1118 )
2020-11-03 23:01:38 +01:00
Jan Oberhauser
ad75f17e98
⚡ Removed more parameters which exited twice
2020-11-03 09:54:27 +01:00
Jan Oberhauser
a002523b71
⚡ Removed a parameter which exited twice
2020-11-03 09:51:26 +01:00
Jan Oberhauser
8475923ebd
👕 Fix lint issue
2020-11-03 08:17:54 +01:00
Ricardo Espinoza
34f69fd652
Merge pull request #1116 from mikasjp/bug/strava_trigger_description
...
Fixed Strava Trigger node description
2020-11-02 19:54:00 -05:00
Omar Ajoue
3650d3b3bf
🐛 Fixing issue with Gmail subject enconding ( #1121 )
...
Reported by community user huuich (https://community.n8n.io/t/gmail-integration-partly-created/693/12?u=jan )
An attempt to fix the problem using basic JS functions (escape / unescape
/ encoding / decoding) did not work, so I decided to use MailComposer
as suggested by Jan on Jira Issue PROD-575
2020-11-02 22:47:47 +01:00
Harshil Agrawal
13e71b06ad
⚡ ️ Add credential documentation link for MailerLite ( #1120 )
2020-11-02 09:14:31 +01:00
Mikołaj Kamiński
530c4a0ea9
Fixed Strava Trigger node description
2020-10-31 16:27:20 +01:00
Jan Oberhauser
84fe451f7b
🔖 Release n8n-nodes-base@0.86.0
2020-10-30 09:48:32 +01:00
Jan Oberhauser
93041ab404
⬆️ Set n8n-core@0.49.0 and n8n-workflow@0.43.0 on n8n-nodes-base
2020-10-30 09:48:08 +01:00
Jan Oberhauser
2c18fd401d
⚡ Improvements to Google Calendar Availability
2020-10-30 09:32:35 +01:00
Ricardo Espinoza
2202224c94
⚡ Add Google Calendar availability ( #1105 )
...
* ⚡ Add Feebusy resource to the Google Calendar node
* ⚡ Improvements
Co-authored-by: Harshil <ghagrawal17@gmail.com>
2020-10-30 09:31:27 +01:00
Jan Oberhauser
b806ee3a57
⚡ Improvements to Kafka-Node
2020-10-29 15:44:11 +01:00
Ricardo Espinoza
12bb00fcd6
✨ Add Apache Kafka node ( #1109 )
...
* ✨ Add Apache Kafka node
* ⚡ Improvements
Co-authored-by: Tanay Pant <tanaypant@protonmail.com>
2020-10-29 15:42:54 +01:00
Jan Oberhauser
708b0c8b26
⚡ Improvements to Amqp Node
2020-10-28 23:30:30 +01:00
Günther
6f92ecb128
⚡ Add Azure Service Bus support ( #1107 )
2020-10-28 23:29:45 +01:00
Jan Oberhauser
889267ebb6
👕 Fix lint issue
2020-10-28 23:14:09 +01:00
Ricardo Espinoza
0b1688caf4
⚡ Feature/salesforce jwt bearer ( #1082 )
...
* Salesforce - OAuth 2.0 JWT Bearer Flow for Server-to-Server Integration
* ⚡ Small improvements
* ⚡ Small fix
Co-authored-by: Craig McElroy <craig@mcelroyfamily.com>
2020-10-28 23:07:35 +01:00
Jan Oberhauser
e9b49d78e1
⚡ Fixes to MailerLite Node
2020-10-28 23:04:12 +01:00
Ricardo Espinoza
b5bbe9a181
✨ Add MailerLite Node & Trigger ( #1067 )
...
* ✨ MailerLite Node & Trigger
* ⚡ Set correct name to node and trigger
2020-10-28 23:03:29 +01:00
Jan Oberhauser
ee5fc281d1
👕 Fix lint issue
2020-10-27 20:22:42 +01:00
Jan Oberhauser
805c89be17
⚡ Minor improvements to Pushbullet-Node
2020-10-27 20:15:29 +01:00
Ricardo Espinoza
d0fc7209bf
✨ Add Pushbullet-Node ( #1073 )
...
* ✨ Pushbullet-Node
* ⚡ Small improvements
* ⚡ Improvements
Co-authored-by: Jan <janober@users.noreply.github.com>
2020-10-27 20:14:55 +01:00
Harshil Agrawal
958efa1578
Add credential documentation URL for Strava ( #1104 )
...
* Add credential documentation URL for Strava
* 🔨 Fix the documentation URL
2020-10-27 16:48:24 +01:00
Harshil Agrawal
5b1c86bd72
Add link to credential documentation for Pushover ( #1103 )
2020-10-27 10:21:58 +01:00
Jan Oberhauser
cb496b8c4d
⚡ Small improvements to HTTP Request node
2020-10-26 13:27:29 +01:00
Omar Ajoue
26de4a86c9
⚡ Adding throttle to http request node ( #1095 )
...
Works by setting a timeout between each batch of requests.
Batch size and interval are configurable.
2020-10-26 13:27:12 +01:00
Jan Oberhauser
66bfcca63f
🐛 Fix issue with IF&Switch node for undefined expressions #1099
2020-10-26 09:43:01 +01:00
Jan
5eb4a7c187
⚡ Add Sendy documentation URL
...
Add Sendy documentation URL
2020-10-25 22:38:24 +01:00
Ricardo Espinoza
78c846277b
🐛 Bug fix for Google Calendar ( #1096 )
2020-10-24 00:01:59 +02:00
Jan Oberhauser
e48c9b2dc0
🔖 Release n8n-nodes-base@0.85.0
2020-10-23 16:48:31 +02:00
Jan Oberhauser
efb53ed421
⬆️ Upgrade some dependencies
2020-10-23 16:45:16 +02:00
Jan Oberhauser
fc9a373161
⚡ Fix Google Translate icon
2020-10-23 16:17:56 +02:00
Jan
ada485ed5c
* ⚡ Add company resource to Mautic
...
* ⚡ Add company resource
* ⚡ Small improvement
* Tweak descriptions/ labels
Added descriptions for resources + fixed a spelling mistake (all just editing "description" fields, nothing else)
* 👕 Fix lint issue
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: maxtkacz <maxtkacz@gmail.com>
2020-10-23 09:31:32 +02:00
Jan Oberhauser
7addd14e36
⚡ Add tslintfix script
2020-10-23 09:21:15 +02:00
Jan Oberhauser
d432eae601
👕 Fix lint issue
2020-10-23 09:19:45 +02:00
Ricardo Espinoza
974f5f9f15
⚡ Add GSuite group resource ( #1048 )
2020-10-23 09:15:11 +02:00
Jan Oberhauser
c9e5ca5420
👕 Fix lint issue
2020-10-23 08:05:24 +02:00
Ricardo Espinoza
5eb65f8721
⚡ Add Google Calendar conference link ( #1085 )
2020-10-23 08:00:00 +02:00
Jan Oberhauser
b04769287d
⚡ Fix bug on Paddle-Node with returning all users
2020-10-22 23:50:44 +02:00
Jan Oberhauser
5f2d528046
⚡ Improve update operation for Airtable
2020-10-22 23:36:30 +02:00
Jan Oberhauser
546b79bea0
👕 Fix lint issue
2020-10-22 18:00:28 +02:00
Jan Oberhauser
40c2acd77b
👕 Fix lint issue
2020-10-22 15:46:03 +02:00
Ricardo Espinoza
5b7efd67ca
⚡ Add trailing comma rule ( #1091 )
2020-10-22 15:25:21 +02:00
Jan Oberhauser
59a1d07854
🔖 Release n8n-nodes-base@0.84.1
2020-10-22 12:08:41 +02:00
Jan Oberhauser
9f8b11d4b5
🐛 Fix typo
2020-10-22 12:08:17 +02:00
Jan Oberhauser
27a2467bd3
🔖 Release n8n-nodes-base@0.84.0
2020-10-22 11:47:06 +02:00
Jan Oberhauser
2fe8574095
⬆️ Set n8n-core@0.48.0 on n8n-nodes-base
2020-10-22 11:46:33 +02:00
Jan Oberhauser
c4a43e0d83
⚡ Small improvements to Google Translate node
2020-10-22 11:37:12 +02:00
Ricardo Espinoza
b2e3b8de16
✨ Add Google Translate node ( #1086 )
...
* ✨ Add Google Translate node
* 🔨 Add autoload for target languages
* ⚡ Small improvements
Co-authored-by: Tanay Pant <tanaypant@protonmail.com>
2020-10-22 11:36:42 +02:00
Jan Oberhauser
3e56d5fc08
⚡ Fix issues on Strava-Node
2020-10-22 10:19:17 +02:00
Ricardo Espinoza
95b33662c9
✨ Strava Node & Trigger ( #1071 )
...
* ✨ Strava Node & Trigger
* ⚡ Small fixes
* ⚡ Add improvements
2020-10-22 10:17:39 +02:00
Jan Oberhauser
7daeed5c0b
👕 Fix lint issue
2020-10-22 09:16:58 +02:00
Jan Oberhauser
b9fc0b0ccf
⚡ Fix Pushover-Node
2020-10-21 23:40:37 +02:00
Ricardo Espinoza
ea2902816f
✨ Add Pushover Node ( #1069 )
2020-10-21 23:30:07 +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
717708d3cc
⚡ Optimize integration icons
2020-10-21 12:06:25 +02:00
ricardo
bc887640fc
⚡ Improvements to #1083
2020-10-20 18:09:13 -04:00
Tanay Pant
8a3518ac7e
🔨 Fix branding for ActiveCampaign
2020-10-20 12:11:23 +02:00
Jan Oberhauser
a27ac0e203
👕 Fix lint issue
2020-10-20 11:21:16 +02:00
Jan Oberhauser
269bab679d
👕 Fix built issue
2020-10-20 11:15:14 +02:00
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
Jan Oberhauser
4165fad307
🐛 Fix bug with responseFormat "file" for POST-Requests
2020-10-19 09:42:58 +02:00
Harshil Agrawal
e272c69f07
Add link to credential documentation for Vonage ( #1068 )
2020-10-16 16:47:25 +02:00
Jan Oberhauser
8ed738c923
🔖 Release n8n-nodes-base@0.83.1
2020-10-16 16:07:23 +02:00
Jan Oberhauser
d827749c1e
🐛 Fix HTTP-Request multipart-form-data/raw bug
2020-10-16 16:05:32 +02:00
Jan Oberhauser
2701b7fea3
🔖 Release n8n-nodes-base@0.83.0
2020-10-16 11:35:42 +02:00
Jan Oberhauser
a582851271
⚡ Remove unnecessary code
2020-10-16 11:16:45 +02:00
Jan Oberhauser
f3b92a8502
⚡ Sort options on Salesforce-Node
2020-10-16 11:13:04 +02:00
Harshil Agrawal
a77e96592f
Add link to credential documentation ( #1066 )
2020-10-16 10:32:56 +02:00
Ricardo Espinoza
86d5681517
⚡ Add salesforce custom objects and custom fields ( #1061 )
2020-10-16 10:27:09 +02:00
Jan Oberhauser
b40dec3e4a
⚡ Additional fix to AWS SNS Trigger
2020-10-15 23:23:54 +02:00
Ricardo Espinoza
ecb77926a4
🐛 AWS SNS Trigger bug #1058 ( #1064 )
2020-10-15 23:23:38 +02:00
Ricardo Espinoza
46ccff98cf
🐛 Fix AWS SES template bug #1060 ( #1062 )
2020-10-15 23:07:26 +02:00
Tulir Asokan
ea328e56cd
⚡ Add support for specifying Matrix homeserver URL ( #1065 )
2020-10-15 23:01:07 +02:00
Jan Oberhauser
aa748d1e2d
🔖 Release n8n-nodes-base@0.82.2
2020-10-15 13:29:38 +02:00
Jan Oberhauser
046873e66b
🐛 Fix Google Sheets update bug with spaces
2020-10-15 13:28:31 +02:00
Jan Oberhauser
8f84cbcbce
🐛 Fix default parameters on Automizy-Node
2020-10-15 12:07:06 +02:00
Jan Oberhauser
40e32a2739
🔖 Release n8n-nodes-base@0.82.1
2020-10-15 10:48:11 +02:00
Loïc Tosser
ba3f062324
Add HMAC-SHA256 for Oauth 1 ( #1055 )
2020-10-15 10:45:43 +02:00
Jan Oberhauser
a4689fef8c
⚡ Add GMail email id to messages with format "resolved"
2020-10-15 10:41:47 +02:00
Jan Oberhauser
3ba050819a
⚡ Fix issue that it did set not supported parameters
2020-10-15 08:01:30 +02:00
Jan Oberhauser
3d8332f2ee
🔖 Release n8n-nodes-base@0.82.0
2020-10-14 11:49:03 +02:00
Ricardo Espinoza
3ed344b7f2
✨ Feature/salesforce flow ( #1041 )
...
* Add handling of autolaunched flows to Salesforce node. Input variables can be either raw JSON or added via UI.
* ⚡ Improvements to #1038
* fix issue when setting variables from the ui
Co-authored-by: Craig McElroy <craig@mcelroyfamily.com>
2020-10-14 08:45:39 +02:00
Jan Oberhauser
34503e1ce7
🔀 Merge branch 'master' of github.com:n8n-io/n8n
2020-10-13 23:16:39 +02:00
Jan Oberhauser
443cef4de3
⚡ Small improvements to Pipedrive-Node
2020-10-13 23:07:45 +02:00
Robarelli
75e4086f6b
⚡ Add additional parameters to Pipedrive getAll for Notes ( #1027 )
...
* Add additional parameters to Pipedrive notes getAll
* use existing addAdditionalFields for merging additional fields into the query string
2020-10-13 23:07:21 +02:00
Jan Oberhauser
e19c83eca9
Merge branch 'master' of https://github.com/Robarelli/n8n
2020-10-13 23:02:39 +02:00
Jan Oberhauser
97d1f46a14
⚡ Improvements to Automizy-Node
2020-10-13 21:39:36 +02:00
Ricardo Espinoza
719a30350c
✨ Add Automizy-Node ( #1039 )
...
* ✨ Automizy-Node
* ⚡ Small improvement
2020-10-13 21:35:01 +02:00
Ricardo Espinoza
1e275b188d
⚡ Small fix on AWS SES-Node ( #1049 )
2020-10-13 15:05:09 +02:00
Jan Oberhauser
d3a52297f2
⚡ Small improvements to Wekan-Node
2020-10-13 13:01:34 +02:00
Jan Oberhauser
23e0c08b1c
👕 Fix lint issue
2020-10-13 13:00:41 +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
7f33ff8c3c
⚡ Add share operation to OneDrive Node ( #1044 )
2020-10-13 11:08:07 +02:00
Jan Oberhauser
6c6e7625b9
👕 Fix lint issue
2020-10-13 11:07:16 +02:00
Jan Oberhauser
645aeb2a1b
⚡ Rename displayName of parameter on Function-Nodes
2020-10-13 11:05:56 +02:00
Jan Oberhauser
844d257c25
⚡ Fix and improvements on Sendy-Node
2020-10-13 10:48:46 +02:00
Ricardo Espinoza
6098384a30
✨ Add Sendy-Node ( #1013 )
...
* ✨ Sendy-Node
* ✨ Improvements
* ⚡ Small improvement
2020-10-13 10:48:20 +02:00
Jan Oberhauser
6f98caf748
⚡ Small improvement to AWS-Rekognition integration
2020-10-13 09:33:19 +02:00
Ricardo Espinoza
49113a1988
✨ Add AWS-Rekognition Node ( #1047 )
...
* ✨ AWS-Rekognition Node
* ⚡ Small improvement
2020-10-13 09:29:47 +02:00
Jan Oberhauser
69a71c6eee
⚡ Optimize integration icons
2020-10-13 09:12:39 +02:00
Jan Oberhauser
d9d9c2fa7e
⚡ Deactivate not properly "working" types on Vonage-Node
2020-10-13 08:57:06 +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
74aa731619
👕 Fix lint issue
2020-10-12 23:31:25 +02:00
Jan Oberhauser
e98fa3356d
⚡ Make it possible to define read-range on SpreadsheetFile-Node
2020-10-12 11:41:34 +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
Jan Oberhauser
0f998d52b8
⚡ Remove console.log
2020-10-11 18:35:56 +02:00
Ricardo Espinoza
214b2d19ac
⚡ Improvements on AWS SES Node ( #1029 )
...
* ⚡ Improvements
* ⚡ Remove unnecessary change
2020-10-11 18:34:05 +02:00
Jan Oberhauser
edd2d39fb1
⚡ Minor improvements to ClickUp-Node
2020-10-10 19:12:19 +02:00
Ricardo Espinoza
15c0eae56d
✨ Feature/clickup timetrackingv2 ( #1010 )
...
* Add clickup time tracking v2
- fixed one typo
- extended getAssignees with task related API call
- added all V2 API calls for time tracking
- marked old API calls as deprecated
* ⚡ Improvements to #1000
* ⚡ Small improvements
* ⚡ Small fix
Co-authored-by: Andreas Sawatzki <asawatzki@evomation.de>
2020-10-10 19:11:14 +02:00
Ricardo Espinoza
c0b08c7fa6
⚡ Mindee: Add currency to simplified response ( #1014 )
2020-10-10 18:41:23 +02:00
Ricardo Espinoza
abd85ed4b0
⚡ G Suite Node - remove duplicated field ( #1037 )
2020-10-10 18:39:26 +02:00
Rob Cunning
62afc8a2fd
use existing addAdditionalFields for merging additional fields into the query string
2020-10-08 14:55:51 -06:00
Ricardo Espinoza
04cf86369d
🐛 Fix issue Pipedrive-Trigger bug #1018 ( #1021 )
2020-10-08 16:39:13 +02:00
Ricardo Espinoza
cec264f8f4
🐛 Fix clickup bug #1025 ( #1028 )
2020-10-08 16:34:57 +02:00
Jan
98486902fb
Feature/mailchimp ( #1017 )
...
* ✨ Add Campaign Resource with get all and send operation
* ✨ Add Campaign Resource with get all and send operation
* 🚧 Add Get and Delete operation
* ✨ Add Campaign resource to the mailchimp node
* ⚡ Improvements to #1015
* ⚡ Small improvement
Co-authored-by: Harshil <ghagrawal17@gmail.com>
2020-10-08 09:36:32 +02:00
Jan Oberhauser
97efc0b910
🔀 Merge branch 'master' of github.com:n8n-io/n8n
2020-10-08 09:18:42 +02:00
Tobias Schulz-Hess
52c1cfbbde
⚡ Adding a language selection to the OpenWeatherMap API ( #1023 )
2020-10-08 08:40:22 +02:00
Rob Cunning
6f229f1f47
Add additional parameters to Pipedrive notes getAll
2020-10-08 00:25:57 -06:00
ricardo
5a89eb8253
⚡ Small improvement
2020-10-07 14:21:58 -04: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
Jan Oberhauser
75feac8133
🔖 Release n8n-nodes-base@0.81.1
2020-10-06 10:20:23 +02:00
Jan Oberhauser
4fdf255dc5
⚡ Small fixes on CoinGecko-Node
2020-10-06 10:19:28 +02:00
ricardo
0f2e4d55a4
⚡ Improvements to #1015
2020-10-05 18:44:52 -04:00
Harshil
de4c0546cd
✨ Add Campaign resource to the mailchimp node
2020-10-06 00:46:44 +05:30
Jan Oberhauser
cbe0c353bf
🔖 Release n8n-nodes-base@0.81.0
2020-10-05 09:32:16 +02:00
Ricardo Espinoza
979a849940
🐛 Fix issue when uploading files via S3 ( #1011 )
2020-10-04 22:01:37 +02:00
Jan Oberhauser
a25229ace9
⚡ Minor improvements to Clockify-Node
2020-10-04 16:32:12 +02:00
Ricardo Espinoza
3a73493aeb
✨ Add Clockify Node ( #997 )
...
* Added pull.yml back after reset
* Added Clockify Entry
* Created ClockifyWriter
* ⚡ Improvements to #988
* ⚡ Improvements
* ⚡ Improvements
Co-authored-by: Ethan Sowell <ethan.sowell@dominion.solutions>
Co-authored-by: Mark Horninger <mark.horninger@dominion.solutions>
2020-10-04 16:28:05 +02:00
Jan Oberhauser
76dec013db
⚡ Small improvements on Mattermost-Node
2020-10-03 19:18:42 +02:00
Ricardo Espinoza
b328a72a22
⚡ Add user - create/invite functionality ( #1002 )
...
* ⚡ Add user - create/invite functionality
* ⚡ Improvements
2020-10-03 19:15:14 +02:00
Jan Oberhauser
fcbefe8845
⚡ Some minor fixes for GSuite Admin Node
2020-10-03 18:10:03 +02:00
Ricardo Espinoza
f58e336d5f
✨ Add GSuite Admin Node ( #992 )
...
* ✨ GSuite Admin Node
* ⚡ Improvements
2020-10-03 18:09:07 +02:00
Jan Oberhauser
ada65ebcbb
⚡ Small improvements to Mindee-Node
2020-10-03 14:09:37 +02:00
Ricardo Espinoza
419b58024a
✨ Add Mindee-Node ( #1004 )
...
* ✨ Mindee-Node
* ⚡ Improvements
2020-10-03 14:08:50 +02:00
Jan
7c51964bd2
✨ Add CoinGecko-Node
...
* Add CoinGecko node
* CoinGecko improvements and add events
* ⚡ Small improvements
* ⚡ Improvements to CoinGecko-Node
Co-authored-by: Dokime <jnau5@yahoo.com>
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
2020-10-03 11:50:57 +02:00
Harshil
49914559f5
🚧 Add Get and Delete operation
2020-10-03 05:10:10 +05:30
Harshil
016102a647
✨ Add Campaign Resource with get all and send operation
2020-10-03 04:19:53 +05:30
Harshil
ff5eb0a5ec
✨ Add Campaign Resource with get all and send operation
2020-10-03 04:15:58 +05:30
Jan Oberhauser
383ee9533f
⚡ Error if Slack-Requests fail
2020-10-02 08:50:37 +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
7f6e758306
🔖 Release n8n-nodes-base@0.80.0
2020-09-30 16:18:02 +02:00
Ricardo Espinoza
0f5bcd59c8
🐛 Fix issue #987 ( #990 )
2020-09-30 16:12:39 +02:00
Jan Oberhauser
6f576b3da9
⚡ Add Schema to Postgres-Update #996
2020-09-29 21:59:30 +02:00
Jan Oberhauser
83f6f0c844
⚡ Fix issue with some issue types on Jira
2020-09-28 14:36:32 +02:00
Jan Oberhauser
c5e14e4c2f
👕 Fix lint issue
2020-09-24 10:02:05 +02:00
Jan Oberhauser
30121a02ea
🔖 Release n8n-nodes-base@0.79.1
2020-09-23 22:22:57 +02:00
Ricardo Espinoza
3ed3ee779b
⚡ Fix issue #984 ( #985 )
2020-09-23 22:20:44 +02:00
Jan Oberhauser
c0bb416c8c
🔖 Release n8n-nodes-base@0.79.0
2020-09-23 13:25:36 +02:00
Jan Oberhauser
8ccc2e4b83
⬆️ Set n8n-core@0.47.0 and n8n-workflow@0.42.0 on n8n-nodes-base
2020-09-23 13:25:03 +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
Jan Oberhauser
ea353bbd58
🐛 Fix bug with JSON attachments on Mandrill-Node
2020-09-22 16:34:21 +02:00
Tanay Pant
f3b136abee
🔨 Add missing documentationUrl variables
2020-09-21 11:11:02 +02:00
Jan Oberhauser
9e97722c63
🐛 Fix issue with Google Sheets with non-latin Sheet names #961
2020-09-20 13:37:29 +02:00
Jan Oberhauser
2faa862ada
⚡ Auto mention users in reply tweets
2020-09-19 10:05:17 +02:00
Jan Oberhauser
ce35dd9ad5
🔖 Release n8n-nodes-base@0.78.0
2020-09-18 10:01:59 +02:00
Jan Oberhauser
e1298d8031
⬆️ Set n8n-core@0.46.0 and n8n-workflow@0.41.0 on n8n-nodes-base
2020-09-18 10:01:37 +02:00
Jan Oberhauser
28d5f22f61
⚡ Remove debug code
2020-09-18 09:57:38 +02:00
Jan Oberhauser
43396b7b9c
⚡ Minor improvements to GoogleDrive-Node
2020-09-18 09:57:05 +02:00
Ricardo Espinoza
283b40c9f5
⚡ Add share operation to Google Drive ( #968 )
2020-09-18 09:50:54 +02:00
Jan Oberhauser
ed0f701c6a
⚡ Minor improvements to ActiveCampaign-Node
2020-09-18 09:42:46 +02:00
Ricardo Espinoza
a552febab4
⚡ Feature/extended active campaign ( #928 )
...
* feat: 🎸 node/activecampaign account, tag, account contact
* feat: 🎸 node/ActiveCampaign Update an accountContact assoc
* feat: 🎸 node/activecampaign Update an account
* feat: 🎸 node/activecampaign Get an account
* feat: 🎸 node/activecampaign GetAll & Delete an account
* feat: 🎸 node/activecampaign change ID's type to number
* refactor: 💡 node/activecampaign merge getAll properties
* ⚡ Improvements to #923
* ⚡ Improvements
* ⚡ Improvements
* ⚡ Add breaking change message
Co-authored-by: Ronald Diquélou <rdiquelou@opensafepro.com>
2020-09-18 09:42:01 +02:00
Jan Oberhauser
e18d7934ad
⚡ Fix build
2020-09-18 09:18:43 +02:00
Jan Oberhauser
0ea3411f5d
⚡ Improve changes to IMAP Node
2020-09-18 08:28:32 +02:00
remoremorali
534b852fc2
⚡ Add support for custom rules when checking emails. ( #899 )
...
* Add support for custom rules when checking emails.
* Add support for custom rules when checking emails.
2020-09-18 08:27:44 +02:00
Jan Oberhauser
30cef2a408
⚡ Minor improvements to Airtable-Node
2020-09-18 07:59:10 +02:00
Sam Stewart
8221cb5d24
⚡ Add 'typecast' functionality to Airtable node ( #922 )
...
* Added 'typecast' functionality for Airtable node as offered by the official API. Minor grammatical corrections for some descriptions in the same node.
* Fixed minor issue with erroneous tabs/spaces added whilst editing
Co-authored-by: stewart-is <40069421+stewart-is@users.noreply.github.com>
2020-09-18 07:58:49 +02:00
Jan Oberhauser
e5065ce0de
⚡ Minor improvements to LinkedIn-Node
2020-09-17 23:35:07 +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
Jan Oberhauser
219a0d2560
⚡ Minor improvements to Taiga-Node
2020-09-17 23:20:27 +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
Jan Oberhauser
4192e7d3b4
⚡ Minor improvements to Twitter-Node
2020-09-17 23:03:59 +02:00
Ricardo Espinoza
ce5a043fd4
⚡ Add retweet, reply and like operations ( #964 )
2020-09-17 23:02:23 +02:00
Rupenieks
cfe3f22204
⚡ Coupon->Update returnData format fix, coupon description fix
2020-09-17 16:22:24 +02:00
Harshil Agrawal
ddf995fca1
Add S3 documentation URL ( #967 )
2020-09-17 12:56:07 +02:00
Jan Oberhauser
b90f4fb3f6
⚡ Deactivate Asana Trigger webhhook validation
2020-09-16 23:57:27 +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
Jan Oberhauser
7c54cf6ac2
⚡ Minor improvements to Wordpress-Node
2020-09-16 08:35:26 +02:00
Ricardo Espinoza
615a44726d
⚡ Add author field to post resource on WordPress Node ( #958 )
2020-09-16 08:33:59 +02:00
Jan Oberhauser
181ba3c4e2
📚 License text fix
2020-09-15 07:55:09 +02:00
Jan Oberhauser
4cfd6c726c
🔀 Merge branch 'master' of github.com:n8n-io/n8n
2020-09-14 13:42:40 +02:00
Jan Oberhauser
439785db9d
🔖 Release n8n-nodes-base@0.77.0
2020-09-14 13:37:39 +02:00
Jan Oberhauser
0d52a8ca24
⬆️ Set n8n-core@0.45.0 and n8n-workflow@0.40.0 on n8n-nodes-base
2020-09-14 13:37:14 +02:00
Tanay Pant
4e7714848f
⚡ Add documentationUrl for MQTT Trigger
2020-09-14 13:06:28 +02:00
Jan Oberhauser
c123d44e17
🐛 Fix another issue with Postmark Trigger node
2020-09-14 13:05:21 +02:00
Jan Oberhauser
acd50ab8cd
🔀 Merge branch 'master' of github.com:n8n-io/n8n
2020-09-14 13:00:12 +02:00
Jan Oberhauser
5cb1837ea9
⚡ Fix issue with Postmark Trigger node
2020-09-14 12:59:52 +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
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
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
6167e62970
⚡ Remove unnecessary GoogleSheetsOAuth scope
2020-09-11 18:03:37 +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
Jan Oberhauser
fccbd48937
⚡ Run requests in HTTP Request Node in parallel
2020-09-10 16:07:52 +02:00
smamudhan
b7d46262da
⚡ Add documentationUrls for several nodes ( #940 )
2020-09-10 09:48:02 +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
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
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
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
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
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
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
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
7c0503b403
🔖 Release n8n-nodes-base@0.74.0
2020-08-27 10:55:40 +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
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
Ricardo Espinoza
4ef9826fff
🐛 Coda bug fix ( #891 )
2020-08-26 21:24:24 +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
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
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
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
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
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
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
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
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
ricardo
833001a9e4
⚡ Improvements to ConvertKit-Trigger
2020-08-06 13:33:56 -04: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
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
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
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
4114f70027
⚡ Fixed CrateDB Update operation
2020-07-31 15:24:43 +01:00
Jean Baptiste Noblot
e863254272
👕 replace coma in semicolon when end of line ( #802 )
2020-07-30 11:35:36 +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
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
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
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
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
ricardo
98255f709e
⚡ Small improvement
2020-07-20 14:33:09 -04:00
Sven Schmidt
6573642fc1
Fixing a typo
2020-07-09 16:29:06 +02:00
Sven Schmidt
784cafffa0
Renaming a file
2020-07-09 12:17:19 +02:00
Sven Schmidt
1a785581ff
Handle preview api
2020-07-09 12:10:22 +02:00
Sven Schmidt
fa0e8c84f5
Contentful integration
2020-07-09 11:36:28 +02:00
ricardo
c6e060904e
⚡ Fix issue with OAuth2
2020-07-08 15:15:33 -04:00
Rupenieks
de7a6d6dfb
🚧 Setup
...
Added OAuth2 credentials, UI, generic functions changes
2020-07-03 11:22:39 +02:00
Erin
e209077160
✨ ConvertKit Trigger and Regular Node
2020-07-02 16:41:59 -04:00
Jan Oberhauser
6720e7593b
🔖 Release n8n-nodes-base@0.67.0
2020-07-02 07:19:57 +02:00
Jan Oberhauser
8c19b2fbae
⬆️ Set n8n-core@0.37.0 on n8n-nodes-base
2020-07-02 07:19:21 +02:00
ricardo
6c94873dfa
✨ Youtube-Node
2020-07-01 22:55:18 -04:00
ricardo
c4c5ab4c1e
⚡ small fix
2020-06-30 17:47:34 -04:00
shraddha shaligram
7d625572c1
add basic customer.io trigger
2020-06-30 13:35:31 -07:00
Jan Oberhauser
fc4ebfedca
🐛 Fix bug that fromFormat field did not get used in pre-check #712
2020-06-30 20:30:14 +02:00
Ricardo Espinoza
13f71d3af0
⚡ Improvements to Pipedrive node ( #707 )
2020-06-29 15:38:50 +02:00
Jan Oberhauser
2511597f53
🔀 Merge branch 'master' of github.com:n8n-io/n8n
2020-06-28 17:30:41 +02:00
Pablo Estevez
a6557e32dc
⚡ Add option to ignore SSL issues to Graph API node ( #703 )
2020-06-28 17:30:26 +02:00
Rupenieks
0e0f183675
Corrected Node border color
2020-06-26 13:47:24 +02:00
ricardo
9adc8ac300
⚡ Small fix
2020-06-25 23:37:26 -04:00
ricardo
11abbfc563
Merge 'master' into 'Dropbox-OAuth2-Support'
2020-06-25 23:17:47 -04:00
Ricardo Espinoza
d221f6dd97
Merge pull request #674 from n8n-io/Drift-OAuth2-support
...
Drift OAuth2 support
2020-06-25 22:30:45 -04:00
ricardo
e68f45c142
⚡ Improvements to Drift-Node
2020-06-25 22:29:04 -04:00
Ricardo Espinoza
671aea3dd7
Merge pull request #675 from n8n-io/Eventbrite-OAuth2-support
...
Eventbrite OAuth2 support & Deprecated webhook API fixed
2020-06-25 19:45:58 -04:00
ricardo
28befc1034
⚡ Improvements to Eventbrite-Trigger
2020-06-25 19:43:58 -04:00
Jan Oberhauser
ef2b477a28
🔖 Release n8n-nodes-base@0.66.0
2020-06-25 12:25:53 +02:00
Jan Oberhauser
d6b4604036
🔀 Merge branch 'NewSpotifyNode' of https://github.com/MLH-Fellowship/n8n into MLH-Fellowship-NewSpotifyNode
2020-06-25 12:08:21 +02:00
Jan Oberhauser
830e4f19b6
⚡ Minor improvements to Signl4-Node
2020-06-25 09:54:25 +02:00
ricardo
5b269b45f1
✨ SIGNL4-Node
2020-06-25 00:06:48 -04:00
Erin
5e81e02599
✨ Spotify Node
...
Co-authored-by: Ricardo Espinoza <RicardoE105@users.noreply.github.com>
2020-06-24 17:02:14 -04:00
Rupenieks
c1b4c570fd
re-added basicAuth for authentication
2020-06-24 16:02:44 +02:00
Rupenieks
737c44018a
Update DropboxOAuth2Api.credentials.ts
2020-06-24 15:49:50 +02:00
Ron
8f75087f8c
Fixed some old debug output.
2020-06-24 08:45:39 +02:00
Ron
d59658ade0
Updated for the SIGNL4 node.
2020-06-23 17:23:39 +02:00
Ron
474eac5005
Initial version.
2020-06-23 17:20:21 +02:00
Ron
c9fdf16b0b
Add files via upload
2020-06-23 17:19:17 +02:00
Ron
6a96587c50
Initial version.
2020-06-23 17:18:01 +02:00
Jan Oberhauser
4c9b0162ef
⚡ Improve parameter name
2020-06-22 21:23:50 +02:00
Ricardo Espinoza
54a670c0de
🐛 Fixes issue #651 and #652 ( #668 )
...
* 🐛 Fixes issue #651 and #652
* ⚡ Added description to username field
2020-06-20 18:11:11 +02:00
Ricardo Espinoza
3d45b67d50
🐛 Fixes issue #663 and #664
2020-06-20 18:08:30 +02:00
Ricardo Espinoza
6d7368d723
⚡ Added description and fixed issue with colors ( #686 )
2020-06-20 17:51:11 +02:00
Jan Oberhauser
d9906e1b24
📚 Text fix
2020-06-18 10:12:13 +02:00
ricardo
b4da818dbd
⚡ Fixed formatting issues on Google Calendar and MessageBird
2020-06-17 17:46:34 -04:00
ricardo
d261eb5a12
⚡ Improvements to Google Tasks node
2020-06-17 17:15:54 -04:00
shraddha shaligram
c25d62474a
fix formatting and syntax
2020-06-17 12:49:37 -07:00
shraddha shaligram
717c43b21f
minor improvements
2020-06-16 12:13:34 -07:00
shraddha shaligram
364fd5276b
small fix
2020-06-16 10:28:22 -07:00
Rupenieks
755079c360
Update EventbriteOAuth2Api.credentials.ts
2020-06-16 14:16:53 +02:00
Rupenieks
04f1f26248
Fixed deprecated API calls & Added OAuth2 support
2020-06-16 14:16:03 +02:00
Rupenieks
9a449284ae
Drift OAuth2 support
2020-06-16 11:45:47 +02:00
Rupenieks
8015c91f25
Update AcuitySchedulingTrigger.node.ts
2020-06-16 09:29:46 +02:00
Rupenieks
e5683a90ab
OAuth2 support
2020-06-16 09:27:47 +02:00
ricardo
346ae8efc9
⚡ Improvements to Webflow-Node
2020-06-15 20:31:18 -04:00
ricardo
cd2dac7675
⚡ Small fix
2020-06-15 20:27:16 -04:00
ricardo
65dab5b748
Merge 'master' into 'Webflow-OAuth2-support'
2020-06-15 20:26:28 -04:00
shraddha shaligram
8b00dd0b8c
change icon
2020-06-15 16:04:45 -07:00
shraddha shaligram
136596f465
add Google tasks API
2020-06-15 15:47:44 -07:00
ricardo
acfc4fc39d
⚡ Improvements to PagerDuty-Node
2020-06-14 21:39:30 -04:00
ricardo
7682fd79e6
⚡ Small fix
2020-06-14 21:36:56 -04:00
ricardo
5f012906f3
Merge 'Master' into 'PagerDuty-OAuth2-support'
2020-06-14 21:35:51 -04:00
ricardo
c4bbb961a2
⚡ Improvements to Typeform-Node
2020-06-14 19:31:45 -04:00
ricardo
a8a2260c58
⚡ Small fix
2020-06-14 19:30:05 -04:00
ricardo
096f42a2e5
Merge 'master' into 'Typeform-OAuth2-support''
2020-06-14 19:19:07 -04:00
ricardo
2ef5c8c836
⚡ Small improvement
2020-06-14 18:19:35 -04:00
ricardo
8d778bf06e
⚡ Improvements to Zendesk-Node
2020-06-14 18:04:38 -04:00
ricardo
15a9ff25c4
⚡ Small improvement
2020-06-14 17:47:28 -04:00
ricardo
f1ae718549
Merge 'master' into 'Zendesk-OAuth2-support'
2020-06-14 17:46:52 -04:00
ricardo
0f6b82249b
⚡ Improvements to SurveyMonkey-Node
2020-06-14 16:30:24 -04:00
ricardo
8f15c93e43
⚡ Small fix
2020-06-14 16:27:28 -04:00
ricardo
63e55e0774
Merge 'master' into 'SurveyMonkey-OAuth2-support''
2020-06-14 16:24:31 -04:00
ricardo
e859b27a89
⚡ Improvements to Mailchimp-Node
2020-06-13 22:37:03 -04:00
ricardo
a23b0e6f9c
⚡ Small fix
2020-06-13 22:31:01 -04:00
ricardo
9830ba44a7
Merge 'master' into 'Mailchimp-OAuth2-Support'
2020-06-13 22:18:41 -04:00
ricardo
bc4d407c44
✨ Improvements to Hubspot-Node
2020-06-13 19:48:41 -04:00
Ricardo Espinoza
e2490ad5a3
Merge pull request #633 from n8n-io/Hubspot-OAuth2-support
...
Hubspot OAuth2 support
2020-06-13 19:37:39 -04:00
ricardo
d4228b8cfc
Merge branch 'master' into 'Hubsport-OAuth2-support'
2020-06-13 19:35:29 -04:00
Jan Oberhauser
1cfdccc311
🔖 Release n8n-nodes-base@0.65.0
2020-06-13 20:31:57 +02:00
Jan Oberhauser
2af04e775d
⚡ Add delete option to MongoDb-Node
2020-06-13 19:22:49 +02:00
Jan Oberhauser
0af237e5b1
⚡ Some minor improvements to Monday.com-Node
2020-06-13 17:46:13 +02:00
Jan Oberhauser
50c22dab5c
🔀 Merge branch 'master' of https://github.com/Robarelli/n8n into Robarelli-master
2020-06-13 17:10:51 +02:00
Jan Oberhauser
81a29ff16d
⚡ Fix issue with some parameters returning strings
2020-06-13 16:44:49 +02:00
Jan Oberhauser
8d8d9f256f
⚡ Add OAuth2 support to Mautic-Trigger Node
2020-06-13 16:43:37 +02:00
Jan Oberhauser
5430a72209
🔀 Merge branch 'feature/mautic-node' of https://github.com/RicardoE105/n8n into RicardoE105-feature/mautic-node
2020-06-13 16:42:37 +02:00
Jan Oberhauser
094614508d
⚡ Some minor improvements
2020-06-13 13:47:49 +02:00
Jan Oberhauser
fbfdd7ceb5
🔀 Merge branch 'feature/twitter' of https://github.com/RicardoE105/n8n into RicardoE105-feature/twitter
2020-06-13 13:34:44 +02:00
Jan Oberhauser
2bddf55d4f
🐛 Fix issue that it always used data of first item
2020-06-12 21:12:21 +02:00
Jan Oberhauser
6a3f075612
🐛 Fix bug with parameter being a string
2020-06-12 10:30:22 +02:00
Jan Oberhauser
09862d602e
⚡ Minor improvements to MessageBird-Node
2020-06-12 09:39:56 +02:00
ricardo
edd4c7a82f
⚡ Small improvements to MessageBird node
2020-06-11 20:40:58 -04:00
shraddha shaligram
677ffec6f9
add messagebird API
...
improve code readability
fixed a minor error
2020-06-11 15:57:32 -07:00
ricardo
ca32d21f86
⚡ Mautic extended
2020-06-10 17:37:08 -04:00
Rupenieks
d614483828
trigger node fix
2020-06-10 12:57:13 +02:00
Rupenieks
9983ed6f8f
OAuth2: credentials, genericFunctions, UI
2020-06-10 12:48:21 +02:00
Jan Oberhauser
60fa44722d
⚡ Remove not working and not possible option from Github-Node
2020-06-10 11:46:12 +02:00
Rupenieks
934a4f16d1
Update TypeformOAuth2Api.credentials.ts
2020-06-10 09:51:12 +02:00
Rupenieks
68f9dd1560
OAuth2 support
2020-06-10 09:50:50 +02:00
ricardo
a3d417454a
Merge branch 'master' of https://github.com/n8n-io/n8n
2020-06-09 17:37:18 -04:00
Jan Oberhauser
751d6934d7
🔖 Release n8n-nodes-base@0.64.1
2020-06-09 23:05:51 +02:00
Jan Oberhauser
ca70b5a987
🔀 Merge branch 'master' of github.com:n8n-io/n8n
2020-06-09 22:50:15 +02:00
Erin McNulty
62c8356566
🔀 Fix Github Trigger node and add OAuth support ( #643 )
...
* Fixed bug with small name change in credentials
* Deleted Excess Commented Code
* Changed the code to give user options
2020-06-09 22:50:09 +02:00
Rupenieks
5bce911b0f
Added OAuth2 UI for trigger
2020-06-09 15:53:17 +02:00
Rupenieks
48765b7db6
OAuth2 support
2020-06-09 15:48:40 +02:00
Rupenieks
bdad41f4e8
OAuth2 support, changed url to subdomain in credentials
2020-06-09 14:00:41 +02:00
ricardo
918fba81cc
⚡ Improve error message
2020-06-08 16:13:17 -04:00
ricardo
8ee60e471b
Merge branch 'master' of https://github.com/n8n-io/n8n
2020-06-08 12:15:18 -04:00
Rupenieks
ddb48dc9db
Credentials, oauth2 supported genericfunctions, oauth2 UI mod
2020-06-08 17:50:18 +02:00
Rupenieks
46147e0d97
OAuth2 credentials, genericFunctions modded, oauth2 ui changes
2020-06-08 16:58:32 +02:00
Rupenieks
3f9bdd2e41
OAuth2 support
2020-06-08 14:40:23 +02:00
Jan Oberhauser
768163a0b6
🔖 Release n8n-nodes-base@0.64.0
2020-06-08 10:53:04 +02:00
Jan Oberhauser
c3d2f1f5ea
⬆️ Set n8n-core@0.36.0 on n8n-nodes-base
2020-06-08 10:52:24 +02:00
Jan Oberhauser
177c6f65eb
⚡ Remove no longer needed OAuth-Test-Files
2020-06-08 09:02:32 +02:00
Robarelli
8e86443bdb
Add MondayCom option to add updates to an item. Make options alphabetical.
2020-06-08 00:13:31 -06:00
Robarelli
d2e738b5c7
Add MondayCom options for changing column values
2020-06-07 23:34:10 -06:00
Jan Oberhauser
709de6fd5f
⚡ Some small improvements to Twitter-Node
2020-06-08 00:54:45 +02:00
Jan Oberhauser
c0b7a84734
🔀 Merge branch 'feature/twitte-update' of https://github.com/RicardoE105/n8n into RicardoE105-feature/twitte-update
2020-06-08 00:37:28 +02:00
ricardo
5e93b37c6e
⚡ Improvements
2020-06-07 17:29:29 -04:00
ricardo
d3829c90c2
⚡ Google Drive OAuth2 support
2020-06-06 14:57:49 -04:00
Jan Oberhauser
e0a8bf1bd5
🔖 Release n8n-nodes-base@0.63.1
2020-06-04 17:47:19 +02:00
Jan Oberhauser
381caa5103
🐛 Fix typo
2020-06-04 17:46:43 +02:00
Rupenieks
b70cbe58ce
Removed logging
2020-06-04 17:17:15 +02:00
Rupenieks
95d0eb6313
Reverted "prettier" styling
2020-06-04 17:16:33 +02:00
Jan Oberhauser
14cd01557d
🔖 Release n8n-nodes-base@0.63.0
2020-06-04 17:09:21 +02:00
Jan Oberhauser
d2d3316efc
⬆️ Set n8n-core@0.35.0 and n8n-workflow@0.32.0 on n8n-nodes-base
2020-06-04 17:08:55 +02:00
Jan Oberhauser
1c683fec69
🐛 Fix issue that ReadPdf does not lose binary data
2020-06-04 16:58:45 +02:00
Jan Oberhauser
c383853423
⚡ Small improvement to Twitter-Node
2020-06-04 16:55:24 +02:00
Rupenieks
0ab6a70fa1
Mailchimp OAuth2 support
2020-06-04 15:54:39 +02:00
Jan Oberhauser
f9b3cced5c
🔀 Merge branch 'master' into oauth-support
2020-06-04 09:44:21 +02:00
Ricardo Espinoza
dc6cf5b9a7
Merge branch 'master' into Dropbox-OAuth2-Support
2020-06-03 17:08:48 -04:00
Rupenieks
263ebb0fc1
Credentials, functionality
2020-06-03 16:24:17 +02:00
Jan Oberhauser
a1da8425e4
🐛 Fix operationName bug in GraphQL-Node
2020-06-03 15:25:43 +02:00
Jan Oberhauser
e3a6064196
⚡ Small changes to Twitter-Node
2020-06-03 15:06:13 +02:00
ALEXANDER MA COTE
ffeb2f8b62
⚡ Fix Switch Node description ( #611 )
2020-06-02 23:24:01 +02:00
ricardo
d17d18ceb6
⚡ small fix
2020-06-01 20:51:36 -04:00
ricardo
098b05e370
Merge branch 'oauth-support' into feature/oauth1-support
2020-06-01 20:48:34 -04:00
ricardo
af3d799e5c
✨ Oauth1 support and Twitter node
2020-06-01 20:42:44 -04:00
Jan Oberhauser
4684e32375
🔀 Merge branch 'master' into oauth-support
2020-05-31 19:38:30 +02:00
Jan Oberhauser
a6add045bd
⚡ Fix some minor issues with OAuth2
2020-05-31 19:24:14 +02:00
Jan Oberhauser
e51f4561d3
🔀 Merge branch 'feature/google-sheets-oauth' of https://github.com/RicardoE105/n8n into RicardoE105-feature/google-sheets-oauth
2020-05-31 12:59:19 +02:00
Jan Oberhauser
606a5fa98f
⚡ Fix some issues with Zulip
2020-05-31 11:15:45 +02:00
Jan Oberhauser
e320ace9a0
🔀 Merge branch 'master' into Improve-Zulip-Node
2020-05-31 10:59:37 +02:00
ricardo
bf02ae4f57
✨ Added OAuth2 support
2020-05-30 15:09:10 -04:00
Jan Oberhauser
ce3bf5ed2e
🔀 Merge branch 'master' into oauth-support
2020-05-27 14:04:39 +02:00
Jan Oberhauser
d201cc3dd7
⚡ Make it possible to change output image format, quality and name
2020-05-27 00:43:19 +02:00
Jan Oberhauser
f9db4bb501
⚡ Fix Trello Trigger Node
2020-05-25 11:40:36 +02:00
Rupenieks
b600e5b094
missing defaults added to fixedCollection
2020-05-25 09:38:10 +02:00
Rupenieks
bb2f1ecd00
Subscriptions now front view
2020-05-25 09:36:47 +02:00
Rupenieks
4ec8a2b44c
Fixed duplicated response Data
2020-05-25 09:24:07 +02:00
Rupenieks
e3bc4b9052
User / Stream update fix
2020-05-25 09:19:06 +02:00
Jan Oberhauser
f1f09d4a03
🔀 Merge branch 'master' into oauth-support
2020-05-24 20:37:59 +02:00
Jan Oberhauser
b445eafccd
⚡ Fix some issues with Zulip
2020-05-23 00:59:40 +02:00
Jan Oberhauser
5e4fde6c6a
🔀 Merge branch 'master' into Improve-Zulip-Node
2020-05-22 23:13:27 +02:00
Ricardo Espinoza
ab1dcf64b9
🔀 Feature/mattermost extended ( #588 )
2020-05-22 23:10:52 +02:00
Jan Oberhauser
c03a7d12a1
⚡ Minor fix to Mailchimp-Node
2020-05-22 21:44:39 +02:00
Jan Oberhauser
194d2bdacd
🔀 Merge branch 'feature/extended-mailchimp' of https://github.com/RicardoE105/n8n into RicardoE105-feature/extended-mailchimp
2020-05-22 21:23:56 +02:00
Jan Oberhauser
c0dfaed4d0
⚡ Fix some minor issue in AgileCRM
2020-05-22 21:17:27 +02:00
ricardo
c6788eed20
⚡ Mailchimp improvements
2020-05-22 09:47:53 -04:00
Rupenieks
69ba22fc9b
Credentials Subdomain
2020-05-22 10:22:00 +02:00
Rupenieks
f9c5689d45
Removed redundant unterface, added comment
2020-05-19 17:45:39 +02:00
Rupenieks
9f22a64304
Options alphabetical sort
2020-05-19 17:40:17 +02:00
Rupenieks
17b6872bc0
Modified returnData display logic, fixed subscription/principal data packing
2020-05-19 17:36:45 +02:00
Rupenieks
011c78ad8e
user interface, user data handling logic
2020-05-19 15:45:30 +02:00
Rupenieks
110f368bca
stream interface, data handling logic
2020-05-19 15:19:35 +02:00
Rupenieks
6e0a8a143a
User and Stream descriptions
2020-05-19 13:47:21 +02:00
Jan Oberhauser
718929cb3b
🐛 Fix issue with wronlgy defined paramter for Google Drive
2020-05-17 10:45:55 +02:00
Jan Oberhauser
97cf7da6c3
🔀 Merge branch 'master' into oauth-support
2020-05-16 11:26:21 +02:00
Jan Oberhauser
a68336ac76
🔖 Release n8n-nodes-base@0.62.1
2020-05-15 20:31:31 +02:00
Jan Oberhauser
60854a1365
💥 Fix also FlowTrigger node name
2020-05-15 20:30:44 +02:00
Jan Oberhauser
a0564e649f
🔀 Merge branch 'master' into oauth-support
2020-05-12 22:54:03 +02:00
Jan Oberhauser
7be6157f5b
🔖 Release n8n-nodes-base@0.62.0
2020-05-12 16:28:23 +02:00
Jan Oberhauser
2b3746ea8b
⬆️ Set n8n-core@0.34.0 and n8n-workflow@0.31.0 on n8n-nodes-base
2020-05-12 16:27:50 +02:00
Jan Oberhauser
5123f2bf71
💥 Fix one more node name
2020-05-12 16:26:51 +02:00
Jan Oberhauser
b187aa49c4
💥 Fix some more node names
2020-05-12 15:45:41 +02:00
Jan Oberhauser
9c66a652fc
💥 Fix node names
2020-05-12 15:08:19 +02:00
Jan Oberhauser
147c50485c
🔀 Merge branch 'master' into oauth-support
2020-05-12 01:56:27 +02:00
Jan Oberhauser
f982854245
⚡ Fix indentation on Stripe-Trigger Node
2020-05-12 00:06:51 +02:00
Jan Oberhauser
aef5062ac9
🔀 Merge branch 'AgileCrm-Integration'
2020-05-11 20:22:58 +02:00
Jan Oberhauser
7b4980690f
⚡ Improve AgileCrm-Node
2020-05-11 20:22:31 +02:00
Rupenieks
e627a0399c
🔀 Npm package updates ( #554 )
...
* Update package.json
* Replace-In-File & change-case update fixes
* tslint to 6.1.2
* nodemailer 6.4.6, googeaplis 50.0.0
* tslint 7.0.1
* package updates
2020-05-08 18:07:34 +02:00
Jan Oberhauser
eea5f3775f
⚡ Fix typo
2020-05-08 14:46:38 +02:00
Jan Oberhauser
e09a4b91ad
🐛 Fix display of errors for rocket.chat
2020-05-08 09:24:33 +02:00
Jan Oberhauser
aae4ceee34
🔀 Merge branch 'feature/slack-extended' of https://github.com/RicardoE105/n8n into RicardoE105-feature/slack-extended
2020-05-07 00:47:07 +02:00
Jan Oberhauser
12b93a5b52
⚡ Small improvements to Bannerbear-Node
2020-05-07 00:44:39 +02:00
Rupenieks
f66ed93b0a
Alphabetically sorted options/properties
2020-05-06 13:01:52 +02:00
Rupenieks
4e35a375ac
removed eslint file, removed empty lines
2020-05-06 12:19:22 +02:00
Rupenieks
0f86c59bf2
removed useless keys
2020-05-06 11:58:46 +02:00
Jan Oberhauser
adae987d46
🔀 Merge branch 'feature/bannerbear-extended' of https://github.com/RicardoE105/n8n into RicardoE105-feature/bannerbear-extended
2020-05-06 11:09:11 +02:00
Jan Oberhauser
285a725473
🔀 Merge branch 'master' of github.com:n8n-io/n8n
2020-05-06 10:30:34 +02:00
Jan Oberhauser
0db2023027
⚡ Minor improvements to Mattermost-Node
2020-05-06 10:29:09 +02:00
Rupenieks
7c4a588b70
EsLint changes
2020-05-06 10:27:01 +02:00
Jan
a2666faedb
🔀 Merge pull request #546 from pestevez/feature/update-graph-api-versions
...
Update Facebook Graph API versions
2020-05-06 10:04:36 +02:00
Pablo Estevez
9833dcc77c
Update Facebook Graph API versions
2020-05-05 21:50:12 -04:00
ricardo
0f7b95a703
⚡ Improvements
2020-05-05 20:50:07 -04:00
ricardo
b95a7e8ee8
⚡ improvements
2020-05-05 19:36:12 -04:00
Jan Oberhauser
a80af661cc
🔀 Merge branch 'MyCupOfTeaOo-master'
2020-05-05 22:57:36 +02:00
Jan Oberhauser
79a09c98a7
⚡ Minor improvements to Jira-Node
2020-05-05 22:56:24 +02:00
ricardo
2d3f02e32c
⚡ added interactive messages (buttons)
2020-05-05 13:22:08 -04:00
Rupenieks
08220195a2
Deal Get / Getall / Delete / update / create
2020-05-05 17:44:02 +02:00
Jan
505804d609
🔀 Merge pull request #543 from bberenberg/copy-improvements
...
Improved copy for Wait mode in Merge Node
2020-05-05 17:36:54 +02:00
Rupenieks
b2b6656d8d
Deal frontend
2020-05-05 16:03:53 +02:00
Jan Oberhauser
adff086ea2
⚡ Fix issue with dot-notation on redis node
2020-05-05 15:52:47 +02:00
Boris Berenberg
a9572ce388
Update Merge node to remove colloquism and jargon
2020-05-05 09:27:04 -04:00
Rupenieks
5ecefd777d
Company get / getAll / create / update
2020-05-05 13:59:45 +02:00
Rupenieks
3d11b52c63
Removed intentional fail url
2020-05-05 11:10:27 +02:00
Rupenieks
a5821bdd14
Contact update
2020-05-05 11:08:30 +02:00
zou wendi
e4cc3a4bc9
features: support jira self-hosted server
2020-05-05 12:07:19 +08:00
zou wendi
2bed4a6246
Merge branch 'master' of github.com:n8n-io/n8n
2020-05-05 09:44:21 +08:00
Boris Berenberg
c221054769
Improved copy for Wait mode in Merge Node
2020-05-04 21:10:11 -04:00
Jan Oberhauser
98ac9d93bc
⚡ Fix loading of projects for hosted Jira
2020-05-04 19:35:02 +02:00
Rupenieks
e17df72dc6
Contact Delete
2020-05-04 15:14:22 +02:00
Jan Oberhauser
516a4e7b54
🔖 Release n8n-nodes-base@0.61.0
2020-05-04 09:05:54 +02:00
Jan Oberhauser
f6e821d122
⬆️ Set n8n-core@0.33.0 and n8n-workflow@0.30.0 on n8n-nodes-base
2020-05-04 09:05:14 +02:00
Daniel Schäfer
c2b1d28072
Fix typo
2020-05-03 12:28:15 +02:00
Jan Oberhauser
a253192b0c
📝 Change licensor
2020-05-02 23:17:34 +02:00
Rupenieks
dce70ad5c7
GetAll Limit default value
2020-05-02 20:12:11 +02:00
Rupenieks
93efb17c10
Simplified field insertion for users, added all create contact functionality
2020-05-02 20:06:49 +02:00
Jan Oberhauser
cb7d4d86d4
⚡ Optimize Facebook icon
2020-05-02 19:21:53 +02:00
Jan Oberhauser
ee80173b23
🔀 Merge branch 'sms77io-master'
2020-05-02 19:06:58 +02:00
Jan Oberhauser
ae853ce602
⚡ Small changes to Sms77 node
2020-05-02 19:05:43 +02:00
Jan Oberhauser
7258f25211
🔀 Merge branch 'pestevez-feature/graph-api-request-node'
2020-05-02 17:57:40 +02:00
Jan Oberhauser
4f83d29afe
⚡ Small changes to FacebookGraphAPI-Node
2020-05-02 16:54:21 +02:00
Rupenieks
aca8441164
Fixed GET method 400 response
2020-05-02 13:59:17 +02:00
Jan Oberhauser
c0c281995a
🔀 Merge branch 'feature/graph-api-request-node' of https://github.com/pestevez/n8n into pestevez-feature/graph-api-request-node
2020-05-02 13:10:00 +02:00
Jan Oberhauser
58d0cda0bf
🔀 Merge branch 'master' of https://github.com/sms77io/n8n into sms77io-master
2020-05-02 12:36:35 +02:00
Jan Oberhauser
a0ef209752
🔀 Merge branch 'surveymonkey-dev'
2020-05-02 12:32:00 +02:00
Jan Oberhauser
0b438e2738
⚡ Small fixes
2020-05-02 12:30:23 +02:00
Jan Oberhauser
7eec8ee186
🔀 Merge branch 'feature/survey-monkey' of https://github.com/RicardoE105/n8n into RicardoE105-feature/survey-monkey
2020-05-02 11:57:27 +02:00
zou wendi
5228b7effd
add if branch statement for jira fields.assignee
2020-05-02 11:08:39 +08:00
ricardo
cb476069bd
⚡ Improvements
2020-05-01 19:46:14 -04:00
Jan Oberhauser
384efade9f
⚡ Small improvements to Mongo connection string support
2020-05-01 20:24:20 +02:00
Jan Oberhauser
eb1213248e
🔀 Merge branch 'mongodb_updates' of https://github.com/clonardo/n8n into clonardo-mongodb_updates
2020-05-01 18:56:48 +02:00
Jan Oberhauser
88b904fd1c
⚡ Add moment manually with old version to not use their broke
...
version
2020-05-01 18:27:38 +02:00
Rupenieks
9ac9ff3557
node setup
2020-04-30 14:03:36 +02:00
zou wendi
9fe1ca9696
fix jiraSoftwareCloud fields.assignee
2020-04-30 17:14:43 +08:00
Pablo Estevez
dd91a2c3ae
Add Facebook Graph API node
2020-04-29 22:01:23 -04:00
Jan Oberhauser
976e02efcc
➕ Add missing dependency
2020-04-30 00:49:10 +02:00
Jan Oberhauser
0d3b2691dc
🔖 Release n8n-nodes-base@0.60.0
2020-04-30 00:15:00 +02:00
ricardo
8e138ddf2d
⚡ added compression option
2020-04-29 16:12:16 -05:00
Jan Oberhauser
73edcdcbc4
⚡ Fix issue with Asana Trigger Node #531
2020-04-29 19:41:56 +02:00
André
263ccb1d5e
added node sms77
2020-04-29 18:44:09 +02:00
Jan Oberhauser
1f4cf08012
🐛 Fix Webhook multipart/form bug #522
2020-04-28 00:24:17 +02:00
Jan Oberhauser
030e79b560
🔖 Release n8n-nodes-base@0.59.0
2020-04-27 08:22:15 +02:00
Jan Oberhauser
e04a283c2c
⬆️ Set n8n-core@0.32.0 and n8n-workflow@0.29.0 on n8n-nodes-base
2020-04-27 08:21:50 +02:00
Jan Oberhauser
b0de2a94fc
⚡ Improvements to SurveyMonkey
2020-04-27 01:06:51 +02:00
Jan Oberhauser
9ca21f2e52
🔀 Merge branch 'feature/survey-monkey' of https://github.com/RicardoE105/n8n into RicardoE105-feature/survey-monkey
2020-04-26 23:14:42 +02:00
Jan Oberhauser
f60c802b19
⚡ Small fixes like image optimization
2020-04-26 23:12:51 +02:00
ricardo
413edbefda
✨ Bannerbear Node
2020-04-26 14:56:50 -05:00
ricardo
d57d457148
✨ SurveyMonkey trigger
2020-04-26 12:51:27 -05:00
Davide Cavestro
db2329b26c
Webhook: allow setting generic response-headers
2020-04-26 11:01:20 +02:00
Jan Oberhauser
cb8322ca98
⚡ Change node-name
2020-04-24 10:14:40 +02:00
Jan Oberhauser
56e3c621b3
🔀 Merge branch 'feature/shopify-node' of https://github.com/RicardoE105/n8n into RicardoE105-feature/shopify-node
2020-04-24 09:59:22 +02:00
Jan
b5b5ae16e5
🔀 Merge pull request #513 from RicardoE105/feature/mandrill-node
...
🐛 Was not returning the results correctly
2020-04-24 09:56:48 +02:00
Jan Oberhauser
f8869f85e8
⚡ Small improvements to Jira-Node
2020-04-24 09:50:56 +02:00
Jan Oberhauser
57d296d30a
🔀 Merge branch 'feature/jira' of https://github.com/RicardoE105/n8n into RicardoE105-feature/jira
2020-04-24 08:39:08 +02:00
Jan
722cb32aaf
🔀 Merge pull request #511 from RicardoE105/feature/mattermost
...
⚡ Added get users by email
2020-04-24 08:38:01 +02:00
ricardo
fad5d5e808
⚡ Added get users by email
2020-04-24 01:14:32 -05:00
ricardo
fad71496e5
🐛 Was not returning the results correctly
2020-04-24 01:06:27 -05:00
ricardo
e19db703ce
⚡ Added update status to issues
2020-04-24 00:59:19 -05:00
ricardo
b6e2ae7706
⚡ Added get user by id
2020-04-23 23:38:19 -05:00
ricardo
2845f99736
✨ Shopify node
2020-04-23 19:57:01 -05:00
Jan Oberhauser
052e54fdbc
🔖 Release n8n-nodes-base@0.58.0
2020-04-22 23:56:50 +02:00
Jan
a270beba99
🔀 Merge pull request #503 from RicardoE105/feature/clockify-node
...
🐛 fixes issue with end parameter
2020-04-22 22:28:34 +02:00
ricardo
0cc4e478be
🐛 fixes issue with end parameter
2020-04-22 13:42:58 -05:00
Jan
95b6366578
🔀 Merge pull request #501 from RicardoE105/feature/mattermost-node
...
⚡ Mattermost improvements
2020-04-22 19:48:22 +02:00
Jan
bbf84cafac
🔀 Merge pull request #502 from RicardoE105/feature/aws-s3
...
🐛 fixes bug with additional fields
2020-04-22 19:38:44 +02:00
ricardo
dcaed7eee3
🐛 fixes bug with additional fields
2020-04-22 12:22:41 -05:00
ricardo
3596807630
⚡ Mattermost improvements
2020-04-22 12:09:04 -05:00
Jan Oberhauser
b24537b4a9
⚡ Change one default value
2020-04-22 11:20:26 +02:00
Jan Oberhauser
2a8732c0f0
🔀 Merge branch 'feature/aws-s3' of https://github.com/RicardoE105/n8n into RicardoE105-feature/aws-s3
2020-04-22 10:11:03 +02:00
Jan Oberhauser
934340d59f
⚡ Further simplified ClickUp-Dependency
2020-04-22 10:05:45 +02:00
ricardo
bedc7f88e4
⚡ Small improvements
2020-04-21 23:13:30 -05:00
ricardo
75b829f8ae
⚡ small improvements
2020-04-21 20:12:20 -05:00
Jan
b395ac0686
🔀 Merge pull request #491 from RicardoE105/feature/extedend-clickup
...
⚡ Extended ClickUp
2020-04-22 01:08:29 +02:00
ricardo
86ab14088b
⚡ Updated names to keep backward compatibility
2020-04-20 23:57:50 -05:00
ricardo
ed52b67329
⚡ improvements
2020-04-20 19:33:38 -05:00
ricardo
bfbc4df555
⚡ Small fix
2020-04-20 14:22:30 -05:00
Jan Oberhauser
fa8c7787a0
⚡ Fix an issue with S3-Node
2020-04-20 20:44:22 +02:00
Jan Oberhauser
aa949dd11f
🔀 Merge branch 'feature/aws-s3' of https://github.com/RicardoE105/n8n into RicardoE105-feature/aws-s3
2020-04-20 20:19:08 +02:00
ricardo
ad4a4c1e59
⚡ Use xml2js to create xml
2020-04-20 12:14:13 -05:00
ricardo
1019f03154
⚡ Extended ClickUp
2020-04-20 09:36:08 -05:00
Jan Oberhauser
a91e8ba824
🔀 Merge branch 'feature/aws-s3' of https://github.com/RicardoE105/n8n
2020-04-20 09:26:52 +02:00
Jan Oberhauser
6cc1c771ea
⚡ Small improvements to Hubspot-Node
2020-04-20 09:22:31 +02:00
Jan Oberhauser
1484427a59
🔀 Merge branch 'feature/hubspot-improvements' of https://github.com/RicardoE105/n8n into RicardoE105-feature/hubspot-improvements
2020-04-20 08:46:32 +02:00
Jan Oberhauser
df9047b2c8
👕 Fix lint issue
2020-04-19 18:43:45 +02:00
ricardo
000921b796
✨ Extended Hubspot
2020-04-17 17:42:49 -04:00
ricardo
611c79204c
✨ AWS S3 Integration
2020-04-15 18:42:43 -04:00
Jan Oberhauser
9816a3a711
⚡ Fix titleCase -> capitalCase
2020-04-14 21:07:53 +02:00
Jan Oberhauser
90fe5113a0
🔀 Merge branch 'master' into oauth-support
2020-04-14 20:54:19 +02:00
Jan Oberhauser
7ab616f6bc
⚡ Small improvement to Mattermost-Node
2020-04-14 19:17:55 +02:00
Jan Oberhauser
f602f0022c
⚡ Add support for Mattermost interactive message "select"
2020-04-14 18:23:43 +02:00
Jan Oberhauser
ac3e901031
⚡ Fixed indentation and ordered parameters correctly
2020-04-14 17:46:56 +02:00
Jan Oberhauser
1eef2c5641
🔀 Merge branch 'Mattermostintegration-update' of https://github.com/milekz/n8n into milekz-Mattermostintegration-update
2020-04-14 17:11:49 +02:00
Jan Oberhauser
524a8e62c9
⚡ Add xlsx format to Spreadsheet-Node
2020-04-14 15:38:15 +02:00
Miłosz Szewczak
031827e315
add 2001
2020-04-13 23:14:16 +02:00
Miłosz Szewczak
cc52ed596e
add2010
2020-04-13 22:37:41 +02:00
Jan Oberhauser
ec5bb5d68b
🔖 Release n8n-nodes-base@0.57.1
2020-04-13 22:18:26 +02:00
Jan Oberhauser
fd185671db
🐛 Fix sending none JSON data bug
2020-04-13 22:17:23 +02:00
Jan Oberhauser
e3c91d6cf2
🔖 Release n8n-nodes-base@0.57.0
2020-04-13 17:26:42 +02:00
Jan Oberhauser
142f3363f0
⬆️ Set n8n-core@0.31.0 and n8n-workflow@0.28.0 on n8n-nodes-base
2020-04-13 17:26:04 +02:00
Jan
44a2c2377a
🔀 Merge pull request #477 from RicardoE105/feature/spritesheet-file-node
...
🐛 mismatch between file extension and format
2020-04-13 17:21:13 +02:00
ricardo
0bdb857767
🐛 mismatch between file extension and format
2020-04-13 11:14:14 -04:00
Jan Oberhauser
4ad009214e
⚡ Change evaluateExpression -> $evaluateExpression
2020-04-13 16:51:04 +02:00
Miłosz Szewczak
bf01944f0d
add305
2020-04-13 10:54:34 +02:00
Miłosz Szewczak
176bda1999
add301
2020-04-12 23:47:25 +02:00
Miłosz Szewczak
32c52b6ae8
add300
2020-04-12 23:23:58 +02:00
Miłosz Szewczak
8c363d1144
add150
2020-04-12 21:58:08 +02:00
Miłosz Szewczak
8bc30b2ab4
add 131
2020-04-12 21:21:48 +02:00
Miłosz Szewczak
fe033dd08c
add130
2020-04-12 20:52:37 +02:00
Miłosz Szewczak
9aa75db1f2
add128
2020-04-12 20:32:47 +02:00
Jan Oberhauser
dc5ffe4118
🔖 Release n8n-nodes-base@0.56.0
2020-04-12 20:10:28 +02:00
Jan Oberhauser
22737bceb9
⬆️ Set n8n-core@0.30.0 and n8n-workflow@0.27.0 on n8n-nodes-base
2020-04-12 20:09:05 +02:00
Miłosz Szewczak
640db18ab6
a126
2020-04-12 19:12:11 +02:00
Miłosz Szewczak
2de3249cfb
add125
2020-04-12 18:59:52 +02:00
Miłosz Szewczak
e616ab236c
add121
2020-04-12 18:48:01 +02:00
ricardo
d9864ad8c2
🐛 Crashes when property value is null
2020-04-12 11:58:49 -04:00
Jan Oberhauser
ef26a4bfe5
⚡ Small improvement to Cockpit-Node
2020-04-12 13:10:03 +02:00
Miłosz Szewczak
22aac3fe79
a120
2020-04-12 01:00:14 +02:00
Miłosz Szewczak
fef33ce9e7
add107
2020-04-12 00:38:02 +02:00
Miłosz Szewczak
b7e4a12106
add106
2020-04-12 00:16:40 +02:00
Miłosz Szewczak
f26b262d3a
add105
2020-04-12 00:15:30 +02:00
Miłosz Szewczak
c3ee82fffd
a103
2020-04-11 23:47:00 +02:00
Miłosz Szewczak
45700e4768
a102a
2020-04-11 23:00:04 +02:00
Miłosz Szewczak
69b4cc179e
a102
2020-04-11 22:59:39 +02:00
Miłosz Szewczak
16082c6231
add101
2020-04-11 22:43:35 +02:00
Miłosz Szewczak
deae29647a
a13 clean
2020-04-11 20:59:33 +02:00
Miłosz Szewczak
101b884a2c
add11
2020-04-11 20:55:12 +02:00
Krzysztof Janda
532b9a9294
Simplify convert method
2020-04-11 20:30:28 +02:00
Krzysztof Janda
294a9ea599
Add new fields to the node
2020-04-11 20:26:15 +02:00
Krzysztof Janda
5d2f2ff493
Add method to create data from parameters
2020-04-11 20:25:20 +02:00
Krzysztof Janda
348afdaf5c
Add data fields to forms
2020-04-11 20:24:58 +02:00
Krzysztof Janda
fe3cca5344
Add data fields to collections
2020-04-11 20:24:51 +02:00
Krzysztof Janda
c99910750f
Simplify if condition
2020-04-11 17:07:14 +02:00
Krzysztof Janda
be62e94051
Fix default resource value
2020-04-11 17:06:57 +02:00
Jan Oberhauser
8e190d24a5
⚡ Small improvement to Zendesk-Node
2020-04-11 14:56:25 +02:00
Miłosz Szewczak
0ef256ca48
add10a
2020-04-11 14:00:30 +02:00
Miłosz Szewczak
35d75df1f3
add10
2020-04-11 13:49:12 +02:00
Miłosz Szewczak
bfc8186578
add9
2020-04-11 13:36:26 +02:00
Miłosz Szewczak
49b6b8a467
add5
2020-04-11 13:07:37 +02:00
Miłosz Szewczak
4d873da53d
add4
2020-04-11 12:11:17 +02:00
Jan Oberhauser
e7f1fce1dd
🔀 Merge branch 'feature/zendesk-improvements' of https://github.com/RicardoE105/n8n into RicardoE105-feature/zendesk-improvements
2020-04-11 11:08:25 +02:00
Miłosz Szewczak
89dadae289
add2
2020-04-11 10:35:07 +02:00
Miłosz Szewczak
2dc3667984
action1
2020-04-11 09:42:00 +02:00
Miłosz Szewczak
4b9acdc80b
logowanie_ok
2020-04-11 09:31:58 +02:00
Miłosz Szewczak
018d58c9c4
util log
2020-04-11 09:15:01 +02:00
Miłosz Szewczak
2988a2bdaf
log2
2020-04-11 08:52:54 +02:00
Miłosz Szewczak
8e4e4f2fe2
log updae
2020-04-11 08:35:21 +02:00
Miłosz Szewczak
bda4b73375
log2
2020-04-11 08:00:50 +02:00
Miłosz Szewczak
59421ebe4d
consolelog add
2020-04-11 07:57:34 +02:00
Jan Oberhauser
cccf61da6f
🔀 Merge branch 'feature/infusionsoft-node' of https://github.com/RicardoE105/n8n into oauth-support
2020-04-10 09:50:04 +02:00
Jan Oberhauser
b1172bdb48
🔀 Merge branch 'master' into oauth-support
2020-04-10 09:48:24 +02:00
Jan
67ce56b572
🔀 Merge pull request #473 from RicardoE105/feature/mailjet-fix
...
🐛 fix subject field
2020-04-10 08:16:48 +02:00
ricardo
5521dd9ada
🐛 fix subject field
2020-04-09 20:33:42 -04:00
Jan Oberhauser
4374b3d914
⚡ Small improvement to HTTP Request-Node
2020-04-10 00:44:09 +02:00
Jan Oberhauser
d32b4bbaa8
🔀 Merge branch 'feature/extended-http-node' of https://github.com/RicardoE105/n8n into RicardoE105-feature/extended-http-node
2020-04-10 00:24:06 +02:00
ricardo
086c5936ce
⚡ Zendesk improvements
2020-04-09 16:13:14 -04:00
ricardo
cbf4a921e8
⚡ HTTP node improvements
2020-04-08 23:17:09 -04:00
Jan Oberhauser
d0c8e3f4e7
⚡ Small improvements to Zendesk-Node
2020-04-09 00:31:39 +02:00
Jan Oberhauser
f5d52a50cb
🔀 Merge branch 'feature/extended-zendesk' of https://github.com/RicardoE105/n8n into RicardoE105-feature/extended-zendesk
2020-04-09 00:18:35 +02:00
Jan Oberhauser
212210b032
⚡ Small improvements to Hubspot-Node
2020-04-09 00:12:06 +02:00
Jan Oberhauser
0adfeb36b9
🔀 Merge branch 'feature/extended-hubspot' of https://github.com/RicardoE105/n8n into RicardoE105-feature/extended-hubspot
2020-04-09 00:01:06 +02:00
Jan Oberhauser
89a73d4653
⚡ Make it possible to reste SplitInBatches-Node
2020-04-08 13:24:49 +02:00
Jan Oberhauser
f9dd92db97
🔀 Merge branch 'master' into oauth-support
2020-04-08 10:10:44 +02:00
Jan Oberhauser
a00c9e0efb
🐛 Fix issue that connections did not get closed
2020-04-08 08:43:16 +02:00
ricardo
8026bb1c9a
⚡ Added ticket resource
2020-04-08 00:35:50 -04:00
Chris Lonardo
d80deda34f
Moved MongoDb connection string override into credentials ( #1 )
...
* interim work on credentials refactor
* move conn string override for mongodb into credentials and enhance credentials typings
2020-04-06 21:07:54 -04:00
ricardo
adf3f62aab
⚡ Zendesk improvements
2020-04-06 19:11:50 -04:00
Jan Oberhauser
367b5aa29b
⚡ Minor improvements to PagerDuty-Node
2020-04-06 20:07:32 +02:00
Chris Lonardo
00fc6e5980
enhance .editorconfig and apply formatting cleanup to last commit
2020-04-06 14:04:59 -04:00
Jan Oberhauser
9ac740ab2a
🔀 Merge branch 'feature/pagerduty-node' of https://github.com/RicardoE105/n8n into RicardoE105-feature/pagerduty-node
2020-04-06 14:09:09 +02:00
Jan Oberhauser
7e17486383
⚡ Small improvements on Cockpit-Node
2020-04-06 10:03:49 +02:00
ricardo
86f0468e2b
✨ PagerDuty node
2020-04-05 21:06:30 -04:00
Chris Lonardo
c6aa73cc2f
upgrade mongodb client to support mongodb 4.2 and allow conn string override
2020-04-05 21:06:00 -04:00
Jan Oberhauser
f34a1d577c
⚡ Small improvements on Cockpit-Node
2020-04-05 15:49:47 +02:00
Jan Oberhauser
bc164350b4
🔀 Merge branch 'oauth-support' of github.com:n8n-io/n8n into oauth-support
2020-04-04 17:34:38 +02:00
Jan Oberhauser
9dd9e0d8ba
🔀 Merge branch 'master' into oauth-support
2020-04-04 17:34:10 +02:00
Krzysztof Janda
52cbd323f2
Add Cockpit node
2020-04-04 16:04:25 +02:00
Jan Oberhauser
425576dbe1
🔖 Release n8n-nodes-base@0.55.0
2020-04-03 20:18:13 +02:00
Jan Oberhauser
91acd74065
⬆️ Set n8n-core@0.29.0 and n8n-workflow@0.26.0 on n8n-nodes-base
2020-04-03 20:17:39 +02:00
ricardo
230e3f8209
⚡ Added subfolders
2020-04-03 11:19:35 -04:00
Jan Oberhauser
28de43389e
⚡ Small adjustment on Github Credentials
2020-04-03 11:48:34 +02:00
Jan Oberhauser
a1d1f994f7
🔀 Merge branch 'feature/github-enterprise-support' of https://github.com/RicardoE105/n8n into RicardoE105-feature/github-enterprise-support
2020-04-03 11:36:48 +02:00
Jan
e23ddef985
🔀 Merge pull request #440 from richteri/graphql-node-headers
...
Add header parameter support to GraphQL node
2020-04-03 11:34:20 +02:00
Ricardo Espinoza
a13e2f01b1
Merge branch 'oauth-support' into feature/infusionsoft-node
2020-04-02 19:39:01 -04:00
ricardo
3a71e2c978
⚡ Renamed to Keap.
2020-04-02 19:37:52 -04:00
ricardo
70c8f72b91
⚡ Github enterprise support #38
2020-04-02 11:07:50 -04:00
ricardo
e8a8d31a97
⚡ small fix
2020-04-01 18:55:40 -04:00
ricardo
4fc66c9e1c
✨ Infusionsoft node
2020-04-01 18:11:22 -04:00
Istvan Richter
76a161e3e1
Add header parameter support to GraphQL node
2020-04-01 09:08:18 +02:00
Jan Oberhauser
d207396edf
⚡ Small improvements to Zoho CRM Node
2020-03-31 18:54:44 +02:00
Jan Oberhauser
977cfbffbe
🔀 Merge branch 'feature/zoho-node' of https://github.com/RicardoE105/n8n into RicardoE105-feature/zoho-node
2020-03-31 08:22:54 +02:00
Jan Oberhauser
263c1eee1d
⚡ Make it possible to move base64 data around
2020-03-30 20:11:39 +02:00
Jan Oberhauser
554a32d64d
🐛 Fix issue with wrongly named binary data #423
2020-03-30 14:53:42 +02:00
Jan Oberhauser
8e57009b3b
⚡ Remove no longer needed code
2020-03-30 13:37:04 +02:00
Jan Oberhauser
d710909bbd
⚡ Add support to send multiple files with Form-Data Multipart
2020-03-30 10:31:33 +02:00
Jan Oberhauser
ff2cee467e
🔀 Merge branch 'feature/extend-http-request' of https://github.com/RicardoE105/n8n into RicardoE105-feature/extend-http-request
2020-03-30 09:22:38 +02:00
Jan Oberhauser
a45c9acb67
⚡ Minor cleanup HelpScout-Node
2020-03-30 09:20:40 +02:00
Jan Oberhauser
5caaa741bb
🔀 Merge branch 'feature/helpscout-fix' of https://github.com/RicardoE105/n8n into RicardoE105-feature/helpscout-fix
2020-03-30 09:09:46 +02:00
Jan Oberhauser
a37e40d6dd
🔀 Merge branch 'feature/extended-one-drive' of https://github.com/RicardoE105/n8n into RicardoE105-feature/extended-one-drive
2020-03-30 08:55:11 +02:00
Jan Oberhauser
e9f71f1b8e
⚡ Add back missing file
2020-03-30 08:19:59 +02:00
ricardo
79fda65e7e
⚡ Added create folder operation
2020-03-29 22:39:43 -04:00
ricardo
a86e304d22
⚡ Improved getall operations
2020-03-29 22:08:14 -04:00
Jan Oberhauser
bc7dfd97de
⚡ Fix OneDrive-Node
2020-03-30 00:43:26 +02:00
Jan Oberhauser
ff3fa559ba
🔀 Merge branch 'feature/microsoft-one-drive' of https://github.com/RicardoE105/n8n into RicardoE105-feature/microsoft-one-drive
2020-03-29 19:14:16 +02:00
Jan Oberhauser
83e6e8bf11
⚡ Improved HelpScout-Nodes
2020-03-29 19:10:54 +02:00
Jan Oberhauser
6e6bb7781b
🔀 Merge branch 'feature/helpscout-node' of https://github.com/RicardoE105/n8n into RicardoE105-feature/helpscout-node
2020-03-29 13:55:56 +02:00
Jan Oberhauser
dca04fa02a
🔀 Merge branch 'RicardoE105-feature/extend-hubspot'
2020-03-29 10:18:17 +02:00
Jan Oberhauser
a1932a5427
⚡ Improve Hubspot error handling
2020-03-29 10:17:11 +02:00
ricardo
5cbe76a3ce
⚡ small fix
2020-03-28 20:13:56 -04:00
ricardo
11fab3c702
⚡ small fix
2020-03-28 19:52:51 -04:00
Jan Oberhauser
6b176acf73
🔀 Merge branch 'feature/extend-hubspot' of https://github.com/RicardoE105/n8n
2020-03-28 23:35:02 +01:00
Jan Oberhauser
bba6a8494d
⚡ Fixed some issues with Excel-Node
2020-03-28 19:08:39 +01:00
Jan Oberhauser
30dce29597
⚡ Another small improvement to Monday.com Node
2020-03-28 00:46:35 +01:00
Jan Oberhauser
6042fd9d26
⚡ Small improvements to Monday.com Node
2020-03-28 00:34:39 +01:00
Jan Oberhauser
65c33cedc0
🔀 Merge branch 'feature/monday-node' of https://github.com/RicardoE105/n8n into RicardoE105-feature/monday-node
2020-03-28 00:12:05 +01:00
ricardo
1050f13d54
⚡ Added improvements
2020-03-27 15:17:16 -04:00
Jan Oberhauser
dfa5f31e03
🔖 Release n8n-nodes-base@0.54.0
2020-03-27 12:47:18 +01:00
Jan Oberhauser
ff67e991b2
⚡ Make it possible to use JotForm accounts from Europe
2020-03-27 12:44:26 +01:00
Jan Oberhauser
7be0a0a7b3
🔀 Merge branch 'feature/extend-hubspot' of https://github.com/RicardoE105/n8n into RicardoE105-feature/extend-hubspot
2020-03-27 07:29:30 +01:00
Jan Oberhauser
45ee6472de
⚡ Make it possible to specifically read spreadsheets as string #388
2020-03-27 00:25:45 +01:00
Jan
3b074ef87d
🔀 Merge pull request #407 from RicardoE105/feature/mailjet-fix
...
🐛 fix template id type #405
2020-03-26 23:47:29 +01:00
Jan Oberhauser
5300b71996
⚡ Improve parameter naming
2020-03-26 23:43:38 +01:00
Jan Oberhauser
17fc18358b
🔀 Merge branch 'feature/sheets' of https://github.com/RicardoE105/n8n into RicardoE105-feature/sheets
2020-03-26 23:01:32 +01:00
ricardo
23503ce9f8
⚡ Added continue option
2020-03-26 17:18:24 -04:00
ricardo
1b3417390b
⚡ added lookup and fixed issue with add columns operation
2020-03-26 15:45:33 -04:00
ricardo
9320d415d6
✨ Monday.com node
2020-03-26 15:39:54 -04:00
Frane Bandov
01ee72f42f
Fix for issue #406
2020-03-26 16:30:17 +01:00
ricardo
87eda6619f
🐛 fix template id type #405
2020-03-25 14:54:54 -04:00
Jan Oberhauser
51793c72bd
⚡ Fix potential issues with Affinity Trigger Nodes
2020-03-25 18:17:30 +01:00
Jan Oberhauser
6785b1ed46
⚡ Add also json-data when Webhook receives binary data
2020-03-25 00:13:40 +01:00
ricardo
bce40148a6
✨ Extended multipart/form-data functionality
2020-03-23 09:11:36 -04:00
ricardo
fa922d363e
✨ Extended Hubspot functionality
2020-03-22 22:40:42 -04:00
ricardo
882afed058
✨ Microsoft One Drive
2020-03-22 15:43:35 -04:00
ricardo
eaa84827c7
⚡ Small improvements
2020-03-22 15:14:45 -04:00
ricardo
c39ae514ee
Merge branch 'oauth-support' into feature/microsoft-excel
2020-03-22 15:10:31 -04:00
ricardo
b60c9be282
⚡ added folder and changed name to credentials
2020-03-22 13:03:56 -04:00
Jan Oberhauser
f57417f546
🔖 Release n8n-nodes-base@0.53.0
2020-03-22 10:40:16 +01:00
Jan Oberhauser
84362337c1
⬆️ Set n8n-core@0.28.0 and n8n-workflow@0.25.0 on n8n-nodes-base
2020-03-22 10:39:50 +01:00
Jan Oberhauser
1534335b58
⚡ Improve Webhook receive binary functionality
2020-03-21 23:39:40 +01:00
Jan Oberhauser
4d5a8234b5
🔀 Merge branch 'feature/webhook-binary-data' of https://github.com/RicardoE105/n8n into RicardoE105-feature/webhook-binary-data
2020-03-21 23:01:36 +01:00
Jan Oberhauser
4469e9bb8f
⚡ Make possible with Google Sheet > Lookup to search for empty values
2020-03-21 17:52:34 +01:00
Jan Oberhauser
0ec6010a00
⚡ Make it possible to not use dot-notation with Set-Node
2020-03-21 17:43:23 +01:00
Jan Oberhauser
c1853a6ff5
✨ Add functionality to evaluate expression
2020-03-21 17:25:29 +01:00
ricardo
b3fe74a655
⚡ added back rawBody field
2020-03-20 18:44:01 -04:00
Jan Oberhauser
122a0c79a3
⚡ Use constant for encoding
2020-03-20 22:47:47 +01:00
Jan
8d8b9c9652
🔀 Merge pull request #393 from RicardoE105/feature/multipart-data-fix
...
⚡ encode file to base64
2020-03-20 22:45:47 +01:00
Jan Oberhauser
702849321a
🐛 Fix issue in GoogleSheet-Node Operation:update if column > Z
2020-03-20 22:35:09 +01:00
ricardo
32175a19ca
⚡ Removed deprecation warning
2020-03-20 15:00:52 -04:00
ricardo
246213ba5d
⚡ added support to binary data
2020-03-20 14:53:51 -04:00
ricardo
ccb445a714
⚡ encode file to base64
2020-03-20 11:18:03 -04:00
Jan Oberhauser
2c8f1ef836
🔖 Release n8n-nodes-base@0.52.0
2020-03-18 22:57:36 +01:00
Jan Oberhauser
0d5723f50a
⚡ Small improvement to Postgres-Node
2020-03-18 09:26:40 +01:00
Jan Oberhauser
d2a280d7b2
🔀 Merge branch 'feature/postgres' of https://github.com/RicardoE105/n8n into RicardoE105-feature/postgres
2020-03-18 08:54:45 +01:00
ricardo
5133f16e42
⚡ Improvements to insert operation
2020-03-17 19:49:35 -04:00
ricardo
79ba4dd43d
⚡ small improvements
2020-03-17 14:40:24 -04:00
Jan Oberhauser
55a18bfe87
🔖 Release n8n-nodes-base@0.51.0
2020-03-17 13:28:09 +01:00
Jan Oberhauser
bd7b305e0f
⬆️ Set n8n-core@0.27.0 and n8n-workflow@0.24.0 on n8n-nodes-base
2020-03-17 13:27:36 +01:00
Jan Oberhauser
c30c3f188b
⚡ Fix package.json indentation
2020-03-17 13:26:46 +01:00
Jan Oberhauser
ce0aaeba7d
⚡ Improve continueOnFail behaviour
2020-03-17 13:18:04 +01:00
ricardo
8fcd8839dd
⚡ small fix
2020-03-16 22:08:13 -04:00
Ricardo Espinoza
5fa6e67316
Merge branch 'oauth-support' into feature/helpscout-node
2020-03-16 22:05:01 -04:00
ricardo
07246a0b15
✨ HelpScout Integration
2020-03-16 22:02:57 -04:00
Jan Oberhauser
d3a2456de9
⚡ Fix some InvoiceNinja-Node issues
2020-03-16 23:26:27 +01:00
Jan Oberhauser
a5a2f4606c
🔀 Merge branch 'feature/invoice-ninja-node' of https://github.com/RicardoE105/n8n into RicardoE105-feature/invoice-ninja-node
2020-03-16 19:38:14 +01:00
Jan Oberhauser
50eda58f99
⚡ Optimize Affinity icon
2020-03-16 19:34:33 +01:00
Jan Oberhauser
94b7743de1
🔀 Merge branch 'RicardoE105-feature/affinity'
2020-03-16 19:31:51 +01:00
Jan Oberhauser
4560d02823
⚡ Small improvements to Affinity-Node
2020-03-16 19:30:39 +01:00
Jan Oberhauser
5ff4f83609
⚡ Optimize Google Calendar icon
2020-03-16 14:55:50 +01:00
Jan Oberhauser
f45a7cb031
⚡ Minor change to Google Calendar-Node
2020-03-16 14:34:04 +01:00
Jan
ff39be5ea7
🔀 Merge branch 'oauth-support' into feature/google-calendar-node
2020-03-16 13:27:16 +01:00
Ricardo Espinoza
ba2d411d33
Merge branch 'oauth-support' into feature/microsoft-excel
2020-03-15 19:54:02 -04:00
ricardo
3fd4884667
✨ Microsoft Excel node
2020-03-15 19:51:38 -04:00
Jan
08715b64e5
🔀 Merge pull request #373 from airmoi/fix_filemaker_loops
...
Fix an issue with logout and items parameter
2020-03-15 19:29:03 +01:00
Jan Oberhauser
1d43cbf3e7
⚡ Improved Rundeck-Node
2020-03-15 19:20:41 +01:00
Jan Oberhauser
07f0b95608
🔀 Merge branch 'master' of https://github.com/lucaskenda/n8n into lucaskenda-master
2020-03-15 16:43:15 +01:00
Jan Oberhauser
ff7f0a5de5
⚡ Fix some issues with Slack-Node
2020-03-15 15:51:49 +01:00
ricardo
eb1640c67e
✨ Google Calendar Integration
...
done
✨ Google Calendar Integration
2020-03-13 21:23:03 -04:00
Romain Dunand
b8dd8a4b39
Fix an issue with logout and items parameter
...
parameters where not populate using the correct item index
Logout after the loop across items
2020-03-13 19:51:45 +01:00
lucaskenda
77fe157105
Change spaces for tabs
2020-03-13 13:02:54 -03:00
Ricardo Espinoza
ba22ab02d8
⚡ Added missing resources
2020-03-13 16:45:44 +01:00
ricardo
0e9106c563
⚡ small fix
2020-03-13 10:05:17 -04:00
Jan Oberhauser
b17f9747b0
⚡ Minor Calendly-Node improvements
2020-03-13 13:17:38 +01:00
Jan Oberhauser
1b1f8eb131
🔀 Merge branch 'feature/calendly-trigger' of https://github.com/RicardoE105/n8n into RicardoE105-feature/calendly-trigger
2020-03-13 12:54:51 +01:00
Jan Oberhauser
3d2e90ed18
⚡ Small improvements to Hubspot Trigger Node
2020-03-13 12:09:09 +01:00
lucaskenda
af2b6bbef4
New node for Rundeck API
2020-03-12 15:57:57 -03:00
Ricardo
6222861912
✨ Calendly Trigger
2020-03-10 12:42:57 -04:00
Ricardo Espinoza
84d4f7eab9
✨ Hubspot Trigger
2020-03-08 22:39:20 -04:00
Jan Oberhauser
312f960535
⚡ Remove loadOptions for workflows from ExecuteWorkflow-Node
2020-03-08 22:50:15 +01:00
Ricardo Espinoza
fe36c9c76a
⚡ setup
2020-03-05 18:26:44 -05:00
Ricardo Espinoza
77148fe352
✨ Invoice Ninja Node and Trigger
2020-03-04 12:08:06 -05:00
Jan Oberhauser
34d6d001d3
🔀 Merge branch 'feature/affinity' of https://github.com/RicardoE105/n8n into RicardoE105-feature/affinity
2020-03-03 15:15:16 +01:00