Allan Daemon
7eb849b9f7
CLI import credentials supports decrypted data
2021-02-18 07:52:05 -03:00
Allan Daemon
873e566489
CLI command export credentials: export decrypted option
2021-02-18 07:42:21 -03:00
Omar Ajoue
91b715025d
🐛 Fix auto refresh on executions list ( #1457 )
2021-02-18 00:09:39 +01:00
dali
81f33b4c04
Remove executeSingle from FunctionItem node
2021-02-17 08:51:02 +01:00
Jan Oberhauser
c811294612
🐛 Execute node also if it is a sibling but does not receive data
...
from parent
2021-02-17 00:16:10 +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
caad6d1c8d
🔖 Release n8n@0.108.0
2021-02-15 13:06:25 +01:00
Jan Oberhauser
4dc6bee957
⬆️ Set n8n-core@0.63.0, n8n-editor-ui@0.78.0, n8n-nodes-base@0.105.0 and n8n-workflow@0.52.0 on n8n
2021-02-15 13:06:09 +01:00
Jan Oberhauser
4181ec428d
🔖 Release n8n-editor-ui@0.78.0
2021-02-15 13:04:03 +01:00
Jan Oberhauser
29b3609db9
⬆️ Set n8n-workflow@0.52.0 on n8n-editor-ui
2021-02-15 13:03:32 +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
Jan Oberhauser
56baa6398c
🔖 Release n8n-core@0.63.0
2021-02-15 13:00:17 +01:00
Jan Oberhauser
b11ec91e59
⬆️ Set n8n-workflow@0.52.0 on n8n-core
2021-02-15 12:59:51 +01:00
Jan Oberhauser
ac9838ef26
🔖 Release n8n-workflow@0.52.0
2021-02-15 12:59:04 +01:00
lublak
8f318de288
get also the dir data of the path
2021-02-15 12:34:05 +01:00
Omar Ajoue
bc66fab041
⚡ Fix an issue with the regex that detects node names
2021-02-15 09:55:28 +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
Jan Oberhauser
b183f3ec02
👕 Fix lint issue
2021-02-13 20:46:46 +01:00
Jan Oberhauser
deaa015e61
⚡ Do only send manual executions to starting session & cleanup
2021-02-13 20:40:27 +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
53234770a7
🐛 Fix issue of current execution query with unsaved running workflow
2021-02-11 14:55:59 +01:00
Omar Ajoue
e53efdd337
✨ Separate webhooks from core ( #1408 )
...
* Unify execution ID across executions
* Fix indentation and improved comments
* WIP: saving data after each node execution
* Added on/off to save data after each step, saving initial data and retries working
* Fixing lint issues
* Fixing more lint issues
* ✨ Add bull to execute workflows
* 👕 Fix lint issue
* ⚡ Add graceful shutdown to worker
* ⚡ Add loading staticData to worker
* 👕 Fix lint issue
* ⚡ Fix import
* Changed tables metadata to add nullable to stoppedAt
* Reload database on migration run
* Fixed reloading database schema for sqlite by reconnecting and fixing postgres migration
* Added checks to Redis and exiting process if connection is unavailable
* Fixing error with new installations
* Fix issue with data not being sent back to browser on manual executions with defined destination
* Merging bull and unify execution id branch fixes
* Main process will now get execution success from database instead of redis
* Omit execution duration if execution did not stop
* Fix issue with execution list displaying inconsistant information information while a workflow is running
* Remove unused hooks to clarify for developers that these wont run in queue mode
* Added active pooling to help recover from Redis crashes
* Lint issues
* Changing default polling interval to 60 seconds
* Removed unnecessary attributes from bull job
* Added webhooks service and setting to disable webhooks from main process
* Fixed executions list when running with queues. Now we get the list of actively running workflows from bull.
* Add option to disable deregistration of webhooks on shutdown
* Rename WEBHOOK_TUNNEL_URL to WEBHOOK_URL keeping backwards compat.
* Added auto refresh to executions list
* Improvements to workflow stop process when running with queues
* Refactor queue system to use a singleton and avoid code duplication
* Improve comments and remove unnecessary commits
* Remove console.log from vue file
* Blocking webhook process to run without queues
* Handling execution stop graciously when possible
* Removing initialization of all workflows from webhook process
* Refactoring code to remove code duplication for job stop
* Improved execution list to be more fluid and less intrusive
* Fixing workflow name for current executions when auto updating
* ⚡ Right align autorefresh checkbox
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-02-09 23:32:40 +01:00
Ben Hesseldieck
98fa529e51
⚡ Dynamic webhooks improvements ( #1396 )
...
* ⚡ remove trailing slash in routes
* 🔧 update logic to select dynamicWebhook
* 🐛 fix logic in static route matching
2021-02-09 09:14:40 +01:00
Omar Ajoue
7a3aaf8a24
✨ Unify execution id + Queue system ( #1340 )
...
* Unify execution ID across executions
* Fix indentation and improved comments
* WIP: saving data after each node execution
* Added on/off to save data after each step, saving initial data and retries working
* Fixing lint issues
* Fixing more lint issues
* ✨ Add bull to execute workflows
* 👕 Fix lint issue
* ⚡ Add graceful shutdown to worker
* ⚡ Add loading staticData to worker
* 👕 Fix lint issue
* ⚡ Fix import
* Changed tables metadata to add nullable to stoppedAt
* Reload database on migration run
* Fixed reloading database schema for sqlite by reconnecting and fixing postgres migration
* Added checks to Redis and exiting process if connection is unavailable
* Fixing error with new installations
* Fix issue with data not being sent back to browser on manual executions with defined destination
* Merging bull and unify execution id branch fixes
* Main process will now get execution success from database instead of redis
* Omit execution duration if execution did not stop
* Fix issue with execution list displaying inconsistant information information while a workflow is running
* Remove unused hooks to clarify for developers that these wont run in queue mode
* Added active pooling to help recover from Redis crashes
* Lint issues
* Changing default polling interval to 60 seconds
* Removed unnecessary attributes from bull job
* ⚡ Improved output on worker job start
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-02-09 08:59:32 +01:00
Jan Oberhauser
9c67c893e7
⚡ Change description of Stackby-Node
2021-02-08 18:44:53 +01:00
Jan Oberhauser
ae92325ba3
🔖 Release n8n@0.107.0
2021-02-08 08:04:35 +01:00
Jan Oberhauser
1a26720d92
⬆️ Set n8n-editor-ui@0.77.0 and n8n-nodes-base@0.104.0 on n8n
2021-02-08 08:03:52 +01:00
Jan Oberhauser
5829f09a97
🔖 Release n8n-editor-ui@0.77.0
2021-02-08 08:02:43 +01:00
Jan Oberhauser
a6054aa3d8
🔖 Release n8n-nodes-base@0.104.0
2021-02-08 08:01:51 +01:00
Jan Oberhauser
243c8d579f
⚡ Minor improvements
2021-02-08 07:52:09 +01:00
Florian Metz
c59e522e9e
:spakles: Ctrl + scroll zoom ( #1419 )
2021-02-08 07:51:23 +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
Jan Oberhauser
65b69e4b60
⬆️ Set sqlite3@5.0.1 on n8n
2021-02-06 17:36:09 +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
2c2c4b4b4d
🔖 Release n8n@0.106.0
2021-02-05 09:39:35 +01:00
Jan Oberhauser
c26d752408
⬆️ Set n8n-editor-ui@0.76.0 and n8n-nodes-base@0.103.0 on n8n
2021-02-05 09:38:41 +01:00
Jan Oberhauser
9c8a65ed69
🔖 Release n8n-editor-ui@0.76.0
2021-02-05 09:37:10 +01: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
80f7ee1f7b
⚡ Small design tweak
2021-02-01 23:57:00 +01:00
Jan Oberhauser
51bc430023
🔖 Release n8n@0.105.0
2021-02-01 08:40:43 +01:00
Jan Oberhauser
b2911a5aab
⬆️ Set n8n-core@0.62.0, n8n-editor-ui@0.75.0, n8n-nodes-base@0.102.0 and n8n-workflow@0.51.0 on n8n
2021-02-01 08:40:14 +01:00
Jan Oberhauser
f357649f98
🔖 Release n8n-editor-ui@0.75.0
2021-02-01 08:38:22 +01:00
Jan Oberhauser
604034624b
⬆️ Set n8n-workflow@0.51.0 on n8n-editor-ui
2021-02-01 08:37:56 +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
Jan Oberhauser
54772f4530
🔖 Release n8n-core@0.62.0
2021-02-01 08:35:27 +01:00
Jan Oberhauser
ed0b3bdafc
⬆️ Set n8n-workflow@0.51.0 on n8n-core
2021-02-01 08:34:54 +01:00
Jan Oberhauser
b19e96465e
🔖 Release n8n-workflow@0.51.0
2021-02-01 08:34:06 +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
Jan Oberhauser
5b371ce994
;zap: Missing change for $mode
2021-01-29 12:16:46 +01:00
Jan Oberhauser
5398a06ff2
✨ Add variable $mode
2021-01-29 09:31:40 +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
Ben Hesseldieck
8764171989
🎨 small webhook refactorings ( #1383 )
...
* 🧹 clean up forgotten leftover
* 🎨 reset req.params
* 🐛 Bugfix and minor change on request parameters
* ⚡ Minor improvements on request parameters
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-01-28 15:44:10 +01:00
Jan Oberhauser
bc74d7ad47
⬆️ Set n8n-core@0.61.0, n8n-editor-ui@0.74.0, n8n-nodes-base@0.101.0 and n8n-workflow@0.50.0 on n8n
2021-01-27 09:18:45 +01:00
Jan Oberhauser
ec01afc870
🔖 Release n8n-editor-ui@0.74.0
2021-01-27 09:17:13 +01:00
Jan Oberhauser
f92a432e45
⬆️ Set n8n-workflow@0.50.0 on n8n-editor-ui
2021-01-27 09:16:34 +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
bf50a539b6
🔖 Release n8n-core@0.61.0
2021-01-27 09:12:50 +01:00
Jan Oberhauser
4b82f90e3c
⬆️ Set n8n-workflow@0.50.0 on n8n-core
2021-01-27 09:12:17 +01:00
Jan Oberhauser
5517a5b6f9
⚡ Remove not needed import
2021-01-27 09:11:02 +01:00
Jan Oberhauser
3a753b4156
🔖 Release n8n-workflow@0.50.0
2021-01-27 09:10:06 +01:00
Jan Oberhauser
0582edb111
🔖 Release n8n@0.104.2
2021-01-27 09:06:58 +01:00
Jan Oberhauser
b79589a83e
⬆️ Set n8n-nodes-base@0.100.0 on n8n
2021-01-27 09:06:32 +01:00
Jan Oberhauser
729c28469e
🔖 Release n8n-nodes-base@0.100.0
2021-01-27 09:04:55 +01:00
Jan Oberhauser
3f6d4b6c08
🔀 Merge branch 'master' of github.com:n8n-io/n8n
2021-01-27 09:03:18 +01:00
Jan Oberhauser
de0ac0158a
🐛 Fix credential bug with parameters which have the same name
2021-01-27 09:02:20 +01:00
Jan Oberhauser
da022300f9
🔖 Release n8n@0.104.1
2021-01-26 16:54:23 +01:00
Jan Oberhauser
91623806ae
🔀 Merge branch 'master' of github.com:n8n-io/n8n
2021-01-26 16:53:00 +01:00
Jan Oberhauser
bd4639b644
🐛 Fix bug with expressions in credentials
2021-01-26 16:52:35 +01:00
Tanay Pant
2398c42b30
🔨 Add breaking change for 0.104.0 ( #1382 )
2021-01-26 14:39:19 +01:00
Jan Oberhauser
353a270f0c
🔖 Release n8n@0.104.0
2021-01-26 12:09:22 +01:00
Jan Oberhauser
4bd675203e
⬆️ Set n8n-core@0.60.0, n8n-editor-ui@0.73.0, n8n-nodes-base@0.99.0 and n8n-workflow@0.49.0 on n8n
2021-01-26 12:08:39 +01:00
Jan Oberhauser
e937d18e9f
🔖 Release n8n-editor-ui@0.73.0
2021-01-26 12:07:23 +01:00
Jan Oberhauser
93f5eef865
⬆️ Set n8n-workflow@0.49.0 on n8n-editor-ui
2021-01-26 12:06:39 +01:00
Jan Oberhauser
d6d340b6a6
🔖 Release n8n-nodes-base@0.99.0
2021-01-26 12:05:21 +01:00
Jan Oberhauser
146a01a157
⬆️ Set n8n-core@0.60.0 and n8n-workflow@0.49.0 on n8n-nodes-base
2021-01-26 12:04:55 +01:00
Jan Oberhauser
520928488f
🔖 Release n8n-core@0.60.0
2021-01-26 12:03:43 +01:00
Jan Oberhauser
33cfb74741
⬆️ Set n8n-workflow@0.49.0 on n8n-core
2021-01-26 12:03:01 +01:00
Jan Oberhauser
4e46f01478
🔖 Release n8n-workflow@0.49.0
2021-01-26 12:02:00 +01:00
Jan Oberhauser
2c834ef9c4
⚡ Minor improvements to Slack-Node
2021-01-25 14:56:59 +01:00
tumf
025272953e
✨ Add message.delete in Slack nodes ( #1377 )
2021-01-25 14:56:37 +01:00
Harshil Agrawal
4b54b39903
⚡ Add Codex files for Beeminder and SendGrid node ( #1376 )
2021-01-25 13:29:24 +01:00
dilmac
2e1edcad87
⚡ Remove duplicate conditional on Function-Node ( #1375 )
2021-01-25 12:54:49 +01:00
Jan Oberhauser
2568b4b571
⚡ Increase IMAP auth timeout
2021-01-25 08:45:54 +01:00
Jan Oberhauser
0db307186e
⚡ Simplify Mautic OAuth credentials
2021-01-25 07:58:40 +01:00
Jan Oberhauser
70d2a988cc
⚡ Minor improvements on Rocketchat Node
2021-01-24 20:38:16 +01:00
Jan Oberhauser
1dedb3f4b8
✨ Add expression support to credentials
2021-01-24 13:33:57 +01:00
Jan
b33a5fcd13
💥 Remove MongoDB support
2021-01-23 20:35:38 +01:00
Ben Hesseldieck
d395498882
✨ Add support for webhook route parameters ( #1343 )
...
* 🚧 add webhookId to URL
* 🚧 add webhookId to webhook entity, 🔧 refactor migrations
* 🚧 🐘 postgres migration
* 🚧 add mySQL migration
* 🚧 refactor mongoDB
* 🚧 add webhookId to IWebhookDb
* 🚧 starting workflow with dynamic route works
* ⚡ production dynamic webhooks complete
* 🎨 fix lint issues
* 🔧 dynamic path for webhook-test complete
* 🎨 fix lint issues
* 🎨 fix typescript issue
* ⚡ add error message for dynamic webhook-test
* 🔨 improve handling of leading `/`
* 🚧 add webhookId to URL
* 🚧 add webhookId to webhook entity, 🔧 refactor migrations
* 🚧 🐘 postgres migration
* 🚧 add mySQL migration
* 🚧 refactor mongoDB
* 🚧 add webhookId to IWebhookDb
* 🚧 starting workflow with dynamic route works
* ⚡ production dynamic webhooks complete
* 🎨 fix lint issues
* 🔧 dynamic path for webhook-test complete
* 🎨 fix lint issues
* 🎨 fix typescript issue
* ⚡ add error message for dynamic webhook-test
* 🔨 improve handling of leading `/`
* ⚡ Fix issue that tab-title did not get reset on new workflow
* Revert "⚡ Fix issue that tab-title did not get reset on new workflow"
This reverts commit 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
cc4d6ab02a
🔖 Release n8n@0.103.1
2021-01-21 11:35:14 +01:00
Jan Oberhauser
9265eabbb7
⬆️ Set n8n-nodes-base@0.98.1 on n8n
2021-01-21 11:34:30 +01:00
Jan Oberhauser
53df2431f4
🔖 Release n8n-nodes-base@0.98.1
2021-01-21 11:33:34 +01:00
Jan Oberhauser
6cfad7f41f
⚡ Fix Trello icon
2021-01-21 11:32:24 +01:00
Jan Oberhauser
d1ac4763df
🔖 Release n8n@0.103.0
2021-01-21 11:03:15 +01:00
Jan Oberhauser
64404381e3
⬆️ Set n8n-core@0.59.0, n8n-editor-ui@0.72.0 and n8n-nodes-base@0.98.0 on n8n
2021-01-21 11:02:40 +01:00
Jan Oberhauser
b9a550856a
🔖 Release n8n-editor-ui@0.72.0
2021-01-21 11:01:25 +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
978c80ed63
🔖 Release n8n-core@0.59.0
2021-01-21 10:58:36 +01:00
Jan Oberhauser
910c0eaa7a
⚡ Improve CLI export/import and add missing files
2021-01-21 10:52:33 +01:00
Jan Oberhauser
144de3f24b
👕 Fix lint issue
2021-01-21 10:47:45 +01:00
Omar Ajoue
cd7ed7db47
✨ Add CLI export/import for credentials/workflows ( #1363 )
...
* Added options to import and export workflows and credentials
* Fixed linting issues and descriptions
* Linting issues and allowing import/export operations to output multiple files
* ⚡ Minor changes to CLI export/import
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-01-20 23:51:49 +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
Ahsan Virani
4d446229c3
⚡ Introduce FE external hooks ( #1332 )
...
* ⚡ Introduce FE external hooks
* ⚡ update hooks
* ⚡ add data from frontend settings to hooks
* re-organize and update
* cleanup
* 👌
* ⚡ cleanup workflowSave mixin, add events
* avoid alert on new workflow save as
* ⚡ update workflow active events
* rename externalhooks method
* ⚡ Rename frontend hooks
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-01-19 23:48:30 +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
Jan Oberhauser
9911348166
👕 Fix lint issue
2021-01-19 09:08:02 +01:00
Jan Oberhauser
18a7c325dc
⚡ Improve CodeEdit dialog close behaviour #1353
2021-01-19 08:55:39 +01:00
Jan Oberhauser
1b8229161d
🐛 Fix issue with nodes not getting executed #1351
2021-01-19 08:47:02 +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
Jan Oberhauser
4077cabb52
⚡ Fix issue that tab-title did not get reset on new workflow
2021-01-17 14:07:07 +01:00
Iván Ovejero
6e4b6f677e
Small details and logs
2021-01-15 08:58:51 -03:00
Jan Oberhauser
e525c79032
🔖 Release n8n@0.102.0
2021-01-15 11:49:59 +01:00
Jan Oberhauser
195233d62e
⬆️ Set n8n-editor-ui@0.71.0 and n8n-nodes-base@0.97.0 on n8n
2021-01-15 11:49:29 +01:00
Jan Oberhauser
37595e0753
🔖 Release n8n-editor-ui@0.71.0
2021-01-15 11:48:17 +01: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
Jan Oberhauser
cbd41b28ca
⚡ Add breaking change for 0.102.0 (Slack)
2021-01-15 11:14:59 +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
Jan Oberhauser
ae4aa112f3
⚡ Add breaking change for 0.102.0
2021-01-14 17:34:37 +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
Iván Ovejero
6759e2e72a
⚡ Add data-node-name to node item ( #1329 )
...
* Add data-node-name to node item
* Restore n8n-nodes-base prefix for consistency
2021-01-13 09:02:10 +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
b33b7bdd52
🔖 Release n8n@0.101.0
2021-01-07 14:28:56 +01:00
Jan Oberhauser
bd996fec5a
⬆️ Set n8n-core@0.58.0, n8n-editor-ui@0.70.0 and n8n-nodes-base@0.96.0 on n8n
2021-01-07 14:28:17 +01:00
Jan Oberhauser
9fbd4c0738
🔖 Release n8n-editor-ui@0.70.0
2021-01-07 14:26: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 Oberhauser
29ceb55583
🔖 Release n8n-core@0.58.0
2021-01-07 14:23:56 +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
Jan
2086ef7cf4
⚡ Run vacuum on sqlite on startup according to settings ( #1290 )
...
* Run vacuum on sqlite periodically
* Changed vacuum operation to run on startup only. Also it is now off by default.
* Removing console.log message
2021-01-07 13:18:24 +01:00
Jan Oberhauser
78f8114499
⚡ Minor text change
2021-01-07 13:17:49 +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
Omar Ajoue
ba8ea6c0f5
Removing console.log message
2021-01-06 13:01:56 +01:00
Jan Oberhauser
af414d77fb
⬆️ Set axios@0.21.1 on n8n-editor-ui
2021-01-05 23:20:17 +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
Omar Ajoue
04a8912a94
Changed vacuum operation to run on startup only. Also it is now off by default.
2021-01-04 09:30:02 +01: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
Jan Oberhauser
943344b473
⚡ Use empty data if parent node did execute but linked output does not have
...
data #1286
2020-12-31 15:00:55 +01:00
Omar Ajoue
d528e442ba
Run vacuum on sqlite periodically
2020-12-31 10:42:16 +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
638310fa94
🔖 Release n8n@0.100.0
2020-12-30 12:02:42 +01:00
Jan Oberhauser
dc71a288cc
⬆️ Set n8n-core@0.57.0, n8n-editor-ui@0.69.0, n8n-nodes-base@0.95.0 and n8n-workflow@0.48.0 on n8n
2020-12-30 12:01:42 +01:00
Jan Oberhauser
77d58ca011
🔖 Release n8n-editor-ui@0.69.0
2020-12-30 11:59:59 +01:00
Jan Oberhauser
18cf5f541d
⬆️ Set n8n-workflow@0.48.0 on n8n-editor-ui
2020-12-30 11:59:39 +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
751b269f98
🔖 Release n8n-core@0.57.0
2020-12-30 11:57:09 +01:00
Jan Oberhauser
bfc3d6bf3e
⬆️ Set n8n-workflow@0.48.0 on n8n-core
2020-12-30 11:56:40 +01:00
Jan Oberhauser
043e7e5081
🔖 Release n8n-workflow@0.48.0
2020-12-30 11:55:50 +01:00
Jan Oberhauser
ed1f29feba
⚡ Make it possible to supply hook data with reload
2020-12-30 11:45:29 +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
Jan Oberhauser
30b6fe017e
🐛 Set fixed jsplumb version to fix node-delete issue
2020-12-29 14:13:17 +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
50e16de270
🐛 Fix bug with null in ObservableObject
2020-12-28 19:18:16 +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
04b16c5ab8
👕 Fix lint issue
2020-12-27 00:28:51 +01:00
Jan Oberhauser
f95104bcab
⚡ Made operations of EditImage Node sortable
2020-12-27 00:17:16 +01:00
Jan Oberhauser
95315cec60
⚡ Add optional sort option if "multipleValues" is set
2020-12-27 00:15:33 +01:00
Jan Oberhauser
aaae7964d6
⚡ Keep binary data visible on re-execution
2020-12-26 23:11:25 +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
Jan Oberhauser
530294aa45
🔀 Merge branch 'master' of github.com:n8n-io/n8n
2020-12-24 22:13:39 +01:00
Jan Oberhauser
b0b2a51d04
🔖 Release n8n@0.99.1
2020-12-24 22:12:01 +01:00
Jan Oberhauser
0c4135d851
⬆️ Set n8n-editor-ui@0.68.1 on n8n
2020-12-24 22:11:35 +01:00
Jan Oberhauser
e1890a0368
🔖 Release n8n-editor-ui@0.68.1
2020-12-24 22:09:43 +01:00
Jan Oberhauser
065937a39c
🐛 Fix bug that HTML did get rendered in JSON view
2020-12-24 22:09:07 +01:00
Harshil Agrawal
406f0322eb
⚡ Add credentials documentation link for Pushcut node ( #1273 )
2020-12-24 13:03:44 +01:00
Jan Oberhauser
44c28b3491
🔖 Release n8n@0.99.0
2020-12-24 09:14:03 +01:00
Jan Oberhauser
ee9fc20243
⬆️ Set n8n-editor-ui@0.68.0 and n8n-nodes-base@0.94.0 on n8n
2020-12-24 09:13:14 +01:00
Jan Oberhauser
122f34d4e4
🔖 Release n8n-editor-ui@0.68.0
2020-12-24 09:11:30 +01:00
Jan Oberhauser
3e1442ce42
🔖 Release n8n-nodes-base@0.94.0
2020-12-24 09:09:34 +01:00
Jan Oberhauser
ecdcc0b522
🐛 Fix issue that DB init errors did not get caught #1269
2020-12-24 09:06:43 +01:00
Jan Oberhauser
75cca869b4
⚡ Fix issue that source node was also selected after duplicate
2020-12-24 08:37:13 +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
bfb344a23c
✨ Add functionality to easily copy data and path of output data ( #1260 )
...
* ✨ Add functionality to easily copy data and path of output data
* ⚡ Fix issues with copied path
* 👕 Fix lint issue
* ;bug: Fix issue that some paths were wrong
* ⚡ Final improvements
2020-12-18 18:55:53 +01:00
Jan Oberhauser
b5d4391ace
🔖 Release n8n@0.98.0
2020-12-16 12:45:22 +01:00
Jan Oberhauser
ebd475fb32
⬆️ Set n8n-core@0.56.0, n8n-editor-ui@0.67.0 and n8n-nodes-base@0.93.0 on n8n
2020-12-16 12:44:31 +01:00
Jan Oberhauser
51131d30cd
🔖 Release n8n-editor-ui@0.67.0
2020-12-16 12:41:59 +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 Oberhauser
b9df96c497
🔖 Release n8n-core@0.56.0
2020-12-16 12:38:58 +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
Mathieu Ledru
53a97cc27b
🎨 update wordings to distinct distribution model to it's license ( #1220 )
2020-12-15 10:50:52 +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
0918106328
⚡ Make it possible to return string via Webhook-Node
2020-12-14 15:09:41 +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
7cdbe5c147
👕 Fix lint issue
2020-12-12 20:59:17 +01:00
Jan Oberhauser
d306be8099
🐛 Fix bug in own error-workflow addition
2020-12-12 18:41:11 +01:00
lublak
8b567c20b9
⚡ Allow workflow to trigger on own error trigger ( #1205 )
...
* allow workflow to trigger on own error trigger
* use config errorTriggerType instance of a static string
* don't trigger twice
2020-12-12 18:36:47 +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
a546f599cd
🐛 Additional fix to dirty check
2020-12-11 19:22:24 +01:00
Jan Oberhauser
a2222fa5d6
🐛 Fix issue that workflow displayed as changed on activate/deactivate
2020-12-11 19:17:53 +01:00
Jan Oberhauser
3e0b9f2eba
⚡ Add "isEmpty" option to IF-Node
2020-12-11 18:15:07 +01:00
Jan Oberhauser
cfc222a877
🔖 Release n8n@0.97.0
2020-12-10 11:40:12 +01:00
Jan Oberhauser
7d29c91f07
⬆️ Set n8n-core@0.55.0 and n8n-nodes-base@0.92.0 on n8n
2020-12-10 11:39:27 +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
Jan Oberhauser
ed61f762e4
🔖 Release n8n-core@0.55.0
2020-12-10 11:36:23 +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
Jan Oberhauser
b73349a3a5
🐛 Fix bug that OAuth1 requests did not work anymore
2020-12-10 10:39:11 +01:00
Ricardo Espinoza
c87382c086
✨ Add Snowflake Node ( #1230 )
2020-12-10 10:17:16 +01:00
Jan Oberhauser
e8f53effb4
📚 Fix and unify number of nodes
2020-12-10 08:44:06 +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
fed0a4996e
🔖 Release n8n@0.96.0
2020-12-03 13:14:03 +01:00
Jan Oberhauser
c51f4d2ea0
⬆️ Set n8n-core@0.54.0, n8n-editor-ui@0.66.0, n8n-nodes-base@0.91.0 and n8n-workflow@0.47.0 on n8n
2020-12-03 13:13:36 +01:00
Jan Oberhauser
38511d8f5c
🔖 Release n8n-editor-ui@0.66.0
2020-12-03 13:12:25 +01:00
Jan Oberhauser
083d2bf675
⬆️ Set n8n-workflow@0.47.0 on n8n-editor-ui
2020-12-03 13:12:00 +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
Jan Oberhauser
e1250fe69d
🔖 Release n8n-core@0.54.0
2020-12-03 13:09:03 +01:00
Jan Oberhauser
dffbc0de9c
⬆️ Set n8n-workflow@0.47.0 on n8n-core
2020-12-03 13:08:39 +01:00
Jan Oberhauser
512f6cb2c6
🔖 Release n8n-workflow@0.47.0
2020-12-03 13:07:14 +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
8fee799d3d
⚡ Add Google icon for OAuth to meet their branding guidelines
2020-12-03 12:36:34 +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
Jan Oberhauser
5d7840b1f6
🐛 Fix bug that trigger nodes always needed first output to be set
2020-12-03 00:23:49 +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
ea79e80c17
✨ Make it possible to load only specific nodes
2020-12-01 10:53:43 +01:00
Jan Oberhauser
f79cb7e989
⚡ Allow multiple attendees in one field in Google Calendar
2020-12-01 10:13:48 +01:00
Jan Oberhauser
e428ccffba
⚡ Make it possible to reload hook-files
2020-11-25 15:42:33 +01:00
Jan Oberhauser
dfd054f036
🔖 Release n8n@0.95.1
2020-11-25 14:12:08 +01:00
Jan Oberhauser
4d8aa0bfc3
⬆️ Set n8n-nodes-base@0.90.1 on n8n
2020-11-25 14:11:36 +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
258d77151b
🔖 Release n8n@0.95.0
2020-11-25 13:22:07 +01:00
Jan Oberhauser
d962880b31
⬆️ Set n8n-core@0.53.0, n8n-editor-ui@0.65.0, n8n-nodes-base@0.90.0 and n8n-workflow@0.46.0 on n8n
2020-11-25 13:21:30 +01:00
Jan Oberhauser
1b335de272
🔖 Release n8n-editor-ui@0.65.0
2020-11-25 13:20:13 +01:00
Jan Oberhauser
b44105d38d
⬆️ Set n8n-workflow@0.46.0 on n8n-editor-ui
2020-11-25 13:19:34 +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
2db42199a3
🔖 Release n8n-core@0.53.0
2020-11-25 13:15:37 +01:00
Jan Oberhauser
72d2b147a3
⬆️ Set n8n-workflow@0.46.0 on n8n-core
2020-11-25 13:15:04 +01:00
Jan Oberhauser
de333f602c
🔖 Release n8n-workflow@0.46.0
2020-11-25 13:14:14 +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
0f610e6f5c
🐛 Fix bug that poll did get executed twice
2020-11-24 19:53:48 +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
3c843f5c74
🔖 Release n8n@0.94.1
2020-11-20 17:07:16 +01:00
Jan Oberhauser
107e52d2a6
⬆️ Set n8n-nodes-base@0.89.1 on n8n
2020-11-20 17:04:24 +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
f558616376
🔖 Release n8n@0.94.0
2020-11-19 14:13:57 +01:00
Jan Oberhauser
4e43b2e5e7
⬆️ Set n8n-core@0.52.0, n8n-editor-ui@0.64.0, n8n-nodes-base@0.89.0 and n8n-workflow@0.45.0 on n8n
2020-11-19 14:13:16 +01:00
Jan Oberhauser
3de3423001
🔖 Release n8n-editor-ui@0.64.0
2020-11-19 14:12:20 +01:00
Jan Oberhauser
05f55a3607
⬆️ Set n8n-workflow@0.45.0 on n8n-editor-ui
2020-11-19 14:07:06 +01: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
428d1871fa
🔖 Release n8n-core@0.52.0
2020-11-19 14:04:32 +01:00
Jan Oberhauser
3c78fad25a
⬆️ Set n8n-workflow@0.45.0 on n8n-core
2020-11-19 14:04:07 +01:00
Jan Oberhauser
cb91af203b
🔖 Release n8n-workflow@0.45.0
2020-11-19 14:03:03 +01:00
Jan Oberhauser
06095ca0a7
⚡ Make it possible to create a new image
2020-11-19 10:48:46 +01:00
Ben Hesseldieck
130f944398
⚡ Catch workflowExecuteAfter hook ( #1189 )
2020-11-19 10:14:43 +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
Tristian Flanagan
137c334389
⚡ Add horizontal scroll ( #1172 )
2020-11-18 23:29:12 +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
b954ec99a3
⬆️ Set google-fonts-webpack-plugin to latest version ( #1176 )
2020-11-18 08:25:36 +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
Jan Oberhauser
b74dee450f
🔀 Merge branch 'master' of github.com:n8n-io/n8n
2020-11-16 18:22:12 +01:00
Jan Oberhauser
768b7d5263
⚡ Update required node version in package.json
2020-11-16 18:21:46 +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
Ben Hesseldieck
f2666e92ff
⚡ Add preExecuteHooks ( #1151 )
...
* ⚡ Save initital data on hook error
* 🚧 update function interface
* 🚧 response webhook with error, 🐛 fix adding preExecutionHooks to hooks
* 🔥 remove execute hook
* ⚡ execute preExecute hooks on integrated workflows
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2020-11-13 23:31:27 +01: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
Jan Oberhauser
f3874b5ed9
🔀 Merge branch 'master' of github.com:n8n-io/n8n
2020-11-12 18:57:39 +01:00
Jan Oberhauser
e327bfcb91
⚡ Do not allow shorter polling-times than 1 minute
2020-11-12 12:42:04 +01:00
Tanay Pant
c602803ed7
⚡ Add breaking change for 0.93.0
2020-11-12 09:14:24 +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
7641d2ad81
🔖 Release n8n@0.93.0
2020-11-11 12:03:16 +01:00
Jan Oberhauser
887e777e9a
⬆️ Set n8n-core@0.51.0, n8n-editor-ui@0.63.0, n8n-nodes-base@0.88.0 and n8n-workflow@0.44.0 on n8n
2020-11-11 12:02:45 +01:00
Jan Oberhauser
cdea2af248
🔖 Release n8n-editor-ui@0.63.0
2020-11-11 12:01:18 +01:00
Jan Oberhauser
bf47cc0337
⬆️ Set n8n-workflow@0.44.0 on n8n-editor-ui
2020-11-11 12:00:54 +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
dce3e0561b
🔖 Release n8n-core@0.51.0
2020-11-11 11:57:47 +01:00
Jan Oberhauser
16caa14065
⬆️ Set n8n-workflow@0.44.0 on n8n-core
2020-11-11 11:57:23 +01:00
Jan Oberhauser
d03b21554c
🔖 Release n8n-workflow@0.44.0
2020-11-11 11:56:29 +01:00
Jan Oberhauser
0f95ad4446
🐛 Fix retry buy with current workflow #1144
2020-11-11 10:24:10 +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
c6f21804d7
👕 Fix lint issue
2020-11-09 12:35:44 +01:00
Jan Oberhauser
639bdd2ceb
✨ Allow custom documentation URLs on credentials & nodes
2020-11-09 12:23:53 +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
7168b1780e
🔖 Release n8n@0.92.0
2020-11-04 16:29:18 +01:00
Jan Oberhauser
dc41973009
⬆️ Set n8n-core@0.50.0, n8n-editor-ui@0.62.0 and n8n-nodes-base@0.87.0 on n8n
2020-11-04 16:28:31 +01:00
Jan Oberhauser
b630d00179
🔖 Release n8n-editor-ui@0.62.0
2020-11-04 16:25:34 +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
fe6133583c
🔖 Release n8n-core@0.50.0
2020-11-04 16:19:29 +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
9465653fab
⚡ Improve editor-UI dirty checking
2020-11-04 13:04:40 +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
Tanay Pant
c3076a8dc7
⚡ Update for n8n@090.0
2020-10-30 12:34:03 +01:00
Jan Oberhauser
5f12b840d6
🔖 Release n8n@0.91.0
2020-10-30 09:51:57 +01:00
Jan Oberhauser
e84b72e1a2
⬆️ Set n8n-core@0.49.0, n8n-editor-ui@0.61.0, n8n-nodes-base@0.86.0 and n8n-workflow@0.43.0 on n8n
2020-10-30 09:51:18 +01:00
Jan Oberhauser
e411cb5b63
🔖 Release n8n-editor-ui@0.61.0
2020-10-30 09:49:52 +01:00
Jan Oberhauser
b1df37f401
⬆️ Set n8n-workflow@0.43.0 on n8n-editor-ui
2020-10-30 09:49:29 +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
1c79ef4d9e
🔖 Release n8n-core@0.49.0
2020-10-30 09:47:14 +01:00
Jan Oberhauser
af9d84288e
⬆️ Set n8n-workflow@0.43.0 on n8n-core
2020-10-30 09:46:40 +01:00
Jan Oberhauser
ca1b2d1bd5
🔖 Release n8n-workflow@0.43.0
2020-10-30 09:45:54 +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
0f0dfa2191
⚡ Minor improvements and lint-fix
2020-10-28 23:38:53 +01:00
AxelRueweler
5460b69418
⚡ Select executions by the firstId ( #1108 )
...
* Add option to get the full execution data from the server.
* Select Executions by the firstId.
2020-10-28 23:34:16 +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
Jan Oberhauser
ac346b125b
⚡ Change CLI command config -> update
2020-10-27 11:14:51 +01:00
Harshil Agrawal
5b1c86bd72
Add link to credential documentation for Pushover ( #1103 )
2020-10-27 10:21:58 +01:00
Jan Oberhauser
609a2a4791
👕 Fix lint issue
2020-10-26 21:26:52 +01:00
AxelRueweler
7aeafc9f27
⚡ Add option to get the full execution data from the server. ( #1101 )
2020-10-26 21:19:44 +01:00
Jan Oberhauser
c38a2f4210
🐛 Fix bug with dirty state checking
2020-10-26 19:28:32 +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
Jan Oberhauser
c339d76456
⚡ Minior improvements
2020-10-25 12:58:02 +01:00
Jan
72ac20b070
⚡ Improvements on #911 to display unsaved changes. Now works with back button. ( #1098 )
...
Co-authored-by: Omar Ajoue <krynble@gmail.com>
2020-10-25 12:47:49 +01:00
Jan
dc93694a1a
Merge branch 'master' into save-changes-warning
2020-10-25 11:47:47 +01:00
Jan Oberhauser
c8e85b5d6d
👕 Fix lint issue
2020-10-25 11:26:27 +01:00
Jan Oberhauser
6cc986c516
⚡ Check on startup for Node.js version 12.9 or later
2020-10-25 11:01:36 +01:00
Jan Oberhauser
4a10cf246b
⚡ Further improve support for touch-devices
2020-10-24 20:01:13 +02:00
Jan Oberhauser
205a033717
✨ Add CLI command to deactivate workflows
2020-10-24 14:37:45 +02:00
Ricardo Espinoza
78c846277b
🐛 Bug fix for Google Calendar ( #1096 )
2020-10-24 00:01:59 +02:00
Jan Oberhauser
044c986f30
👕 Fix lint issue
2020-10-23 19:13:25 +02:00
Jan Oberhauser
d90a5e5dc6
⚡ Improve wheel-scrolling in Firefox
2020-10-23 18:43:30 +02:00
Jan Oberhauser
c7b1cbbc72
⬆️ Set n8n-nodes-base@0.85.0 on n8n
2020-10-23 18:17:03 +02:00
Jan Oberhauser
c40601eecb
⚡ Fix issues with support for touch-devices
2020-10-23 18:16:00 +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
58d07ae3d6
⬆️ Set n8n-core@0.48.0 on n8n-nodes-dev
2020-10-23 16:20:47 +02:00
Jan Oberhauser
fc9a373161
⚡ Fix Google Translate icon
2020-10-23 16:17:56 +02:00
Jan Oberhauser
4df74771e3
⚡ Improve support for touch-devices #1070
2020-10-23 13:51:39 +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
53162ba462
⚡ Minor improvements on loading parameters on demand
2020-10-22 17:32:05 +02:00
Omar Ajoue
37f787d7b2
✨ Load node properties on demand ( #1089 )
...
* ⚡ Changed rest api endpoint to omit node properties by default.
⚡ Created another endpoint to return all node information based on a list of names
* refactor: changed endpoint to POST instead of GET
* Changed properties to be optional for node description
* Removed eager loading for node properties.
All nodes will have their properties fetched when used in a workflow.
Works when opening an already saved workflow, creating a new one from
scratch or pasting JSON / URLs.
* Removing unnecessary dependency
2020-10-22 17:24:35 +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
b1ce92f31d
🔖 Release n8n-core@0.48.1
2020-10-22 15:01:42 +02:00
Jan Oberhauser
0612ecb924
🔖 Release n8n@0.89.2
2020-10-22 12:10:51 +02:00
Jan Oberhauser
d1f56c45eb
⬆️ Set n8n-nodes-base@0.84.1 on n8n
2020-10-22 12:10:19 +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
b36622e154
🔖 Release n8n@0.89.1
2020-10-22 11:51:59 +02:00
Jan Oberhauser
4e00e48ea8
🔖 Release n8n@0.89.0
2020-10-22 11:49:52 +02:00
Jan Oberhauser
fde4a017aa
⬆️ Set n8n-core@0.48.0 and n8n-nodes-base@0.84.0 on n8n
2020-10-22 11:48:56 +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
fe92bc0311
🔖 Release n8n-core@0.48.0
2020-10-22 11:45:17 +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
95739c8de5
🔖 Release n8n-node-dev@0.11.0
2020-10-22 09:03:12 +02:00
Jan Oberhauser
cdc778654a
⬆️ Set n8n-core@0.47.0 and n8n-workflow@0.42.0 on n8n-nodes-dev
2020-10-22 09:02:25 +02:00
Jan Oberhauser
ed9fb413b4
➕ Add missing oauth-1.0a dependency #986
2020-10-22 08:58:23 +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
Jan Oberhauser
3afc7a3deb
🐛 Fix issue that none active workflow got displayed as active
2020-10-21 10:26:15 +02:00
ricardo
bc887640fc
⚡ Improvements to #1083
2020-10-20 18:09:13 -04:00
Jan Oberhauser
70435b582a
⚡ Add hook which gets called after a workflow execution
2020-10-20 19:01:40 +02:00
Jan Oberhauser
cf31ec722c
🔀 Merge branch 'master' of github.com:n8n-io/n8n
2020-10-20 15:07:26 +02:00
Jan Oberhauser
c452aaa2b8
⬆️ Upgrade crypto-js
2020-10-20 15:06:58 +02: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
Jan Oberhauser
40b898eb98
🐛 Set lastNodeExecuted correctly also on fail
2020-10-20 09:37:08 +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
fc695e0bea
🔖 Release n8n@0.88.1
2020-10-16 16:09:40 +02:00
Jan Oberhauser
809daaf0b6
⬆️ Set n8n-nodes-base@0.83.1 on n8n
2020-10-16 16:08:49 +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
996f8065fd
🔖 Release n8n@0.88.0
2020-10-16 11:37:42 +02:00
Jan Oberhauser
c3128875c5
⬆️ Set n8n-nodes-base@0.83.0 on n8n
2020-10-16 11:37:03 +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
a76cdda4d3
🔖 Release n8n@0.87.2
2020-10-15 13:31:18 +02:00
Jan Oberhauser
842724eef0
⬆️ Set n8n-nodes-base@0.82.2 on n8n
2020-10-15 13:30:32 +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
e5eda99d6d
🔖 Release n8n@0.87.1
2020-10-15 10:50:23 +02:00
Jan Oberhauser
3c7934a3db
⬆️ Set n8n-nodes-base@0.82.1 on n8n
2020-10-15 10:49:18 +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
Ben Hesseldieck
99b637330b
⚡ add afterDelete hook ( #1054 )
2020-10-14 17:47:43 +02:00
Jan Oberhauser
df020136d3
⚡ Make sure that n8n stops even if there are unforeseen errors
2020-10-14 16:41:42 +02:00
Ben Hesseldieck
28074d94a4
⚡ Add hooks ( #1053 )
...
* ⚡ add 2 hooks
* ⚡ Fix issue that if hook errors n8n would not shut down
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2020-10-14 16:38:48 +02:00
Tanay Pant
12b8dd6237
⚡ Fix typo and change text
2020-10-14 13:44:36 +02:00
Harshil Agrawal
7f795ef6a3
🔨 Update version for breaking change ( #1052 )
2020-10-14 13:41:31 +02:00
Jan Oberhauser
a93706f0df
🔖 Release n8n@0.87.0
2020-10-14 11:52:11 +02:00
Jan Oberhauser
e074653a9e
⬆️ Set n8n-editor-ui@0.60.0 and n8n-nodes-base@0.82.0 on n8n
2020-10-14 11:51:39 +02:00
Jan Oberhauser
a0e879fa45
🔖 Release n8n-editor-ui@0.60.0
2020-10-14 11:50:19 +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
Jan Oberhauser
8366632268
🐛 Fix bug with missing credentials with CLI execute
2020-10-10 18:23:02 +02:00
Jan Oberhauser
6d41f43216
⚡ Fix issue that workflows could not be pasted if they had issue
2020-10-10 18:02:51 +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
c84d4f62a7
🔖 Release n8n@0.86.1
2020-10-06 10:23:33 +02:00
Jan Oberhauser
fd16f6f04a
⬆️ Set n8n-nodes-base@0.81.1 on n8n
2020-10-06 10:22:36 +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
6cede362e4
🔖 Release n8n@0.86.0
2020-10-05 09:42:56 +02:00
Jan Oberhauser
d78e01dfc5
⬆️ Set n8n-editor-ui@0.58.0 and n8n-nodes-base@0.81.0 on n8n
2020-10-05 09:41:21 +02:00
Jan Oberhauser
bea59e3cc8
🔖 Release n8n-editor-ui@0.59.0
2020-10-05 09:40:04 +02:00
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
82e16790c6
🐛 Fix bug that webhookId did not get refreshed on node-duplicate
2020-10-04 17:22:11 +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
1a80a6afed
⚡ Improve support for svg-icons
2020-10-03 14:10:08 +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
70dc99da41
🔖 Release n8n@0.85.0
2020-09-30 16:21:14 +02:00
Jan Oberhauser
124bcdc176
⬆️ Set n8n-editor-ui@0.58.0 and n8n-nodes-base@0.80.0 on n8n
2020-09-30 16:20:48 +02:00
Jan Oberhauser
c2ba4b64c3
🔖 Release n8n-editor-ui@0.58.0
2020-09-30 16:19:04 +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
23dbdbc169
⚡ Add hook which allows to overwrite frontend settings
2020-09-30 16:11:45 +02:00
Jan Oberhauser
f1680386ca
⚡ Get OAuth-Callback URLs from backend
2020-09-30 15:57:40 +02:00
Jan Oberhauser
6f576b3da9
⚡ Add Schema to Postgres-Update #996
2020-09-29 21:59:30 +02:00
Rytis Ilciukas
3350723bf3
⚡ fix malformed html ( #999 )
2020-09-29 10:39:51 +02:00
Jan Oberhauser
83f6f0c844
⚡ Fix issue with some issue types on Jira
2020-09-28 14:36:32 +02:00
Jan Oberhauser
2072f53316
⚡ Change bcrypt library to make it work better in windows
2020-09-28 14:31:14 +02:00
Jan Oberhauser
c5e14e4c2f
👕 Fix lint issue
2020-09-24 10:02:05 +02:00
Jan Oberhauser
fb595772f3
⚡ Remove necessary console logs
2020-09-24 09:38:12 +02:00
Jan Oberhauser
93963da1a1
🔖 Release n8n@0.84.4
2020-09-23 22:24:42 +02:00
Jan Oberhauser
6d7c506977
⬆️ n8n-nodes-base@0.79.1 on n8n
2020-09-23 22:23:58 +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
bb33333eba
🔖 Release n8n@0.84.3
2020-09-23 18:10:29 +02:00
Jan Oberhauser
521425894c
🐛 Set old version of jwks-rsa to fix build
2020-09-23 18:09:36 +02:00
Jan Oberhauser
c3a7685529
🔖 Release n8n@0.84.2
2020-09-23 17:35:05 +02:00
Jan Oberhauser
8bca883764
⬆️ Set n8n-editor-ui@0.57.1 on n8n
2020-09-23 17:33:41 +02:00
Jan Oberhauser
9237409523
🔖 Release n8n-editor-ui@0.57.1
2020-09-23 17:31:59 +02:00
Jan Oberhauser
9cb106c9b4
🐛 Fix issue that OAuth window did not close
2020-09-23 17:31:00 +02:00
Jan Oberhauser
acae926a36
🔖 Release n8n@0.84.1
2020-09-23 14:15:01 +02:00
Jan Oberhauser
3374fda7c6
⚡ Make it possible to open endpoints
2020-09-23 14:14:31 +02:00
Jan Oberhauser
395fe69bd3
🔖 Release n8n@0.84.0
2020-09-23 13:32:05 +02:00
Jan Oberhauser
86ed2f3096
⬆️ Set n8n-core@0.47.0, n8n-editor-ui@0.57.0, n8n-nodes-base@0.79.0 and n8n-workflow@0.42.0 on n8n
2020-09-23 13:31:38 +02:00
Jan Oberhauser
5cb5020cf6
👕 Fix lint issue
2020-09-23 13:31:03 +02:00
Jan Oberhauser
b164470239
🔖 Release n8n-editor-ui@0.57.0
2020-09-23 13:27:17 +02:00
Jan Oberhauser
3c3e1725db
⬆️ Set n8n-workflow@0.42.0 on n8n-editor-ui
2020-09-23 13:26:45 +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
55f4fea17e
🔖 Release n8n-core@0.47.0
2020-09-23 13:24:14 +02:00
Jan Oberhauser
cf9fcf8736
⬆️ Set n8n-workflow@0.42.0 on n8n-core
2020-09-23 13:23:47 +02:00
Jan Oberhauser
029581df08
🔖 Release n8n-workflow@0.42.0
2020-09-23 13:22:53 +02:00
Jan Oberhauser
62bc1a55cb
🐛 Fix credentials resolve issue
2020-09-23 13:20:50 +02:00
Jan Oberhauser
2db6ae0f76
⚡ Simplify documentation help code and display only if URL is set
2020-09-23 11:10:23 +02:00
Jan Oberhauser
88ccc5cb6f
🐛 Fix credential rename issue for active workflows #935
2020-09-23 09:43:00 +02:00
Jan Oberhauser
1401cebdc3
👕 Fix lint issue
2020-09-23 09:28:02 +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
Jan Oberhauser
24c95c4f09
⚡ Use short variables for direct input data
2020-09-22 11:31:48 +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
Tanay Pant
a27e764de0
⚡ Copy edits to breaking changes for 0.83.0
2020-09-18 10:09:59 +02:00
Jan Oberhauser
8f4cf16fb2
🔖 Release n8n@0.83.0
2020-09-18 10:04:06 +02:00
Jan Oberhauser
e2e1dbee80
⬆️ Set n8n-core@0.46.0, n8n-nodes-base@0.78.0 and n8n-workflow@0.41.0 on n8n
2020-09-18 10:03:39 +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
65320fabd5
🔖 Release n8n-core@0.46.0
2020-09-18 10:00:23 +02:00
Jan Oberhauser
cfcfb17b06
⬆️ Set n8n-workflow@0.41.0 on n8n-core
2020-09-18 09:59:59 +02:00
Jan Oberhauser
c7f1bb5114
🔖 Release n8n-workflow@0.41.0
2020-09-18 09:59:15 +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
Jan Oberhauser
690e76e187
⚡ Add hook which gets called once n8n is ready
2020-09-17 21:26:34 +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
Ahsan Virani
4056b6861c
⚡ Ignore credentials endpoint in Auth ( #966 )
2020-09-17 11:24:34 +02:00
Jan Oberhauser
b90f4fb3f6
⚡ Deactivate Asana Trigger webhhook validation
2020-09-16 23:57:27 +02:00
Jan Oberhauser
2fee4396f1
🐛 Fix Test-Webhook registration issues
2020-09-16 23:57:17 +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
Jan Oberhauser
393bc8fd54
⚡ Remove old comment
2020-09-16 09:16:20 +02:00
Rupenieks
266112a8cb
⚡ Clickup OAuth2 support ( #649 )
...
* OAuth2 credentials, genericFunctions needed config, UI options for oauth2 support
* ⚡ Added options to decide when to to send the bearer
* Fixed "undefined property split" issue
* ⚡ Small fix
* ⚡ Improvements to ClickUp-Node
* ⚡ Improvements
Co-authored-by: Rupenieks <ru@myos,co>
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Ricardo Espinoza <ricardo@n8n.io>
2020-09-16 09:16:06 +02:00
Jan Oberhauser
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
5ada586fa2
🔖 Release n8n@0.82.1
2020-09-14 19:59:19 +02:00
Jan Oberhauser
3d003fca72
⚡ Improve speed of basic-auth with hashed password
2020-09-14 19:58:21 +02:00
Jan Oberhauser
4cfd6c726c
🔀 Merge branch 'master' of github.com:n8n-io/n8n
2020-09-14 13:42:40 +02:00
Jan Oberhauser
2c043d9d9b
🔖 Release n8n@0.82.0
2020-09-14 13:41:09 +02:00
Jan Oberhauser
46ec7e3128
⬆️ Set n8n-core@0.45.0, n8n-editor-ui@0.56.0, n8n-nodes-base@0.77.0 and n8n-workflow@0.40.0 on n8n
2020-09-14 13:40:43 +02:00
Jan Oberhauser
1eb957dfe0
🔖 Release n8n-editor-ui@0.56.0
2020-09-14 13:39:16 +02:00
Jan Oberhauser
982b04c540
⬆️ Set n8n-workflow@0.40.0 on n8n-editor-ui
2020-09-14 13:38:52 +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
Jan Oberhauser
41e5ccedce
🔖 Release n8n-core@0.45.0
2020-09-14 13:35:15 +02:00
Jan Oberhauser
1b1cfc58dc
⬆️ Set n8n-workflow@0.40.0 on n8n-core
2020-09-14 13:34:43 +02:00
Jan Oberhauser
653bbda789
🔖 Release n8n-workflow@0.40.0
2020-09-14 13:31:34 +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
Jan Oberhauser
397132688e
⚡ Wait for active workflow to finish before shutting down
2020-09-14 12:30:58 +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
6d8e9b1cd2
🐛 Fix issue with overwrites
2020-09-13 12:35:13 +02:00
Jan Oberhauser
a2ee2773db
⚡ Minor improvements to Microsoft Teams Node
2020-09-13 11:09:17 +02:00
Ricardo Espinoza
38ddcbe703
✨ Add Microsoft Teams Node ( #931 )
...
* ✨ Microsoft Team node
* ⚡ Small fix
* ⚡ Small improvements
* ⚡ Small improvements
* ⚡ Small fix
* ⚡ Small improvements
2020-09-13 11:08:43 +02:00
Jan Oberhauser
542e772e0c
🐛 Fix bug that nodes without input data did run if "alwaysOutputData" was
...
activated #948
2020-09-12 21:42:18 +02:00
Jan Oberhauser
99f7eb2eca
⚡ Apply also credential overwrites of parent and fix bug
2020-09-12 21:13:57 +02:00
Jan Oberhauser
ac2e0040b0
⚡ Set fixed version of @types/node to fix build
2020-09-12 19:25:49 +02:00
Jan Oberhauser
d48c649329
⬆️ Upgrade some dependencies
2020-09-12 14:02:33 +02:00
Jan Oberhauser
c8d009bced
✨ Add expression support to credentials
2020-09-12 12:16:07 +02:00
Jan Oberhauser
6167e62970
⚡ Remove unnecessary GoogleSheetsOAuth scope
2020-09-11 18:03:37 +02:00
Jan Oberhauser
f00c6c10a3
⚡ Increase default space between new nodes
2020-09-11 16:59:41 +02:00
Ben Hesseldieck
279af6251b
⚡ Adjustions for utilizing an external OAuth Hook ( #945 )
...
* 🚧 add oauth redirect env variable, add host to oauth state
* 🎨 format
* 🚧 reset changes
* 🚧 add hook
* 🚧 remove host from inital state
2020-09-11 12:15:06 +02:00
Jan Oberhauser
5751a645aa
⚡ Fix minor issues on Freshdesk-Node
2020-09-10 21:56:31 +02:00
Ricardo Espinoza
f8223c6e98
⚡ Add Freshdesk contacts resource ( #938 )
...
* Freshdesk - add contact integration
* fix linter errors
* ⚡ Small improvements
Co-authored-by: Yonatan Rosemarin <yonatan.r@billrun.com>
2020-09-10 21:56:15 +02:00
Ahsan Virani
2a6f4ebf86
✨ Add hash support in basic auth ( #943 )
2020-09-10 17:49:44 +02:00
Jan Oberhauser
fccbd48937
⚡ Run requests in HTTP Request Node in parallel
2020-09-10 16:07:52 +02:00
Jan Oberhauser
013a7b8cf9
⚡ Add hooks for oauth-authentication
2020-09-10 10:16:24 +02:00
smamudhan
b7d46262da
⚡ Add documentationUrls for several nodes ( #940 )
2020-09-10 09:48:02 +02:00
Rupenieks
16195c8b55
⚡ Fix store state dirty when selecting a node
2020-09-09 14:45:49 +02:00
Rupenieks
33582655f2
Revert " ⚡ Deconstructed store mutation data parameters for better readability"
...
This reverts commit 17ab16d248
.
2020-09-09 14:28:13 +02:00
Rupenieks
17ab16d248
⚡ Deconstructed store mutation data parameters for better readability
2020-09-09 14:05:11 +02:00
Rupenieks
6961050a42
Merge branch 'master' into save-changes-warning
2020-09-09 13:41:50 +02:00
Jan Oberhauser
3295e46b3a
🔖 Release n8n@0.81.0
2020-09-09 13:39:27 +02:00
Jan Oberhauser
b2f77b70eb
⬆️ Set n8n-nodes-base@0.76.0 on n8n
2020-09-09 13:38:53 +02:00
Jan Oberhauser
dab58e7704
🔖 Release n8n-nodes-base@0.76.0
2020-09-09 13:37:44 +02:00
Sou1Aced
30bbc540e6
🐛 ClockifyTrigger.node.ts fix ( #930 )
2020-09-08 15:39:27 +02:00
Jan Oberhauser
10959e5277
⚡ Minor improvements to Asana-Node
2020-09-08 14:01:16 +02:00
Ricardo Espinoza
dc583bd81b
⚡ Feature/asana improvements ( #920 )
...
* ⚡ Improvements to Asana-Node
* Minor change to comment strings
helpful when filtering the code based on indentation
* Minor rephrasing of description in search action
* Add loadOption to get all projects
* Add loadOption to get all sections in a project
* Add UI fields to move task to a specific section
* Add execution for moveToSection operation
* Add loadOptions helper to get all teams
* Add UI fields to get projects
* Add execution methods for projects getter
* Add loadOptions helper to get all users
* Add loadOptions helper to get all tags
* Add UI fields for adding a tag to a task
* Add execution method to add a tag to a task
* Add functionality to remove Tag from Task
* Add option to set 'Assignee' and 'Assignee Status' on a task
to unset an assignee 'null' has to be send. Unfortunately this gives a warning in the UI.
* a few fixes
* Only show existing task tags when removing a tag
* few more fixes
* ⚡ Improvements to #855
Co-authored-by: Silvio <silvio@sintuity.com>
2020-09-08 14:00:54 +02:00
Jan Oberhauser
f32e63acfa
⚡ Display imageSize property only if "download" is true
2020-09-08 09:48:07 +02:00
Jan Oberhauser
06973e2d2a
🔖 Release n8n-node-dev@0.10.0
2020-09-07 18:38:24 +02:00
Jan Oberhauser
210e615bf4
⬆️ Set n8n-core@0.44.0 and n8n-workflow@0.39.0 on n8n-nodes-dev
2020-09-07 18:37:56 +02:00
Jan Oberhauser
a19cd706c3
⚡ Remove debug code
2020-09-07 18:02:00 +02:00
Rupenieks
42bbe3006a
✨ Sentry.io integration ( #728 )
...
* 🚧 setup
- Added everything, need to test and add icon
* Add icon
* 🚧 Node colour change
* 🚧 Fixed Descriptions
* ✔️ Tested, fixed up properties
* ✅ Fixed issue of issue
* ✅ Added create option for team & organization
* ⚡ Improvements
* ⚡ Fixed OAuth2 credentials scope
* ⚡ Adjusted descriptions, added loadOptions for organizations/projects, small fixes
* ⚡ Added Create Release, interfaces
* ⚡ Improvements to SentryIO-Node
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2020-09-07 17:56:14 +02:00
Ricardo Espinoza
1479ce47e6
⚡ Add group resource to Segment-Node ( #934 )
2020-09-07 09:04:27 +02:00
Jan Oberhauser
313c8c14dc
⚡ Overwrite credential data only if there is no data set yet
2020-09-06 22:16:42 +02:00
Rupenieks
6aaae1ef6c
🐛 Typescript tsc could not be located when building node in Node-Dev ( #918 )
...
* ⚡ Added variation of Typescript executable path based on OS of user
* ⚡ indentation fix (removed spaces)
2020-09-06 21:48:14 +02:00
Ricardo Espinoza
f24afcd86f
⚡ Improvements to ClickUp-Node ( #921 )
2020-09-06 21:38:18 +02:00
Ricardo Espinoza
d64c767ebd
Salesforce ( #932 )
...
* fix salesforce error while get all using nextRecordsUrl
The uri for using nextRecordsUrl to get all data in salesforce node is error. The right usage is fixed in this pr.
* ⚡ Small changes
* :zap Small fix
Co-authored-by: YErii <yeriime@outlook.com>
Co-authored-by: Jan <janober@users.noreply.github.com>
2020-09-06 21:31:55 +02:00
Ricardo Espinoza
5a0e356ab6
Sfdc ( #933 )
...
* add sfdc user node interface
* add sfdc user node description for get method
* sfdc user node getall
* sfdc user node support limit
* sfdc user node support options
* sfdc user node update user operations
* sfdc add usr node query logic
* ⚡ Small improvements
Co-authored-by: YErii <yeriime@outlook.com>
2020-09-06 21:27:24 +02:00
Jan Oberhauser
c42ae57dc1
⚡ Add sendAnimation functionality to Telegram
2020-09-04 10:30:49 +02:00
Jan Oberhauser
5e0ff8fce7
🐛 Fix typo
2020-09-04 10:30:22 +02:00
Ricardo Espinoza
a032c5448d
⚡ Download images and files with Telegram Trigger ( #919 )
...
* ⚡ Download images and files.
* ⚡ Improvements
* ⚡ Small improvements
2020-09-04 10:28:04 +02:00
Ricardo Espinoza
8a93bdbdcc
⚡ Add update operation ( #905 )
...
* ⚡ Add update operation
* ⚡ Small improvement
2020-09-03 11:21:23 +02:00
Rupenieks
4c63db8908
⚡ Build error fixed (let to const)
2020-09-02 16:06:18 +02:00
Rupenieks
d1f9cef891
⚡ Fixed dirty state not being triggered with node connection
2020-09-02 15:59:20 +02:00
Jan Oberhauser
922b4181d4
🔖 Release n8n@0.80.0
2020-09-02 15:32:16 +02:00
Jan Oberhauser
c5b12f3452
⬆️ Set n8n-core@0.44.0 and n8n-nodes-base@0.75.0 on n8n
2020-09-02 15:31:15 +02:00
Jan Oberhauser
fc1e76efba
🔖 Release n8n-nodes-base@0.75.0
2020-09-02 15:30:28 +02:00
Jan Oberhauser
6b01c56b49
⬆️ Set n8n-core@0.44.0 on n8n-nodes-base
2020-09-02 15:29:52 +02:00
Jan Oberhauser
21a4a568a4
🔖 Release n8n-core@0.44.0
2020-09-02 15:28:51 +02:00
Rupenieks
4c04cc015d
⚡ Reduced dirty state sensetivity
...
- No longer considers opening a node a state change
- No longer considers selecting a node a state change
2020-09-02 15:26:17 +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
Rupenieks
1cdf0164e9
⚡ Returned to using correct uuid lib
2020-09-02 09:16:16 +02:00
Jan Oberhauser
248ccce5c3
⚡ Minor improvements to S3-Node
2020-09-02 08:30:01 +02:00
Jan Oberhauser
a0f335b0c8
🔀 Merge branch 'custom-s3-credentials' of https://github.com/Renerick/n8n into Renerick-custom-s3-credentials
2020-09-02 08:02:22 +02:00
Denis Palashevskii
de50e2479d
Trim whitespaces in the AWS credentials in other nodes
2020-09-02 00:41:51 +04:00
Denis Palashevskii
2f9bab571d
Trim whitespaces in AWS credentials
2020-09-02 00:29:56 +04:00
Denis Palashevskii
76ab07d60f
Remove code duplication
2020-09-01 19:51:45 +04:00
Jan Oberhauser
a9bfb506ff
⚡ Update buffer code to not get deprecation message
2020-09-01 17:50:51 +02:00
Jan Oberhauser
23f8b2b4df
⚡ Minor improvements to MQTT Trigger-Node
2020-09-01 17:46:32 +02:00
Ricardo Espinoza
b77fd59303
✨ Add MQTT Trigger-Node ( #885 )
...
* Improvements to MQTT-node
* ⚡ Small improvements
done
* ⚡ Improvements
Co-authored-by: LEE SANG JUN <blackr8t@gmail.com>
2020-09-01 17:40:18 +02:00
Rupenieks
4343bec2e0
Revert "Merge branch 'save-changes-warning' of https://github.com/n8n-io/n8n into save-changes-warning"
...
This reverts commit ebc7e76968
, reversing
changes made to 18c8c408e2
.
2020-09-01 17:00:52 +02:00
Rupenieks
d756bea1f4
⚡ Added asterisk to indicate if workflow is saved or not
2020-09-01 16:42:40 +02:00
Rupenieks
ebc7e76968
Merge branch 'save-changes-warning' of https://github.com/n8n-io/n8n into save-changes-warning
2020-09-01 16:39:05 +02:00
Rupenieks
18c8c408e2
Merge branch 'master' into save-changes-warning
2020-09-01 16:15:56 +02:00
Rupenieks
3e1ada7c1a
🚧 Added Vuex dirty state flag as central source of truth for if there are unsaved changes
2020-09-01 16:06:08 +02:00
Jan Oberhauser
fc32b390b5
⬆️ Set n8n-core@0.43.0 on n8n-node-dev
2020-09-01 10:12:16 +02:00
Jan Oberhauser
d2f6bd7e42
👕 Fix lint issue
2020-09-01 09:22:41 +02:00
Jan Oberhauser
e11d61da9d
🐛 Fix another wrong property on ClickUp-Node
2020-08-31 21:41:45 +02:00
vvvictor07
bb4d7a4072
🐛 Fix comment create with assignee ID (repair field name) ( #906 )
2020-08-31 21:38:28 +02:00
Ricardo Espinoza
6fdbdb5957
🐛 Fix wrong authentication name ( #908 )
2020-08-31 21:31:50 +02:00
rupenieks
66b76d16ee
Merged contributor work
2020-08-31 13:08:27 +02:00
Ricardo Espinoza
0c2db741ef
⚡ Add search operation to Zendesk-Node ( #900 )
2020-08-31 12:26:11 +02:00
Rupenieks
20e231b35c
Merge remote-tracking branch 'MLH-Fellowship/promptSave' into save-changes-warning
...
Merging contributor work
2020-08-31 10:45:25 +02:00
Jan Oberhauser
785858ec6a
🔖 Release n8n@0.79.3
2020-08-30 11:08:00 +02:00
Jan Oberhauser
22c40d026b
🐛 Fix bug that workflows did not get activated correctly
2020-08-30 11:06:46 +02:00
Jan Oberhauser
10cfe70d33
🔖 Release n8n@0.79.2
2020-08-28 18:17:04 +02:00
Jan Oberhauser
b26baa902f
🐛 Add missing rawBody for "application/x-www-form-urlencoded"
2020-08-28 18:15:34 +02:00
Jan Oberhauser
e6e25a84db
🔖 Release n8n@0.79.1
2020-08-28 17:46:51 +02:00
Jan Oberhauser
42fc5e1d95
⬆️ Set n8n-nodes-base@0.74.1 on n8n
2020-08-28 17:46:16 +02:00
Jan Oberhauser
453205ad3e
🔖 Release n8n-nodes-base@0.74.1
2020-08-28 17:43:58 +02:00
Jan Oberhauser
f4ed583359
🐛 Do not overwrite accept header if set on HTTP Request Node
2020-08-28 17:42:35 +02:00
Jan Oberhauser
9be3b97cc3
⚡ Minor improvements to Contentful-Node
2020-08-28 17:37:39 +02:00
Rupenieks
322b94255a
⚡ Fixed Contentful error parsing, added missing comma in entryDescription
2020-08-28 16:28:02 +02:00
Rupenieks
198cd6258c
⚡ Added RAW data option for assets, entries, content types
2020-08-28 15:27:12 +02:00
Jan Oberhauser
7259aa4cf6
🐛 Add rawBody to every request that n8n does not error if body is missing
2020-08-27 15:19:10 +02:00
Jan Oberhauser
843569f608
👕 Fix lint issues and indentation
2020-08-27 15:09:31 +02:00
Jan Oberhauser
f56960f0cc
🐛 Remove Test-Webhook also if checkExists fails
2020-08-27 13:37:17 +02:00
Jan Oberhauser
685aa2cf82
🔖 Release n8n@0.79.0
2020-08-27 11:03:09 +02:00
Jan Oberhauser
0748c4b02a
⬆️ Set n8n-editor-ui@0.55.0 and n8n-nodes-base@0.74.0 on n8n
2020-08-27 11:02:33 +02:00
Jan Oberhauser
fa2ee989ea
🔖 Release n8n-editor-ui@0.55.0
2020-08-27 10:57:05 +02:00
Jan Oberhauser
7c0503b403
🔖 Release n8n-nodes-base@0.74.0
2020-08-27 10:55:40 +02:00
Jan Oberhauser
df3e342d1e
⚡ Minor improvements to display of help links
2020-08-27 10:48:57 +02:00
Jan Oberhauser
26a7acf5ed
⚡ Minor improvements to display of help links
2020-08-27 09:57:34 +02:00
Jan Oberhauser
d2110f677e
🔀 Merge branch 'master' into Doc-Link-to-Node-Credentials-Modal
2020-08-27 09:35:22 +02:00
Rupenieks
89499313b6
⚡ indentation
2020-08-27 09:23:23 +02:00
Rupenieks
cf52ce3cfa
⚡ Updated UTM link
2020-08-27 09:12:16 +02:00
Jan Oberhauser
bac65e6333
🔀 Merge branch 'master' of github.com:n8n-io/n8n
2020-08-27 09:00:23 +02:00
Jan Oberhauser
b08e8cba00
⚡ Minor improvement to Zendesk-Credentials
2020-08-27 09:00:01 +02:00
Ricardo Espinoza
74e2bcd1e0
⚡ Add user resource ( #892 )
2020-08-27 08:53:23 +02:00
YErii
1727b4626b
🐛 Fix possible request problem on Salesforce-Node ( #894 )
...
As mentioned in this [doc](https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/resources_query.htm ), sfdc use query string to represent a SOQL query. It may get error response in some environment if we provide the body param such as sandbox env.
2020-08-27 08:23:02 +02:00
Ricardo Espinoza
d26cc64163
⚡ Add custom fields to contact resource on Hubspot-Node ( #893 )
2020-08-27 08:20:29 +02:00
YErii
9fd69bb350
⚡ Improve logic on Salesforce node ( #895 )
...
`if (some_value) { ... }` may lose some falsy values such as `null` `''` `false`. We should only ignore undefined value in request param.
2020-08-27 08:17:14 +02:00
YErii
4b8c6147d3
🐛 Update salesforce node's get subdomain function ( #834 )
...
Original function will not match subdomains like `https://a.b.c.salesforce.com ` and use regular expression to get the subdomain.
2020-08-26 22:54:00 +02:00
maxtkacz
520933c7a4
⚡ Update CredentialsEdit.vue ( #888 )
...
Changed width of Credentials modal from 55% to 75%. Result is the "Nodes with Access" UI now only collapses in a UX-unfriendly manner on viewport widths under 1108px (previously was 1506px)
2020-08-26 21:31:08 +02:00
Jan Oberhauser
317949d765
⚡ Remove left behind debug code
2020-08-26 21:30:24 +02:00
maxtkacz
f386d9e90a
Made "easy wins" copy-edit pass through vue components ( #889 )
...
Essentially scrubbed through .vue files in packages/editor-ui/src/components and copy edited labels/ tooltips etc.
Tried to prevent opinionated editing, simply rewriting existing meaning for clarity. I did however make an opinionated decision on changing a node's "Notes" to "Note" (only labels, nothing code related) because it feels more like a singluar note - especially when used as a subtitle in the workflow. Singular form also futureproofs functionality like showing a list of all node notes across a workflow (or versioning/ collaborative notes features).
So far, have gotten up to PageContentWrapper.vue (when sorted alphabetically). In a followup, will review ParameterInput.vue and onwards in /components folder
2020-08-26 21:25:59 +02:00
Ricardo Espinoza
4ef9826fff
🐛 Coda bug fix ( #891 )
2020-08-26 21:24:24 +02:00
Tanay Pant
2616b2b200
Update BREAKING-CHANGES.md
2020-08-26 09:58:38 +02:00
Jan Oberhauser
d768764a70
⚡ Minor improvements to Todoist-Node
2020-08-26 09:28:39 +02:00
Ricardo Espinoza
c3277df25b
⚡ Todoist node enhancement ( #823 )
...
* Todoist node enhancement
* done
* ⚡ Improvements
* 💄 Remove comment
* 💄 remove unnecessary line
* 📚 Add breaking change message
* ⚡ Remove unnecessary line
Co-authored-by: lukigarazus <ywnwa96@gmail.com>
2020-08-26 09:09:07 +02:00
Jan Oberhauser
426f0ae784
⚡ Minor improvements to ConvertKit-Node
2020-08-25 23:16:38 +02:00
Jan Oberhauser
8da0f6af4a
🔀 Merge branch 'ConvertKit' of https://github.com/MLH-Fellowship/n8n into MLH-Fellowship-ConvertKit
2020-08-25 21:59:42 +02:00
Ricardo Espinoza
e3e39c4f62
⚡ Reuse trigger and target on Zendesk-Trigger ( #767 )
...
* ⚡ Reuse trigger and target on Zendesk-Trigger
* 🐛 Fix bug
2020-08-25 21:50:13 +02:00
Jan Oberhauser
b78145f2ec
⚡ Fix issues with Dynamic title
2020-08-25 20:39:14 +02:00
Rupenieks
44f7b7a9c2
✨ Dynamic title based on workflow execution ( #865 )
...
* ✅ Added title changes based on workflow execution
* ⚡ Title changes on workflow open, reset on workflow delete, fixed not showing when page refreshed
* ⚡ Title icons
2020-08-25 20:37:24 +02:00
Ricardo Espinoza
abdda858eb
🐛 Fix issue with OAuth2 request ( #874 )
2020-08-25 18:56:19 +02:00
Jan Oberhauser
1bf57b3c4f
⚡ Minor improvements to EmailReadImap-Node
2020-08-25 17:57:45 +02:00
Rupenieks
730463aa10
⚡ Added simple, resolve and RAW email formats. Inline attachments now retrieved if format is resolved. ( #884 )
2020-08-25 17:57:17 +02:00
Jan Oberhauser
1975252805
⚡ Add allowUnauthorizedCerts to Postgres-Node
2020-08-25 17:10:34 +02:00
Rupenieks
d8e8db39c4
⚡ Fixed new/open credentials from menu. UTM link adjusted for unknown nodes base.
2020-08-25 14:28:16 +02:00
Jan Oberhauser
2c9e589c72
⚡ Minor improvements to Contentful-Node
2020-08-25 11:22:14 +02:00
Jan Oberhauser
8496f788af
🔀 Merge branch 'contentful-node' of https://github.com/RicardoE105/n8n
2020-08-25 11:00:56 +02:00
Jan Oberhauser
5def03855b
⚡ Minor improvements to Paddle-Node
2020-08-25 10:51:16 +02:00
Rupenieks
72102faed5
✨ Add Paddle Integration ( #726 )
...
* 🚧 Resource descriptions
* 🚧 Node logic / Genericfunctions setup
* 🚧 Tests / changes
* 🚧 Changes
- Added loadOptions to Payments / Coupon properties for easier item selection
- Added exemptions for how data is returned due to inconsistent data return object from API
- Other small fixes in main node
* 🚧 Simplified HTTPS error response
* 🚧 Added RAW Data options
* 🔥 Removed order resource
- Cannot fetch order without a checkout ID, which can only be obtained via a custom implementation which involves a callback function when a user goes through their checkout process.
* ⚡ Improvement to Paddle-Node
* ⚡ Improvements
* ⚡ Added all currencies, discount grouped properties to coupon update
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
2020-08-25 10:50:39 +02:00
Jan Oberhauser
ad67d020c0
⚡ Small improvements to Hubspot-Node
2020-08-25 09:52:00 +02:00
Jan Oberhauser
f9f88cbfd0
🔀 Merge branch 'feature/extend-hubspot' of https://github.com/RicardoE105/n8n into RicardoE105-feature/extend-hubspot
2020-08-25 08:31:19 +02:00
Jan Oberhauser
98edb353d4
⚡ Minor improvements to Trello-Node
2020-08-25 08:27:26 +02:00
ricardo
4c075db26c
⚡ Add card comment operation
2020-08-24 20:55:57 -04:00
Tanay Pant
f5c8fbe953
🔨 Fix pronunciation guide
2020-08-24 10:50:37 +02:00
ricardo
327abd943f
⚡ Add search operation to contact resource
2020-08-21 18:04:21 -04:00
Rupenieks
d5dda2e35a
⚡ Credential fallback added, fixed Gmail documentationUrl
2020-08-20 15:34:45 +02:00
Rupenieks
05258cc645
✅ Credentials doc help link
2020-08-20 14:47:59 +02:00
Jan Oberhauser
b4e6f240f2
🔀 Merge branch 'master' of github.com:n8n-io/n8n
2020-08-19 09:59:42 +02:00
Jan Oberhauser
5ae1d3b49a
🐛 Fix YouTube credential display name #861
2020-08-19 09:59:19 +02:00
Ricardo Espinoza
66fd7564d8
Merge pull request #859 from RicardoE105/feature/signl4
...
Feature/signl4
2020-08-18 20:56:45 -04:00
ricardo
9f527230b9
⚡ Small improvements
2020-08-18 20:55:36 -04:00
Jan Oberhauser
e7347fd181
🔖 Release n8n@0.78.0
2020-08-18 17:23:28 +02:00
Jan Oberhauser
ba1d96a633
⬆️ Set n8n-core@0.43.0, n8n-editor-ui@0.54.0, n8n-nodes-base@0.73.0 and n8n-workflow@0.39.0 on n8n
2020-08-18 17:22:59 +02:00
Jan Oberhauser
f44611a8d1
🔖 Release n8n-editor-ui@0.54.0
2020-08-18 17:21:00 +02:00
Jan Oberhauser
c88249efa2
⬆️ Set n8n-workflow@0.39.0 on n8n-editor-ui
2020-08-18 17:20:36 +02:00
Jan Oberhauser
69d93484e3
🔖 Release n8n-nodes-base@0.73.0
2020-08-18 17:19:50 +02:00
Jan Oberhauser
667e2351ce
⬆️ Set n8n-core@0.43.0 and n8n-workflow@0.39.0 on n8n-nodes-base
2020-08-18 17:19:27 +02:00
Jan Oberhauser
fbda916457
🔖 Release n8n-core@0.43.0
2020-08-18 17:18:32 +02:00
Jan Oberhauser
c13df666a5
⬆️ Set n8n-workflow@0.39.0 on n8n-core
2020-08-18 17:18:09 +02:00
Jan Oberhauser
adf4bc25bd
🔖 Release n8n-workflow@0.39.0
2020-08-18 17:16:04 +02:00
Denis Palashevskii
0cf3b069a9
Revert AWS S3 node to its original state
2020-08-18 17:11:20 +04:00
Denis Palashevskii
77eb0f4955
Create generic S3 node
2020-08-18 16:56:53 +04:00
Jan
fb042adae2
✨ Gmail node ( #856 )
...
* ✨ Gmail node
* ⚡ Improvements
* ⚡ Improvements
* ⚡ Improvements to Gmail-Node
* ⚡ Additional improvements to Gmail-Node
Co-authored-by: Erin <erin2722@gmail.com>
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
2020-08-18 12:40:19 +02:00
Łukasz
226dbce5c6
⚡ Todoist node enhancement ( #763 )
2020-08-17 22:41:05 +02:00
Tanay Pant
815e663717
🔨 Add documentationUrl to credentials
2020-08-17 14:42:09 +02:00
Jan Oberhauser
30ac4f4c2c
⚡ Extend CredentialType interface with "documentationUrl" property
2020-08-17 11:58:36 +02:00
Jan Oberhauser
9e64409ac6
⚡ Minor improvements to YouTube-Node
2020-08-16 09:40:15 +02:00
Jan
07973020f9
✨ Add Youtube-Node ( #717 )
...
* ✨ Youtube-Node
* ⚡ Small improvement
* ⚡ Improvements
* ⚡ Improvements
* zap: Improvements
Co-authored-by: Jan <janober@users.noreply.github.com>
2020-08-16 09:39:40 +02:00
ricardo
54f103776e
⚡ add playlist-item resource
2020-08-15 22:36:11 -04:00
Jan Oberhauser
b965dc0155
⚡ Minor improvements to Google Contacts-Node
2020-08-15 23:26:01 +02:00
Ricardo Espinoza
eb9644f7de
✨ GoogleContacts-Node ( #775 )
...
* ✨ GoogleContacts-Node
* ⚡ small improvements
* ⚡ Add rawData field to get and getAll operations
* ⚡ Improvements
* ⚡ Small fix
* ⚡ Improvements
* ⚡ Small fixes
2020-08-15 23:25:15 +02:00
ricardo
091659df29
zap: Improvements
2020-08-14 18:36:47 -04:00
Jan Oberhauser
228d97d65c
🐛 Fix wrong favicon path #841
2020-08-14 23:20:07 +02:00
Jan Oberhauser
070dfd6cde
🐛 Fix issue that FunctionItem-Node loses binary data #840
2020-08-14 20:02:52 +02:00
Jan Oberhauser
adf0d09cc5
✅ Update @types/node to latest version
2020-08-14 18:36:34 +02:00
Jan Oberhauser
94d7ddf735
✅ Use same package versions
2020-08-14 18:03:43 +02:00
Rupenieks
a69098a096
✅ Updated @types/node to v14, fixed TS breaking with changes
2020-08-12 12:19:41 +02:00
ricardo
8c24858f99
⚡ Improvements
2020-08-11 16:07:23 -04:00
Ron
e64f56a30e
Added feature to resolve alerts
2020-08-11 10:07:52 +02:00
Jan Oberhauser
3ef6f031ec
⚡ Small improvements to UnleashedSoftware-Node
2020-08-10 18:19:56 +02:00
Ievgen
3c29e5c14f
✨ Jackrudenko/unleashed ( #827 )
...
* Improve Google sheet path match, not you can use embedded object to get the path from
* Add the Unleashed node in alphabet order in the package.json file to follow contribution guide requirements
* ⚡ Improvements to Unleashed-Node
* Implement pagination and fix date transformation from Unleashed to ISO
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
2020-08-10 18:19:26 +02:00
ricardo
4568eb21cc
⚡ small fix
2020-08-10 09:43:21 -04:00
ricardo
b3a8587106
⚡ Improvements
2020-08-10 09:41:10 -04:00
Jan Oberhauser
f9970f7157
⚡ Minor improvements to Shopify-Node
2020-08-10 14:44:18 +02:00
Ricardo Espinoza
520a456105
⚡ Shopify-Node (Added product resource) ( #822 )
...
* Add Products support to Shopify node
* ⚡ Improvements
Co-authored-by: Yonatan Rosemarin <yonatan.r@billrun.com>
2020-08-10 14:43:38 +02:00
ricardo
d76e90541d
⚡ Small improvements
2020-08-09 19:23:51 -04:00
ricardo
baac8edeb0
Merge 'master' into 'Bitly-OAuth2-support'
2020-08-09 19:12:38 -04:00
ricardo
1e81b7d54f
⚡ Improvements
2020-08-09 17:39:28 -04:00
Jan Oberhauser
da0ef0d94c
✨ Add "Execute Once" node-setting
2020-08-08 21:11:12 +02:00
ricardo
833001a9e4
⚡ Improvements to ConvertKit-Trigger
2020-08-06 13:33:56 -04:00
Matthew Tovbin
4c275513b4
JWT extras ( #817 )
...
* JWT extras: check issues, expiration, namespace and tenant
* idents
2020-08-06 17:44:19 +02:00
Jan Oberhauser
47499feff7
⚡ Improvements to AMQP-Node
2020-08-06 14:42:26 +02:00
Jan Oberhauser
3e67617130
🔀 Merge branch 'master' into Fix-AMQP-Nodes
2020-08-06 12:58:40 +02:00
ricardo
9b15cf50bc
⚡ Improvements to Converkit-Node
2020-08-05 21:55:53 -04:00
ricardo
852c73e795
Merge 'master' into 'ConvertKit'
2020-08-05 20:17:00 -04:00
Denis Palashevskii
a3c5a971e5
Add support for custom endpoint URL scheme (both HTTP and HTTPS)
2020-08-05 15:22:57 +04:00
Denis Palashevskii
4b22df31ad
Add support for custom S3 endpoint in AWS S3 node
2020-08-05 14:40:45 +04:00
Rupenieks
37d5d864e4
⚡ Adjusted message send format, adjusted for different formats in incoming messages
2020-08-05 10:09:36 +01:00
Denis Palashevskii
823ae846bf
Add Custom S3 Endpoint credentials
2020-08-05 12:12:48 +04:00
Jan Oberhauser
29fc42b69c
🔖 Release n8n@0.76.0
2020-08-05 09:47:31 +02:00
Jan Oberhauser
5768a69ee9
⬆️ Set n8n-core@0.41.0, n8n-editor-ui@0.52.0, n8n-nodes-base@0.71.0 and n8n-workflow@0.37.0 on n8n
2020-08-05 09:46:52 +02:00
Jan Oberhauser
2e9a32f4e2
🔖 Release n8n-editor-ui@0.52.0
2020-08-05 09:44:52 +02:00
Jan Oberhauser
9575f386ed
⬆️ Set n8n-workflow@0.37.0 on n8n-editor-ui
2020-08-05 09:44:21 +02:00
Jan Oberhauser
43025a1c5d
🔖 Release n8n-nodes-base@0.71.0
2020-08-05 09:43:32 +02:00
Jan Oberhauser
699c6fcf69
⬆️ Set n8n-core@0.41.0 and n8n-workflow@0.37.0 on n8n-nodes-base
2020-08-05 09:43:00 +02:00
Jan Oberhauser
cf1f7a7f60
🔖 Release n8n-core@0.41.0
2020-08-05 09:42:01 +02:00
Jan Oberhauser
1b0f788648
⬆️ Set n8n-workflow@0.37.0 on n8n-core
2020-08-05 09:41:44 +02:00
Jan Oberhauser
ce78e0d14b
🔖 Release n8n-workflow@0.37.0
2020-08-05 09:40:44 +02:00
Jan Oberhauser
b13f29aab0
⚡ Minor improvements to Medium-Node
2020-08-05 09:29:48 +02:00
Shraddha Shaligram
a5b6b3d209
✨ Add Medium Node ( #788 )
...
* add medium node
* minor fixes
* fix publication post
* fix according to feedback
* additional fixes
* fix license description
* ⚡ Small improvements
* ⚡ Improvements
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
2020-08-05 09:29:29 +02:00
ricardo
bc0b349faa
⚡ Improvements to Contenful-Node
2020-08-04 15:07:54 -04:00
Jan Oberhauser
94862d2db4
⚡ Remove server option from Twake-Node till supported
2020-08-04 17:30:08 +02:00
Ricardo Espinoza
b77bdfbcfe
✨ Feature/twake node ( #815 )
...
* ⚡ ️ ADD Twake node
* Convert space in tab
* ✨ Twake-Node
* ⚡ Improvements
* ⚡ Small improvements
Co-authored-by: Benoit <benoit.tallandier@gmail.com>
2020-08-04 17:23:06 +02:00
Jan Oberhauser
26f3f949aa
⚡ Minor improvements to TravisCi-Node
2020-08-04 15:53:34 +02:00
Ricardo Espinoza
3dfa55d850
✨ TravisCI-Node ( #756 )
...
* ✨ TravisCI-Node
* ⚡ Small improvement
2020-08-04 15:48:05 +02:00
Jason
6cbe59f686
Fixed spelling mistakes ( #814 )
...
* Fixed spelling mistakes
* Fixed spelling
* Edited spelling mistakes
2020-08-04 11:35:28 +02:00
Jan Oberhauser
f8d216b2be
⚡ Small improvements to PhilipsHue-Node
2020-08-04 11:10:13 +02:00
Jan Oberhauser
5aec61bb18
⚡ Fixes to CustomerIo-Node
2020-08-04 10:32:51 +02:00
Jan Oberhauser
c1b8811772
🔀 Merge branch 'customer.io' of https://github.com/MLH-Fellowship/n8n into MLH-Fellowship-customer.io
2020-08-04 10:22:24 +02:00
Jan
d4313defdc
Merge branch 'master' into feature/youtube
2020-08-04 09:33:59 +02:00
Jan Oberhauser
420777c0b3
⚡ Small improvements to FTP-Node
2020-08-04 09:01:37 +02:00
Rupenieks
a66e483a74
✨ FileTransfer Node (FTP/SFTP) ( #779 )
...
* 🚧 Setup
* 🚧 SFTP finished
* ✅ FTP Finished / Tested
* Tab indentation
* 🐛 Fix some issues on FTP Node
* ⚡ Changed dependencies
* Update FileTransfer.node.ts
* ⚡ Fix issues on FTP-Node
* ⚡ Fixed uploading to subdirectories
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
Co-authored-by: Jan <janober@users.noreply.github.com>
2020-08-04 09:01:13 +02:00
ricardo
4b02ed2f37
⚡ Improvements
2020-08-03 17:11:57 -04:00
ricardo
a443bf797d
Merge 'master' into 'customer.io'
2020-08-03 14:55:36 -04:00
Rupenieks
3cafc68f19
⚡ Migrated API from V1beta to V1 ( #813 )
2020-08-03 17:27:34 +02:00
Jan Oberhauser
5eb30b34a9
🐛 Fix issue that disabled nodes get used as Start-Node #812
2020-08-03 10:15:19 +02:00
Jan Oberhauser
06a5ed3690
⚡ Fixes to PhilipsHue Node
2020-08-03 10:06:46 +02:00
Jan Oberhauser
ea7f1c4b84
🔀 Merge branch 'feature/phillips-hue' of https://github.com/RicardoE105/n8n into RicardoE105-feature/phillips-hue
2020-08-03 08:26:05 +02:00
Jan Oberhauser
7d2f225a21
⚡ Small improvements to CrateDb-Node
2020-08-03 08:21:42 +02:00
Rupenieks
6a8d22d2fa
⚡ Fixed return values from CrateDB update function
2020-08-02 20:23:53 +01:00
ricardo
9a5adb61fa
✨ PhilipHue-Node
2020-07-31 16:26:23 -04:00
Rupenieks
7f43faceb0
Merge branch 'master' of https://github.com/n8n-io/n8n
2020-07-31 15:24:55 +01:00
Rupenieks
4114f70027
⚡ Fixed CrateDB Update operation
2020-07-31 15:24:43 +01:00
Jan Oberhauser
e82f3f405e
⚡ Fix link to documentation
2020-07-31 09:57:23 +02:00
Rupenieks
0f86df4c0f
⚡ Documentation Link in Node Display ( #808 )
...
* ✅ Implemented Documentation link help box
* ⚡ Adjusted transition speed
* ⚡ Added UTM link, fixed Node Name issue
2020-07-31 09:56:39 +02:00
Jean Baptiste Noblot
e863254272
👕 replace coma in semicolon when end of line ( #802 )
2020-07-30 11:35:36 +02:00
Jan Oberhauser
c298fd325a
🐛 Fix bug which displayed selector for low number of items
2020-07-29 22:43:05 +02:00
Jan Oberhauser
729da6f73e
🐛 Fix bug in MobeBinaryData-Node that it read options wrong
2020-07-29 22:30:49 +02:00
Jan Oberhauser
b488ae8d3a
👕 Fix lint issue
2020-07-29 14:20:31 +02:00
Ben Hesseldieck
051598d30e
✨ Add max execution time for Workflows ( #755 )
...
* 🎉 basic setup and execution stopping
* 🚧 soft timeout for own process executions
* 🚧 add hard timeout for subprocesses
* 🚧 add soft timeout to main thread
* 🔧 set default timeout to 5 mins --> 500s
* 💡 adding documentation to configs
* 🚧 deactivate timeout by default
* 🚧 add logic of max execution timeout
* ⚡ adding timeout to settings in frontend and server
* 🎨 improve naming
* 💡 fix change in config docs
* ✔️ fixing compilation issue
* 🎨 add format for new config variables
* 👌 type cast before checking equality
* ⚡ Improve error message if NodeType is not known
* 🐳 Tag also rpi latest image
* 🐛 Fix Postgres issue with Node.js 14 #776
* 🚧 add toggle to activate workflow timeout
* 💄 improving UX of setting a timeout and its duration
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2020-07-29 14:12:54 +02:00
Jan Oberhauser
6e06da99fb
⚡ Update job website URL
2020-07-27 11:43:28 +02:00
Jan Oberhauser
ab93b1964d
🔖 Release n8n-nodes-base@0.70.1
2020-07-26 14:36:19 +02:00
Jan Oberhauser
51ff2b759f
🐛 Fix CrateDB default schema
2020-07-26 14:35:19 +02:00
Jan Oberhauser
7f7f395e36
🔖 Release n8n@0.75.0
2020-07-26 12:55:24 +02:00
Jan Oberhauser
8e5fe3aaba
⬆️ Set n8n-core@0.40.0, n8n-editor-ui@0.51.0, n8n-nodes-base@0.70.0 and n8n-workflow@0.36.0 on n8n
2020-07-26 12:54:54 +02:00
Jan Oberhauser
d5d03815d0
🔖 Release n8n-editor-ui@0.51.0
2020-07-26 12:53:32 +02:00
Jan Oberhauser
2a38b3ec58
⬆️ Set n8n-workflow@0.36.0 on n8n-editor-ui
2020-07-26 12:53:02 +02:00
Jan Oberhauser
d6132a3c03
🔖 Release n8n-nodes-base@0.70.0
2020-07-26 12:52:02 +02:00
Jan Oberhauser
d6500dec22
⬆️ Set n8n-core@0.40.0 and n8n-workflow@0.36.0 on n8n-nodes-base
2020-07-26 12:51:35 +02:00
Jan Oberhauser
e5d73f37ad
🔖 Release n8n-core@0.40.0
2020-07-26 12:50:29 +02:00
Jan Oberhauser
1234ef2af1
⬆️ Set n8n-workflow@0.36.0 on n8n-core
2020-07-26 12:50:00 +02:00
Jan Oberhauser
50c57b0e81
🔖 Release n8n-workflow@0.36.0
2020-07-26 12:49:05 +02:00
Jan Oberhauser
604d8eea89
⚡ Small improvements and fix for Postgres & QuestDB
2020-07-26 12:45:39 +02:00
Jan Oberhauser
a46a6fa00c
👕 Fix lint issue
2020-07-26 11:59:17 +02:00
Jan Oberhauser
d726e11af4
⚡ Minor improvements to Box Node
2020-07-25 19:59:12 +02:00
Ricardo Espinoza
8370940713
✨ Box Node and Trigger ( #765 )
...
* ✨ Box Node and Trigger
* ⚡ Improvements
* ⚡ small fix
* 🐛 Add missing interface
* ⚡ add search operation
2020-07-25 19:58:38 +02:00
Jan Oberhauser
a5dd08fdbb
⚡ Minor improvements to Jira Trigger Node
2020-07-25 10:22:24 +02:00
Ricardo Espinoza
d35548c424
✨ Jira-Trigger ( #778 )
...
* ✨ Jira-Trigger
* ⚡ Improvements
2020-07-25 10:22:02 +02:00
Jan Oberhauser
d2b99263d4
⚡ Minor improvements to OAuth1 support in HTTP Request Node
2020-07-25 10:10:34 +02:00
Rupenieks
5295696e60
✨ OAuth1 support for HTTP Request Node ( #781 )
...
* Add OAuth1
* ✅ Added OAuth1 support.
Changes to NodeExecuteFunctions:
- Accommodating to use of both a URL and URI property in request options.
- qs if not set is undefined, so checking for its length returns an error
2020-07-25 10:09:52 +02:00
Jan Oberhauser
9c266e7aea
⚡ Small improvements to OPTIONS request for webhooks
2020-07-24 16:45:07 +02:00
Rupenieks
82d94873fc
✨ OPTIONS request support for Production/Test Webhooks ( #787 )
...
* 🐛 Fix naming of events in AffinityTrigger Node
* 🚧 OPTIONS allow header response for production webhooks
* ✅ Implemented Allow header for test webhook OPTIONS response
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2020-07-24 16:24:18 +02:00
Jan Oberhauser
de8e6f2811
🐛 Fix bug with saving executions of unsaved workflows
2020-07-24 15:16:55 +02:00
Jan Oberhauser
f64a49318a
🐛 Fix bug with test webhooks which do not get unregistered
2020-07-24 13:56:20 +02:00
smamudhan
725d2d16fc
Fixed typos and grammatical errors ( #791 )
...
* 🐛 Fixed typos and grammatical errors
* 🐛 Made changes based on Tanay's feedback
2020-07-24 12:56:41 +02:00
ricardo
b6fed1bc0d
⚡ Improvements
2020-07-23 21:20:21 -04:00
ricardo
3090549ada
Merge remote-tracking branch 'upstream/master' into Dropbox-OAuth2-Support
2020-07-23 21:10:07 -04:00
ricardo
7e0725f381
⚡ Small improvements
2020-07-23 21:08:34 -04:00
Ricardo Espinoza
e03a937888
Merge pull request #673 from n8n-io/AcuityScheduling-OAuth2-support
...
Acuity scheduling OAuth2 support
2020-07-23 19:51:59 -04:00
ricardo
e387229642
⚡ Small improvement
2020-07-23 19:49:07 -04:00
ricardo
28fcaf79ae
🐛 Fix merge issues
2020-07-23 17:10:26 -04:00
ricardo
b187a8fd7d
Merge branch 'Master' into 'Pipedrive-OAuth2-support'
2020-07-23 16:51:05 -04:00
ricardo
98255f709e
⚡ Small improvement
2020-07-20 14:33:09 -04:00
Erin
5f32341a9e
Remove logs
2020-07-20 11:52:24 -04:00
Erin
70a584a46d
🎉 Works with ctrl s, now working on a user saving from the side bar
2020-07-20 10:57:58 -04:00
Erin
ad1228e0ea
✨ Everything works except refresh
2020-07-09 16:54:50 -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
Erin
f4022c6cd5
🔧 Prompt User to Save Before Page Unload
2020-07-07 10:36:43 -04:00
Jan Oberhauser
af4333f268
⚡ Some minior improvements on Zoom-Node
2020-07-06 15:05:05 +02:00
Jan Oberhauser
fcfef158cb
🔀 Merge branch 'zoom' of https://github.com/MLH-Fellowship/n8n into MLH-Fellowship-zoom
2020-07-06 11:50:49 +02:00
Shraddha Shaligram
9c58ca8f77
⚡ Move Google Task title to top level ( #718 )
2020-07-05 11:33:05 +02:00
Innokenty Lebedev
fe56c8778d
🐛 Fix slack as_user ( #708 )
...
* Ignore as_user only when it is false
* Update as_user description
2020-07-05 11:19:13 +02:00
einSelbst
1f04c9eaac
Fix a few typos in node-dev readme
...
I hope I didn't took it to far :)
2020-07-03 15:35:58 +02:00
Rupenieks
de7a6d6dfb
🚧 Setup
...
Added OAuth2 credentials, UI, generic functions changes
2020-07-03 11:22:39 +02:00
Jan Oberhauser
ae902589b8
⚡ Temporary fix to repair build
2020-07-03 07:31:08 +02:00
Jan Oberhauser
63280b7407
🐛 Fix build issue
2020-07-02 23:07:28 +02:00
Erin
e209077160
✨ ConvertKit Trigger and Regular Node
2020-07-02 16:41:59 -04:00
Jan Oberhauser
549b26fa3d
🐛 Fix issue with nodes in stack which do actually not get executed
2020-07-02 15:07:55 +02:00
Rupenieks
0b46f5d63a
🚧 Tests / changes
2020-07-02 11:12:27 +02:00
Jan Oberhauser
a01a764874
🔖 Release n8n@0.72.0
2020-07-02 07:21:56 +02:00
Jan Oberhauser
69e9573004
⬆️ Set n8n-core@0.37.0 and n8n-nodes-base@0.67.0 on n8n
2020-07-02 07:21:15 +02: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
Jan Oberhauser
7de478d502
🔖 Release n8n-core@0.37.0
2020-07-02 07:18:08 +02:00
ricardo
6c94873dfa
✨ Youtube-Node
2020-07-01 22:55:18 -04:00
Jan Oberhauser
d72a711957
🐛 Fix credential issue with ExecuteWorkflow-Node
2020-07-01 15:08:00 +02: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
Jan Oberhauser
872bc9df75
🐛 Write env encryption key to config if file does not exist #713
2020-06-30 20:08:52 +02:00
Erin McNulty
574167bf3d
🐛 Changed reponseMode to responseMode ( #711 )
2020-06-30 17:59:58 +02:00
Rupenieks
4a968ee8ea
🚧 Node logic / Genericfunctions setup
2020-06-30 17:38:55 +02:00
Rupenieks
b46a29b1a7
🚧 Resource descriptions
2020-06-30 13:34:09 +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
ricardo
3660f535ac
⚡ Add .svg to gulpfile
2020-06-26 17:48:07 -04:00
ricardo
591630abd1
🐛 Fix timezone issue
2020-06-26 09:27:41 -04: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
91b3c262fc
🔖 Release n8n@0.71.0
2020-06-25 12:29:25 +02:00
Jan Oberhauser
24746f57d0
⬆️ Set n8n-editor-ui@0.48.0 and n8n-nodes-base@0.66.0 on n8n
2020-06-25 12:28:40 +02:00
Jan Oberhauser
f99da78c1d
🔖 Release n8n-editor-ui@0.48.0
2020-06-25 12:27:26 +02: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
6af3743e1b
✨ Add Postgres SSL support
2020-06-25 11:39:04 +02:00
Jan Oberhauser
830e4f19b6
⚡ Minor improvements to Signl4-Node
2020-06-25 09:54:25 +02:00
Jan Oberhauser
a6a4eed711
🔀 Merge branch 'feature/signl4-node' of https://github.com/RicardoE105/n8n into RicardoE105-feature/signl4-node
2020-06-25 08:56:33 +02:00
ricardo
5b269b45f1
✨ SIGNL4-Node
2020-06-25 00:06:48 -04:00
shraddha shaligram
61b1868b9d
fix
2020-06-24 19:18:12 -07:00
ricardo
4555d6bfc9
⚡ Improvements to Zoom-Node
2020-06-24 19:28:08 -04:00
shraddha shaligram
d8b7ad528e
fix
2020-06-24 15:52:51 -07:00
shraddha shaligram
dee03a5e4c
minor fix
2020-06-24 15:50:23 -07:00
Erin
5e81e02599
✨ Spotify Node
...
Co-authored-by: Ricardo Espinoza <RicardoE105@users.noreply.github.com>
2020-06-24 17:02:14 -04:00
shraddha shaligram
34e05f0f72
add credentials comments
2020-06-24 12:01:06 -07:00
shraddha shaligram
f9fe9de235
fix webinar naming conventions
2020-06-24 11:25:07 -07:00
shraddha shaligram
7fea380af5
fix webinar resource
2020-06-24 11:18:56 -07:00
shraddha shaligram
5829540083
fix registrants bug
2020-06-24 11:09:11 -07:00
shraddha shaligram
e3cf858ebc
fix naming conventions
2020-06-24 10:47:35 -07: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
shraddha shaligram
5d98f5673f
fix specific results for registrants
2020-06-23 20:53:49 -07:00
shraddha shaligram
69a1f8af00
fix pagination
2020-06-23 20:29:47 -07:00
shraddha shaligram
83828a19ab
follow codebase conventions
2020-06-23 14:26:00 -07:00
shraddha shaligram
37ff6a8f13
fix spellings
2020-06-23 13:40:43 -07:00
Jan Oberhauser
0bdb9cecac
⚡ Make it possible that n8n is deployed under subfolder
2020-06-23 22:15:07 +02:00
Jan Oberhauser
d41b976b3b
⚡ Remove unnecessary import
2020-06-23 21:37:15 +02:00
shraddha shaligram
a6e40aaebe
minor fix
2020-06-23 12:27:47 -07:00
shraddha shaligram
807db166fd
refactor code
2020-06-23 12:14:04 -07: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
93afb0940b
⚡ Use rest endpoint configuration
2020-06-23 16:12:53 +02:00
shraddha shaligram
815f823f5a
add webinars and registrants resource
2020-06-22 18:39:21 -07:00
Jan Oberhauser
4c9b0162ef
⚡ Improve parameter name
2020-06-22 21:23:50 +02:00
shraddha shaligram
c282a25876
add files
2020-06-22 11:54:49 -07:00
shraddha shaligram
b95e3464a4
add meeting functionality
2020-06-22 11:51:15 -07: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
5db2ce2924
🐛 Fix issue that changed static data in webhook function did not get
...
saved
2020-06-20 12:28:56 +02:00
shraddha shaligram
37c80f3d8b
add OAuth2
2020-06-18 12:29:16 -07: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
eb2ced7e3c
add resource
2020-06-17 11:16:31 -07:00
shraddha shaligram
355ccc3201
add authentication
2020-06-16 17:46:38 -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
7f74408487
🔖 Release n8n@0.70.0
2020-06-13 20:35:00 +02:00
Jan Oberhauser
716716bd1c
⬆️ Set n8n-nodes-base@0.65.0 on n8n
2020-06-13 20:34:22 +02: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
a5055940b3
🐛 Fix issue with multiuser-setup
2020-06-13 12:34:20 +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
ed160764c9
⚡ Remove debug messages
2020-06-12 15:51:38 +02:00
Jan Oberhauser
d1c5eb26fb
🔖 Release n8n-node-dev@0.9.0
2020-06-12 15:32:39 +02:00
Jan Oberhauser
5dfc0010cd
🔀 Merge branch 'master' of github.com:n8n-io/n8n
2020-06-12 15:31:49 +02:00
Jan Oberhauser
3705e2bfbf
🔖 Release n8n-node-dev@0.8.0
2020-06-12 15:29:55 +02:00
Iván Ovejero
002437862d
⚡ Fix PNG file copy for CLI build --watch command ( #661 )
2020-06-12 15:28:40 +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
Jan Oberhauser
1451f94814
🔀 Merge branch 'external-hooks'
2020-06-10 13:02:45 +02:00
Jan Oberhauser
57b3a2e05e
⚡ Cleanup of external hooks
2020-06-10 13:00:28 +02: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
4eff72504d
🔖 Release n8n@0.69.1
2020-06-09 23:07:51 +02:00
Jan Oberhauser
e8737b5c4e
⬆️ Set n8n-nodes-base@0.64.1 on n8n
2020-06-09 23:07:04 +02: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
679660440e
🔖 Release n8n-workflow@0.33.0
2020-06-08 11:11:04 +02:00
Jan Oberhauser
e6d70d6cc3
🔖 Release n8n@0.69.0
2020-06-08 10:57:23 +02:00
Jan Oberhauser
7697a5703e
⬆️ Set n8n-core@0.36.0, n8n-editor-ui@0.47.0, n8n-nodes-base@0.64.0 and n8n-workflow@0.33.0 on n8n
2020-06-08 10:56:50 +02:00
Jan Oberhauser
734e6a8e87
🔖 Release n8n-editor-ui@0.47.0
2020-06-08 10:55:22 +02:00
Jan Oberhauser
1159064d59
⬆️ Set n8n-workflow@0.33.0 on n8n-editor-ui
2020-06-08 10:54:59 +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
6375934cb8
🔖 Release n8n-core@0.36.0
2020-06-08 10:51:18 +02:00
Tanay Pant
516a56ea32
📚 Add breaking changes for 0.69.0 ( #632 )
2020-06-08 10:44:52 +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
Jan Oberhauser
9cae58c787
🐛 Fix issue that nodes can not be opened in readOnly-Mode
2020-06-08 00:34:15 +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
afe0d16a9a
🔖 Release n8n@0.68.2
2020-06-04 17:50:26 +02:00
Jan Oberhauser
a12510db09
⬆️ Set n8n-nodes-base@0.63.1 on n8n
2020-06-04 17:49:37 +02: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
Jan Oberhauser
f8f123efde
🔖 Release n8n@0.68.1
2020-06-04 17:31:21 +02:00
Jan Oberhauser
75ea0ea91c
🐛 Add missing file
2020-06-04 17:30: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
c7a3a86797
🔖 Release n8n@0.68.0
2020-06-04 17:14:57 +02:00
Jan Oberhauser
320a63a1be
⬆️ Set n8n-core@0.35.0, n8n-editor-ui@0.46.0, n8n-nodes-base@0.63.0 and n8n-workflow@0.32.0 on n8n
2020-06-04 17:14:23 +02:00
Jan Oberhauser
42d6630466
🔖 Release n8n-editor-ui@0.46.0
2020-06-04 17:11:39 +02:00
Jan Oberhauser
66c3013e56
⬆️ Set n8n-workflow@0.32.0 on n8n-editor-ui
2020-06-04 17:10:31 +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
0abbcba6ca
🔖 Release n8n-core@0.35.0
2020-06-04 17:07:44 +02:00
Jan Oberhauser
7e88c35e35
⬆️ Set n8n-workflow@0.32.0 on n8n-core
2020-06-04 17:07:09 +02:00
Jan Oberhauser
93c6107ef9
🔖 Release n8n-workflow@0.32.0
2020-06-04 17:05:54 +02:00
Jan Oberhauser
c7a901083b
🔀 Merge branch 'master' of github.com:n8n-io/n8n
2020-06-04 17:03:11 +02:00
Jan Oberhauser
20fdd70a9b
📚 Add version to breaking-changes file
2020-06-04 17:02:27 +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
Patrick Wellever
49ea7e2739
✨ Make server listen address configurable ( #618 )
2020-06-04 09:36:10 +02:00
Ricardo Espinoza
dc6cf5b9a7
Merge branch 'master' into Dropbox-OAuth2-Support
2020-06-03 17:08:48 -04:00
Jan Oberhauser
35c149c7b1
⚡ Fix small issue
2020-06-03 19:58:55 +02:00
Tei1988
e19cd9c118
✨ Add support for scoped npm packages ( #612 )
2020-06-03 19:40:39 +02: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
5718330e29
🐛 Fix issues in read-only mode #39
2020-05-24 14:22:15 +02:00
Jan Oberhauser
2cdfb69e0c
⚡ Improve data display for large amount of data
2020-05-24 00:57:40 +02:00
Jan Oberhauser
c6281f2b0e
⚡ Use only JSON-Data for display-size-calculation
2020-05-23 23:54:56 +02:00
Allan Clempe
d79f22d0db
⚡ Changed glob pattern to also search nodes in subfolders. ( #574 )
2020-05-23 01:09:05 +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
f004bc8aaf
🐛 Fix display issue on failed oauth connect #PROD-95
2020-05-18 14:54:03 +02:00
Jan Oberhauser
00935032e2
⚡ Improve OAuth connect flow
2020-05-18 11:58:37 +02:00
Jan Oberhauser
718929cb3b
🐛 Fix issue with wronlgy defined paramter for Google Drive
2020-05-17 10:45:55 +02:00
Jan Oberhauser
95097a8bd7
🐛 Fix issue with credentials which extend others
2020-05-16 19:22:06 +02:00
Jan Oberhauser
97cf7da6c3
🔀 Merge branch 'master' into oauth-support
2020-05-16 11:26:21 +02:00
Jan Oberhauser
c791c27859
🔖 Release n8n@0.67.3
2020-05-15 20:34:20 +02:00
Jan Oberhauser
56d524d205
⬆️ Set n8n-nodes-base@0.62.1 on n8n
2020-05-15 20:33:38 +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
cfe6e72440
⚡ Do not save credential default values to DB #PROD-52
2020-05-14 14:27:19 +02:00
Jan Oberhauser
09a4b44875
🔀 Merge branch 'master' into oauth-support
2020-05-13 13:39:35 +02:00
Jan Oberhauser
193e8b26b9
🔖 Release n8n@0.67.2
2020-05-13 10:16:48 +02:00
Jan Oberhauser
64c5b6452f
🐛 Fix temporary issue with broke dependency
2020-05-13 10:16:03 +02:00
Jan Oberhauser
5a2c33909a
🔖 Release n8n@0.67.1
2020-05-13 09:33:30 +02:00
Jan Oberhauser
6c685ccae1
🐛 Fix postgres schema
2020-05-13 09:31:31 +02:00
Jan Oberhauser
96e5d34065
🐛 Fix entityPrefix
2020-05-13 09:22:14 +02:00
Jan Oberhauser
74fac1e56c
⚡ Do not overwrite all oauth data on reconnect #PROD-24
2020-05-13 01:07:34 +02:00
Jan Oberhauser
ea47e8b1bc
⚡ Fix issue that OAuth data got overwritten with every save #PROD-22
2020-05-13 00:40:05 +02:00
Jan Oberhauser
a0564e649f
🔀 Merge branch 'master' into oauth-support
2020-05-12 22:54:03 +02:00
Jan Oberhauser
0cfd7aeece
🔀 Merge branch 'master' of github.com:n8n-io/n8n
2020-05-12 17:09:14 +02:00
Tanay Pant
28883657a2
📚 Add an instruction to Breaking Changes ( #561 )
2020-05-12 17:06:39 +02:00
Jan Oberhauser
b5996e5828
🔖 Release n8n@0.67.0
2020-05-12 16:34:52 +02:00
Jan Oberhauser
4785378da6
⬆️ Set n8n-core@0.34.0, n8n-editor-ui@0.45.0, n8n-nodes-base@0.62.0 and n8n-workflow@0.31.0 on n8n
2020-05-12 16:34:27 +02:00
Jan Oberhauser
0689a6205d
🔖 Release n8n-editor-ui@0.45.0
2020-05-12 16:30:24 +02:00
Jan Oberhauser
dd46315ec9
⬆️ Set n8n-workflow@0.31.0 on n8n-editor-ui
2020-05-12 16:29:59 +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
1dc18e8968
🔖 Release n8n-core@0.34.0
2020-05-12 16:21:10 +02:00
Jan Oberhauser
acd7b4c8b7
⬆️ Set n8n-workflow@0.31.0 on n8n-core
2020-05-12 16:20:25 +02:00
Jan Oberhauser
a6c486b471
🔖 Release n8n-workflow@0.31.0
2020-05-12 16:19:05 +02:00
Jan Oberhauser
b187aa49c4
💥 Fix some more node names
2020-05-12 15:45:41 +02:00
Jan Oberhauser
15c7331e43
🔀 Improve Breaking Changes:
...
commit a6b3feb786585dc262ad99db918ee887b057f431
Author: Jan Oberhauser <jan.oberhauser@gmail.com>
Date: Tue May 12 15:38:23 2020 +0200
⚡ Fix indentation
commit 8c56a377bd
Author: Tanay Pant <tanaypant@protonmail.com>
Date: Tue May 12 15:31:11 2020 +0200
One more edit to Breaking Changes
commit da125d4dab
Author: Tanay Pant <tanaypant@protonmail.com>
Date: Tue May 12 15:27:44 2020 +0200
Edits to the Breaking Changes
2020-05-12 15:41:20 +02:00
Jan Oberhauser
9c66a652fc
💥 Fix node names
2020-05-12 15:08:19 +02:00
Jan Oberhauser
4e4c1c8a9f
⚡ Display OAuth callback URL in UI #PROD-23
2020-05-12 11:27:07 +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
Jan Oberhauser
231bd9f5c7
⚡ Save also static data after Trigger-emit
2020-05-09 00:55:47 +02:00
Jan Oberhauser
906ef1a482
⚡ Add displayOptions support for multiOptions property
2020-05-08 19:49:57 +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
e0859ae0e2
🔀 Merge branch 'Rupenieks-Programmatic-migrations'
2020-05-07 01:24:41 +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
6e1254fd54
⚡ Add additional external workflow hooks
2020-05-06 00:59:58 +02: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
Jan Oberhauser
3d330a94d3
⚡ Make it possible to display notes in flow
2020-05-05 17:34:12 +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
0387671cae
⚡ Add additional external hooks and provide additional data
2020-05-05 01:23:54 +02:00
Boris Berenberg
4269e8b914
minor grammar fixes
2020-05-04 16:06:13 -04:00
Jan Oberhauser
98ac9d93bc
⚡ Fix loading of projects for hosted Jira
2020-05-04 19:35:02 +02:00
Jan Oberhauser
42b997fdb4
⚡ Improve database migrations
2020-05-04 17:29:39 +02:00
Jan Oberhauser
75f0a653e4
🔀 Merge branch 'Programmatic-migrations' of https://github.com/Rupenieks/n8n into Rupenieks-Programmatic-migrations
2020-05-04 16:27:30 +02:00
Rupenieks
e17df72dc6
Contact Delete
2020-05-04 15:14:22 +02:00
Rupenieks
6a9d6526a0
Ormconfig mariadb addition, ts-node to dev dependency
2020-05-04 11:18:28 +02:00
Jan Oberhauser
1a63af460a
🔖 Release n8n@0.66.0
2020-05-04 09:09:50 +02:00
Jan Oberhauser
3d491adbaf
⬆️ Set n8n-core@0.33.0, n8n-editor-ui@0.44.0, n8n-nodes-base@0.61.0 and n8n-workflow@0.30.0 on n8n
2020-05-04 09:09:07 +02:00
Jan Oberhauser
55c6fca4e3
🔖 Release n8n-editor-ui@0.44.0
2020-05-04 09:07:34 +02:00
Jan Oberhauser
49e4bd971e
⬆️ Set n8n-workflow@0.30.0 on n8n-editor-ui
2020-05-04 09:07:03 +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
Jan Oberhauser
d282d33903
🔖 Release n8n-core@0.33.0
2020-05-04 09:03:52 +02:00
Jan Oberhauser
2d429a789d
⬆️ Set n8n-workflow@0.30.0 on n8n-core
2020-05-04 09:03:11 +02:00
Jan Oberhauser
9dbec2277a
🔖 Release n8n-workflow@0.30.0
2020-05-04 09:01:37 +02:00
Jan Oberhauser
a380a9a394
⚡ Add first basic code for external hooks
2020-05-04 08:56:01 +02:00
Jan
582ff76799
🔀 Merge pull request #541 from epegzz/patch-1
...
Fix typo
2020-05-03 23:33:22 +02:00
Jan Oberhauser
42f6f4af2c
⚡ Display an error when unsaved workflow gets executed with webhook
2020-05-03 17:55: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
Jan Oberhauser
1ed72af255
🐛 Fix issue with push messages that get received to fast
2020-05-01 10:45:28 +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
01c89fde15
🔖 Release n8n@0.65.0
2020-04-30 00:16:23 +02:00
Jan Oberhauser
5487ed5489
⬆️ Set n8n-nodes-base@0.60.0 on n8n
2020-04-30 00:15:48 +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
Jan Oberhauser
3d6a75d392
⚡ Fix issue with workflows running in main process
2020-04-29 19:33:03 +02:00
André
263ccb1d5e
added node sms77
2020-04-29 18:44:09 +02:00
Rupenieks
48a1e0c495
ormconfig to migrations folder
2020-04-29 16:13:46 +02:00
Rupenieks
3acd779282
Fixed Queries,
2020-04-29 13:57:21 +02:00
Rupenieks
16bf916df5
Migration configs, migration files, removed test queries
2020-04-29 11:34:12 +02:00
Rupenieks
032f4075e4
postgresql initial migration
2020-04-28 00:52:30 +02:00
Jan Oberhauser
1f4cf08012
🐛 Fix Webhook multipart/form bug #522
2020-04-28 00:24:17 +02:00
Rupenieks
daeafe68f3
init migration test files, ormconfig
2020-04-27 12:46:09 +02:00
Jan Oberhauser
df27f6a6d3
🔖 Release n8n@0.64.0
2020-04-27 08:26:30 +02:00
Jan Oberhauser
0165223d6c
⬆️ Set n8n-core@0.32.0, n8n-editor-ui@0.43.0, n8n-nodes-base@0.59.0 and n8n-workflow@0.29.0 on n8n
2020-04-27 08:25:54 +02:00
Jan Oberhauser
ab836c51b4
🔖 Release n8n-editor-ui@0.43.0
2020-04-27 08:23:41 +02:00
Jan Oberhauser
5a277a1067
⬆️ Set n8n-workflow@0.29.0 on n8n-editor-ui
2020-04-27 08:23:15 +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
48fad7aa3d
🔖 Release n8n-core@0.32.0
2020-04-27 08:20:38 +02:00
Jan Oberhauser
94f60f48f1
⬆️ Set n8n-workflow@0.29.0 on n8n-core
2020-04-27 08:20:15 +02:00
Jan Oberhauser
4f7cb284a7
🔖 Release n8n-workflow@0.29.0
2020-04-27 08:19:01 +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
Jan Oberhauser
a3106219f4
⚡ Add Expression-Support to responseHeaders
2020-04-26 15:28:51 +02:00
Jan Oberhauser
a9e665dd9b
🔀 Merge branch 'webhook_response_headers' of https://github.com/davidecavestro/n8n into davidecavestro-webhook_response_headers
2020-04-26 11:55:25 +02:00
Davide Cavestro
db2329b26c
Webhook: allow setting generic response-headers
2020-04-26 11:01:20 +02:00
Jan Oberhauser
34a37e59c3
⚡ Fix build
2020-04-25 19:40:43 +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
149e3686c2
🔖 Release n8n@0.63.0
2020-04-22 23:59:08 +02:00
Jan Oberhauser
b4a27547cb
⬆️ Set n8n-nodes-base@0.58.0 on n8n
2020-04-22 23:58:25 +02: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
Rupenieks
07c69f5ade
Migration settings
2020-04-22 16:03:50 +02:00
Rupenieks
1aa51944a6
Initial migration files for each DB
2020-04-22 15:52:15 +02: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
Jan Oberhauser
3d39aba939
🔖 Release n8n-node-dev@0.7.0
2020-04-17 23:18:32 +02:00
Jan Oberhauser
63505b4be0
⬆️ Set n8n-core@0.31.0 and n8n-workflow@0.28.0 on n8n-node-dev
2020-04-17 23:18:03 +02: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
303062623b
✨ Add MariaDB support
2020-04-14 19:54:11 +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
105858cb36
🔖 Release n8n@0.62.1
2020-04-13 22:19:54 +02:00
Jan Oberhauser
9afb71ec91
⬆️ Set n8n-nodes-base@0.57.1 on n8n
2020-04-13 22:19:20 +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
af2ed46a68
🔖 Release n8n@0.62.0
2020-04-13 17:30:36 +02:00
Jan Oberhauser
7857e0d836
⬆️ Set n8n-core@0.31.0, n8n-editor-ui@0.42.0, n8n-nodes-base@0.57.0 and n8n-workflow@0.28.0 on n8n
2020-04-13 17:30:09 +02:00
Jan Oberhauser
619ccc7734
🔖 Release n8n-editor-ui@0.42.0
2020-04-13 17:28:16 +02:00
Jan Oberhauser
d918265738
⬆️ Set n8n-workflow@0.28.0 on n8n-editor-ui
2020-04-13 17:27:32 +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 Oberhauser
3ce9798323
🔖 Release n8n-core@0.31.0
2020-04-13 17:24:48 +02:00
Jan Oberhauser
9d4bd8e820
⬆️ Set n8n-workflow@0.28.0 on n8n-core
2020-04-13 17:24:03 +02:00
Jan Oberhauser
a2a10b829b
🔖 Release n8n-workflow@0.28.0
2020-04-13 17:22:31 +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
Jan Oberhauser
a757b43854
✔️ Add one more test
2020-04-13 17:19:52 +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
Jan Oberhauser
399397fbb7
⚡ Improve how expressions get values
2020-04-13 15:57:01 +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
3c819100d8
🔖 Release n8n@0.61.0
2020-04-12 20:14:51 +02:00
Jan Oberhauser
bc0856a6d0
⬆️ Set n8n-core@0.30.0, n8n-editor-ui@0.41.0, n8n-nodes-base@0.56.0 and n8n-workflow@0.27.0 on n8n
2020-04-12 20:13:31 +02:00
Jan Oberhauser
b4dff3cdb8
🔖 Release n8n-editor-ui@0.41.0
2020-04-12 20:11:58 +02:00
Jan Oberhauser
41a6a53bf5
⬆️ Set n8n-workflow@0.27.0 on n8n-editor-ui
2020-04-12 20:11:30 +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
Jan Oberhauser
3ac39d6d40
🔖 Release n8n-core@0.30.0
2020-04-12 20:08:15 +02:00
Jan Oberhauser
d5613aad95
⬆️ Set n8n-workflow@0.27.0 on n8n-core
2020-04-12 20:07:58 +02:00
Jan Oberhauser
a2217274ab
🔖 Release n8n-workflow@0.27.0
2020-04-12 20:06:43 +02:00
Jan Oberhauser
c7024ca454
✨ Add "alwaysOutputData" option to nodes
2020-04-12 19:58:30 +02:00
Miłosz Szewczak
640db18ab6
a126
2020-04-12 19:12:11 +02:00
Jan Oberhauser
dc10f52db3
🐛 Fix bug
2020-04-12 19:05:06 +02:00
Miłosz Szewczak
2de3249cfb
add125
2020-04-12 18:59:52 +02:00
Jan Oberhauser
59798ad0bd
⚡ Do not allow that expressions return functions
2020-04-12 18:48:41 +02:00
Miłosz Szewczak
e616ab236c
add121
2020-04-12 18:48:01 +02:00
Jan Oberhauser
09e528565f
✨ Add $items to expression and Function-Nodes to get all items
2020-04-12 18:42:29 +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
Jan Oberhauser
0e7998cbba
🐛 Fix interface for getWorkflow
2020-04-11 10:30:50 +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
Jan Oberhauser
be9474e84a
⚡ Fix build issue with new interfaces
2020-04-09 20:23:33 +02: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
7a27979ddd
⚡ Fix build issue with new interfaces
2020-04-08 10:08:42 +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
931b73e1bd
⚡ Display "options" parameter as "string" if options could not be loaded
2020-04-06 10:15:46 +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
174113a879
🔖 Release n8n@0.60.0
2020-04-03 20:22:38 +02:00
Jan Oberhauser
a1f950db18
⬆️ Set n8n-core@0.29.0, n8n-editor-ui@0.40.0, n8n-nodes-base@0.55.0 and n8n-workflow@0.26.0 on n8n
2020-04-03 20:22:15 +02:00
Jan Oberhauser
01c691ef03
🔖 Release n8n-editor-ui@0.40.0
2020-04-03 20:20:18 +02:00
Jan Oberhauser
4503df9872
⬆️ Set n8n-workflow@0.26.0 on n8n-editor-ui
2020-04-03 20:19:40 +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
Jan Oberhauser
3f686651c9
🔖 Release n8n-core@0.29.0
2020-04-03 20:16:33 +02:00
Jan Oberhauser
39d7bd37f3
⬆️ Set n8n-workflow@0.26.0 on n8n-core
2020-04-03 20:15:59 +02:00
Jan Oberhauser
51731fdbf0
🔖 Release n8n-workflow@0.26.0
2020-04-03 20:15:02 +02:00
Jan Oberhauser
9da0c1c884
⚡ Display errors in expressions
2020-04-03 19:37:28 +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
c5e8f9f023
🔀 Merge pull request #434 from ceefour/rundev-fix
...
refactor(cli): `npm run dev` starts nodemon&watch
2020-04-01 00:00:12 +02:00
Jan
40943e7b83
🔀 Merge pull request #432 from ceefour/json-fix
...
fix(cli): ResponseHelper sends JSON.
2020-03-31 23:54:04 +02:00
Jan
c2f770d9f2
🔀 Merge pull request #429 from ceefour/env-fix
...
fix(editor-ui): Use `cross-env`
2020-03-31 23:44:07 +02:00
Hendy Irawan
faeb5028b4
refactor(cli): npm run dev
starts nodemon&watch
...
Fixed #431 .
2020-04-01 01:24:13 +07:00
Hendy Irawan
b3bf138e3b
fix(cli): Clarify webhook error message & fix typo
2020-03-31 23:56:06 +07:00
Jan Oberhauser
d207396edf
⚡ Small improvements to Zoho CRM Node
2020-03-31 18:54:44 +02:00
Hendy Irawan
f23abdce2e
fix(cli): ResponseHelper sends JSON.
...
For both success and error. Fixed #430 .
2020-03-31 23:41:52 +07:00
Hendy Irawan
70a050c7f1
fix(editor-ui): Use cross-env
...
So `npm run dev` works in Windows. Fixed #428 .
2020-03-31 23:04:19 +07: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
7c5f437e92
⚡ Make sure that it looks for SSL certs only if defined
2020-03-30 13:29:42 +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
f00b7347c8
⚡ Minor improvements to SSL support
2020-03-29 12:46:55 +02:00
Jan Oberhauser
37ccff8cb8
🔀 Merge branch 'master' of https://github.com/coolpay64/n8n into coolpay64-master
2020-03-29 10:36:52 +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
1e68c16b40
🔀 Merge branch 'oauth-support' of github.com:n8n-io/n8n into oauth-support
2020-03-28 19:10:11 +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
KH Wong
2870818211
Add HTTPS support by giving an SSL Cert and Key
2020-03-28 01:19:30 +08:00
Subhash Chandra
4a2828a2f3
Fix oauth2 connect UI
2020-03-27 17:32:13 +05:30
Jan Oberhauser
6c86269aaf
🔖 Release n8n@0.59.0
2020-03-27 12:49:28 +01:00
Jan Oberhauser
67acff6fbf
⬆️ Set n8n-nodes-base@0.54.0 on n8n
2020-03-27 12:48:49 +01: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
764172d46f
✨ Add support for n8n configuration via file
2020-03-27 12:30:42 +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
Jan
12bda63433
🔀 Merge pull request #413 from frane/GH-406
...
Fix for issue #406
2020-03-26 22:59:56 +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
b6b63ed48b
Add full-icu to Dockerfiles
2020-03-26 18:05:23 +01: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
Jan Oberhauser
31ca6be3a5
⚡ Fix extend for grandchild credential
2020-03-22 18:26:42 +01:00
ricardo
b60c9be282
⚡ added folder and changed name to credentials
2020-03-22 13:03:56 -04:00
Jan Oberhauser
f0f4a04c74
🔖 Release n8n@0.58.0
2020-03-22 10:43:41 +01:00
Jan Oberhauser
840e381264
⬆️ Set n8n-core@0.28.0, n8n-editor-ui@0.39.0, n8n-nodes-base@0.53.0 and n8n-workflow@0.25.0 on n8n
2020-03-22 10:43:16 +01:00
Jan Oberhauser
06b84694cf
🔖 Release n8n-editor-ui@0.39.0
2020-03-22 10:41:56 +01:00
Jan Oberhauser
838d80ad51
⬆️ Set n8n-workflow@0.25.0 on n8n-editor-ui
2020-03-22 10:41:28 +01: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
b5c10c80ff
🔖 Release n8n-core@0.28.0
2020-03-22 10:38:23 +01:00
Jan Oberhauser
1b564fc461
⬆️ Set n8n-workflow@0.25.0 on n8n-core
2020-03-22 10:38:00 +01:00
Jan Oberhauser
45b76ef9d2
🔖 Release n8n-workflow@0.25.0
2020-03-22 10:37:12 +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
255d30b2c7
✨ Make it possible to define prefix for table names
2020-03-21 18:32:26 +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
Jan Oberhauser
e9c6c64290
🐛 Fix bug that not all webhooks got deleted when active & testing #387
2020-03-21 00:32:05 +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
ce1738a271
🔖 Release n8n@0.57.0
2020-03-18 22:59:20 +01:00
Jan Oberhauser
de7f4cb691
⬆️ Set n8n-nodes-base@0.52.0 on n8n
2020-03-18 22:58:42 +01:00
Jan Oberhauser
2c8f1ef836
🔖 Release n8n-nodes-base@0.52.0
2020-03-18 22:57:36 +01:00
Jan Oberhauser
d1d94eab6d
🔀 Merge branch 'postgres-schema-support' of https://github.com/richteri/n8n into richteri-postgres-schema-support
2020-03-18 22:54:21 +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
Istvan Richter
31a2138f92
Add custom Postgres schema support
2020-03-18 06:26:33 +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
7a2a9b8b16
🔖 Release n8n@0.56.0
2020-03-17 13:32:21 +01:00
Jan Oberhauser
cb81c41ea1
⬆️ Set n8n-core@0.27.0, n8n-editor-ui@0.38.0, n8n-nodes-base@0.51.0 and n8n-workflow@0.24.0 on n8n
2020-03-17 13:31:55 +01:00
Jan Oberhauser
967c51cf67
🔖 Release n8n-editor-ui@0.38.0
2020-03-17 13:30:19 +01:00
Jan Oberhauser
692f36d0a9
⬆️ Set n8n-workflow@0.24.0 on n8n-editor-ui
2020-03-17 13:29:41 +01: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
6b8b793649
🔖 Release n8n-core@0.27.0
2020-03-17 13:24:54 +01:00
Jan Oberhauser
4e6337251a
⬆️ Set n8n-workflow@0.24.0 on n8n-core
2020-03-17 13:24:27 +01:00
Jan Oberhauser
4557f16062
🔖 Release n8n-workflow@0.24.0
2020-03-17 13:23:16 +01:00
Jan Oberhauser
ce0aaeba7d
⚡ Improve continueOnFail behaviour
2020-03-17 13:18:04 +01:00
Jan Oberhauser
3bf0a9ab10
🐛 Fix retry issue #365
2020-03-17 09:19:56 +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
Jan Oberhauser
daaee2e039
⚡ Display correct error message if there is no item to return
2020-03-16 13:23:45 +01:00
Jan Oberhauser
f145c499c0
⚡ If trigger nodes are in workflow use them as default start-node #379
2020-03-16 09:59:29 +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
Jan Oberhauser
150aa7daee
🐛 Fix issue that did not use actual node parameters loading options
2020-03-15 13:00:57 +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
Jan Oberhauser
1dc8714a80
📚 Add fair-code references
2020-03-08 22:17:23 +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
Jan Oberhauser
dc10a5cfd4
🔖 Release n8n@0.55.1
2020-03-02 10:59:58 +01:00
Jan Oberhauser
af45fa62a1
arrow_up: Set n8n-nodes-base@0.50.1 on n8n
2020-03-02 10:59:25 +01:00
Jan Oberhauser
a48ac9dbe6
🔖 Release n8n-nodes-base@0.50.1
2020-03-02 10:20:03 +01:00
Jan Oberhauser
41571400d0
🔖 Release n8n@0.55.0
2020-03-01 09:54:41 +01:00
Jan Oberhauser
a1a4f464ad
🔖 Release n8n-nodes-base@0.50.0
2020-03-01 09:53:36 +01:00
Jan Oberhauser
cdfe64d939
👕 Fix lint issue
2020-03-01 09:52:10 +01:00
Jan Oberhauser
82e6a10d98
🔒 Fix rest API security issue
2020-03-01 09:45:29 +01:00
Jan Oberhauser
5a608cbf5b
⚡ Small improvements on Drift-Node
2020-02-29 17:40:04 +01:00
Jan Oberhauser
657732ac68
🔀 Merge branch 'feature/drift' of https://github.com/RicardoE105/n8n into RicardoE105-feature/drift
2020-02-29 17:06:35 +01:00
Ricardo Espinoza
c10df92b48
✨ Drift node
2020-02-28 19:55:14 -05:00
Ricardo Espinoza
e52b1d66e5
⚡ small fix
2020-02-28 10:06:58 -05:00
Ricardo Espinoza
50ecb8d0a9
⚡ Reuse webhooks.
2020-02-28 10:06:05 -05:00
Jan Oberhauser
a46b050b15
⚡ Minor Zulip-Node fixes
2020-02-27 23:27:21 +01:00
Ricardo Espinoza
a7845c92df
✨ Zulip node
...
done
2020-02-26 20:46:00 -05:00
Ricardo Espinoza
2111c15f35
⚡ handle verification request
2020-02-25 18:28:41 -05:00
Ricardo Espinoza
5b00ef7158
✨ Affinity node and trigger
2020-02-25 14:50:42 -05:00
Jan Oberhauser
ba4bb50bbb
⚡ Removed some not needed properties
2020-02-25 11:42:05 +01:00
Jan Oberhauser
c5597cd4d2
🔀 Merge branch 'patch-1' of https://github.com/neumann-d/n8n into neumann-d-patch-1
2020-02-25 11:05:34 +01:00
Jan Oberhauser
698a69207c
⚡ Small improvements on WooCommerce-Node
2020-02-25 11:01:13 +01:00
Ricardo Espinoza
530bafd2bc
✨ added order resource
2020-02-24 19:19:04 -05:00
Daniel Neumann
7b8ea51e54
add bcc field to EmailSend
2020-02-24 17:21:03 +01:00
Jan Oberhauser
effe90a0be
🔖 Release n8n@0.54.0
2020-02-21 18:02:43 +01:00
Jan Oberhauser
9a9559b599
⬆️ Set n8n-core@0.26.0, n8n-editor-ui@0.37.0, n8n-nodes-base@0.49.0 and n8n-workflow@0.23.0 on n8n
2020-02-21 18:02:01 +01:00
Jan Oberhauser
f7b67f6865
🔖 Release n8n-editor-ui@0.37.0
2020-02-21 18:00:36 +01:00
Jan Oberhauser
c65ffb88d9
⬆️ Set n8n-workflow@0.23.0 on n8n-editor-ui
2020-02-21 17:59:41 +01:00
Jan Oberhauser
8ffc503ac1
🔖 Release n8n-nodes-base@0.49.0
2020-02-21 17:58:43 +01:00
Jan Oberhauser
a232342442
⬆️ Set n8n-core@0.26.0 and n8n-workflow@0.23.0 on n8n-nodes-base
2020-02-21 17:57:57 +01:00
Jan Oberhauser
c2472ff9c9
🔖 Release n8n-core@0.26.0
2020-02-21 17:56:41 +01:00
Jan Oberhauser
c46db78667
⬆️ Set n8n-workflow@0.23.0 on n8n-core
2020-02-21 17:56:11 +01:00
Jan Oberhauser
9821e5394b
🔖 Release n8n-workflow@0.23.0
2020-02-21 17:55:01 +01:00
Jan Oberhauser
5130895a8a
🔀 Merge branch 'RicardoE105-feature/freshdesk'
2020-02-21 17:50:39 +01:00
Jan Oberhauser
52ec6dcaf7
⚡ Small improvements on Freshdesk-Node
2020-02-21 17:49:38 +01:00
Jan Oberhauser
314625ed5a
⚡ Small improvements on WooCommerce-Node
2020-02-21 16:28:56 +01:00
Jan Oberhauser
e1f5a3a067
🔀 Merge branch 'feature/woocommerce-node' of https://github.com/RicardoE105/n8n into RicardoE105-feature/woocommerce-node
2020-02-21 15:21:58 +01:00
Jan Oberhauser
3b346ee829
🔀 Merge branch 'feature/freshdesk' of https://github.com/RicardoE105/n8n into RicardoE105-feature/freshdesk
2020-02-21 11:47:31 +01:00
Jan Oberhauser
78121d6e9f
⚡ Optimize Clockify icon
2020-02-21 11:44:10 +01:00
Jan Oberhauser
eacac9a630
⚡ Add missing Mocean-Icon
2020-02-21 11:43:39 +01:00
Jan Oberhauser
5548e4e794
⚡ Improved Clickify-Node
2020-02-21 11:41:08 +01:00
Jan Oberhauser
78bf915e65
🐛 Fix issue that settings did not get used
2020-02-21 11:34:51 +01:00
Jan Oberhauser
842fda9462
🔀 Merge branch 'clockify' of https://github.com/dominion-solutions/n8n into dominion-solutions-clockify
2020-02-21 08:57:36 +01:00
Jan Oberhauser
4d5313849f
🐛 Fix GoogleDrive setting parent folder
2020-02-20 12:59:16 +01:00
Mark Horninger
447fff12b0
Removed unnecessary logging.
2020-02-19 12:34:32 -05:00
Jan Oberhauser
075aca9497
⚡ Add execution url on Error-Workflow trigger
2020-02-19 11:29:03 -06:00
Ricardo Espinoza
4c7da89a69
✨ Added missing crud resources
2020-02-18 14:03:48 -05:00
Mark Horninger
d99e4a7bfb
Building out the skeleton for Clockify integration
2020-02-17 13:10:46 -05:00
Jan Oberhauser
284a6099f2
✔️ Fix tests after Workflow changes
2020-02-16 19:06:51 -08:00
Ricardo Espinoza
fa23ee94d8
✨ woocommerce node
2020-02-16 13:43:51 -05:00
Jan Oberhauser
a56a49574b
⚡ Improve support for touch-devices
2020-02-15 17:29:08 -08:00
Jan Oberhauser
70286b469e
✨ Make workflow metadata available in expresions and
...
node-functions
2020-02-15 17:07:01 -08:00
Ricardo Espinoza
b3a9eb08c1
⚡ small fix
2020-02-15 19:25:14 -05:00
Ricardo Espinoza
c630028531
✨ Added lead resource
2020-02-15 19:23:22 -05:00
Jan Oberhauser
b1719f1bcc
⚡ Make node "json" data available in expression via "json" key
2020-02-15 16:06:06 -08:00
Jan Oberhauser
77521bb387
⚡ Improvements and fixes on Mocean-Node
2020-02-14 21:39:53 -08:00
Jan Oberhauser
98d4049741
🔀 Merge branch 'master' of https://github.com/d3no/n8n into d3no-master
2020-02-14 21:01:42 -08:00
Jan Oberhauser
6a08fc9da3
⚡ Small improvements to ZohoCRM-Node and OAuth fix
2020-02-14 18:48:58 -08:00
Jan Oberhauser
f938693695
🔀 Merge branch 'feature/zoho-crm' of https://github.com/RicardoE105/n8n into RicardoE105-feature/zoho-crm
2020-02-14 17:45:45 -08:00
Jan Oberhauser
8bf5f592af
⚡ Fix Salesforce OAuth missing refresh-token problem
2020-02-14 17:30:45 -08:00
Jan Oberhauser
91e5b7fde2
⚡ Small improvements to Mailjet-Node
2020-02-14 16:56:22 -08:00
Jan Oberhauser
202f7ada03
🔀 Merge branch 'master' of https://github.com/RicardoE105/n8n into RicardoE105-master
2020-02-14 14:38:30 -08:00
Jan Oberhauser
9996020bea
📚 Add links to job board
2020-02-13 22:57:37 -08:00
Jan Oberhauser
bd1a79f69a
⚡ Make sure that TrelloTrigger-Node reuse existing webhooks
2020-02-13 18:33:26 -08:00
Ricardo Espinoza
0989066c98
⚡ small fix
2020-02-13 10:47:02 -05:00
Ricardo Espinoza
34f766bbb3
✨ Mailjet node and trigger
2020-02-13 10:43:59 -05:00
Jan Oberhauser
f64a1a9bf1
⚡ Minor improvements zu Salesforce-Node
2020-02-12 22:35:56 -08:00
Jan Oberhauser
1e0c5820aa
:zip: Fix serve command
2020-02-12 15:41:36 -08:00
Ricardo Espinoza
8e87723858
Zoho node
2020-02-12 10:04:43 -05:00
d3no
7f203d6d81
Re commmit
2020-02-12 16:19:53 +08:00
d3no
896e64f8d2
Commit Mocean node
2020-02-12 15:52:36 +08:00
Jan Oberhauser
9d62c0c903
🔖 Release n8n@0.53.0
2020-02-11 21:37:35 -08:00
Jan Oberhauser
ea5e7d8d49
⬆️ Set n8n-core@0.25.0, n8n-editor-ui@0.36.0 and n8n-nodes-base@0.48.0 on n8n
2020-02-11 21:36:29 -08:00
Jan Oberhauser
83f83abe60
🔖 Release n8n-editor-ui@0.36.0
2020-02-11 21:35:15 -08:00
Jan Oberhauser
58b42c1c23
🔖 Release n8n-nodes-base@0.48.0
2020-02-11 21:33:39 -08:00
Jan Oberhauser
09abf6d66b
⬆️ Set n8n-core@0.25.0 on n8n-nodes-base
2020-02-11 21:33:00 -08:00
Jan Oberhauser
4297371190
🔖 Release n8n-core@0.25.0
2020-02-11 21:31:35 -08:00
Jan Oberhauser
92445082fd
⚡ Small additions to MySQL support
2020-02-11 21:26:43 -08:00
Jan Oberhauser
c42d13c1e3
🔀 Merge branch 'master' of https://github.com/guilhermeagirardi/n8n into guilhermeagirardi-master
2020-02-11 20:44:46 -08:00
Jan Oberhauser
d44f67e55d
⚡ Add additional options to XML-Node
2020-02-11 08:03:24 -08:00
Jan Oberhauser
1391bf39c6
⚡ Make sure that Test-Webhooks use the current data not from DB
2020-02-10 17:52:15 -08:00
Jan Oberhauser
87f2e8b91c
⚡ Remove "loadOptionsMethod" for Airtable application selection
2020-02-10 17:39:44 -08:00
Jan Oberhauser
e67afb9e92
⚡ Set to fixed crypto-js@3.1.9-1 as 3.2.0 breaks things
2020-02-10 15:21:07 -08:00
Jan Oberhauser
05c64341e6
🐛 Fix Mautic-Node error reporting
2020-02-10 14:04:15 -08:00
Ricardo Espinoza
2eaeb4f4c2
✨ salesforce node
2020-02-10 15:55:28 -05:00
Guilherme Almeida Girardi
f3750a6646
Type adjustment in MySQL columns
...
* TIMESTAMP type columns have been replaced by DATETIME. Depending on
the version of MySQL and SQL_MODE, the DBMS does not accept to create
TIMESTAMP NOT NULL columns without a default value;
2020-02-10 14:43:21 -03:00
Guilherme Almeida Girardi
9e4b6cc97a
Fixed MySQL default port
2020-02-10 13:18:28 -03:00
Guilherme Almeida Girardi
3bdd9096e1
Added support for MySQL
...
* In packages/cli/src/Db.ts, conditional test of dbType replaced by a
switch;
* removeAll() function adapted to not cause an error using MySQL;
* Added the cross-env module in the "serve" script in the
packages/editor-ui/package.json file. This was done to ensure
compatibility between platforms when declaring environment variables.
Without it, Windows compilation would give an error, for example;
* .idea added to .gitignore (IntelliJ IDEA solutions);
2020-02-10 13:09:06 -03:00
Jan Oberhauser
1777f171bd
⚡ Ignore node-parameter-issues on disabled nodes
2020-02-09 23:37:08 -08:00
Jan Oberhauser
7ee03cf132
⚡ Ignore node-credential-issues on disabled nodes
2020-02-09 23:24:12 -08:00
Jan Oberhauser
3fe236b9e6
🐛 Fix SNS-Trigger-Node
2020-02-09 18:27:06 -08:00
Jan Oberhauser
ca047b9c78
🔀 Merge branch 'feature/sns-trigger' of https://github.com/RicardoE105/n8n into RicardoE105-feature/sns-trigger
2020-02-09 16:25:02 -08:00
Jan Oberhauser
6e6ece1bcb
🔀 Merge branch 'RicardoE105-feature/github-oauth' into oauth-support
2020-02-09 15:49:03 -08:00
Jan Oberhauser
c1574a73ac
⚡ Improved Github Oauth support and generic Oauth functionality
2020-02-09 15:39:14 -08:00
Jan Oberhauser
ec68712f63
🔀 Merge branch 'feature/github-oauth' of https://github.com/RicardoE105/n8n into RicardoE105-feature/github-oauth
2020-02-09 14:03:57 -08:00
Jan Oberhauser
6bff3dc199
⚡ Add parameter type "hidden"
2020-02-09 13:33:40 -08:00
Ricardo Espinoza
96741460e3
✨ Github OAuth support
2020-02-09 10:11:15 -05:00
Jan Oberhauser
2e9fa3b868
⚡ Improve support for touch-devices
2020-02-09 00:06:01 -08:00
Jan Oberhauser
f9315658b8
⚡ Return "null" if redis key does not get found #278
2020-02-08 23:34:40 -08:00
Jan Oberhauser
0e0f5c3e15
⚡ Display also properties with value "null" in variable selector
2020-02-08 23:30:09 -08:00
Jan Oberhauser
928bf4dc68
⚡ Fix OAuth-Token refresh
2020-02-08 21:30:36 -08:00
Jan Oberhauser
15e92ca494
⚡ Fix some minor issues
2020-02-08 18:46:41 -08:00
Jan Oberhauser
5594543ec8
⚡ Fix OAuth UI issues and allow to set additional query parameters
2020-02-08 16:14:28 -08:00
Ricardo Espinoza
ea5f84d5e1
✨ AWS SNS trigger
2020-02-08 17:19:00 -05:00
Jan Oberhauser
6f47be5a38
🔖 Release n8n@0.52.0
2020-02-07 23:23:45 -08:00
Jan Oberhauser
17073e82be
⬆️ Set n8n-core@0.24.0, n8n-editor-ui@0.35.0, n8n-nodes-base@0.47.0 and n8n-workflow@0.22.0 on n8n
2020-02-07 23:23:16 -08:00
Jan Oberhauser
2c5b596cc6
🔖 Release n8n-editor-ui@0.35.0
2020-02-07 23:21:25 -08:00
Jan Oberhauser
7556d3a043
⬆️ Set n8n-workflow@0.22.0 on n8n-editor-ui
2020-02-07 23:20:45 -08:00
Jan Oberhauser
cdb12c9d0e
🔖 Release n8n-nodes-base@0.47.0
2020-02-07 23:19:37 -08:00
Jan Oberhauser
4d4b9d517b
⬆️ Set n8n-core@0.24.0 and n8n-workflow@0.22.0 on n8n-nodes-base
2020-02-07 23:19:03 -08:00
Jan Oberhauser
ab55ed3338
🔖 Release n8n-core@0.24.0
2020-02-07 23:16:52 -08:00
Jan Oberhauser
9e374367ac
⬆️ Set n8n-workflow@0.22.0 on n8n-core
2020-02-07 23:16:24 -08:00
Jan Oberhauser
4550c01a6a
🔖 Release n8n-workflow@0.22.0
2020-02-07 23:15:20 -08:00
Jan Oberhauser
012c0ef4b8
💥 Change how Date&Time-Node works
2020-02-07 23:12:15 -08:00
Jan Oberhauser
b471c0f8b2
⚡ Improvement on Crypto-Node
2020-02-07 22:55:58 -08:00
Jan Oberhauser
91688299b7
⚡ Small modifications to Crypto-Node
2020-02-07 22:33:53 -08:00
Jan Oberhauser
81c0382b3d
🔀 Merge branch 'feature/crypto-node' of https://github.com/RicardoE105/n8n into RicardoE105-feature/crypto-node
2020-02-07 21:41:35 -08:00
Jan Oberhauser
101df5882d
⚡ Fix and revert changes on Harvest-Node to not break for existing
...
users
2020-02-07 20:38:13 -08:00
Jan Oberhauser
19301d8004
🔀 Merge branch 'harvest-remaining' of https://github.com/Kiprosh/n8n into Kiprosh-harvest-remaining
2020-02-07 18:30:59 -08:00
Jan Oberhauser
b6b5935c57
🔀 Merge branch 'master' of github.com:n8n-io/n8n
2020-02-07 17:08:03 -08:00
Jan Oberhauser
b41d40cc95
🐛 Fix error with displaying null in expression
2020-02-07 17:06:36 -08:00
Jan Oberhauser
3ed27c6485
🔀 Merge branch '139-null-returnValues' of https://github.com/airmoi/n8n into airmoi-139-null-returnValues
2020-02-07 17:02:11 -08:00
Jan
6fb4343324
🔀 Merge pull request #293 from d0whc3r/patch-1
...
fix: use .bin for tsc
2020-02-07 16:34:07 -08:00
Jan
f8b7bca014
🔀 Merge pull request #291 from guilhermeagirardi/master
...
Replacing the /deep/ selector
2020-02-07 16:32:53 -08:00
Jan Oberhauser
224a51fa56
⚡ Small improvements to AWS-SES-Node
2020-02-07 14:56:48 -08:00
Ricardo Espinoza
03c1b0542d
✨ SES node.
2020-02-07 16:40:32 -05:00
d0wHc3r
45a82b40b5
fix: use .bin for tsc
...
Use "tsc" executable in .bit folder from node_modules, this will help in monorepos using lerna hoist (or yarn workspaces) because node_modules dependencies are not installed in all packages
2020-02-07 22:07:10 +01:00
Guilherme Almeida Girardi
30f013f9be
Replacing the /deep/ selector
...
https://community.n8n.io/t/editor-ui-building/778
2020-02-07 13:36:23 -03:00
Jan Oberhauser
e742c8695b
🔀 Merge branch 'RicardoE105-feature/webhook-multipart-data'
2020-02-06 21:33:15 -08:00
Jan Oberhauser
6c5145cc6e
👕 Fix lint issue
2020-02-06 21:32:55 -08:00
Jan Oberhauser
201dd95c90
⚡ Small improvements on Jira-Node
2020-02-06 19:03:29 -08:00
Jan Oberhauser
9fbf6b4307
🔀 Merge branch 'feature/jira-server-node' of https://github.com/RicardoE105/n8n into RicardoE105-feature/jira-server-node
2020-02-06 18:45:14 -08:00
Jan Oberhauser
59a81b81a0
⚡ Minor improvements to ClickUp-Node
2020-02-06 18:41:00 -08:00
Jan Oberhauser
0ee2a0bbce
🔀 Merge branch 'feature/clickup' of https://github.com/RicardoE105/n8n into RicardoE105-feature/clickup
2020-02-06 17:17:37 -08:00
Ricardo Espinoza
c188d77d62
⚡ small fix
2020-02-06 11:24:15 -05:00
Ricardo Espinoza
96cc47f8e8
⚡ small fix
2020-02-06 11:23:45 -05:00
Ricardo Espinoza
ec3421266f
✨ multipart data
2020-02-06 11:21:25 -05:00
Jan Oberhauser
24a3a02180
⚡ Optimize integration icon images
2020-02-05 17:35:16 -08:00
Jan Oberhauser
651c86e9f0
⚡ Minor Coda-Node improvements
2020-02-05 16:47:40 -08:00
Ricardo Espinoza
1a6e6aaa6d
⚡ Added more resources and operations
2020-02-03 19:40:03 -05:00
Ricardo Espinoza
624da2f727
✨ Add custom fields support
...
done
2020-02-03 12:51:22 -05:00
trojanh
d06b38c5ff
Capitalize display title
2020-02-03 18:25:21 +05:30
trojanh
5d36ce0a1e
Add Create and Update for Client Contact
2020-02-03 18:06:51 +05:30
trojanh
9e7ac3c13f
Add Expense and Estimate API
2020-02-03 17:27:39 +05:30
trojanh
aceccf01d3
Fix operation name for update
2020-02-03 15:24:21 +05:30
trojanh
41b1245610
Fix update methods
2020-02-03 15:07:56 +05:30
trojanh
0121e3b85c
Add Create and Update for Invoice API
2020-02-03 14:53:58 +05:30
trojanh
2a57b15e10
Add Create and Update for Project API
2020-02-03 14:09:22 +05:30
Ricardo Espinoza
960d439cbc
⚡ fixes
2020-02-02 10:01:56 -05:00
Ricardo Espinoza
7d5bbadc9b
⚡ small fix
2020-02-01 18:20:23 -05:00
Ricardo Espinoza
94b13ddea2
⚡ Support for Jira server
2020-02-01 18:15:56 -05:00
Ricardo Espinoza
c06934d973
✨ Jira Software Server node
2020-01-31 10:21:14 -05:00
trojanh
cc302b7508
Add task create and update
2020-01-31 19:36:10 +05:30
trojanh
1759f6ce98
Refactor reource names to match endpoint
2020-01-31 19:13:40 +05:30
trojanh
9ff78410ef
Refactor time entry and user
2020-01-31 19:02:14 +05:30
trojanh
b4394ec122
Add User update API
2020-01-31 18:54:42 +05:30
trojanh
adcc482703
Add user Create API
2020-01-31 18:49:16 +05:30
trojanh
8374a23389
Add DELETE for Harvest APIs
2020-01-31 18:17:20 +05:30
Ricardo Espinoza
b3a394a38f
✨ Added push a button operation
2020-01-30 17:02:09 -05:00
Jan Oberhauser
56c8d4688f
🔖 Release n8n@0.51.0
2020-01-30 12:19:49 -08:00
Jan Oberhauser
6c4b1dcd15
⬆️ Set n8n-nodes-base@0.46.0 on n8n
2020-01-30 12:19:24 -08:00
Jan Oberhauser
e6dff44e40
🔖 Release n8n-nodes-base@0.46.0
2020-01-30 12:16:58 -08:00
Jan Oberhauser
2f6bab36b2
⚡ Add email field to Mautic-Node
2020-01-30 11:45:50 -08:00
Jan Oberhauser
fb6c939e8d
⚡ Reorganize options on ClickUp-Node
2020-01-30 10:38:38 -08:00
Ricardo Espinoza
1df15ef688
⚡ small fix
2020-01-30 12:24:19 -05:00
Ricardo Espinoza
16c40540ee
✨ Added get all operation
2020-01-30 12:21:52 -05:00
Jan Oberhauser
c258c96e38
⚡ Improved DateTime-Node
2020-01-29 23:17:42 -08:00
Jan Oberhauser
5ea3ef3ec0
🔀 Merge branch 'feature/date-helper' of https://github.com/RicardoE105/n8n into RicardoE105-feature/date-helper
2020-01-29 21:54:18 -08:00
Jan Oberhauser
cb6a1924d2
⚡ Minor improvements to Clearbit-Node
2020-01-29 21:49:04 -08:00
Jan Oberhauser
5784df637d
🔀 Merge branch 'feature/clearbit-node' of https://github.com/RicardoE105/n8n into RicardoE105-feature/clearbit-node
2020-01-29 20:34:09 -08:00
Jan Oberhauser
fe9170e62f
⚡ Minor WooCommerceTrigger-Node improvements
2020-01-29 20:06:47 -08:00
Jan Oberhauser
cf1978aafa
🔀 Merge branch 'feature/woocommerce-trigger' of https://github.com/RicardoE105/n8n into RicardoE105-feature/woocommerce-trigger
2020-01-29 19:46:51 -08:00
Ricardo Espinoza
f9902e8be4
✨ WooCommerce trigger
2020-01-29 20:53:01 -05:00
Jan Oberhauser
e05b46c7e6
⚡ Fix some issues on Harvest-Node
2020-01-29 15:51:14 -08:00
Jan Oberhauser
d752b555bb
🔀 Merge branch 'harvest-node' of https://github.com/Kiprosh/n8n into Kiprosh-harvest-node
2020-01-29 13:12:23 -08:00
Jan Oberhauser
70db0197e7
⚡ Make it possible to set parents for GoogleDrive folder create
2020-01-29 13:07:53 -08:00
trojanh
e9d8031a68
Add paginations and refactor all getAll methods
2020-01-29 13:27:54 +05:30
trojanh
a852af6530
Fix UI and API call for each operations
2020-01-29 12:34:52 +05:30
Jan Oberhauser
d30f809e8d
⚡ Minor improvement on Uplead-Node
2020-01-28 21:39:59 -08:00
Ricardo Espinoza
838770665b
⚡ small fix
2020-01-28 17:40:30 -05:00
Ricardo Espinoza
66d9fa78ab
✨ Crypto helper
2020-01-28 17:39:43 -05:00
Ricardo Espinoza
1428895d53
✨ Uplead node
2020-01-28 13:51:49 -05:00
trojanh
7b50a4bcfd
Add other APIs
2020-01-28 21:20:15 +05:30
trojanh
8027601283
Add harvest TimeEntry CRUD API
2020-01-28 20:16:38 +05:30
Jan
4b7074a686
🔀 Merge pull request #261 from RicardoE105/fix/intercom
...
⚡ Better image
2020-01-27 17:56:59 -08:00
Ricardo Espinoza
02b8eedc83
⚡ better image
2020-01-27 09:24:54 -05:00
Ricardo Espinoza
ada7bad5e8
⚡ Improve image
2020-01-27 09:08:52 -05:00
Jan Oberhauser
abeae2ae9f
⚡ Dirty-Fix build
2020-01-27 01:32:47 -08:00
Jan Oberhauser
73010e1ae4
⚡ Fix JotForm-Trigger Node
2020-01-27 01:32:27 -08:00
Jan Oberhauser
ba132cd40b
⚡ Minor JotForm improvements
2020-01-26 23:22:10 -08:00
Jan Oberhauser
ddb2677f2b
🔀 Merge branch 'feature/jotform-trigger' of https://github.com/RicardoE105/n8n into RicardoE105-feature/jotform-trigger
2020-01-26 21:51:53 -08:00
Jan Oberhauser
a5c4252abc
⚡ Minor improvements to Bitly-Node
2020-01-26 21:47:41 -08:00
Ricardo Espinoza
2f3c4d2a32
Merge branch 'master' into feature/clearbit-node
2020-01-26 23:31:13 -05:00
Ricardo Espinoza
c9d5208d48
✨ Clearbit node
2020-01-26 23:27:14 -05:00
Jan Oberhauser
13e80b3832
🔀 Merge branch 'feature/bitly-node' of https://github.com/RicardoE105/n8n into RicardoE105-feature/bitly-node
2020-01-26 19:54:26 -08:00
Jan Oberhauser
13c5eef866
⚡ Add minValue on ClickUp-Node priority parameter
2020-01-26 19:50:17 -08:00
Jan Oberhauser
1d4f42d87b
⚡ Fix typos on ClickUp-Node
2020-01-26 19:48:57 -08:00
Ricardo Espinoza
1d9685ea4c
⚡ added forderless list support
2020-01-26 17:46:10 -05:00
Jan Oberhauser
6336adec8b
📚 Update node count in README.md files
2020-01-26 00:17:48 -08:00
Jan Oberhauser
94d4042450
🔖 Release n8n@0.50.1
2020-01-25 23:57:12 -08:00
Jan Oberhauser
5138a6b73d
⬆️ Set n8n-nodes-base@0.45.1 on n8n
2020-01-25 23:56:35 -08:00
Jan Oberhauser
f4b851b495
🔖 Release n8n-nodes-base@0.45.1
2020-01-25 23:54:20 -08:00
Jan Oberhauser
eb285ef711
⚡ Make it possible to set credentials to fixed values
2020-01-25 23:48:38 -08:00
Ricardo Espinoza
bbd3a3bc8b
⚡ added custom format
2020-01-25 17:14:54 -05:00
Ricardo Espinoza
0c92349b5d
✨ Bitly node
2020-01-25 16:44:33 -05:00
Jan Oberhauser
5a2f2ee8d1
🐛 Fix bug with external modules on Function-Nodes
2020-01-25 13:21:59 -08:00
Jan Oberhauser
31b210f596
🔀 Merge branch 'master' of github.com:n8n-io/n8n
2020-01-24 22:23:43 -08:00
Jan Oberhauser
4ddeee7d0a
🔖 Release n8n@0.50.0
2020-01-24 22:21:41 -08:00
Jan Oberhauser
ccddd0d9fe
⬆️ Set n8n-core@0.23.0, n8n-editor-ui@0.34.0, n8n-nodes-base@0.45.0 and n8n-workflow@0.21.0 on n8n
2020-01-24 22:20:58 -08:00
Jan Oberhauser
3954941c39
🔖 Release n8n-editor-ui@0.34.0
2020-01-24 22:18:35 -08:00
Jan Oberhauser
eae8c8137c
⬆️ Set n8n-workflow@0.21.0 on n8n-editor-ui
2020-01-24 22:18:10 -08:00
Jan Oberhauser
b4873876ad
🔖 Release n8n-nodes-base@0.45.0
2020-01-24 22:16:13 -08:00
Jan Oberhauser
5f8d55bbc6
⬆️ Set n8n-core@0.23.0 and n8n-workflow@0.21.0 on n8n-nodes-base
2020-01-24 22:15:50 -08:00
Jan Oberhauser
a6c5792bc5
🔖 Release n8n-core@0.23.0
2020-01-24 22:14:18 -08:00
Jan Oberhauser
005bdbdf41
⬆️ Set n8n-workflow@0.21.0 on n8n-core
2020-01-24 22:13:44 -08:00
Jan Oberhauser
7ae06b2c7d
🔖 Release n8n-workflow@0.21.0
2020-01-24 22:12:30 -08:00
Jan
281b9d5469
🔀 Merge pull request #249 from Kiprosh/trello-refactor
...
Trello: Move operations and fields to new files
2020-01-24 19:23:03 -08:00
Jan Oberhauser
756d27e902
🔀 Small improvements on Hunter-Node
2020-01-24 17:01:11 -08:00
Ricardo Espinoza
eab4df1afd
✨ hunter node
2020-01-24 16:16:54 -05:00
trojanh
0f33582aaa
Move operations and fields to new files
2020-01-24 17:58:05 +05:30
trojanh
0507c72884
disqus-node: minor fixes
2020-01-24 10:27:59 +05:30
Jan Oberhauser
6f4ee39a05
⚡ Minor improvements on Trello-Node
2020-01-23 20:20:38 -08:00
Jan Oberhauser
c2a988a5d3
🔀 Merge branch 'add-trello-checklist-api' of https://github.com/Kiprosh/n8n into Kiprosh-add-trello-checklist-api
2020-01-23 16:52:32 -08:00
Jan Oberhauser
828962deeb
⚡ Some minor fixes on Segment-Node
2020-01-23 16:40:39 -08:00
Ricardo Espinoza
91e0697d97
✨ date format node
2020-01-23 19:07:18 -05:00
Jan Oberhauser
de098f7da4
⚡ Fix issue that parameter inputs on lower levels are very small
2020-01-23 16:05:27 -08:00
Jan Oberhauser
62134f639b
🐛 Fix issue with deleting fixedCollection with multipleValues=false
2020-01-23 15:57:34 -08:00
Jan Oberhauser
df38a204da
🔀 Merge branch 'feature/segment-node' of https://github.com/RicardoE105/n8n into RicardoE105-feature/segment-node
2020-01-23 14:53:58 -08:00
Jan Oberhauser
5813ec7c3f
⚡ Some improvements on Disqus-Node
2020-01-23 14:50:22 -08:00
Jan Oberhauser
cd04d603ee
🔀 Merge branch 'disqus-node' of https://github.com/Kiprosh/n8n into Kiprosh-disqus-node
2020-01-23 12:12:44 -08:00
Ricardo Espinoza
70e26681a4
✨ segment node
2020-01-23 12:27:28 -05:00
trojanh
23e844398b
Add returnAll and refactoring
2020-01-23 20:43:57 +05:30
Jan Oberhauser
aa1899f81d
⚡ Prepare webhooks for multitenancy
2020-01-22 15:06:43 -08:00
Jan Oberhauser
01a2dd13d5
⚡ Small improvements for Salesmate-Node
2020-01-22 00:17:29 -08:00
Jan Oberhauser
4987b29120
🔀 Merge branch 'master' of https://github.com/RicardoE105/n8n
2020-01-21 22:53:45 -08:00
Ricardo Espinoza
f9da0e7fad
sync upstream
2020-01-21 13:09:36 -05:00
Ricardo Espinoza
5d89998eb1
⚡ added lead and activity resources
2020-01-21 11:00:40 -05:00
trojanh
c0aacbed74
Update space indentation to tab
2020-01-21 19:42:28 +05:30
trojanh
0c1428471d
Fix error messages
2020-01-21 19:40:20 +05:30
trojanh
4977c0b163
Remove Users API from UI
2020-01-21 19:33:57 +05:30
trojanh
14ab90791e
Add Disqus Forums GET apis
2020-01-21 19:23:54 +05:30
Ricardo Espinoza
434da06fa7
⚡ small fix
2020-01-21 08:31:30 -05:00
Ricardo Espinoza
63c96497be
✨ salesmate node
2020-01-20 22:00:27 -05:00
Ricardo Espinoza
865393fba7
jotform-trigger
2020-01-20 16:52:34 -05:00
Jan Oberhauser
965ce74895
⚡ Do not allow to display NodeCreator via tab in readOnly-Mode
2020-01-20 10:47:52 -06:00
Jan Oberhauser
cbf4818fea
🐛 Fix bug with credentials in integrated workflows
2020-01-20 10:22:12 -06:00
trojanh
c8c9ba0891
Fix card fields url
2020-01-20 21:10:17 +05:30
trojanh
b944ed5f6b
Add label API
2020-01-20 20:58:51 +05:30
trojanh
d28a3f7387
Add checkItemStates API
2020-01-20 19:41:23 +05:30
trojanh
29cb669a6b
Add checkItem API to get, update and delete
2020-01-20 19:07:27 +05:30
trojanh
82408e030a
Add Trello Checklist create, get, getAll and delete api
2020-01-20 18:40:19 +05:30
Jan Oberhauser
b0c6f1cf1b
⚡ Set default value for overwrite
2020-01-19 14:24:44 -06:00
Jan Oberhauser
c5d4c6a1d3
⚡ Fix overwrite option on Merge-Node
2020-01-19 14:01:10 -06:00
Jan Oberhauser
642f857997
🔀 Merge branch 'merge-overwrite' of https://github.com/TMaYaD/n8n into TMaYaD-merge-overwrite
2020-01-19 11:12:49 -06:00
Subhash Chandra
37f5996a99
Added overwrite option to merge node
2020-01-19 09:31:56 +05:30
Jan Oberhauser
777e90ed01
🔖 Release n8n@0.49.0
2020-01-18 20:50:44 -06:00
Jan Oberhauser
e03882d141
⬆️ Set n8n-core@0.22.0 and n8n-nodes-base@0.44.0 on n8n
2020-01-18 20:50:07 -06:00
Jan Oberhauser
fc8e4eb577
🔖 Release n8n-nodes-base@0.44.0
2020-01-18 20:48:22 -06:00
Jan Oberhauser
411c0b7fda
⬆️ Set n8n-core@0.22.0 on n8n-nodes-base
2020-01-18 20:47:53 -06:00
Jan Oberhauser
052798e0e5
🔖 Release n8n-core@0.22.0
2020-01-18 20:46:46 -06:00
Jan Oberhauser
6639ccefc1
⚡ Minor improvements to ClickUp-Node
2020-01-18 20:36:57 -06:00
Ricardo Espinoza
a5d920c5ba
Merge branch 'master' into feature/click-up-trigger
2020-01-18 17:22:26 -05:00
Ricardo Espinoza
7ec85f0376
✨ clickup node and trigger
2020-01-18 17:19:31 -05:00
Jan Oberhauser
c5ad3eecca
⚡ Minor improvements to AcuityScheduling-Node
2020-01-18 11:10:46 -06:00
Jan Oberhauser
bde233b9c4
🔀 Merge branch 'feature/acuity-scheduling-trigger' of https://github.com/RicardoE105/n8n into RicardoE105-feature/acuity-scheduling-trigger
2020-01-18 09:49:05 -06:00
Jan Oberhauser
6b45d79d36
⚡ Minor improvements to CopperTrigger-Node
2020-01-18 09:28:19 -06:00
Jan Oberhauser
6808c51c0a
🐛 Fix Webflow-Trigger node name
2020-01-17 22:41:12 -06:00
Jan Oberhauser
69fcf2c2a2
🔀 Merge branch 'feature/copper-trigger' of https://github.com/RicardoE105/n8n into RicardoE105-feature/copper-trigger
2020-01-17 22:40:06 -06:00
Jan Oberhauser
fc3db13dd0
⚡ Some cleanup
2020-01-17 22:36:07 -06:00
Jan Oberhauser
aaee9fa10b
🔀 Merge branch 'feature/webflow-trigger' of https://github.com/RicardoE105/n8n into RicardoE105-feature/webflow-trigger
2020-01-17 20:14:32 -06:00
Ricardo Espinoza
c08c92abd4
✨ acuity scheduling trigger
2020-01-17 21:08:29 -05:00
Jan Oberhauser
e5ae4c77eb
⚡ Change same-process-execution setting to make it future proof
2020-01-17 19:49:31 -06:00
Jan Oberhauser
95cb1b2788
✨ Add possibility to execute workflows in same process
2020-01-17 19:34:31 -06:00
Ricardo Espinoza
e0713863e7
⚡ small fix
2020-01-17 17:50:22 -05:00
Ricardo Espinoza
83319c30dc
✨ copper trigger
2020-01-17 17:48:54 -05:00
Jan Oberhauser
3fe47ab89e
🔖 Release n8n-node-dev@0.6.0
2020-01-17 13:28:51 -06:00
Jan Oberhauser
daed68e7f8
⬆️ Set n8n-core@0.21.0 and n8n-workflow@0.20.0 on n8n-node-dev
2020-01-17 13:27:13 -06:00
Jan Oberhauser
f009a3134f
⚡ Try to fix build for some people
2020-01-17 13:24:16 -06:00
Jan Oberhauser
807576ab30
🔖 Release n8n@0.48.0
2020-01-17 12:37:21 -06:00
Jan Oberhauser
2eadb3cc39
⬆️ Set n8n-nodes-base@0.43.0 on n8n
2020-01-17 12:36:52 -06:00
Jan Oberhauser
9c02595ffb
🔖 Release n8n-nodes-base@0.43.0
2020-01-17 12:35:36 -06:00
Jan Oberhauser
0d7379ab70
⚡ Some improvements to Trello attachments
2020-01-17 12:20:34 -06:00
Ricardo Espinoza
2ee5a16d10
✨ webflow trigger
2020-01-17 12:34:36 -05:00
Jan Oberhauser
fb36c6e136
🔀 Merge branch 'trello-attachment' of https://github.com/Kiprosh/n8n into Kiprosh-trello-attachment
2020-01-17 11:32:59 -06:00
trojanh
89b9d7f076
Fix indentation issues
2020-01-17 20:16:13 +05:30
Jan Oberhauser
be1080b752
🐛 Fix Mautic credentials #224
2020-01-17 07:57:35 -06:00
Jan Oberhauser
a00de10939
⚡ Also fix Mattermost desactive typo in execute-function
2020-01-17 07:26:59 -06:00
trojanh
6510bb2da7
trello-node: remove attachmentList operation
2020-01-17 18:55:15 +05:30
Jan Oberhauser
731d645e68
🔀 Merge branch 'patch-2' of https://github.com/pballhausen/n8n into pballhausen-patch-2
2020-01-17 07:22:28 -06:00
trojanh
902f1c0f20
trello-node: Fix Create, Delete apis and docs
2020-01-17 18:50:29 +05:30
Philipp Ballhausen
77ab283af3
fixes typo in Mattermost.node.ts
2020-01-17 14:06:11 +01:00
Philipp Ballhausen
c4e5c3ee5a
fix Typo in SseTrigger.node.ts
2020-01-17 14:03:23 +01:00
Jan Oberhauser
20f8d97479
🔖 Release n8n-nodes-base@0.42.1
2020-01-16 20:10:07 -06:00
Jan Oberhauser
81bcd2a25b
🐛 Fix dependency
2020-01-16 20:09:24 -06:00
Jan Oberhauser
13cbd4e1e0
🔖 Release n8n@0.47.0
2020-01-16 18:40:38 -06:00
Jan Oberhauser
12614879bc
⬆️ Set n8n-nodes-base@0.42.0 on n8n
2020-01-16 18:40:16 -06:00
Jan Oberhauser
a6714c47a5
🔖 Release n8n-nodes-base@0.42.0
2020-01-16 18:38:17 -06:00
Jan Oberhauser
eb4c986185
⚡ Small Gumroad-Node improvement
2020-01-16 18:28:11 -06:00
Ricardo Espinoza
f03936b468
⚡ small improvements
2020-01-16 18:52:58 -05:00
Ricardo Espinoza
e411e46ef7
✨ gumroad node
2020-01-16 18:51:01 -05:00
trojanh
03a15b31b6
Add Create and Delete API for attachment
2020-01-16 20:10:00 +05:30
trojanh
995297f87e
Add GET attachment API
2020-01-16 19:41:54 +05:30
trojanh
a1972c2d61
Add Attachment listing API
2020-01-16 19:24:01 +05:30
Jan Oberhauser
1bfa412a27
⚡ Small improvements and fixes to Mautic-Nodes
2020-01-15 20:53:43 -06:00
Jan Oberhauser
3c7b4458c4
🔀 Merge branch 'feature/mautic-node' of https://github.com/RicardoE105/n8n into RicardoE105-feature/mautic-node
2020-01-15 16:42:37 -06:00
Ricardo Espinoza
dfd8afc571
⚡ small fix
2020-01-15 09:09:24 -05:00
Ricardo Espinoza
21ebf11db7
✨ mautic integration
2020-01-15 08:55:46 -05:00
Jan Oberhauser
4bf28a75a6
⚡ Change value of "multiplex" mode on Merge-Node
2020-01-15 07:53:27 -06:00
Subhash Chandra
21de89608e
Added multiplex mode to merge
...
Even though it theoretically supports multiple inputs and outputs, more
common use case is with one of the inputs having single item similar to
an iterative set node.
2020-01-15 17:45:26 +05:30
Jan Oberhauser
974013640d
⚡ Fix SSL parameter naming
2020-01-14 17:26:01 -06:00
Jan Oberhauser
03919a4c68
⚡ Fix Postgres SSL support for existing none SSL connections
2020-01-14 17:20:41 -06:00
Jan Oberhauser
fb55e5ab29
🔀 Merge branch 'master' of https://github.com/krasaee/n8n into krasaee-master
2020-01-14 16:29:18 -06:00
Jan Oberhauser
04fcdad549
👕 Fix lint issue
2020-01-14 16:24:54 -06:00
Ricardo Espinoza
cb325e5892
✨ activecampaign trigger
2020-01-14 11:13:17 -05:00
Jan Oberhauser
8228b8505f
⚡ Abstract OAuth signing and make credentials extendable
2020-01-13 20:46:58 -06:00
Jan Oberhauser
ce1afdd6eb
🔖 Release n8n@0.46.0
2020-01-10 14:49:15 -06:00
Jan Oberhauser
301594a592
⬆️ Set n8n-core@0.21.0, n8n-editor-ui@0.33.0, n8n-nodes-base@0.41.1 on n8n
2020-01-10 14:48:20 -06:00
Jan Oberhauser
80a19856e0
🔖 Release n8n-editor-ui@0.33.0
2020-01-10 14:44:33 -06:00
Jan Oberhauser
9a64a8aa79
🔖 Release n8n-nodes-base@0.41.1
2020-01-10 14:42:37 -06:00
Jan Oberhauser
dda75b214e
⬆️ Set n8n-core@0.21.0 on n8n-nodes-base
2020-01-10 14:41:22 -06:00
Jan Oberhauser
0b3a9b5e08
🔖 Release n8n-core@0.21.0
2020-01-10 14:39:30 -06:00
Jan Oberhauser
70e972ff7d
Revert " 🔀 Merge branch 'oauth-support' of https://github.com/tildabio/n8n "
...
This reverts commit 0c5972bb98
, reversing
changes made to 3de03b5097
.
2020-01-10 14:26:06 -06:00
Jan Oberhauser
8b1fe83cc0
🐛 Fix bug that not all Trigger-Nodes got updated/removed
2020-01-10 13:38:55 -06:00
Jan Oberhauser
83c49ddd21
✨ Make possible to send binary-data with HttpRequest-Node
2020-01-10 12:57:01 -06:00
Kasra Rasaee
6531df95ee
Merge branch 'master' of https://github.com/krasaee/n8n
2020-01-10 10:22:56 +01:00
Kasra Rasaee
2c64aad2eb
added basic ssl capability to postgres node
2020-01-10 10:21:45 +01:00
Jan Oberhauser
29633cfd1f
⚡ Add "About n8n" to Help in sidebar
2020-01-09 21:53:26 -06:00
Jan Oberhauser
9a2188f22f
:zip: Do not allow credentials without name
2020-01-09 21:23:47 -06:00
Jan Oberhauser
c174f6cc70
⚡ Make it possible to soft-delete and restore Mattermost-Channels
2020-01-09 20:05:57 -06:00
Jan Oberhauser
c78916af5f
🔖 Release n8n@0.45.0
2020-01-08 13:42:25 -06:00
Jan Oberhauser
a91e66ad16
⬆️ Set n8n-editor-ui@0.32.0 and n8n-nodes-base@0.40.0 on n8n
2020-01-08 13:41:39 -06:00
Jan Oberhauser
cba55d4f86
🔖 Release n8n-editor-ui@0.32.0
2020-01-08 13:39:50 -06:00
Jan Oberhauser
1d1b580200
🔖 Release n8n-nodes-base@0.40.0
2020-01-08 13:38:20 -06:00
Jan Oberhauser
7f21f3eee7
🐛 Fix bug that TextEdit did not display existing values
2020-01-08 13:25:35 -06:00
Jan
2f80b38762
🔀 Merge pull request #202 from RicardoE105/fix/rocketchat-node
...
fixed issue with url
2020-01-08 12:55:28 -06:00
Ricardo Espinoza
5ecc955338
fixed issue with url
2020-01-08 11:06:28 -05:00
Florian GAULTIER
e6b11c9dcc
Print expire only when set
2020-01-08 12:22:18 +01:00
Florian GAULTIER
e9a9b58afb
Add expire option to redis set
2020-01-08 11:27:39 +01:00
Jan Oberhauser
dfc3cb962c
👕 Fix lint issue
2020-01-07 23:23:43 -06:00
Jan Oberhauser
6e44f51a22
🔀 Merge branch 'RicardoE105-feature/zendesk-trigger'
2020-01-07 21:16:30 -06:00
Jan Oberhauser
97cc3af4c3
⚡ Small fixes and improvements on Zendesk-Node
2020-01-07 21:15:37 -06:00
Jan Oberhauser
10a7fbe307
🔀 Merge branch 'Walkover-Web-Solution-msg91-integration-new'
2020-01-07 18:51:12 -06:00
Jan Oberhauser
d169a5617f
⚡ Small improvements to Msg91-Node
2020-01-07 18:50:46 -06:00
Jan Oberhauser
150c32e349
🔀 Merge branch 'feature/zendesk-trigger' of https://github.com/RicardoE105/n8n into RicardoE105-feature/zendesk-trigger
2020-01-07 18:41:31 -06:00
Jan Oberhauser
740cb8a6fc
⚡ Some small changes to basic OAuth support
2020-01-07 18:29:11 -06:00
Ricardo Espinoza
3448575a20
✨ added zendesk node
2020-01-07 14:56:42 -05:00
Ricardo Espinoza
0cb7965101
✨ zendesk trigger
2020-01-06 19:54:40 -05:00
Ricardo Espinoza
a69a32e1b4
Merge branch 'master' into feature/zendesk-trigger
2020-01-06 19:31:37 -05:00
Ricardo Espinoza
0d4a7f5408
done
2020-01-06 19:30:40 -05:00
Jan Oberhauser
0c5972bb98
🔀 Merge branch 'oauth-support' of https://github.com/tildabio/n8n
2020-01-06 18:01:45 -06:00
Jan Oberhauser
b1237c756b
⚡ Some minor improvements
2020-01-06 12:33:22 -06:00
Jan Oberhauser
914483387d
🔀 Merge branch 'feature/bitbucket-trigger' of https://github.com/RicardoE105/n8n into RicardoE105-feature/bitbucket-trigger
2020-01-06 07:48:58 -06:00
Jan Oberhauser
13b925dab3
🔀 Merge branch 'msg91-integration' of https://github.com/Walkover-Web-Solution/n8n into Walkover-Web-Solution-msg91-integration-new
2020-01-06 07:39:54 -06:00
Ricardo Espinoza
f92a42dfe1
done
2020-01-05 21:32:22 -05:00
Ricardo Espinoza
406f96dd82
⚡ removed console.log
2020-01-05 20:22:09 -05:00
Ricardo Espinoza
dff0a14d73
⚡ added error message
2020-01-05 19:07:28 -05:00
Ricardo Espinoza
9e0ba42945
✨ bitbucket trigger
2020-01-05 18:47:55 -05:00
Ricardo Espinoza
7d2e857613
done
2020-01-05 13:34:09 -05:00
Jan Oberhauser
30e07bd81d
⚡ Fix name of TogglTrigger-Node
2020-01-05 09:52:00 -06:00
Jan Oberhauser
8ffe5824a9
📝 Update number of nodes
2020-01-04 23:34:41 -06:00
Jan Oberhauser
b260093777
🔖 Release n8n@0.44.0
2020-01-04 23:07:16 -06:00
Jan Oberhauser
17b180f054
⬆️ Set n8n-core@0.20.0, n8n-editor-ui@0.31.0, n8n-nodes-base@0.39.0 and n8n-workflow@0.20.0 on n8n
2020-01-04 23:06:38 -06:00
Jan Oberhauser
a25843b9fb
🔖 Release n8n-editor-ui@0.31.0
2020-01-04 23:04:56 -06:00
Jan Oberhauser
95fd6f2ed1
⬆️ Set n8n-workflow@0.20.0 on n8n-editor-ui
2020-01-04 23:04:20 -06:00
Jan Oberhauser
fbd792b202
🔖 Release n8n-nodes-base@0.39.0
2020-01-04 23:02:53 -06:00
Jan Oberhauser
8d8d625cc0
⬆️ Set n8n-core@0.20.0 and n8n-workflow@0.20.0 on n8n-nodes-base
2020-01-04 23:02:15 -06:00
Jan Oberhauser
0919674ad7
🔖 Release n8n-core@0.20.0
2020-01-04 23:00:49 -06:00
Jan Oberhauser
25e7983df1
⬆️ Set n8n-workflow@0.20.0 on n8n-core
2020-01-04 23:00:15 -06:00
Jan Oberhauser
ba55ae6797
🔖 Release n8n-workflow@0.20.0
2020-01-04 22:59:18 -06:00
Jan Oberhauser
9392b94e40
👕 Fix lint issue
2020-01-04 22:54:16 -06:00
Jan Oberhauser
6b2dc25059
🐛 Fix errors with unknown nodeTypes
2020-01-04 22:51:54 -06:00
Jan Oberhauser
bf4c8bc3a2
✨ Make it possible to define dependencies for loadOptions
2020-01-04 22:28:09 -06:00
Jan Oberhauser
f4acd47f80
🐛 Fix wrong default values
2020-01-04 22:19:10 -06:00
Jan Oberhauser
4c3750db9f
📚 Change wording
2020-01-04 20:09:37 -06:00
Jan Oberhauser
179a1d5a8b
⚡ Improve some things on EventbriteTrigger-Node
2020-01-04 13:45:14 -06:00
Ricardo Espinoza
f4780480f4
✨ eventbrite trigger
2020-01-04 11:09:25 -05:00
Jan Oberhauser
9c196416cd
🐛 Fixed some parameters on Flow-Node
2020-01-03 22:04:09 -06:00
Jan Oberhauser
e8979e45e9
Release n8n-editor-ui@0.30.2
2020-01-03 21:51:03 -06:00
Jan Oberhauser
d59e005436
🐛 Fix issue that TextEdit did not work anymore
2020-01-03 21:48:55 -06:00
Jan Oberhauser
0cb1904011
⚡ Improve some things on Wordpress-Node
2020-01-03 21:47:19 -06:00
Jan Oberhauser
8e161bc2c0
🔀 Merge branch 'feature/wordpress-node' of https://github.com/RicardoE105/n8n into RicardoE105-feature/wordpress-node
2020-01-03 17:22:41 -06:00
Jan Oberhauser
5677d72abd
✨ Make $item also available in expressions
2020-01-03 16:37:13 -06:00
Ricardo Espinoza
76186cfe88
removed comment
2020-01-03 14:42:41 -05:00
Ricardo Espinoza
770dd8b25c
✨ user resource done
2020-01-03 14:37:15 -05:00
Jan Oberhauser
6c5c5bcf2d
✔️ Fix tests
2020-01-02 17:22:20 -06:00
Jan Oberhauser
629ab09135
✨ Add additional possibilities to load workflow
2020-01-02 17:13:53 -06:00
Ricardo Espinoza
f4aa1003ce
nodes order changed
2020-01-02 17:37:45 -05:00
Ricardo Espinoza
d9cc3fce64
sync upstream changes
2020-01-02 17:36:24 -05:00
Ricardo Espinoza
f16b8a57a0
✨ Wordpress node
2020-01-02 17:34:48 -05:00
Jan Oberhauser
ec672a5717
🔖 Release n8n@0.43.0
2020-01-02 13:11:03 -06:00
Jan Oberhauser
c9d2b85f5d
⬆️ Set n8n-nodes-base@0.38.0 on n8n
2020-01-02 13:10:24 -06:00
Jan Oberhauser
0e5bc8ebd3
🔖 Release n8n-nodes-base@0.38.0
2020-01-02 13:09:33 -06:00
Ram Yalamanchili
bd2713d83a
OAuth2 testing node
2020-01-01 23:02:22 -08:00
Ram Yalamanchili
c44cfffdd9
Add OAuth2 credential type
2020-01-01 23:02:22 -08:00
Ram Yalamanchili
cb73853680
Add UI logic to support OAuth authentication flow
...
Add support in credentialsList to kickoff an OAuth2 authorization
flow. This enables users to authenticate and allow n8n to store
the resulting keys in the backend.
2020-01-01 22:55:16 -08:00
Ram Yalamanchili
d2ea3ce877
Add OAuth2 Authorization and Callback rest endpoints
...
URL generation for OAuth2 authorization and the subsequent login
callback are handled at the backend API. While this can be done
client side, the credentials are better managed entirely on the
server side.
2020-01-01 22:55:16 -08:00
Ram Yalamanchili
3b450b4372
Add debugger support for vuejs
2020-01-01 22:55:16 -08:00
Ram Yalamanchili
ed93611f43
Fix issue with tracking changes to rest api code in dev mode
2020-01-01 22:55:16 -08:00
Jan Oberhauser
2feed92a3f
📚 Improve description of Webhook-Path
2020-01-01 15:55:08 -06:00
Jan Oberhauser
1846e4ab30
⚡ Enable external module imports in FunctionItem-Node
2020-01-01 15:37:10 -06:00
Jan Oberhauser
7b8f88f39e
⚡ Set reasonable defaults for HTTP Request node "accept" header
2020-01-01 10:28:43 -06:00
Ricardo Espinoza
c490d4bc84
done
2020-01-01 10:58:27 -05:00
Jan Oberhauser
a88e4d5b19
🔖 Release n8n-editor-ui@0.30.1
2019-12-31 22:11:29 -06:00
Jan Oberhauser
77552bad75
🔖 Release n8n@0.42.0
2019-12-31 21:51:45 -06:00
Jan Oberhauser
0d6fe528e5
⬆️ Set n8n-core@0.19.0, n8n-editor-ui@0.30.0, n8n-nodes-base@0.37.0 and n8n-workflow@0.19.0 on n8n
2019-12-31 21:51:09 -06:00
Jan Oberhauser
1d53ad3015
🔖 Release n8n-editor-ui@0.30.0
2019-12-31 21:48:44 -06:00
Jan Oberhauser
ee0cafb6a1
⬆️ Set n8n-workflow@0.19.0 on n8n-editor-ui
2019-12-31 21:48:16 -06:00
Jan Oberhauser
a06a9d55b4
🔖 Release n8n-nodes-base@0.37.0
2019-12-31 21:47:14 -06:00
Jan Oberhauser
c0b9c5cffc
⬆️ Set n8n-core@0.19.0 and n8n-workflow@0.19.0 on n8n-nodes-base
2019-12-31 21:46:32 -06:00
Jan Oberhauser
88ace67c52
🔖 Release n8n-core@0.19.0
2019-12-31 21:45:12 -06:00
Jan Oberhauser
18044b6e35
⬆️ Set n8n-workflow@0.19.0 on n8n-core
2019-12-31 21:44:24 -06:00
Jan Oberhauser
c213653c8e
🔖 Release n8n-workflow@0.19.0
2019-12-31 21:43:23 -06:00
Jan Oberhauser
ae76d1226d
⬇️ Downgrade to @vue/cli-service@3.11.0 because of issues with vue-json-tree
2019-12-31 21:19:04 -06:00
Jan Oberhauser
23985dbcb2
✨ Add SSE Trigger-Node
2019-12-31 19:03:46 -06:00
Jan Oberhauser
8f25303928
✨ Make it possible to trigger all X minutes/hours
2019-12-31 17:41:47 -06:00
Ricardo Espinoza
a6403fcc81
done
2019-12-31 16:24:01 -05:00
Jan Oberhauser
584033ab4a
✨ Add polling support to Trigger-Nodes
2019-12-31 14:27:58 -06:00
Ricardo Espinoza
7c44571be8
Merge branch 'master' into feature/wordpress-node
2019-12-30 16:08:43 -05:00
Ricardo Espinoza
c172ac4879
done
2019-12-30 16:08:22 -05:00
Jan Oberhauser
d072321ad4
🔀 Merge branch 'feature/toggl-trigger' of https://github.com/RicardoE105/n8n into RicardoE105-feature/toggl-trigger
2019-12-30 14:12:33 -06:00
Jan Oberhauser
d726eef239
⬆️ Update some more packages to latest version
2019-12-30 13:38:55 -06:00
Jan Oberhauser
a3bc35d971
🔀 Merge branch 'master' into depfu/update/packagescli/npm/open-7.0.0
2019-12-30 09:11:53 -06:00
Jan Oberhauser
93c974308f
🐛 Fix new string input issue
2019-12-29 23:04:51 -06:00
Jan Oberhauser
93f1695e72
🔀 Merge branch 'master' of github.com:n8n-io/n8n
2019-12-29 15:13:27 -06:00
Jan Oberhauser
0ba712cd92
👕 Fix lint issue
2019-12-29 15:13:15 -06:00
Jan
e4d6474205
🔀 Merge pull request #171 from n8n-io/depfu/update/packagescli/npm/nodemon-2.0.2
...
[packages/cli] Upgrade nodemon to version 2.0.2
2019-12-29 15:07:57 -06:00
Jan Oberhauser
49e2285573
⬆️ Update packages to latest version on n8n-editor-ui
2019-12-29 15:02:21 -06:00
depfu[bot]
e2b74abe62
Update open to version 7.0.0
2019-12-29 19:55:17 +00:00
depfu[bot]
0ca4362d66
Update nodemon to version 2.0.2
2019-12-29 18:45:16 +00:00
Jan Oberhauser
da425ff857
⬆️ Set localtunnel@2.0.0 on n8n
2019-12-29 12:22:37 -06:00
Jan
ec7012097a
🔀 Merge pull request #169 from n8n-io/depfu/update/packagescli/npm/inquirer-7.0.1
...
[packages/cli] Upgrade inquirer to version 7.0.1
2019-12-29 12:13:41 -06:00
Jan Oberhauser
a3f6fa2c5d
🔀 Merge branch 'master' into depfu/update/packagescli/npm/inquirer-7.0.1
2019-12-29 12:11:35 -06:00
depfu[bot]
1043e81472
Update inquirer to version 7.0.1
2019-12-29 16:20:19 +00:00
depfu[bot]
bf0fb1b5fe
Update @types/dotenv to version 8.2.0
2019-12-29 15:07:42 +00:00
Jan Oberhauser
50f3d9bb5a
✨ Add HTML Extract-Node
2019-12-28 21:28:15 -06:00
Jan Oberhauser
e1be291949
⚡ Add subtitle to HTTP Request Node
2019-12-28 21:24:14 -06:00
depfu[bot]
fe9b37375b
Update @types/compression to version 1.0.1
2019-12-27 20:11:32 +00:00
Jan Oberhauser
ec30f10091
⚡ Make it possible to read from specific sheet
2019-12-27 10:54:51 -06:00
Jan Oberhauser
d943a8ca03
⚡ Improve display name of fileFormats
2019-12-27 10:33:42 -06:00
Jan Oberhauser
4a43738829
⚡ Allow to set custom sheet name
2019-12-27 10:33:16 -06:00
Jan Oberhauser
72cf325247
🐛 Fix introduced bug
2019-12-27 09:32:04 -06:00
Jan Oberhauser
a3ad579f89
⚡ Make it possible to read RAW data from Spreadsheets
2019-12-27 08:50:22 -06:00
Jan Oberhauser
a75b844f0e
🔖 Release n8n@0.41.0
2019-12-26 21:20:43 -06:00
Jan Oberhauser
12734199fb
⬆️ Set n8n-nodes-base@0.36.0 on n8n
2019-12-26 21:20:09 -06:00
Jan Oberhauser
973dde5d9d
🔖 Release n8n-nodes-base@0.36.0
2019-12-26 21:18:02 -06:00
Ram Yalamanchili
04cdb08906
Enable external module imports in Function-node
...
Enable whitelist support to pick external modules which are allowed in
Function-node. The environment variable NODE_FUNCTION_ALLOW_EXTERNAL specifies
the list of modules to whitelist.
2019-12-26 18:52:23 -08:00
Jan Oberhauser
1ed5a4589d
⚡ Improve handling of incorrect return data of Function Nodes
2019-12-23 14:54:27 -06:00
Jan Oberhauser
2b343a4aa5
⚡ Add smallerEqual and largerEqual to IF and Switch Nodes
2019-12-23 13:22:15 -06:00
Jan Oberhauser
81ca11cb59
⚡ Improve error message on GithubTrigger #162
2019-12-23 07:31:48 -06:00
Ricardo Espinoza
c630a3583c
fix
2019-12-22 08:12:12 -05:00
Ricardo Espinoza
2cca963fa1
sync upstream master
2019-12-21 21:48:00 -05:00
Ricardo Espinoza
0e340a1e2b
done
...
done
2019-12-21 21:44:56 -05:00
Jan Oberhauser
a7bc500343
🔖 Release n8n@0.40.0
2019-12-21 20:00:31 -06:00
Jan Oberhauser
a4efe788ea
⬆️ Set n8n-core@0.18.0, n8n-editor-ui@0.29.0, n8n-nodes-base@0.35.0 and n8n-workflow@0.18.0 on n8n
2019-12-21 19:59:28 -06:00
Jan Oberhauser
31849de553
🔖 Release n8n-editor-ui@0.29.0
2019-12-21 19:55:43 -06:00
Jan Oberhauser
b8607c67b9
⬆️ Set n8n-workflow@0.18.0 on n8n-editor-ui
2019-12-21 19:55:02 -06:00
Jan Oberhauser
6292daab84
🔖 Release n8n-nodes-base@0.35.0
2019-12-21 19:51:22 -06:00
Jan Oberhauser
580e90b6fb
⬆️ Set n8n-core@0.18.0 and n8n-workflow@0.18.0 on n8n-nodes-base
2019-12-21 19:50:43 -06:00
Jan Oberhauser
6c1f307329
🔖 Release n8n-core@0.18.0
2019-12-21 19:49:04 -06:00
Jan Oberhauser
0a5b4ad2af
⬆️ Set n8n-workflow@0.18.0 on n8n-core
2019-12-21 19:47:14 -06:00
Jan Oberhauser
dee7f7b159
🔖 Release n8n-workflow@0.18.0
2019-12-21 19:45:34 -06:00
Jan Oberhauser
9acb03435a
⚡ Fix rawBody
2019-12-21 19:03:24 -06:00
Jan Oberhauser
968ddbd3df
🔀 Merge branch 'feature/added-rawBody-webhook' of https://github.com/RicardoE105/n8n into RicardoE105-feature/added-rawBody-webhook
2019-12-21 18:37:58 -06:00
Jan Oberhauser
43442449e6
⚡ Fix start issue
2019-12-21 15:04:47 -06:00
Ricardo Espinoza
f1bb1f10f3
changes
2019-12-21 15:36:08 -05:00
Ricardo Espinoza
700ca5c85a
added rawBody
2019-12-21 12:19:15 -05:00
Jan Oberhauser
e0752b861d
✨ Make it possible to rename workflows
2019-12-20 16:58:36 -06:00
Jan Oberhauser
3f748e3aa8
✔️ Fix tests
2019-12-20 12:53:52 -06:00
Jan Oberhauser
9c2ff708c5
⚡ Small fix for Vero-Node
2019-12-19 22:33:37 -06:00
Jan Oberhauser
d9e22a749c
🔀 Merge branch 'feature/node-vero' of https://github.com/RicardoE105/n8n into RicardoE105-feature/node-vero
2019-12-19 18:13:07 -06:00
Jan Oberhauser
f2236ba38c
⚡ Make WriteBinaryFile-Node error when data is missing
2019-12-19 17:58:55 -06:00
Jan
99c13249db
🔀 Merge pull request #158 from RicardoE105/fix/removed-deprecation-warning
...
Fix/removed deprecation warning
2019-12-19 16:17:04 -06:00
Jan Oberhauser
108ffb0d86
⚡ Automatically parse response in GraphQL node to JSON
2019-12-19 16:15:19 -06:00
Jan Oberhauser
8acc3c5931
✨ Add ExecuteWorkflow-Node
2019-12-19 16:07:55 -06:00
Jan Oberhauser
403c52ddf8
🐛 Add missing file
2019-12-18 14:17:31 -06:00
Ricardo Espinoza
a8a21034d1
deleted test file
2019-12-18 12:32:04 -05:00
Ricardo Espinoza
01983a9c8f
⚡ removed deprecation warning
2019-12-18 12:30:16 -05:00
Ricardo Espinoza
83eaaf1e33
✨ Vero node done
2019-12-17 15:34:40 -05:00
Jan Oberhauser
399c25ad77
⚡ Change parameter name
2019-12-16 20:43:46 -06:00
Jan Oberhauser
a7d729842a
🐛 Fix that "getCurrentNodeParameter" did not resolve expressions
2019-12-16 20:27:56 -06:00
Jan Oberhauser
a26ff6362b
⚡ Some changes that Code-Node works identical to other similar nodes
2019-12-16 17:52:15 -06:00
Jan Oberhauser
a565c69b5d
🔀 Merge branch 'feature/coda-node' of https://github.com/RicardoE105/n8n into RicardoE105-feature/coda-node
2019-12-16 12:01:59 -06:00
Ricardo Espinoza
e07ea13708
🐛 fixes
2019-12-16 11:40:44 -05:00
Jan Oberhauser
fcbb708dab
⚡ Update Switch-Node description
2019-12-15 21:13:57 -06:00
Jan Oberhauser
70728a00b7
✨ Add Switch-Node
2019-12-15 19:46:37 -06:00
Jan Oberhauser
d1eb102de7
⚡ Reuse Github webhook if it exists already
2019-12-14 14:44:56 -06:00
Ricardo Espinoza
9236d3891c
✨ coda node done
2019-12-14 11:42:32 -05:00
Ricardo Espinoza
7f2fe25048
done
2019-12-13 16:50:59 -05:00
Jan Oberhauser
4ceeb9bbc0
🔖 Release n8n@0.39.0
2019-12-13 13:22:44 -06:00
Jan Oberhauser
6f059f9d0e
⬆️ Set n8n-editor-ui@0.28.0 and n8n-nodes-base@0.34.0 on n8n
2019-12-13 13:22:17 -06:00
Jan Oberhauser
04708262f9
🔖 Release n8n-editor-ui@0.28.0
2019-12-13 13:19:56 -06:00
Jan Oberhauser
8d9a5b49db
🔖 Release n8n-nodes-base@0.34.0
2019-12-13 13:18:14 -06:00
Jan Oberhauser
1d0a886d8b
✨ Add "sendMediaGroup" functionality to Telegram-Node #135
2019-12-13 13:05:44 -06:00
Jan Oberhauser
784aa25df8
⚡ Make GitLab-Node also work with subgroups #142
2019-12-13 11:43:01 -06:00
Jan Oberhauser
3da402a8d4
✨ Allow to use built-in modules in Function-Nodes if configured
2019-12-13 11:23:30 -06:00
Jan Oberhauser
8789e9be3c
✨ Add copy-file functionality to GoogleDrive-Node
2019-12-13 11:04:01 -06:00
Jan Oberhauser
ffba4d9553
📚 Remove links to no longer existing content
2019-12-13 08:28:03 -06:00
Priyanka P
e4eefedcbf
Msg91 Integration(node)
2019-12-13 16:59:33 +05:30
Jan Oberhauser
b6873e318d
🔀 Merge branch 'xml-body-parser-webhooks' of https://github.com/quansenB/n8n into quansenB-xml-body-parser-webhooks
2019-12-12 22:01:48 -06:00
Jan Oberhauser
56896cd2e7
🔀 Merge branch 'feature/mailchimp--trigger' of https://github.com/RicardoE105/n8n into RicardoE105-feature/mailchimp--trigger
2019-12-12 20:27:37 -06:00
Jan Oberhauser
b4329c823a
⚡ Rename and fix lint issue
2019-12-12 20:24:55 -06:00
Jan Oberhauser
1b2c105788
🔀 Merge branch 'feature/add-mysql-node' of https://github.com/ericHao22/n8n into ericHao22-feature/add-mysql-node
2019-12-12 19:12:48 -06:00
Jan Oberhauser
9db449c953
👕 Fix lint issue
2019-12-12 18:19:39 -06:00
Jan Oberhauser
359dc3b485
✨ Add possibility to retry with currently saved workflow
2019-12-12 18:18:20 -06:00
Jan Oberhauser
b389854046
✨ Add possibility to filter executions by status
2019-12-12 17:39:56 -06:00
Jan Oberhauser
870961b101
🐛 Fix bug that it did load same executions multiple times
2019-12-12 20:57:11 +01:00
Eric Chang
a78da100f8
feat(node): remove knex dependency from MySQL node
2019-12-13 00:17:26 +08:00
Eric Chang
c34f4841c2
feat(node): add mysql node
2019-12-13 00:17:26 +08:00
Eric Chang
040b0a690c
feat(credential): add credential of mysql node
2019-12-13 00:13:56 +08:00
Ricardo Espinoza
3e7af95856
Merge branch 'master' into feature/mailchimp--trigger
2019-12-11 18:32:30 -05:00
Ricardo Espinoza
c3f25a79ec
registered GET method
2019-12-11 18:31:12 -05:00
Jan Oberhauser
d74f0d9bbd
👕 Fix lint issue
2019-12-10 20:31:11 +01:00
Jan Oberhauser
5a0d1bf993
🐛 Fix variable selector bug with arrays in arrays
2019-12-10 16:37:22 +01:00
Jan Oberhauser
f31049d454
🐛 Fix that drop connection and addNodeButton did connect wrong
2019-12-10 15:39:14 +01:00
Jan Oberhauser
5da4a80d67
✨ Add support for nodes with 4 in- or outputs
2019-12-10 14:35:27 +01:00
Jan Oberhauser
61bd4b806a
🔖 Release n8n@0.38.0
2019-12-09 13:10:48 +01:00
Jan Oberhauser
ed2e42a993
⬆️ Set n8n-nodes-base@0.33.0 on n8n
2019-12-09 13:09:56 +01:00
Jan Oberhauser
722f71a7c9
🔖 Release n8n-nodes-base@0.33.0
2019-12-09 13:08:32 +01:00
Jan Oberhauser
b36efd4c9d
⚡ Move "organizationId" in credentials and fix error messages
2019-12-09 12:07:48 +01:00
quansenB
ca2cc3b0cd
add xml2js options
2019-12-09 01:24:04 +01:00
quansenB
a53d111e56
add xml body parser for xml webhook support
2019-12-09 01:07:57 +01:00
Jan Oberhauser
9250163c8c
🔀 Merge branch 'feature/flow-node' of https://github.com/RicardoE105/n8n into RicardoE105-feature/flow-node
2019-12-07 22:24:30 +01:00
Jan Oberhauser
ee4c46dbd3
⚡ Rename operations
2019-12-07 22:21:04 +01:00
Jan Oberhauser
975856a772
🔀 Merge branch 'feature/hubspotCRM-node' of https://github.com/RicardoE105/n8n into RicardoE105-feature/hubspotCRM-node
2019-12-07 10:28:28 +01:00
Jan Oberhauser
fa37cb0762
👕 Fix lint issue
2019-12-06 23:56:00 +01:00
Jan Oberhauser
de14bf018e
🔀 Merge branch 'gdrive_corpora' of https://github.com/frane/n8n into frane-gdrive_corpora
2019-12-06 23:53:53 +01:00
Jan Oberhauser
e9b2d6583a
⚡ Renamed credential parameters and capitalized topic names
2019-12-06 23:47:19 +01:00
Jan Oberhauser
c66a36ed48
🔀 Merge branch 'feature/shopify-trigger' of https://github.com/RicardoE105/n8n into RicardoE105-feature/shopify-trigger
2019-12-06 22:38:46 +01:00
Jan Oberhauser
731aeca5c5
⚡ Move Delete Option from Post to Message
2019-12-06 22:33:26 +01:00
Ricardo Espinoza
99c016e31f
✨ flow node and trigger
2019-12-06 12:04:50 -05:00
Frane Bandov
0f6b89bce0
Adds corpora and drive scoping to GDrive list
2019-12-05 16:21:14 +01:00
Ricardo Espinoza
6f2154aaf8
✨ extended Mattermost functionality
2019-12-04 15:57:56 -05:00
Ricardo Espinoza
6c1b479c81
added hubspot API documentation
2019-12-04 12:34:47 -05:00
Ricardo Espinoza
c87da488f6
✨ hubspot node done
2019-12-04 12:21:02 -05:00
Ricardo Espinoza
67297944da
done
2019-12-03 22:21:52 -05:00
Ricardo Espinoza
cb0cfaa771
done
2019-12-03 16:48:17 -05:00
Ricardo Espinoza
b838d4c0b5
✨ Mailchimp trigger done
...
done
done
2019-12-03 08:56:15 -05:00
Jan Oberhauser
d7ef2f41f8
⚡ Some small adjustments
2019-12-02 22:40:24 +01:00
Ricardo Espinoza
6955109cbd
✨ Shopify trigger done
2019-12-02 16:21:55 -05:00
Jan Oberhauser
5f389cfa16
🔀 Merge branch 'jira-node' of https://github.com/RicardoE105/n8n into RicardoE105-jira-node
2019-12-02 19:36:15 +01:00
Ricardo Espinoza
28cb10df3a
🎨 added line breaks
2019-12-02 09:15:03 -05:00
Romain Dunand
31af36b8bd
Fix #139
...
Prevent null values from beeing treaded as objects
2019-12-01 23:08:37 +01:00
Ricardo Espinoza
8ca31db0aa
fixes done
2019-12-01 16:47:53 -05:00
Jan Oberhauser
18bf3b571a
🔖 Release n8n@0.37.0
2019-12-01 21:08:13 +01:00
Jan Oberhauser
4ba8eef0fb
⬆️ Set n8n-core@0.17.0, n8n-editor-ui@0.27.0, n8n-nodes-base@0.32.0 and n8n-workflow@0.17.0 on n8n
2019-12-01 21:07:35 +01:00
Jan Oberhauser
3bda5cdb06
🔖 Release n8n-editor-ui@0.27.0
2019-12-01 21:05:54 +01:00
Jan Oberhauser
e8854e03c3
⬆️ Set n8n-workflow@0.17.0 on n8n-editor-ui
2019-12-01 21:05:35 +01:00
Jan Oberhauser
038d3df258
🔖 Release n8n-nodes-base@0.32.0
2019-12-01 21:04:42 +01:00
Jan Oberhauser
b6777e8bbd
⬆️ Set n8n-core@0.17.0 and n8n-workflow@0.17.0 on n8n-nodes-base
2019-12-01 21:04:04 +01:00
Jan Oberhauser
fcdb73f367
🔖 Release n8n-core@0.17.0
2019-12-01 21:02:09 +01:00
Jan Oberhauser
1c8c49d9ec
⬆️ Set n8n-workflow@0.17.0 on n8n-core
2019-12-01 21:01:13 +01:00
Jan Oberhauser
39d864fd4e
🔖 Release n8n-workflow@0.17.0
2019-12-01 20:59:42 +01:00
Jan Oberhauser
151dbb0346
⚡ Add placeholder and breaking-change information
2019-12-01 20:51:05 +01:00
Jan Oberhauser
e799ecc756
🔀 Merge branch 'fix/rocketchat-node' of https://github.com/RicardoE105/n8n into RicardoE105-fix/rocketchat-node
2019-12-01 20:25:23 +01:00
Jan Oberhauser
ee8d63f34a
⚡ Smaller changes and add wildcard-event
2019-12-01 20:19:38 +01:00
Ricardo Espinoza
3a70c3e33d
issue with name fixed
2019-12-01 11:13:35 -05:00
Ricardo Espinoza
ccbf80bce2
Changed subdomain for domain
2019-12-01 11:10:11 -05:00
Ricardo Espinoza
246429b09d
sync upstream
2019-12-01 10:59:11 -05:00
Ricardo Espinoza
c1edcc9e56
sync upstream
2019-12-01 10:51:44 -05:00
Ricardo Espinoza
d714595353
✨ Paypal trigger done
2019-12-01 10:38:54 -05:00
Jan
8751694680
🔀 Merge pull request #136 from airmoi/filemaker-layout-list
...
Fix FileMaker layout list parsing
2019-12-01 16:30:27 +01:00
Jan Oberhauser
20eab17b23
⚡ Fixed build and made some smaller changes
2019-12-01 16:15:02 +01:00
Romain Dunand
7e8ecdd9cc
Recursively parse layouts inside folders
...
Sort layouts by name
Fix credentials
2019-12-01 13:01:38 +01:00
Jan Oberhauser
beccf379a1
🔀 Merge branch 'feature/paypal-node' of https://github.com/RicardoE105/n8n into RicardoE105-feature/paypal-node
2019-12-01 12:13:41 +01:00
Jan Oberhauser
b4c3642dcc
🐛 Fix bug that Option with value 0 could not be selected
2019-12-01 00:24:25 +01:00
Jan Oberhauser
2a802256ca
✨ Add delete operation to GoogleSheets-Node
2019-11-30 23:55:22 +01:00
Jan Oberhauser
8bf90e6496
🐛 Fix issue that "Chat ID" was not visible for some operations
2019-11-30 21:50:36 +01:00
Jan Oberhauser
f6808f212c
👕 Fix lint issue
2019-11-30 18:05:34 +01:00
Ricardo Espinoza
6e4d6a5c1c
done
2019-11-30 12:02:30 -05:00
Jan Oberhauser
189f90bf61
🔀 Merge branch 'codejamninja/delete-asana-webhooks' of https://github.com/codejamninja/n8n into codejamninja-codejamninja/delete-asana-webhooks
2019-11-30 17:56:30 +01:00
Jan Oberhauser
a79b618029
🐛 Fix naming of FileMaker credentials #122
2019-11-30 00:13:06 +01:00
Ricardo Espinoza
1dc80e3bdd
💡 added api links
2019-11-29 17:36:07 -05:00
Ricardo Espinoza
9def6cd6ae
✨ Issue resource done
2019-11-29 17:30:00 -05:00
Ricardo Espinoza
8e5ad3f4b1
✨ Renamed and added interfaces
2019-11-28 01:10:41 -05:00
Jam Risser
9310d64131
Delete asana webhooks
2019-11-28 01:20:15 +00:00
Ricardo Espinoza
bb2ba588f5
✨ issue:create done
2019-11-27 17:42:28 -05:00
Jan Oberhauser
c9b26000c8
🐛 Fix typo
2019-11-27 15:07:37 +01:00
Ricardo Espinoza
1c9a78e624
🎉 node-setup
2019-11-26 15:38:38 -05:00
Ricardo Espinoza
eaa33e0a8d
✨ payout resource done
2019-11-26 11:59:27 -05:00
Jan Oberhauser
7a06cb9aeb
🚨 Remove placeholder test file from node-dev
2019-11-25 23:36:06 +01:00
Jan Oberhauser
5ae6a8044a
➖ Remove jest as dependency from node-dev
2019-11-25 23:29:28 +01:00
Jan Oberhauser
3a1b90acb7
➕ Add lodash.get as dependency
2019-11-25 23:00:48 +01:00
Ricardo Espinoza
08c95f989c
✨ added create a payout batch
2019-11-23 19:36:47 -05:00
Jan Oberhauser
fe18113133
🔖 Release n8n@0.36.1
2019-11-23 23:24:05 +01:00
Jan Oberhauser
a088054602
🐛 Remove internationalization support because of docker build issues
2019-11-23 23:23:06 +01:00
Jan Oberhauser
93985d381c
🔖 Release n8n@0.36.0
2019-11-23 22:13:05 +01:00
Jan Oberhauser
05b00eb524
⬆️ Set n8n-core@0.16.0, n8n-editor-ui@0.26.0, n8n-nodes-base@0.31.0 and n8n-workflow@0.16.0 on n8n
2019-11-23 22:12:33 +01:00
Jan Oberhauser
8aeee839d6
🔖 Release n8n-editor-ui@0.26.0
2019-11-23 22:10:05 +01:00
Jan Oberhauser
3750c898f2
⬆️ Set n8n-workflow@0.16.0 on n8n-editor-ui
2019-11-23 22:09:26 +01:00
Jan Oberhauser
44d579e059
🔖 Release n8n-nodes-base@0.31.0
2019-11-23 22:06:42 +01:00
Jan Oberhauser
ada5b0a3a4
⬆️ Set n8n-core@0.16.0 and n8n-workflow@0.16.0 on n8n-nodes-base
2019-11-23 22:05:51 +01:00
Jan Oberhauser
dfe87f8208
🔖 Release n8n-core@0.16.0
2019-11-23 22:04:39 +01:00
Jan Oberhauser
b4bbd9133d
⬆️ Set n8n-workflow@0.16.0 on n8n-core
2019-11-23 22:04:03 +01:00
Jan Oberhauser
387b6212f8
🔖 Release n8n-workflow@0.16.0
2019-11-23 22:02:32 +01:00
Jan Oberhauser
6e70f16c4b
⚡ Log and display also errors that occur in webhook function
2019-11-23 21:57:50 +01:00
Jan Oberhauser
60241d3163
⚡ Add support for internationalization
2019-11-23 11:43:00 +01:00
Jan Oberhauser
2cdfe5b100
👕 Fix lint issue
2019-11-23 11:28:05 +01:00
Jan Oberhauser
862b693c0a
⚡ Fix issue that items got displayed twice in JSON-View
2019-11-23 10:23:26 +01:00
Jan Oberhauser
ace367478a
⚡ Fix indentation in package.json file
2019-11-22 23:16:55 +01:00
Jan Oberhauser
9897a156ca
⚡ Some changes and fixes on Intercom-Node
2019-11-22 23:04:06 +01:00
Ricardo Espinoza
52acbe390a
🎉 node-setup
2019-11-22 12:38:08 -05:00
Jan Oberhauser
efb0ce88f1
🔀 Merge branch 'feature/intercom-node' of https://github.com/RicardoE105/n8n into RicardoE105-feature/intercom-node
2019-11-22 07:13:11 +01:00
Jan Oberhauser
87d1465a9b
⚡ Smaller changes before merge
2019-11-22 07:08:53 +01:00
Jan Oberhauser
b51c707563
🔀 Merge branch 'FileMakeNode' of https://github.com/airmoi/n8n into airmoi-FileMakeNode
2019-11-22 06:52:45 +01:00
Romain Dunand
5fae305cf0
Fix code indent style
2019-11-22 00:42:26 +01:00
Jan Oberhauser
2d409b6535
⚡ Support also numbers as values in options and multiOptions
2019-11-22 00:07:38 +01:00
Ricardo Espinoza
61d6ecb03d
💄 removed comments
2019-11-21 13:00:46 -05:00
Ricardo Espinoza
c91bc56792
renamed opeation
2019-11-21 12:52:57 -05:00
Ricardo Espinoza
1b111d4aba
✨ done
2019-11-21 12:39:04 -05:00
Jan Oberhauser
7233f02350
🐛 Fix typo
2019-11-20 16:23:43 +01:00
Ricardo Espinoza
503baf82f7
✨ update lead done
2019-11-20 09:45:58 -05:00
Jan Oberhauser
f811094dc5
⚡ Add placeholder for webDavUrl on NextCloud-Node
2019-11-20 14:53:30 +01:00
Ricardo Espinoza
b281eb511a
🚧 added execute function
2019-11-18 16:41:00 -05:00
Jan Oberhauser
463a532a0a
⚡ Display description also for credential parameters
2019-11-17 22:38:37 +01:00
Jan Oberhauser
3537cf395b
🔀 Merge branch 'tcurdt-doc-improvements' of https://github.com/tcurdt/n8n into tcurdt-tcurdt-doc-improvements
2019-11-17 15:32:03 +01:00
Jan Oberhauser
af5c7e75fa
📚 Add documentation about usage of executeSingle
2019-11-17 15:30:13 +01:00
Jan Oberhauser
247e4d5c6f
🐛 Wait also for webhook call if webhook node gets executed directly
2019-11-17 14:43:54 +01:00
Ricardo Espinoza
2e51e224d8
🐛 field name repited
2019-11-16 18:57:06 -05:00
Ricardo Espinoza
3cfcbead71
✨ Intercom node
2019-11-16 18:47:28 -05:00
Jan Oberhauser
edf216ba24
💄 Display new line in JSON data
2019-11-16 23:42:18 +01:00
Ricardo Espinoza
7a19837833
💄 create lead UI done
2019-11-16 17:16:11 -05:00
Torsten Curdt
be701f4b86
added/updated descriptions to clarify node and credential fields
2019-11-16 22:33:03 +01:00
Jan Oberhauser
83ad3342c2
⚡ Fix version of @types/request-promise-native to fix build
2019-11-15 21:46:19 +01:00
Jan Oberhauser
b5544cba94
⚡ Small adjustments on Mailchimp node
2019-11-15 21:44:46 +01:00
Ricardo Espinoza
8d886e3766
🎉 node setup
2019-11-15 15:10:51 -05:00
Ricardo Espinoza
325fff318e
fixed description
2019-11-14 18:47:12 -05:00
Ricardo Espinoza
10a07d676a
sync upstream
2019-11-14 18:45:09 -05:00
Ricardo Espinoza
451c87d8a9
✨ Done
2019-11-14 18:44:07 -05:00
Romain Dunand
894a41e6d9
Fix code indent style
2019-11-14 13:02:57 +01:00
Jan Oberhauser
6a96349ed6
🔖 Release n8n@0.35.0
2019-11-13 23:56:01 +01:00
Jan Oberhauser
b8e6c1c85c
⬆️ Set n8n-core@0.15.0 and n8n-nodes-base@0.30.0 on n8n
2019-11-13 23:54:38 +01:00
Jan Oberhauser
d9bf3d8259
🔖 Release n8n-nodes-base@0.30.0
2019-11-13 23:53:14 +01:00
Jan Oberhauser
01924ce902
⬆️ Set n8n-core@0.15.0 on n8n-nodes-base
2019-11-13 23:52:00 +01:00
Jan Oberhauser
4218b8530c
🔖 Release n8n-core@0.15.0
2019-11-13 23:51:06 +01:00
Jan Oberhauser
c5b7b7e06d
🐛 Fix bug that redis node did not set data #121
2019-11-13 23:42:21 +01:00
Jan Oberhauser
d61fa934f8
⚡ Small changes like adding defaults and moving paramters
2019-11-13 22:29:52 +01:00
Jan Oberhauser
4d59176b62
🔀 Merge branch 'feature/rocketchat-node' of https://github.com/RicardoE105/n8n into RicardoE105-feature/rocketchat-node
2019-11-13 14:29:47 +01:00
Jan
3b1f77dafb
🔀 Merge pull request #116 from RicardoE105/fix/nextcloud
...
🐛 fixed issue with UI
2019-11-13 07:53:57 +01:00
Jan Oberhauser
53ff43cb4b
⚡ Execute "everyMinute" cron at random second
2019-11-13 07:46:40 +01:00
Romain Dunand
78070497cc
Handle duplicate/delete actions
...
Code cleanup
Improve error handling
2019-11-13 00:15:20 +01:00
Romain Dunand
bcfb7afe73
Handle Perform script
...
Handle Perform script in queries
Handle create/edit
2019-11-13 00:15:20 +01:00
Romain Dunand
8c0a7f77cb
Handle portal selection & improve UX
2019-11-13 00:15:20 +01:00
Romain Dunand
cfa8713226
Auth & get records management
2019-11-13 00:15:20 +01:00
Ricardo Espinoza
a3594ae7a2
🚀 node-setup
2019-11-12 15:48:45 -05:00
Ricardo Espinoza
7cc8002ea3
🚀 added-everyminute-option
2019-11-12 09:09:42 -05:00
Ricardo Espinoza
d46dd3c896
🐛 fixed issue with UI
2019-11-12 08:12:27 -05:00
Ricardo Espinoza
05a0bd89ef
Merge branch 'feature/rocketchat-node' of https://github.com/RicardoE105/n8n into feature/rocketchat-node
2019-11-11 00:02:49 -05:00
Ricardo Espinoza
11826d6a4e
fixed tabs issue
2019-11-11 00:00:24 -05:00
Jan Oberhauser
883d0936cb
👕 Fix lint issue
2019-11-10 23:14:36 +01:00
Jan Oberhauser
3623828283
⚡ Display helpful error message if n8n-config file is not valid JSON
2019-11-10 22:06:11 +01:00
Ricardo Espinoza
71aedd7dc9
🐛 fixed source field on Fresdesk node
2019-11-10 08:08:56 -05:00
Ricardo Espinoza
ba743f4eb8
sync upstream master
2019-11-10 08:05:22 -05:00
Ricardo Espinoza
f9969b80cb
Merge branch 'master' into feature/rocketchat-node
2019-11-10 07:52:12 -05:00
Jan Oberhauser
c6cf496f64
⚡ Fix status issue on Freshdesk-Node and package.json file
2019-11-10 12:34:56 +01:00
Jan Oberhauser
cc764b8b32
🔀 Merge branch 'feature/freshdesk-node' of https://github.com/RicardoE105/n8n into RicardoE105-feature/freshdesk-node
2019-11-10 10:21:23 +01:00
Jan Oberhauser
ae0ee5ca01
⚡ Fix due_date on Gitlab-Node
2019-11-10 10:17:56 +01:00
Jan Oberhauser
2234f9f0c7
🔀 Merge branch 'fixes_description_field' of https://github.com/mtahiue/n8n into mtahiue-fixes_description_field
2019-11-10 09:23:17 +01:00
Ricardo Espinoza
e9613944db
:sparkles Done
2019-11-09 20:29:05 -05:00
Ricardo Espinoza
526320f26a
UI finished
2019-11-09 11:57:22 -05:00
Ricardo Espinoza
edc6651a9b
rocketchat-node-setup
2019-11-08 23:11:01 -05:00
Ricardo Espinoza
f60b8e33f7
sync master upstream
2019-11-08 11:26:09 -05:00
Ricardo Espinoza
d960882517
Merge branch 'master' into feature/freshdesk-node
2019-11-08 10:42:01 -05:00
Ricardo Espinoza
c478fd9ddb
done
2019-11-08 10:41:10 -05:00
mtahiue
2a54958c0f
Fixed name of description field for edit
2019-11-08 15:13:48 +01:00
mtahiue
bea9fd033b
Fixed name of description field
2019-11-08 15:10:45 +01:00
mtahiue
021762c74e
Added due_date to gitlab create and edit issue
2019-11-08 12:41:47 +01:00
Jan Oberhauser
c23b6ed904
⚡ Improve error reporting on expression error
2019-11-08 07:18:01 +01:00
Jan Oberhauser
1cf21a8858
🔖 Release n8n@0.34.0
2019-11-07 22:18:27 +01:00
Jan Oberhauser
72f0fcfa87
⬆️ Set n8n-editor-ui@0.25.0, n8n-nodes-base@0.29.0 on n8n
2019-11-07 22:17:17 +01:00
Jan Oberhauser
72341a425e
🔖 Release n8n-editor-ui@0.25.0
2019-11-07 22:15:17 +01:00
Jan Oberhauser
226e8467f4
🔖 Release n8n-nodes-base@0.29.0
2019-11-07 22:13:51 +01:00
Jan Oberhauser
a86caaf3e7
🔀 Merge branch '109_column_shift' of https://github.com/airmoi/n8n into airmoi-109_column_shift
2019-11-07 21:44:42 +01:00
Jan Oberhauser
98ac7f3cc1
⚡ Remove not needed import
2019-11-07 21:20:08 +01:00
Jan Oberhauser
cf6ba78f50
🔀 Merge branch 'quansenB' of https://github.com/quansenB/n8n into quansenB-quansenB
2019-11-07 21:09:11 +01:00
Ricardo Espinoza
2292cc018c
UI finished
2019-11-07 13:07:29 -05:00
Romain Dunand
821556e85a
Shift column index by startRange instead of keyColumnIndex
2019-11-07 18:38:38 +01:00
quansenB
74d1f24981
change spaces to tabs
2019-11-07 10:50:02 +01:00
Jan Oberhauser
b013e09f4a
🔀 Merge branch 'master' of github.com:n8n-io/n8n
2019-11-07 08:41:14 +01:00
Jan Oberhauser
47856f236e
⚡ Fixed some lint and cosmetic issues
2019-11-07 08:40:12 +01:00
Ricardo Espinoza
e014b63748
UI changes
2019-11-07 01:06:19 -05:00
Ricardo Espinoza
247954c0fa
freshdesk-node-setup
2019-11-06 19:58:18 -05:00
Jan
419c22d584
🔀 Merge pull request #107 from mtahiue/fix_edit_method
...
Fixes edit method
2019-11-06 23:39:18 +01:00
mtahiue
ca05cd6494
Fixes edit method
2019-11-06 08:02:00 +01:00
Ricardo Espinoza
4e1ac1eb2f
removed console.log
2019-11-05 18:57:04 -05:00
Ricardo Espinoza
9d50fb0c33
done
2019-11-05 18:50:55 -05:00
Ricardo Espinoza
c8b6217903
upstream changes
2019-11-05 18:30:12 -05:00
Ricardo Espinoza
39b1af94b9
done
2019-11-05 15:56:10 -05:00
Jan Oberhauser
c206658f8b
⚡ Make it possible to also load values dynamically for multiOptions
2019-11-05 20:49:04 +01:00
Ricardo Espinoza
f5648fd6e1
node-setup
2019-11-05 10:17:06 -05:00
Jan Oberhauser
27783dc0a5
⚡ Fixed some lint and cosmetic issues
2019-11-04 21:29:36 +01:00
Jan Oberhauser
523f31dc84
🔀 Merge branch 'master' of https://github.com/RicardoE105/n8n into RicardoE105-master
2019-11-04 20:57:26 +01:00
Ricardo Espinoza
7206bbace0
added changes
2019-11-04 12:29:20 -05:00
quansenB
6c1d1ade14
tslint proof allcureencies file
2019-11-04 00:21:57 +01:00
quansenB
baf46f4d89
finish connections work
2019-11-04 00:00:59 +01:00
Jan Oberhauser
63ef7bd00c
🔀 Merge branch 'master' of github.com:n8n-io/n8n
2019-11-03 23:20:54 +01:00
Jan Oberhauser
dba4bc25c5
⚡ Fix button text
2019-11-03 23:19:56 +01:00
quansenB
5ca6383048
add deepdata integration connection support
2019-11-03 22:25:45 +01:00
quansenB
e029468171
add connection description
2019-11-03 22:17:43 +01:00
Jan
c14bdc8814
🔀 Merge pull request #103 from leonardlin/master
...
EmailSend without username/password
2019-11-03 22:12:12 +01:00
Jan Oberhauser
4c397ea958
🐛 Fix bug that "alwaysOpenEditWindow" did not work for "json" type
2019-11-03 22:06:03 +01:00
Ricardo Espinoza
4c2f5c9392
Final UI
2019-11-03 15:50:37 -05:00
quansenB
7da53ad943
more tslint changes
2019-11-03 21:49:49 +01:00
quansenB
bc6acaff72
tslint changes
2019-11-03 21:47:23 +01:00
quansenB
e764748aa1
add ecommerce order products functionality
2019-11-03 21:18:58 +01:00
Leo
1abfc89ab3
Merge branch 'master' of https://github.com/leonardlin/n8n
2019-11-03 19:17:14 +01:00
Leo
cf1ca8703b
Merge branch 'raw-for-http-node'
2019-11-03 19:16:52 +01:00
Leo
56dae5f11a
EmailSend don't set credentials if there are none.
2019-11-03 19:15:54 +01:00
quansenB
9a3a0d150b
add ecom order products option decrisption
2019-11-03 17:58:46 +01:00
quansenB
0da9c03587
add ecom customer functionality
2019-11-03 16:42:18 +01:00
Ricardo Espinoza
7a624fd6a9
changes on UI
2019-11-03 08:39:03 -05:00
Jan Oberhauser
a7fb4d99ba
🔖 Release n8n@0.33.0
2019-11-03 13:29:51 +01:00
Jan Oberhauser
2ea10e547f
⬆️ Set n8n-nodes-base@0.28.0 on n8n
2019-11-03 13:28:48 +01:00
Jan Oberhauser
3cd4409542
🔖 Release n8n-nodes-base@0.28.0
2019-11-03 13:27:54 +01:00
Jan Oberhauser
532442cdba
⚡ Add mode "keepKeyMatches" and "removeKeyMatches" to Merge-Node
2019-11-03 13:26:18 +01:00
quansenB
2c4702d75c
format changes
2019-11-03 12:49:03 +01:00
quansenB
09d00fc0d7
refactor node description
2019-11-03 12:47:36 +01:00
quansenB
6bd391a35e
finish ecom order endpoints
2019-11-02 23:11:55 +01:00
Jan Oberhauser
8d88c64b9d
🔖 Release n8n-nodes-base@0.27.1
2019-11-02 22:35:29 +01:00
Jan Oberhauser
111d0e277b
🔖 Release n8n@0.32.0
2019-11-02 22:33:25 +01:00
Jan Oberhauser
54744cadb4
⬆️ Set n8n-nodes-base@0.27.0 on n8n
2019-11-02 22:32:49 +01:00
Jan Oberhauser
33fd92f2fd
🔖 Release n8n-nodes-base@0.27.0
2019-11-02 22:31:41 +01:00
Jan Oberhauser
ac88d25e1b
✨ Add clear functionality to Google Sheet-Node
2019-11-02 22:29:52 +01:00
quansenB
a69426d6ba
add rest of ecommerce description
2019-11-02 21:49:45 +01:00
Jan Oberhauser
d6134ec405
✨ Add Deal.duplicate functionality to Pipedrive-Node
2019-11-02 21:41:13 +01:00
Jan Oberhauser
b5918c6bfe
⚡ Make it possible to define custom file name for spreadsheet files
2019-11-02 21:33:25 +01:00
Jan Oberhauser
5804d908d5
⚡ Rename parameter to match others and add dot to descriptions
2019-11-02 21:20:42 +01:00
Jan Oberhauser
97fd592aa6
🔀 Merge branch 'raw-for-http-node' of https://github.com/leonardlin/n8n into leonardlin-raw-for-http-node
2019-11-02 21:13:25 +01:00
quansenB
925586e543
add create ecommerce node description
2019-11-02 19:48:29 +01:00
quansenB
46c737dcf2
add all currencies
2019-11-02 18:29:01 +01:00
Jan Oberhauser
ab6cc43a4c
👕 Fix lint issues
2019-11-02 12:16:20 +01:00
Jan Oberhauser
ab3e10db04
🔀 Merge branch 'master' of https://github.com/leonardlin/n8n into leonardlin-master
2019-11-02 11:34:30 +01:00
Leo
644b5455c9
added ability to post raw/string/xml
2019-11-02 10:12:59 +01:00
Leo
c31dc77b06
added amqp sender
2019-11-01 13:50:33 +01:00
Jan Oberhauser
1e11953c1c
🔖 Release n8n@0.31.1
2019-11-01 11:37:45 +01:00
Jan Oberhauser
6f5418a9ad
⬆️ Set n8n-nodes-base@0.26.2 on n8n
2019-11-01 11:36:57 +01:00
Jan Oberhauser
1d61efcd01
🔖 Release n8n-nodes-base@0.26.2
2019-11-01 11:35:38 +01:00
Jan Oberhauser
83adecad37
🔀 Merge branch 'master' of https://github.com/vuchl/n8n
2019-11-01 11:12:55 +01:00
Jan Oberhauser
b16b664afa
⚡ Make JSON.parse of data in MoveBinaryData optional
2019-11-01 11:07:17 +01:00
Sebastian
2c45460d90
Add encoding Option
2019-11-01 10:50:27 +01:00
Leo
230dc33752
amqp listener with debug-console output
2019-11-01 08:42:14 +01:00
Jan Oberhauser
7ebe09cec1
🔖 Release n8n-nodes-base@0.26.1
2019-10-31 22:34:17 +01:00
Jan Oberhauser
547cd4a9ce
🐛 Fix typo
2019-10-31 22:33:30 +01:00
Jan Oberhauser
7b0b71960d
🔖 Release n8n@0.31.0
2019-10-31 20:28:09 +01:00
Jan Oberhauser
e2718e3cc3
⬆️ Set n8n-editor-ui@0.24.0 and n8n-nodes-base@0.26.0 on n8n
2019-10-31 20:26:00 +01:00
Jan Oberhauser
729cdedcab
🔖 Release n8n-editor-ui@0.24.0
2019-10-31 20:22:09 +01:00
Jan Oberhauser
95aa0590b2
🔖 Release n8n-nodes-base@0.26.0
2019-10-31 20:19:55 +01:00
Jan Oberhauser
09b339f019
⚡ Make it possible to return all matches in with GoogleSheet Lookup
2019-10-31 20:16:20 +01:00
Jan Oberhauser
78af036231
⚡ Close Postgres-Databank connection once node is done
2019-10-31 17:43:30 +01:00
Jan Oberhauser
6a88484d46
⚡ Change default parameter value
2019-10-31 17:26:05 +01:00
Jan Oberhauser
d073204bb0
✨ Add MoveBinaryData-Node to move data between binary an JSON
2019-10-31 17:24:56 +01:00
Jan Oberhauser
91498b4573
👕 Fix lint issue
2019-10-31 13:41:39 +01:00
Jan Oberhauser
1567a260a4
🔀 Merge branch 'frane-master'
2019-10-31 11:46:48 +01:00
Jan Oberhauser
d67e77f760
⚡ Add GraphQL logo and fix lint issues
2019-10-31 11:45:50 +01:00
Jan Oberhauser
117cca0505
⚡ Remove parameter and improve retry functionality
2019-10-30 14:56:58 +01:00
Frane Bandov
971a134cc4
Fix [object Object] issue in interface
2019-10-30 14:02:14 +01:00
Jan Oberhauser
5f0d222d6f
🔀 Merge branch 'master' of https://github.com/NeOMakinG/n8n into NeOMakinG-master
2019-10-30 13:03:40 +01:00
Frane Bandov
8b04f1ff37
GraphQL support
2019-10-30 12:05:52 +01:00
quansenB
2e56730fad
delete left over deleteNote code and change defdault currencies
2019-10-29 23:45:20 +01:00
quansenB
51a6b47985
display pipeline, owner and stage as default in create deal
2019-10-29 20:08:23 +01:00
quansenB
4cbbdda8c1
add eur as default at update deal
2019-10-29 19:53:02 +01:00
quansenB
3d42a0f0e6
add currency dropdown
2019-10-29 19:51:09 +01:00
quansenB
a8b3f383ef
revert unneeded changes for PR
2019-10-29 00:19:02 +01:00
quansenB
fbe78e4cb6
revert package.json chanes in editor ui
2019-10-29 00:15:28 +01:00
Ricardo Espinoza
d029c0de17
done
2019-10-28 17:23:25 -04:00
Jan Oberhauser
99df238f8f
📚 Fix description of Function-Node
2019-10-28 08:53:29 +01:00
Jan Oberhauser
fb16f69573
🔖 Release n8n@0.30.0
2019-10-27 22:49:01 +01:00
Jan Oberhauser
95deaef95a
⬆️ Set n8n-nodes-base@0.25.0 on n8n
2019-10-27 22:48:30 +01:00
Jan Oberhauser
78d3ac2fc9
🔖 Release n8n-nodes-base@0.25.0
2019-10-27 22:46:58 +01:00
Jan Oberhauser
a23f3fdbbc
⚡ Small fixes and changes to MongoDB-Node
2019-10-27 22:45:48 +01:00
Jan Oberhauser
75a25431d1
🔀 Merge branch 'mongodb-node' of https://github.com/lucafaggianelli/n8n into lucafaggianelli-mongodb-node
2019-10-27 21:47:59 +01:00
Jan Oberhauser
a94d289d81
✨ Add GoogleDrive-Node
2019-10-27 21:44:21 +01:00
Ricardo Espinoza
9d0d85875e
Added Mandrill support
2019-10-26 13:00:36 -04:00
Jan Oberhauser
728612b8ca
🔖 Release n8n@0.29.0
2019-10-25 21:53:05 +02:00
Jan Oberhauser
0f0aaca8e6
⬆️ Set n8n-nodes-base@0.24.0 on n8n
2019-10-25 21:52:22 +02:00
Jan Oberhauser
5c05116ec6
🔖 Release n8n-nodes-base@0.24.0
2019-10-25 21:46:20 +02:00
Jan Oberhauser
547f245947
⚡ Make it possible to use email nodes work with unauthorized certs
2019-10-25 21:38:54 +02:00
quansenB
9072f9212e
remove console.logs
2019-10-25 18:26:43 +02:00
quansenB
ccfcd6fc68
fix deal noe update
2019-10-25 18:23:34 +02:00
quansenB
5b335c1578
fix dealNote bug
2019-10-25 18:18:33 +02:00
quansenB
78997ddeac
rename fields to how they appear in APi to prevent bug
2019-10-25 17:48:46 +02:00
quansenB
12a0592896
exclude unnecessary import
2019-10-25 16:57:26 +02:00
quansenB
a09d6dfbf6
exclude unnecessary import
2019-10-25 16:56:15 +02:00
quansenB
66a335054f
add dealnote functionality
2019-10-25 16:48:53 +02:00
quansenB
819efc50e5
add error handling for unknon operations
2019-10-25 16:30:58 +02:00
quansenB
4f1a096139
refactor deal update to take add field format
2019-10-25 16:25:16 +02:00
quansenB
0034a17b17
revert to addition fields design choice
2019-10-25 16:15:01 +02:00
quansenB
f5c585c7be
add not required fields to body.deal obj
2019-10-25 15:47:43 +02:00
quansenB
8b7398bf39
add dealId to update decription
2019-10-25 14:51:46 +02:00
quansenB
16e9c41f27
fix some small things in node description
2019-10-25 14:50:15 +02:00
quansenB
683c889a14
set up functionality layout
2019-10-25 14:24:24 +02:00
Jan Oberhauser
4ebdffd0dd
⚡ Small fixes to Gitlab node before merge
2019-10-25 08:15:36 +02:00
Jan Oberhauser
eb2425cc4f
🔀 Merge branch 'gitlab' of https://github.com/lucafaggianelli/n8n into lucafaggianelli-gitlab
2019-10-25 07:38:56 +02:00
quansenB
e896c1c319
rorder resources
2019-10-25 02:50:03 +02:00
quansenB
cd28bbcbdc
rename deal id
2019-10-24 20:50:57 +02:00
quansenB
c8bd2d538d
rename misspelled file
2019-10-24 20:29:45 +02:00
quansenB
445384a590
deal-note-description
2019-10-24 20:21:28 +02:00
quansenB
a1fed27229
add CRUD deal descriptions
2019-10-24 20:15:57 +02:00
Jan Oberhauser
a2b589880f
⚡ Check for correct Node.js version on start
2019-10-23 14:03:40 +02:00
Jan Oberhauser
69af5e7490
🔖 Release n8n@0.28.0
2019-10-23 11:29:27 +02:00
Jan Oberhauser
77a6dd4303
⬆️ Set n8n-nodes-base@0.23.0 on n8n
2019-10-23 11:28:27 +02:00
Jan Oberhauser
ede292707d
🔖 Release n8n-nodes-base@0.23.0
2019-10-23 11:27:15 +02:00
Jan Oberhauser
6a6252baf1
🐛 Fix issue with wrong default valueRenderMode in Google Sheets
2019-10-23 11:21:33 +02:00
Jan Oberhauser
6f99c608ae
🔀 Merge branch 'MattermostIntegration'
2019-10-22 21:45:55 +02:00
Jan Oberhauser
60165d5fe2
⚡ Allow to automatically encode custom values with Pipedrive update
2019-10-22 11:30:35 +02:00
Jan Oberhauser
6da0cad9cc
✨ Add additional functionality to Mattermost-Node
2019-10-22 00:12:35 +02:00
neomaking
f033e4c886
Refactored into simple Discord node so it can be extended later
2019-10-20 23:26:58 +02:00
Jan Oberhauser
bc08c7da2d
✨ Add basic Mattermost-Node
2019-10-20 22:57:06 +02:00
Jan Oberhauser
45a21d5ce1
🔖 Release n8n@0.27.0
2019-10-20 22:34:52 +02:00
Jan Oberhauser
6c3cd790b6
⬆️ Set n8n-core@0.14.0, n8n-editor-ui@0.23.0, n8n-nodes-base@0.22.0 and n8n-workflow@0.14.0 on n8n
2019-10-20 22:34:04 +02:00
Jan Oberhauser
a61b26c640
🔖 Release n8n-editor-ui@0.23.0
2019-10-20 22:32:09 +02:00
Jan Oberhauser
b8ea9efff2
⬆️ Set n8n-workflow@0.15.0 on n8n-editor-ui
2019-10-20 22:31:40 +02:00
Jan Oberhauser
99166fd3b4
🔖 Release n8n-nodes-base@0.22.0
2019-10-20 22:30:20 +02:00
Jan Oberhauser
609329ce7b
⬆️ Set n8n-core@0.14.0 and n8n-workflow@0.15.0 on n8n-nodes-base
2019-10-20 22:29:43 +02:00
Jan Oberhauser
d0162b6a42
🔖 Release n8n-core@0.14.0
2019-10-20 22:22:07 +02:00
Jan Oberhauser
16f9e91f77
⬆️ Set n8n-workflow@0.15.0 on n8n-core
2019-10-20 22:21:24 +02:00
Jan Oberhauser
3bf94e86c9
🔖 Release n8n-workflow@0.15.0
2019-10-20 22:19:45 +02:00
neomaking
f2af8d706d
Handling rating limit of Discord Webhook API
2019-10-20 22:14:42 +02:00
Jan Oberhauser
e3b71c2ed4
⚡ Rename function and fix styling
2019-10-20 21:42:34 +02:00
Jan Oberhauser
f0c75ec9b7
🔀 Merge branch 'CurrentParamtersInLoadingMethod' of https://github.com/BenoitTallandier/n8n into BenoitTallandier-CurrentParamtersInLoadingMethod
2019-10-20 21:24:06 +02:00
Jan Oberhauser
f82436dc8d
✨ Make it possible to define how values should be interpreted
2019-10-20 21:21:55 +02:00
BenoitTallandier
02a7d92fc1
🔃 Add unction getCurrentNodeParameters to get currents parameters in loading function
2019-10-20 20:55:49 +02:00
Jan Oberhauser
8b1e3d7ba9
🐛 Fix bug that no Fields could be added
2019-10-20 17:38:11 +02:00
neomaking
027ce90f89
Handling error and kicking out unused code
2019-10-20 13:22:57 +02:00
Luca Faggianelli
2b554db8f3
fix gitlab auth and endpoint url
2019-10-17 03:33:52 +02:00
Luca Faggianelli
34092286bc
add gitlab to package.json
2019-10-17 02:54:17 +02:00
Luca Faggianelli
a9a1e2bb36
gitlab node
2019-10-17 02:53:15 +02:00
Luca Faggianelli
15bb156e81
gitlab credentials and triggers
2019-10-17 01:49:09 +02:00
neomaking
b8b5ba4e79
Add Discord Webhook node
2019-10-16 22:53:30 +02:00
Jan Oberhauser
b8f0585185
🔖 Release n8n@0.26.0
2019-10-16 14:13:01 +02:00
Jan Oberhauser
6de2687d46
⬆️ Set n8n-core@0.13.0, n8n-editor-ui@0.22.0, n8n-nodes-base@0.21.0 and n8n-workflow@0.14.0 on n8n
2019-10-16 14:12:30 +02:00
Jan Oberhauser
5f45f5a011
🔖 Release n8n-editor-ui@0.22.0
2019-10-16 14:10:55 +02:00
Jan Oberhauser
c08c395680
⬆️ Set n8n-workflow@0.14.0 on n8n-editor-ui
2019-10-16 14:10:36 +02:00
Jan Oberhauser
04dfbf7703
🔖 Release n8n-nodes-base@0.21.0
2019-10-16 14:09:31 +02:00
Jan Oberhauser
50a3a2d142
⬆️ Set n8n-core@0.13.0 and n8n-workflow@0.14.0 on n8n-nodes-base
2019-10-16 14:09:09 +02:00
Jan Oberhauser
025f484aa6
🔖 Release n8n-core@0.13.0
2019-10-16 14:08:00 +02:00
Jan Oberhauser
1213982464
⬆️ Set n8n-workflow@0.14.0 on n8n-core
2019-10-16 14:07:39 +02:00
Jan Oberhauser
08cf0afdb6
🔖 Release n8n-workflow@0.14.0
2019-10-16 14:05:01 +02:00
Jan Oberhauser
ded2152d61
✨ Make it possible to return custom content-type and data with
...
webhook
2019-10-16 14:01:39 +02:00
Jan Oberhauser
1173c998fc
🐛 Do not error if expression on text resolves to undefined
2019-10-16 13:49:08 +02:00
Jan Oberhauser
be8f0b9e35
✨ Make it possible to send Patch-Requests with HttpRequest-Node
2019-10-16 12:32:15 +02:00
Jan Oberhauser
ea6ec1aa6c
✨ Make it possible to send Form-Data with HttpRequest-Node
2019-10-16 12:26:47 +02:00
Jan Oberhauser
1b47d19d46
👕 Fix lint issues and naming
2019-10-16 11:43:34 +02:00
Jan Oberhauser
94b538d344
🔀 Merge branch 'stripe-trigger' of https://github.com/lucafaggianelli/n8n into lucafaggianelli-stripe-trigger
2019-10-16 11:33:53 +02:00
Jan Oberhauser
c02bf0a7cf
👕 Fix lint issues and some small bugs
2019-10-16 11:19:25 +02:00
Jan Oberhauser
2899d52433
🔀 Merge branch 'aws' of https://github.com/mscansian/n8n into mscansian-aws
2019-10-16 09:46:39 +02:00
Jan Oberhauser
5fc3fd640a
👕 Fix lint issue
2019-10-15 23:19:20 +02:00
Jan Oberhauser
152cf194d6
🔖 Release n8n-node-dev@0.5.0
2019-10-15 22:59:12 +02:00
Jan
8453574c01
🔀 Merge pull request #81 from lucafaggianelli/fix-mutliselect
...
fix focus of ParameterInput with type multiOptions
2019-10-15 21:32:15 +02:00
Luca Faggianelli
007aaab66a
mongodb update and insert
2019-10-15 21:14:26 +02:00
Matheus Cansian
087199798c
Add operation field to Aws nodes
2019-10-15 14:24:45 -03:00
Matheus Cansian
0fcbe409b6
Remove aws-sdk dependency
2019-10-15 14:21:48 -03:00
Luca Faggianelli
8a8f766b4a
mongodb credentials and node
2019-10-15 18:39:00 +02:00
Luca Faggianelli
168d2214a8
fix focus of ParameterInput with type multiOptions
...
fix #78 , fix #2
2019-10-15 16:44:09 +02:00
Jan Oberhauser
cc09527b44
🔖 Release n8n@0.25.1
2019-10-15 16:11:23 +02:00
Jan Oberhauser
7ff5721ea2
🐛 Fix bug that it did delete static data when it did not change
2019-10-15 16:10:28 +02:00
Luca Faggianelli
674dde28ee
auto-creation of webhook via Stripe API
2019-10-15 14:46:42 +02:00
Jan Oberhauser
99c0063cca
🔖 Release n8n@0.25.0
2019-10-15 07:59:27 +02:00
Jan Oberhauser
6324b382fb
⬆️ Set n8n-core@0.12.0, n8n-editor-ui@0.21.0, n8n-nodes-base@0.20.0 and n8n-workflow@0.13.0 on n8n
2019-10-15 07:59:07 +02:00
Jan Oberhauser
e6d1687e4c
🔖 Release n8n-editor-ui@0.21.0
2019-10-15 07:57:38 +02:00
Jan Oberhauser
08bf068b5f
⬆️ Set n8n-workflow@0.13.0 on n8n-editor-ui
2019-10-15 07:55:29 +02:00
Jan Oberhauser
dc13008490
🔖 Release n8n-nodes-base@0.20.0
2019-10-15 07:54:05 +02:00
Jan Oberhauser
8afd7185c5
⬆️ Set n8n-core@0.12.0 and n8n-workflow@0.13.0 on n8n-nodes-base
2019-10-15 07:53:24 +02:00
Jan Oberhauser
b5e7c03c6a
🔖 Release n8n-core@0.12.0
2019-10-15 07:51:59 +02:00
Jan Oberhauser
64fbdd41ac
⬆️ Set n8n-workflow@0.13.0 on n8n-core
2019-10-15 07:51:39 +02:00
Jan Oberhauser
72b134a580
🔖 Release n8n-workflow@0.13.0
2019-10-15 07:50:40 +02:00
Jan Oberhauser
1b28825b94
⚡ Make static data available in Function-Nodes
2019-10-15 07:37:49 +02:00
Jan Oberhauser
542ae1e785
🐛 Fix that static data did not always get load on execution
2019-10-15 07:36:53 +02:00
Jan Oberhauser
369e8084d3
⚡ Make it possible to set tunnel subdomain via environment variable
2019-10-15 07:21:15 +02:00
Luca Faggianelli
a87adc8e54
stripe trigger
...
webhook endpoint for stripe events
2019-10-15 02:43:19 +02:00
Jan Oberhauser
92669bb77a
🔀 Merge pull request #68 from ccakes:jwt-auth
2019-10-14 22:37:51 +02:00
Jan
6908afa677
🔀 Merge pull request #76 from YoniFei/master
...
'npm run dev' / 'npm run start' OS fix for CLI
2019-10-14 21:46:40 +02:00
Yoni Feigelson
76607d70a6
'npm run dev' / 'npm run start' OS fix for CLI
2019-10-14 22:12:36 +03:00
Jan Oberhauser
c09fd103b3
📚 Fixed some spelling errors in README.md (thanks @BradyBromley)
2019-10-13 22:46:10 +02:00
Jan Margeta
50a342b2fb
👕 Fix typo: IWebhookResonseData->IWebhookResponseData
2019-10-11 13:02:44 +02:00
Jan Oberhauser
e403d6ec2e
🔖 Release n8n@0.24.0
2019-10-09 22:39:42 +02:00
Jan Oberhauser
cb1f31d438
⬆️ Set n8n-nodes-base@0.19.0 on n8n
2019-10-09 22:39:01 +02:00
Jan Oberhauser
ea2e380c30
🔖 Release n8n-nodes-base@0.19.0
2019-10-09 22:38:08 +02:00
Jan
d5bf00c801
Merge pull request #35 from Libermentix/master
...
🔀 Add CC property to email
2019-10-09 21:59:59 +02:00
Jan Oberhauser
3c8946ba7d
⚡ Add support for dot-notation in mode "mergeByKey" for Merge-Node
2019-10-09 21:52:45 +02:00
Felix Plitzko
b453c05f7d
Add CC property to email
2019-10-08 14:40:47 +02:00
Jan Oberhauser
b7eab083e8
🔖 Release n8n@0.23.0
2019-10-06 11:32:35 +02:00
Jan Oberhauser
2da9e83db2
⬆️ Set n8n-core@0.11.0, n8n-editor-ui@0.20.0, n8n-nodes-base@0.18.0 and n8n-workflow@0.12.0 on n8n
2019-10-06 11:32:02 +02:00
Jan Oberhauser
6e395bf992
🔖 Release n8n-editor-ui@0.20.0
2019-10-06 11:30:22 +02:00
Jan Oberhauser
68fea77bdd
⬆️ Set n8n-workflow@0.12.0 on n8n-editor-ui
2019-10-06 11:29:26 +02:00
Jan Oberhauser
5acfb4a2b1
🔖 Release n8n-nodes-base@0.18.0
2019-10-06 11:27:40 +02:00
Jan Oberhauser
253d1f13de
⬆️ Set n8n-core@0.11.0 and n8n-workflow@0.12.0 on n8n-nodes-base
2019-10-06 11:27:19 +02:00
Jan Oberhauser
794ba3e79b
🔖 Release n8n-core@0.11.0
2019-10-06 11:26:06 +02:00
Jan Oberhauser
ac2ba01d39
⬆️ Set n8n-workflow@0.12.0 on n8n-core
2019-10-06 11:22:04 +02:00
Jan Oberhauser
3e9ef99e8f
🔖 Release n8n-workflow@0.12.0
2019-10-06 11:20:31 +02:00
Jan Oberhauser
e70862f497
👕 Fix lint issue
2019-10-06 11:18:47 +02:00
Jan Oberhauser
9d01f79778
💄 Improve slightly display of Executions
2019-10-06 11:09:01 +02:00
Jan Oberhauser
31cbeae09e
⚡ Make form selectable in TypeformTrigger-Node
2019-10-06 10:33:50 +02:00
Jan Oberhauser
0207d43655
✨ Add "editMessageText" functionality to Telegram-Node
2019-10-06 10:07:19 +02:00
Jan Oberhauser
2fd58fd99e
🐛 Fix that parameter "hide" rule could not overwrite "show" rule
2019-10-06 09:36:05 +02:00
Jan Oberhauser
df6e863925
✨ Add TypeformTrigger-Node
2019-10-06 00:02:40 +02:00
Matheus Cansian
39c0b08d9d
Remove aws-sdk dependency from AWS Lambda node
2019-10-05 17:17:23 -03:00
Jan Oberhauser
39e2613841
📚 Add link to node-list also to other README files
2019-10-05 19:19:01 +02:00
Matheus Cansian
822e12ff35
Fix identation
2019-10-05 12:10:12 -03:00
Matheus Cansian
d3320e3411
Remove ResponseMetadata from SNS node results
2019-10-05 12:09:03 -03:00
Matheus Cansian
3e80d742e2
Rename amazonSns to awsSns
2019-10-05 12:05:58 -03:00
Matheus Cansian
4bde05f417
Implement node for AWS Lambda
2019-10-05 12:03:18 -03:00
Matheus Cansian
edb81ef259
Improve code readability Aws node
2019-10-05 10:28:23 -03:00
Jan Oberhauser
789f064ed0
🐛 Add back await that error can get caught
2019-10-05 13:44:25 +02:00
Jan Oberhauser
82d0c8deeb
⚡ Fix variable naming error
2019-10-05 13:38:35 +02:00
Matheus Cansian
ec9d65b2e0
Implement AWS SNS node
2019-10-04 22:06:26 -03:00
Jan Oberhauser
aba7556985
🔖 Release n8n-nodes-base@0.17.2
2019-10-04 22:17:50 +02:00
Jan Oberhauser
f59aecb10a
⚡ Make update event empty by default on TelegramTrigger-Node
2019-10-04 22:16:26 +02:00
Matheus Cansian
f2ceb8aa88
Add AWS credentials
2019-10-04 17:04:02 -03:00
Jan Oberhauser
d589e8a909
📚 Add link to FAQ to license information
2019-10-04 20:40:23 +02:00
Jan Oberhauser
9317d2807e
🔖 Release n8n-nodes-base@0.17.1
2019-10-04 15:18:36 +02:00
Jan Oberhauser
161a74f65f
🐛 Add missing function and remove debug messages from Telegram-Node
2019-10-04 15:17:24 +02:00
Jan Oberhauser
7ce760f9da
✨ Add missing Telegram-Credentials
2019-10-04 14:18:43 +02:00
Jan Oberhauser
94d0655740
🔖 Release n8n@0.22.0
2019-10-04 14:16:59 +02:00
Jan Oberhauser
70d1cbb7d2
⬆️ Set n8n-editor-ui@0.19.0 and n8n-nodes-base@0.17.0 on n8n
2019-10-04 14:16:19 +02:00
Jan Oberhauser
000f24dd4e
🔖 Release n8n-editor-ui@0.19.0
2019-10-04 14:07:03 +02:00
Jan Oberhauser
a7a1ddbb89
👕 Fix lint issue
2019-10-04 13:45:41 +02:00
Jan Oberhauser
03c68645c5
🔖 Release n8n-nodes-base@0.17.0
2019-10-04 13:41:33 +02:00
Jan Oberhauser
9b7aee23cc
⚡ Do not add large amounts of data to variable selector
2019-10-04 13:34:05 +02:00
Jan Oberhauser
199e7a7a2c
⚡ Improve hiding of large data
2019-10-04 13:27:50 +02:00
Jan Oberhauser
1ab8896c37
🐛 Fix warning on save
2019-10-04 12:43:48 +02:00
Jan Oberhauser
5829ed2e3d
👕 Fix lint issue
2019-10-04 12:36:42 +02:00
Jan Oberhauser
6173149646
✨ Add Telegram-Nodes
2019-10-04 12:35:06 +02:00
Jan Oberhauser
295bd212ce
🐛 Fix issue that JSON view could not be selected anymore
2019-10-04 12:34:09 +02:00
Jan Oberhauser
888f01b343
🐛 Fix issue with FixedCollection
2019-10-04 12:33:23 +02:00
Jan Oberhauser
3ed6acd58a
⚡ Fix issue that two finger swipe on mac did change page
2019-10-03 11:42:16 +02:00
Jan Oberhauser
50b23f1fc4
⚡ If node contains large amount of data hide it first by default
2019-10-02 15:30:51 +02:00
Jan Oberhauser
85e8714c05
⚡ Do not call Error-Workflow in manual-mode
2019-09-23 22:05:09 +02:00
Jan Oberhauser
9c2e19d953
🔖 Release n8n@0.21.1
2019-09-22 22:14:12 +02:00
Jan Oberhauser
4ac75817b6
⬆️ Set n8n-editor-ui@0.18.0 on n8n
2019-09-22 22:13:21 +02:00
Jan Oberhauser
2727c0f8f1
👕 Fix lint issue
2019-09-22 22:03:58 +02:00
Jan Oberhauser
05a27a1658
🔖 Release n8n-editor-ui@0.18.0
2019-09-22 22:00:17 +02:00
Jan Oberhauser
8328d7ad9a
⚡ Add Help-Menu
2019-09-22 21:59:45 +02:00
Jan Oberhauser
37bf2f02b7
🐛 Fix display of version
2019-09-22 20:56:16 +02:00
Jan Oberhauser
a5b5b60a57
📚 Add n8n documentation page
2019-09-22 18:29:03 +02:00
Jan Oberhauser
9dbf2ee148
🔖 Release n8n-node-dev@0.4.0
2019-09-22 11:34:55 +02:00
Jan Oberhauser
e0322162a7
✨ Copy also images on node build
2019-09-22 11:33:53 +02:00
Jan Oberhauser
1d54f2d62c
➖ Remove no longer needed dependency
2019-09-21 20:10:52 +02:00
Jan Oberhauser
d7d40ffd2e
🔖 Release n8n@0.21.0
2019-09-20 14:11:29 +02:00
Jan Oberhauser
ce6f77badf
⬆️ Set n8n-editor-ui@0.17.0 and n8n-nodes-base@0.16.0 on n8n
2019-09-20 14:09:25 +02:00
Jan Oberhauser
a595434cd0
👕 Fix lint issue
2019-09-20 14:07:02 +02:00
Jan Oberhauser
4c71ed22cd
🔖 Release n8n-editor-ui@0.17.0
2019-09-20 13:58:47 +02:00
Jan Oberhauser
bdab5725ad
🔖 Release n8n-nodes-base@0.16.0
2019-09-20 13:57:15 +02:00
Jan Oberhauser
676cecec66
🐛 Fix bug that page did load white after version update
2019-09-20 13:54:06 +02:00
Jan Oberhauser
a5344a0998
⚡ Do not add cors headers in production mode
2019-09-20 13:06:06 +02:00
Jan Oberhauser
0f67177bf6
🔖 Release n8n-node-dev@0.3.6
2019-09-20 07:59:25 +02:00
Jan Oberhauser
5c7a6320cb
🐛 Add missing templates to n8n-node-dev npm package
2019-09-20 07:58:56 +02:00
Jan Oberhauser
3762605610
🐛 Fix issue that errors in n8n-node-dev did not get displayed
2019-09-20 07:54:13 +02:00
Jan Oberhauser
c1a609d358
💄 Make sure that parameter help icon gets always displayed
2019-09-19 23:59:25 +02:00
Jan Oberhauser
419af0a5fd
🐛 Fix bug that array elements larger than 10 could not be removed
2019-09-19 23:19:34 +02:00
Jan Oberhauser
3580ea0e2e
✨ Add additional options to "HTTP Request" node
2019-09-19 21:56:04 +02:00
Jan Oberhauser
7a98291110
⚡ Add body support for PUT requests
2019-09-19 16:43:38 +02:00
Jan Oberhauser
93cb56792d
🔖 Release n8n-node-dev@0.3.5
2019-09-19 16:07:49 +02:00
Jan Oberhauser
65155d20ed
🐛 Fix issue that it still did not build correctly
2019-09-19 16:06:38 +02:00
Jan Oberhauser
e9e00c17e0
🔖 Release n8n-node-dev@0.3.4
2019-09-19 15:39:50 +02:00
Jan Oberhauser
bc04136c67
⚡ Make "n8n-node-dev build" work without n8n-modules in folder
2019-09-19 15:38:08 +02:00
Jan Oberhauser
cac46c7839
🔖 Release n8n-node-dev@0.3.3
2019-09-19 15:25:07 +02:00
Jan Oberhauser
efc16dbc73
🐛 Fix that n8n-node-dev did not build correctly
2019-09-19 15:22:22 +02:00
Jan Oberhauser
d337cbd805
👕 Replace some double quotes with single ones
2019-09-19 14:14:37 +02:00
Jan Oberhauser
e19bdbf6d7
🚀 Include DB check in health-check
2019-09-19 14:00:14 +02:00
Jan Oberhauser
52808ea460
🐛 Fix issue that reading version caused problems with build
2019-09-19 13:21:10 +02:00
Jan Oberhauser
291320f817
⚡ Add source header to link.fish node
2019-09-18 23:42:21 +02:00
Jan Oberhauser
40732d39d5
🔖 Release n8n-node-dev@0.3.2
2019-09-17 22:41:11 +02:00
Jan Oberhauser
4ebe6dd7f1
🚀 Add missing file to npm package
2019-09-17 22:40:35 +02:00
Jan Oberhauser
db22635333
🔖 Release n8n-node-dev@0.3.1
2019-09-17 22:31:32 +02:00
Jan Oberhauser
f34ddc9d85
⬆️ Set n8n-core@0.10.0 and n8n-workflow@0.11.0 on n8n-node-dev
2019-09-17 22:30:41 +02:00
Jan Oberhauser
312860c51c
➕ Add request as dependency
2019-09-17 21:55:13 +02:00
Jan Oberhauser
34e65d2c5f
🔖 Release n8n@0.20.2
2019-09-17 16:40:46 +02:00
Jan Oberhauser
e7bdaa65d4
🐛 Do not check for basic auth on Kubernetes /healthz endpoint
2019-09-17 16:39:52 +02:00
Jan Oberhauser
68823f8b6f
🔖 Release n8n@0.20.1
2019-09-17 15:31:46 +02:00
Jan Oberhauser
0214b44d51
🚀 Add Kubernetes /healthz endpoint
2019-09-17 15:30:49 +02:00
Jan Oberhauser
039d4efafa
📚 Add information about how to pan view
2019-09-15 22:09:39 +02:00
Jan Oberhauser
0ee7b7d79a
✨ Add get repository data to Github-Node
2019-09-11 23:46:17 +02:00
Jan Oberhauser
57958aebc2
👕 Fix lint issue
2019-09-11 23:44:19 +02:00
Jan Oberhauser
90040a31ed
🔖 Release n8n@0.20.0
2019-09-11 22:33:59 +02:00
Jan Oberhauser
b793b2ca5c
⬆️ Set n8n-editor-ui@0.16.0 and n8n-nodes-base@0.15.0 on n8n
2019-09-11 22:32:36 +02:00
Jan Oberhauser
bf0e528ff4
🔖 Release n8n-editor-ui@0.16.0
2019-09-11 22:29:35 +02:00
Jan Oberhauser
077a9fcde2
🔖 Release n8n-nodes-base@0.15.0
2019-09-11 22:28:24 +02:00
Jan Oberhauser
9b95072be8
⏪ Revert commit
2019-09-11 21:56:45 +02:00
Jan Oberhauser
90f2dcb4c9
🐛 Fix bug that page did load white after version update
2019-09-11 20:14:59 +02:00
Jan Oberhauser
d6b8b9544f
⚡ Display currently installed version in editor-ui
2019-09-11 18:40:22 +02:00
Jan Oberhauser
52bd08fae0
⚡ Add additional data to Error Workflow Trigger
2019-09-11 17:48:14 +02:00
Jan Oberhauser
9bd5d4bec1
First try to get custom properties to work with v1
2019-09-11 17:15:42 +02:00
Jan Oberhauser
6e81abef3c
💄 Fix display issue of select fields
2019-09-11 11:06:43 +02:00
Jan Oberhauser
132ac3737d
👕 Fix lint issue
2019-09-11 10:59:50 +02:00
Jan Oberhauser
bcc3ab263b
📚 Add link to community forum
2019-09-09 21:46:42 +02:00
Jan Oberhauser
9f4ed7a0c8
🔖 Release n8n-nodes-base@0.14.3
2019-09-07 09:38:03 +02:00
Jan Oberhauser
c9d284f52c
🐛 Fix bug that EmailReadImap-Node could not be tested
2019-09-07 09:36:57 +02:00
Jan Oberhauser
62d7e6d6ed
🐛 Fix bug with data-property on EmailReadImap-Node
2019-09-07 09:11:23 +02:00
Jan Oberhauser
2d0d3f7ce1
👕 Fix lint issue
2019-09-07 09:01:27 +02:00
Jan Oberhauser
3720291046
📚 Link to new YouTube video
2019-09-06 08:30:30 +02:00
Jan Oberhauser
5f705dbaff
🔖 Release n8n-editor-ui@0.15.1
2019-09-05 19:05:25 +02:00
Jan Oberhauser
fc2b3d15c0
💄 Fix issue that it did display scroll bars next to selects
2019-09-05 19:04:02 +02:00
Jan Oberhauser
bb476ae99f
🔖 Release n8n-nodes-base@0.14.2
2019-09-04 22:41:53 +02:00
Jan Oberhauser
5a8c2c9912
🐛 Fix bug that HTTP Request node did process data incorrectly
2019-09-04 22:41:17 +02:00
Jan Oberhauser
fe91e6d85b
🔖 Release n8n-nodes-base@0.14.1
2019-09-04 22:03:37 +02:00
Jan Oberhauser
699cd25615
🐛 Fix bug that HTTP Request node did process JSON incorrectly
2019-09-04 22:02:10 +02:00
Jan Oberhauser
830dd95026
🔖 Release n8n@0.19.0
2019-09-04 19:02:30 +02:00
Jan Oberhauser
25e805c6a2
⬆️ Set n8n-core@0.10.0, n8n-editor-ui@0.15.0, n8n-nodes-base@0.14.0 and n8n-workflow@0.11.0 on n8n
2019-09-04 19:01:49 +02:00
Jan Oberhauser
15eb9189bb
🔖 Release n8n-editor-ui@0.15.0
2019-09-04 18:59:02 +02:00
Jan Oberhauser
cebb0de9af
⬆️ Set n8n-workflow@0.11.0 on n8n-editor-ui
2019-09-04 18:57:38 +02:00
Jan Oberhauser
a884951a97
🔖 Release n8n-nodes-base@0.14.0
2019-09-04 18:56:20 +02:00
Jan Oberhauser
17b4e2abd5
⬆️ Set n8n-core@0.10.0 and n8n-workflow@0.11.0 on n8n-nodes-base
2019-09-04 18:56:03 +02:00
Jan Oberhauser
5d7b6608a3
🔖 Release n8n-core@0.10.0
2019-09-04 18:54:24 +02:00
Jan Oberhauser
04121cbfae
⬆️ Set n8n-workflow@0.11.0 on n8n-core
2019-09-04 18:53:45 +02:00
Jan Oberhauser
f9e15873ef
🔖 Release n8n-workflow@0.11.0
2019-09-04 18:52:32 +02:00
Jan Oberhauser
296fbbc26c
✨ Add possiblity to define custom fields on ActiveCampaign-Node
2019-09-04 18:50:02 +02:00
Jan Oberhauser
dfb52a51ef
📚 Add warning about using Mongo as database
2019-09-04 18:37:20 +02:00
Jan Oberhauser
2b2113433f
✨ Improve Code-Editor in Function-Nodes
2019-09-04 18:24:49 +02:00
Jan Oberhauser
48ccb36536
✨ Make special variables like $node, $parameter, ... accessible
...
in Function Nodes
2019-09-04 14:53:39 +02:00
Jan Oberhauser
c1e753e9d1
✨ Remove "Read File From Url" node and add functionality to
...
"HTTP Request" node
2019-09-04 13:24:44 +02:00
Jan Oberhauser
7108320297
✨ Add XML-Node
2019-09-04 12:18:21 +02:00
Jan Oberhauser
74c2d9a366
✨ Add digestAuth support to HTTP Request-Node
2019-09-04 07:37:48 +02:00
Jan Oberhauser
a24918021c
✨ Add resource "files" to Pipedrive-Node
2019-09-03 23:06:03 +02:00
Jan Oberhauser
014972a0c0
👕 Fix lint issue
2019-09-03 16:15:32 +02:00
Jan Oberhauser
047167f80b
🔖 Release n8n@0.18.2
2019-09-03 13:45:31 +02:00
Jan Oberhauser
d53ab0bb6e
⚡ Remove no longer needed restriction about process id 1
2019-09-03 13:42:43 +02:00
Jan Oberhauser
83826000d3
✨ Add resource "notes" to Pipedrive-Node
2019-09-02 22:26:42 +02:00
Jan Oberhauser
c85b77d3af
📚 Small fix in sensitive data documentation
2019-09-02 07:26:48 +02:00
Jan Oberhauser
eb7b516f9d
⚡ Link n8n.io node directory to nodeType help
2019-09-01 22:25:54 +02:00
Jan Oberhauser
3614a9e9b6
📚 Add homepage to package.json files
2019-08-31 13:06:24 +02:00
Jan Oberhauser
11d2a5a207
📚 Fix documentation for save execution data environment variables
2019-08-29 10:53:11 +02:00
Jan Oberhauser
602f0f6db1
📚 Add information about another breaking change
2019-08-29 07:41:52 +02:00
Jan Oberhauser
d0633bea4c
🔖 Release n8n-node-dev@0.3.0
2019-08-28 19:10:05 +02:00
Jan Oberhauser
9636ddc7b3
⬆️ Set n8n-core@0.9.0 and n8n-workflow@0.10.0 on n8n-node-dev
2019-08-28 19:09:47 +02:00
Jan Oberhauser
fcafda2510
🐛 Fix bug with build for new cli library with node-dev
2019-08-28 19:08:24 +02:00
Jan Oberhauser
b5330e8f37
➕ Add missing dependency for build with new cli library
2019-08-28 18:40:36 +02:00
Jan Oberhauser
013d8011d1
🔖 Release n8n@0.18.1
2019-08-28 18:35:33 +02:00
Jan Oberhauser
5d3f4183c4
🐛 Fix bug with build for new cli library
2019-08-28 18:34:46 +02:00
Jan Oberhauser
53b1cf18c8
🔖 Release n8n@0.18.0
2019-08-28 18:10:37 +02:00
Jan Oberhauser
4dfa181711
📚 Add information about breaking changes
2019-08-28 18:09:29 +02:00
Jan Oberhauser
5c63d02248
⬆️ Set n8n-core@0.9.0, n8n-editor-ui@0.14.0, n8n-nodes-base@0.13.0 and n8n-workflow@0.10.0 on n8n
2019-08-28 17:55:29 +02:00
Jan Oberhauser
35811d0177
🔖 Release n8n-editor-ui@0.14.0
2019-08-28 17:52:51 +02:00
Jan Oberhauser
81c89ed4a0
⬆️ Set n8n-workflow@0.10.0 on n8n-editor-ui
2019-08-28 17:52:20 +02:00
Jan Oberhauser
59dc6e99bc
🔖 Release n8n-nodes-base@0.13.0
2019-08-28 17:50:50 +02:00
Jan Oberhauser
f1461f436d
⬆️ Set n8n-core@0.9.0 and n8n-workflow@0.10.0 on n8n-nodes-base
2019-08-28 17:50:23 +02:00
Jan Oberhauser
d2f3b1891c
👕 Fix TypeScript issue
2019-08-28 17:49:56 +02:00
Jan Oberhauser
65d2aba7c1
🔖 Release n8n-core@0.9.0
2019-08-28 17:45:47 +02:00
Jan Oberhauser
d8cdced037
⬆️ Set n8n-workflow@0.10.0 on n8n-core
2019-08-28 17:45:30 +02:00
Jan Oberhauser
c4ae0482e6
🔖 Release n8n-workflow@0.10.0
2019-08-28 17:43:59 +02:00
Jan Oberhauser
cc9a577470
🐛 Fix "npm run start" command
2019-08-28 17:39:10 +02:00
Jan Oberhauser
d8eaeab85c
⚡ Remove debug messages
2019-08-28 17:27:33 +02:00
Jan Oberhauser
5386391189
⚡ Return response code 500 in case workflow fails
2019-08-28 17:25:19 +02:00
Jan Oberhauser
4d6e25c28e
💥 Fix typo reponse => response
2019-08-28 17:16:09 +02:00
Jan Oberhauser
1ff456d77c
✨ Allow to set HTTP response code on Webhook-Node
2019-08-28 17:03:35 +02:00
Jan Oberhauser
1ff038b563
⬆️ Set jest@24.x.x on all packages
2019-08-28 15:42:45 +02:00
Jan Oberhauser
67afc883db
⚡ Replace vorpal with oclif in cli
2019-08-28 15:28:47 +02:00
Jan Oberhauser
01a873edbd
⚡ Rename n8n-node-dev cli command file
2019-08-28 12:48:29 +02:00
Jan Oberhauser
88e70e9f91
⬆️ Set inquirer@7.0.0 on node-dev
2019-08-28 11:12:03 +02:00
Jan Oberhauser
cd75c63f83
⚡ Replace vorpal with oclif in node-dev
2019-08-28 11:03:01 +02:00
Jan Oberhauser
be3177a101
✨ Add option to resolve custom values and add getAll option for
...
activities and deals to Pipedrive-Node
2019-08-28 08:20:53 +02:00
Jan Oberhauser
d9c7a8ee04
✨ Add lookup operation to GoogleSheets-Node
2019-08-27 20:27:00 +02:00
Jan Oberhauser
27e52254b1
📚 Improve README text
2019-08-26 22:09:31 +02:00
Jan Oberhauser
d0b2bc1237
📝 Improve text on Airtable node
2019-08-26 22:05:20 +02:00
Jan Oberhauser
47500957a3
⬆️ Set googleapis@42.0.0 on n8n-nodes-base
2019-08-26 22:04:03 +02:00
Jan Oberhauser
45721c20ca
📚 Make clear that tunnel is only for testing&development #13
2019-08-22 16:45:00 +02:00
Thomas LEVEIL
400728cad9
node-dev README : add TOC
2019-08-21 23:30:19 +02:00
Thomas LEVEIL
09215f0313
cli README : add toc
2019-08-21 23:14:08 +02:00
Jan Oberhauser
c339dfd5d6
🔖 Release n8n@0.17.0
2019-08-21 18:48:17 +02:00
Jan Oberhauser
e1773034de
⬆️ Set n8n-nodes-base@0.12.0 on n8n
2019-08-21 18:47:51 +02:00
Jan Oberhauser
9660c3dbf2
🔖 Release n8n-nodes-base@0.12.0
2019-08-21 18:45:16 +02:00
Jan Oberhauser
3088a358f7
✨ Add Postgres-Node
2019-08-21 18:44:10 +02:00
Jan Oberhauser
937e424806
✨ Add ActiveCampaign-Node
2019-08-21 08:45:03 +02:00
Jan Oberhauser
0edeab600d
🔖 Release n8n@0.16.1
2019-08-19 20:46:15 +02:00
Jan Oberhauser
1d77c9a585
⬆️ Set n8n-editor-ui@0.13.1 on n8n
2019-08-19 20:45:44 +02:00
Jan Oberhauser
54cf08ebbf
🔖 Release n8n-editor-ui@0.13.1
2019-08-19 20:43:41 +02:00
Jan Oberhauser
6208125ac0
✨ Serve editor-ui correctly also when installed as package
2019-08-19 20:41:10 +02:00
Jan Oberhauser
a3a11caa18
📚 Fix typo also in other location
2019-08-19 08:46:43 +02:00
Jan Oberhauser
d1a8ee9a7c
🔖 Release n8n@0.16.0
2019-08-14 14:52:42 +02:00
Jan Oberhauser
3bce9a71f8
⬆️ Set n8n-nodes-base@0.11.0 on n8n
2019-08-14 14:52:08 +02:00
Jan Oberhauser
35b87a98d4
🔖 Release n8n-nodes-base@0.11.0
2019-08-14 14:49:49 +02:00
Jan Oberhauser
89f9aeda1e
⚡ Add missing nodemon.json file for easy development
2019-08-14 14:47:27 +02:00
Jan Oberhauser
a1b95918de
🐛 Fix bug that it did display running workflows as unsaved
2019-08-14 14:30:20 +02:00
Jan Oberhauser
97893fed1b
📚 Update development cycle documentation and add placeholder tests
2019-08-14 13:45:18 +02:00
Jan Oberhauser
84ba4dec06
⚡ Make it easier to start n8n in development mode
2019-08-14 12:13:43 +02:00
Thomas LEVEIL
36e93c15de
✨ Add option "allowUnauthorizedCerts" to HttpRequest-Node
2019-08-14 00:11:23 +02:00
Jan Oberhauser
86e1c4a04f
⚡ Make tsconfig.json files "fully" valid JSON files
2019-08-13 19:42:03 +02:00
Jan Oberhauser
2591e98333
⚡ Add missing dependency and fix some types
2019-08-13 19:01:14 +02:00
Jan Oberhauser
131823a14d
➕ Change n8n-core dependency from dev to regular
2019-08-10 18:19:21 +02:00
Jan Oberhauser
b0294f9394
⚡ Remove old external request code from Chargebee-Node
2019-08-10 18:14:34 +02:00
Jan Oberhauser
8f9a27ed10
🔖 Release n8n@0.15.0
2019-08-10 10:59:21 +02:00
Jan Oberhauser
a43c9392b4
⬆️ Set n8n-editor-ui@0.13.0 on n8n
2019-08-10 10:58:08 +02:00
Jan Oberhauser
7bde0b759c
🔖 Release n8n-editor-ui@0.13.0
2019-08-10 10:56:16 +02:00
Jan Oberhauser
1903a25bd6
🎨 Clean up some code
2019-08-10 10:27:27 +02:00
Jan Oberhauser
6d1be05f56
💄 Improve display of node input-/output-labels
2019-08-10 09:59:15 +02:00
Jan Oberhauser
135431ebcd
⚡ Simplify code and fix issue with stopping process
2019-08-09 21:05:15 +02:00
Jan Oberhauser
fcb0982401
✨ Rename also expressions on pasted nodes and fix unique naming
...
issue
2019-08-09 20:33:22 +02:00
Jan Oberhauser
b5b959fe08
📚 Add n8n name explanation
2019-08-09 17:13:24 +02:00
Jan Oberhauser
777f8ae3d8
🔖 Release n8n@0.14.1
2019-08-09 13:12:42 +02:00
Jan Oberhauser
49a817b0bb
🐛 Fix bug when executing n8n from different folder
2019-08-09 13:12:00 +02:00
Jan Oberhauser
f3d5b136ba
🔖 Release n8n@0.14.0
2019-08-09 12:57:40 +02:00
Jan Oberhauser
ff06fa61f0
⬆️ Set n8n-core@0.8.0, n8n-editor-ui@0.12.0, n8n-nodes-base@0.10.0 and n8n-workflow@0.9.0 on n8n
2019-08-09 12:57:10 +02:00
Jan Oberhauser
a3123c682d
🔖 Release n8n-editor-ui@0.12.0
2019-08-09 12:54:28 +02:00
Jan Oberhauser
e66c259407
🐛 Fix code to work with new n8n-workflow
2019-08-09 12:51:45 +02:00
Jan Oberhauser
281e943dcc
✔️ Fix tests
2019-08-09 12:45:05 +02:00
Jan Oberhauser
14f3d2f9c7
⬆️ Set n8n-workflow@0.9.0 on n8n-editor-ui
2019-08-09 11:24:17 +02:00
Jan Oberhauser
32b3f6b9e9
🔖 Release n8n-nodes-base@0.10.0
2019-08-09 11:23:31 +02:00
Jan Oberhauser
d60a4b9d6a
⬆️ Set n8n-core@0.8.0 and n8n-workflow@0.9.0 on n8n-nodes-base
2019-08-09 11:23:13 +02:00
Jan Oberhauser
dd7ca289ca
🔖 Release n8n-core@0.8.0
2019-08-09 11:22:19 +02:00
Jan Oberhauser
902916578e
⬆️ Set n8n-workflow@0.9.0 on n8n-core
2019-08-09 11:22:01 +02:00
Jan Oberhauser
3ad66974ab
🔖 Release n8n-workflow@0.9.0
2019-08-09 11:21:12 +02:00
Jan Oberhauser
e1797f8d30
📚 Add information about hosted n8n
2019-08-09 11:19:36 +02:00
Jan Oberhauser
e1a9d21254
🐛 Fix bug that child process did exit before message got sent
2019-08-09 11:07:54 +02:00
Jan Oberhauser
62e8a69f78
📚 Add documentation about configuring n8n
2019-08-09 09:54:57 +02:00
Jan Oberhauser
886100eeef
⚡ Improve workflow retry
2019-08-09 08:07:18 +02:00
Jan Oberhauser
d59a043e3f
✨ Run workflows in own independent subprocess
2019-08-08 20:47:08 +02:00
Jan Oberhauser
abb0a52b08
:zip: Improve display of retry
2019-08-08 20:24:37 +02:00
Jan Oberhauser
193dd210ff
⚡ Make Github webhook create error message clearer
2019-08-08 18:43:35 +02:00
Jan Oberhauser
f97dbf795a
🐛 Fix issue with missing parameter on GoogleSheets-Node
2019-08-08 06:43:26 +02:00
Jan Oberhauser
879b045c44
🔖 Release n8n@0.13.4
2019-08-06 20:45:43 +02:00
Jan Oberhauser
573c0e77c5
🐛 Fix bug with slow push messages
2019-08-06 20:44:36 +02:00
Jan Oberhauser
b395eddd66
🔖 Release n8n@0.13.3
2019-08-05 19:14:56 +02:00
Jan Oberhauser
78bf3a5a28
🐛 Fix bug that old executions did get displayed as running
2019-08-05 19:13:18 +02:00
Jan Oberhauser
e82deba47b
🔖 Release n8n@0.13.2
2019-08-04 21:00:09 +02:00
Jan Oberhauser
c8f339ed8e
🐛 Fix issue that in production mode database did not get initialized
2019-08-04 20:59:10 +02:00
Jan Oberhauser
a9d49f60b9
🔖 Release n8n@0.13.1
2019-08-04 14:46:49 +02:00
Jan Oberhauser
e7328cd0d9
🐛 Deactivate database-synchronize in production mode
2019-08-04 14:45:56 +02:00
Jan Oberhauser
fbb4d1bdc0
🔖 Release n8n@0.13.0
2019-08-04 14:25:45 +02:00
Jan Oberhauser
f3d84fc29e
✨ Make it possible to secure n8n via basic auth
2019-08-04 14:24:48 +02:00
Jan Oberhauser
a8b2829e84
🔖 Release n8n@0.12.0
2019-08-03 14:22:39 +02:00
Jan Oberhauser
13c5f99a7e
✨ Add support for "_FILE" environment variables
2019-08-03 14:06:11 +02:00
Jan Oberhauser
1fff6e4d54
⚡ Compress server responses
2019-08-03 12:15:08 +02:00
Jan Oberhauser
64e9b52f88
➖ Remove not needed dependency
2019-08-03 11:22:52 +02:00
Jan Oberhauser
0cf6ac6b47
🔖 Release n8n@0.11.0
2019-08-02 17:15:06 +02:00
Jan Oberhauser
a5d3676669
⬆️ Set n8n-core@0.7.0, n8n-editor-ui@0.11.0, n8n-nodes-base@0.9.0 and n8n-workflow@0.8.0 on n8n
2019-08-02 17:14:43 +02:00
Jan Oberhauser
daa7ab7be7
🔖 Release n8n-editor-ui@0.11.0
2019-08-02 17:13:27 +02:00
Jan Oberhauser
dd2920c29e
⬆️ Set n8n-workflow@0.8.0 on n8n-editor-ui
2019-08-02 17:12:58 +02:00
Jan Oberhauser
af5694f887
🔖 Release n8n-nodes-base@0.9.0
2019-08-02 17:12:02 +02:00
Jan Oberhauser
0d524de8b9
⬆️ Set n8n-core@0.7.0 and n8n-workflow@0.8.0 on n8n-nodes-base
2019-08-02 17:11:39 +02:00
Jan Oberhauser
a57b179dab
🔖 Release n8n-core@0.7.0
2019-08-02 17:10:24 +02:00
Jan Oberhauser
cf205c2454
⬆️ Set n8n-workflow@0.8.0 on n8n-core
2019-08-02 17:09:59 +02:00
Jan Oberhauser
b55e46d587
🔖 Release n8n-workflow@0.8.0
2019-08-02 17:08:57 +02:00
Jan Oberhauser
983ef13db9
👕 Fix lint issue
2019-08-02 17:06:06 +02:00
Jan Oberhauser
72bd291efb
🐛 Fix bug that it does always move to beginning of line after
...
entering first character in expression input
2019-08-02 16:53:02 +02:00
Jan Oberhauser
a0b7abed20
✨ Add support for input labels
2019-08-02 15:56:05 +02:00
Jan Oberhauser
f568122e3a
⚡ Improve selection of start node for manual execution
2019-08-02 12:26:51 +02:00
Jan Oberhauser
b38623fa92
🐛 Fix bug that highest nodes did not get found when one was disabled
2019-08-02 11:58:57 +02:00
Jan Oberhauser
88a82efe07
✨ Add "mergeByIndex" option to Merge-Node
2019-08-02 10:26:05 +02:00
Jan Oberhauser
1b59d7b886
✨ Copy data on execution only if needed
2019-08-01 22:55:33 +02:00
Jan Oberhauser
a8f1f9c0ba
⚡ Small fixes and fix that some nodes changed incoming data
2019-08-01 22:44:29 +02:00
Jan Oberhauser
fc4952f022
🐛 Fix reference to Mailgun-Node
2019-08-01 12:36:23 +02:00
Jan Oberhauser
6672a62a62
⚡ Improve node locations
2019-08-01 08:26:43 +02:00
Jan Oberhauser
d0289e88b3
📚 Add additional documentation for keyboard shortcuts
2019-08-01 08:10:33 +02:00
Jan Oberhauser
f1f2deb1d4
⚡ Select only the data we need to speed up requests
2019-07-31 14:16:55 +02:00
Jan Oberhauser
9022ca0923
🔖 Release n8n@0.10.0
2019-07-26 14:49:20 +02:00
Jan Oberhauser
1b25348e1a
⬆️ Set n8n-editor-ui@0.10.0 on n8n
2019-07-26 14:48:32 +02:00
Jan Oberhauser
aa6914f92e
🔖 Release n8n-editor-ui@0.10.0
2019-07-26 14:46:07 +02:00
Jan Oberhauser
f2102f8ea0
🐛 Fix bug that webhooks could not be tested anymore
2019-07-26 14:17:00 +02:00
Jan Oberhauser
7e4066ddb3
💄 Add subtitle to GithubTrigger-Node
2019-07-26 13:20:28 +02:00
Jan Oberhauser
6246d0a08c
💄 Add subtitle to Slack-Node
2019-07-26 13:13:01 +02:00
Jan Oberhauser
862433497c
📚 Add logo and update refrences for logo and screenshot
2019-07-26 13:11:21 +02:00
Jan Oberhauser
c078cda7cb
💄 Add icon for Mailgun-Node
2019-07-26 11:51:17 +02:00
Jan Oberhauser
e3fafc85e6
⚡ Use color for icons in node creator and update colors
2019-07-26 11:41:08 +02:00
Jan Oberhauser
84154843c2
💄 Add icons to all nodes which did not have any
2019-07-26 11:27:46 +02:00
Jan Oberhauser
df38e87992
✅ Add first basic tests for workflow execution
2019-07-26 10:22:47 +02:00
Jan Oberhauser
dae2aa3d5d
💄 Improve position of node options
2019-07-26 07:49:00 +02:00
Jan Oberhauser
4bbc7edad2
✨ Make it possible to move workflow with mouse-wheel/two-finger
2019-07-26 07:41:09 +02:00
Jan Oberhauser
d00610e629
⚡ Create duplicated node underneath the existing one
2019-07-26 07:17:40 +02:00
Jan Oberhauser
0ac97c6523
💄 Improve editor-ui connection creation and deletion
2019-07-25 21:57:27 +02:00
Jan Oberhauser
6c2887e608
⚡ Improve position of node output labels
2019-07-25 19:27:58 +02:00
Jan Oberhauser
fd2da9d4b6
⚡ Fix inital position of Start-Node for now horizontal flows
2019-07-25 19:23:27 +02:00
Jan Oberhauser
1a41db8a75
🔖 Release n8n-editor-ui@0.9.1
2019-07-25 19:16:03 +02:00
Jan Oberhauser
0ace7ca423
👕 Fix lint issue
2019-07-25 19:15:41 +02:00
Jan Oberhauser
6a1857af16
🔖 Release n8n-editor-ui@0.9.0
2019-07-25 19:12:32 +02:00
Jan Oberhauser
0510824c24
🐛 Fix issue that push messages received before the REST API did
2019-07-25 19:08:19 +02:00
Jan Oberhauser
8482e1b363
💄 Improve editor-ui by displaying clearer what each node does
2019-07-25 18:50:45 +02:00
Jan Oberhauser
0c89445682
🐛 Fix bug that workflow names could have spaces in beginning and end
2019-07-25 15:21:57 +02:00
Jan Oberhauser
892cf40429
🔖 Release n8n@0.9.0
2019-07-25 08:39:10 +02:00
Jan Oberhauser
24cf3a54b9
⬆️ Set n8n-core@0.6.0, n8n-editor-ui@0.8.0, n8n-nodes-base@0.8.0 and n8n-workflow@0.7.0 on n8n
2019-07-25 08:38:51 +02:00
Jan Oberhauser
68696fab32
🔖 Release n8n-editor-ui@0.8.0
2019-07-25 08:37:30 +02:00
Jan Oberhauser
7b3ebc92e6
⬆️ Set n8n-workflow@0.7.0 on n8n-editor-ui
2019-07-25 08:37:09 +02:00
Jan Oberhauser
21ff7e3e9b
🔖 Release n8n-nodes-base@0.8.0
2019-07-25 08:36:29 +02:00
Jan Oberhauser
875f4fc1f1
⬆️ Set n8n-core@0.6.0 and n8n-workflow@0.7.0 on n8n-nodes-base
2019-07-25 08:36:09 +02:00
Jan Oberhauser
2815ed3fdd
🔖 Release n8n-core@0.6.0
2019-07-25 08:35:01 +02:00
Jan Oberhauser
a12a4eb633
⬆️ Set n8n-workflow@0.7.0 on n8n-core
2019-07-25 08:34:43 +02:00
Jan Oberhauser
31916d3ecf
🔖 Release n8n-workflow@0.7.0
2019-07-25 08:33:33 +02:00
Jan Oberhauser
bf174a4099
🐛 Fix bug that some nodes got executed twice
2019-07-25 08:30:37 +02:00
Jan Oberhauser
132f32132a
✨ Automatically select text in rename-prompt
2019-07-24 15:21:44 +02:00
Jan Oberhauser
117630fb68
🐛 Fix bug that node was not selected after rename
2019-07-24 15:04:24 +02:00
Jan Oberhauser
2d8038669a
✨ Push active executions to clients to remove manual reload
2019-07-24 14:25:30 +02:00
Jan Oberhauser
a9453806b8
✨ Add support for PostgresDB and save date as Date
2019-07-22 20:29:06 +02:00
Jan Oberhauser
d027545986
✨ Use convict for configuration to make n8n easier to configure
2019-07-21 19:52:57 +02:00
Jan Oberhauser
fbaf445bf8
⚡ Check again if workflow should be stopped after retry wait
2019-07-19 09:47:41 +02:00
Jan Oberhauser
4f4feb8baf
🔖 Release n8n-nodes-base@0.7.1
2019-07-18 20:49:07 +02:00
Jan Oberhauser
5a109af7ea
⚡ Remove wrong properties from some parameters
2019-07-18 20:48:23 +02:00
Jan Oberhauser
f1b1493514
🔖 Release n8n@0.8.0
2019-07-18 20:05:59 +02:00
Jan Oberhauser
39a7f0368e
⬆️ Set n8n-core@0.5.0, n8n-editor-ui@0.7.0, n8n-nodes-base@0.7.0 and n8n-workflow@0.6.0 on n8n
2019-07-18 20:05:43 +02:00
Jan Oberhauser
926d87fea9
🔖 Release n8n-editor-ui@0.7.0
2019-07-18 20:04:41 +02:00
Jan Oberhauser
990a5cdbf0
⬆️ Set n8n-workflow@0.6.0 on n8n-editor-ui
2019-07-18 20:04:23 +02:00
Jan Oberhauser
d97c7c212c
🔖 Release n8n-nodes-base@0.7.0
2019-07-18 20:03:07 +02:00
Jan Oberhauser
1b899940ad
⬆️ Set n8n-core@0.5.0 and n8n-workflow@0.6.0 on n8n-nodes-base
2019-07-18 20:02:46 +02:00
Jan Oberhauser
927cd690e1
🔖 Release n8n-core@0.5.0
2019-07-18 20:00:34 +02:00
Jan Oberhauser
813a3aa158
⬆️ Set n8n-workflow@0.6.0 on n8n-core
2019-07-18 20:00:19 +02:00
Jan Oberhauser
36b237eac5
🔖 Release n8n-workflow@0.6.0
2019-07-18 19:59:36 +02:00
Jan Oberhauser
95c721b08f
🐛 Fix issue that data got send out to all connected clients
2019-07-18 19:53:18 +02:00
Jan Oberhauser
32204d35d1
✨ Make it possible to retry node on error
2019-07-18 19:39:54 +02:00
Jan Oberhauser
9c0b1a9cec
🐛 Fix issue that properties on node root level could not be changed
2019-07-18 17:41:53 +02:00
Jan Oberhauser
17768e0dd8
🔖 Release n8n@0.7.0
2019-07-17 20:40:38 +02:00
Jan Oberhauser
a9714e5ce5
⬆️ Set n8n-core@0.4.0, n8n-editor-ui@0.6.0, n8n-nodes-base@0.6.0 and n8n-workflow@0.5.0 on n8n
2019-07-17 20:35:03 +02:00
Jan Oberhauser
a4ad9baa84
🔖 Release n8n-editor-ui@0.6.0
2019-07-17 20:33:46 +02:00
Jan Oberhauser
0e03ab15f9
⬆️ Set n8n-workflow@0.5.0 on n8n-editor-ui
2019-07-17 20:33:30 +02:00
Jan Oberhauser
b73352bf84
🔖 Release n8n-nodes-base@0.6.0
2019-07-17 20:32:31 +02:00
Jan Oberhauser
24888e02ec
⬆️ Set n8n-core@0.4.0 and n8n-workflow@0.5.0 on n8n-nodes-base
2019-07-17 20:32:11 +02:00
Jan Oberhauser
f1dd579561
🔖 Release n8n-core@0.4.0
2019-07-17 20:30:40 +02:00
Jan Oberhauser
540536c22f
⬆️ Set n8n-workflow@0.5.0 on n8n-core
2019-07-17 20:30:22 +02:00
Jan Oberhauser
e17c3c9961
🔖 Release n8n-workflow@0.5.0
2019-07-17 20:29:33 +02:00
Jan Oberhauser
6fc02a5024
⚡ Improve naming of created names
2019-07-17 19:58:54 +02:00
Jan Oberhauser
5054c7054d
⚡ Implement that nodes can also be deselected with ctrl+click
2019-07-17 19:05:03 +02:00
Jan Oberhauser
416eb81a6e
✨ Make it easily possible to select up/downstream nodes
2019-07-17 18:45:09 +02:00
Jan Oberhauser
4bc21dfef5
⚡ Make sure that paste does not get executed multiple times
2019-07-17 18:14:03 +02:00
Jan Oberhauser
f3d77412a6
🐛 Fix bug that it did not execute upstream nodes of nodes with
...
multiple inputs
2019-07-17 17:45:05 +02:00
Jan Oberhauser
26381de92b
⚡ Automatically adjust position of pasted nodes
2019-07-17 16:05:01 +02:00
Jan Oberhauser
bcb314107d
🐛 Fix lastClickPosition init as it is offscreen
2019-07-17 12:47:20 +02:00
Jan Oberhauser
de3c52b355
🐛 Fix issue that lastClickPosition ignored node view offset position
2019-07-17 12:44:00 +02:00
Jan Oberhauser
34c2975a9f
⚡ Deactivate workflow when saved under a new name
2019-07-17 12:20:26 +02:00
Jan Oberhauser
40b17c59f6
🐛 Fix issue that it starts select mode when mac users try to move workflow
2019-07-17 12:19:09 +02:00
Jan Oberhauser
85d9cc4eb8
⚡ Add lastNodeExecuted example data to ErrorTrigger-Node
2019-07-17 11:55:26 +02:00
Jan Oberhauser
ce79d8063d
🔖 Release n8n-editor-ui@0.5.2
2019-07-17 09:23:40 +02:00
Jan Oberhauser
79383ffa84
🐛 Fix delete button display bug in compiled version
2019-07-17 09:23:12 +02:00
Jan Oberhauser
b6b386dc95
🔖 Release n8n-editor-ui@0.5.1
2019-07-17 07:57:40 +02:00
Jan Oberhauser
009cc6c1e9
🐛 Fix issue that it is almost impossible to delete item
2019-07-17 07:42:45 +02:00
Jan Oberhauser
3b6013f6f4
🐛 Fix issue that mac users can not move workflow
2019-07-17 07:31:28 +02:00
Jan Oberhauser
5dd9544b1e
🔖 Release n8n-nodes-base@0.5.1
2019-07-15 18:00:36 +02:00
Jan Oberhauser
8eb537fa96
🐛 Fix bug that Google Sheet data got always copied as string
2019-07-15 16:24:53 +02:00
Jan Oberhauser
8363be2620
🔖 Release n8n@0.6.0
2019-07-14 19:12:05 +02:00
Jan Oberhauser
2206afff38
⬆️ Set n8n-core@0.3.0, n8n-editor-ui@0.5.0, n8n-nodes-base@0.5.0 and n8n-workflow@0.4.0 on n8n
2019-07-14 19:09:57 +02:00
Jan Oberhauser
bf1526e77a
🔖 Release n8n-editor-ui@0.5.0
2019-07-14 19:06:12 +02:00
Jan Oberhauser
13a71256e1
⬆️ Set n8n-workflow@0.4.0 on n8n-editor-ui
2019-07-14 19:05:50 +02:00
Jan Oberhauser
fb82427fe2
🔖 Release n8n-nodes-base@0.5.0
2019-07-14 19:04:50 +02:00
Jan Oberhauser
5d3ee146d3
⬆️ Set n8n-workflow@0.4.0 and n8n-core@0.4.0 on n8n-nodes-base
2019-07-14 19:04:30 +02:00
Jan Oberhauser
d76b670422
🔖 Release n8n-core@0.3.0
2019-07-14 19:02:18 +02:00
Jan Oberhauser
8fc075c1ef
⬆️ Set n8n-workflow@0.4.0 on n8n-core
2019-07-14 19:01:55 +02:00
Jan Oberhauser
a9febba0aa
🔖 Release n8n-workflow@0.4.0
2019-07-14 18:59:57 +02:00
Jan Oberhauser
a0aea3000e
💄 Add subtitle to NextCloud and Pipedrive-Node
2019-07-14 18:55:04 +02:00
Jan Oberhauser
1851ce0dbb
✨ Update operation selection on Twilio-Node
2019-07-14 18:53:17 +02:00
Jan Oberhauser
c6a55113e3
✨ Update operation selection on Slack-Node
2019-07-14 18:43:58 +02:00
Jan Oberhauser
d4a4088703
🐛 Add missing comma
2019-07-14 18:40:37 +02:00
Jan Oberhauser
1217fcf5ff
✨ Update operation selection on Pipedrive-Node
2019-07-14 17:57:08 +02:00
Jan Oberhauser
6bfba38330
✨ Update operation selection on NextCloud-Node
2019-07-14 17:16:56 +02:00
Jan Oberhauser
a651fb3b7d
🐛 Fix folder-list bug on Dropbox-Node
2019-07-14 17:15:48 +02:00
Jan Oberhauser
b35612e571
✨ Update operation selection on Github-Node
2019-07-14 16:50:26 +02:00
Jan Oberhauser
77ebf636ca
✨ Update operation selection on Dropbox-Node
2019-07-14 14:26:09 +02:00
Jan Oberhauser
91bff6e4f6
🐛 Fix parameter update bug with identically named parameters
2019-07-14 14:10:16 +02:00
Jan Oberhauser
0c28799dac
✨ Set subtitle on Chargebee-Node and fix issue with wrong
...
default value
2019-07-14 12:59:26 +02:00
Jan Oberhauser
be1da6d9e1
👕 Fix lint issue
2019-07-13 20:03:28 +02:00
Jan Oberhauser
549a30c267
🐛 Fix display bug with identically named parameters with
...
dependencies
2019-07-13 19:50:41 +02:00
Jan Oberhauser
784df3e393
🐛 Fix display bug with identically named parameters
2019-07-12 20:58:52 +02:00
Jan Oberhauser
77d9ff08cf
✨ Update operation selection on Chargebee-Node
2019-07-12 19:04:04 +02:00
Jan Oberhauser
ccac2597f0
✨ Add functionality to Asana-Node and update operation
...
selection
2019-07-12 18:35:35 +02:00
Jan Oberhauser
4de2319a5a
✨ Add Trello-Nodes
2019-07-12 17:54:15 +02:00
Jan Oberhauser
be9c5622ac
✨ Add possibility to define custom node-subtitle for nodes in
...
UI
2019-07-12 14:14:36 +02:00
Jan Oberhauser
1e0d2cbf1e
✨ Add additional helper functions to webhook functionality
2019-07-12 11:33:18 +02:00
Jan Oberhauser
5f471c2ab3
🐛 Fix issue that when test webhook got called to fast it was not
...
available yet
2019-07-12 11:31:54 +02:00
Jan Oberhauser
45c448b979
🔖 Release n8n@0.5.0
2019-07-11 15:15:15 +02:00
Jan Oberhauser
2dfe3d18c2
⬆️ Set n8n-nodes-base@0.4.0 and n8n-editor-ui@0.4.0 on n8n
2019-07-11 15:14:03 +02:00
Jan Oberhauser
66b9203e14
🔖 Release n8n-editor-ui@0.4.0
2019-07-11 15:09:35 +02:00
Jan Oberhauser
85d314c08b
🔖 Release n8n-nodes-base@0.4.0
2019-07-11 15:07:42 +02:00
Jan Oberhauser
2d20a4b6c1
💄 Display node-description in node-settings
2019-07-11 15:05:12 +02:00
Jan Oberhauser
afb078a62a
✨ Add options "passThrough" and "wait" to Merge-Node
2019-07-11 14:54:18 +02:00
Jan Oberhauser
71ca59e3a8
🐛 Fix bug that it overwrote default functionality in some input-fields
2019-07-11 13:12:37 +02:00
Jan Oberhauser
97fea59387
📚 Add documentation for keyboard shortcuts
2019-07-11 12:42:03 +02:00
Jan Oberhauser
31e511c850
🔖 Release n8n@0.4.0
2019-07-11 09:23:05 +02:00
Jan Oberhauser
fc994b9e2d
⬆️ Set n8n-workflow@0.3.0, n8n-core@0.2.0, n8n-nodes-base@0.3.0 and n8n-editor-ui@0.3.0 on n8n
2019-07-11 09:22:40 +02:00
Jan Oberhauser
7d36ef7e22
🔖 Release n8n-editor-ui@0.3.0
2019-07-11 09:21:08 +02:00
Jan Oberhauser
aaa8f42593
⬆️ Set n8n-workflow@0.3.0 on n8n-editor-ui
2019-07-11 09:20:20 +02:00
Jan Oberhauser
c7e002b87d
🔖 Release n8n-nodes-base@0.3.0
2019-07-11 09:02:55 +02:00
Jan Oberhauser
35d2859d11
⬆️ Set n8n-workflow@0.3.0 and n8n-core@0.2.0 on n8n-nodes-base
2019-07-11 09:02:34 +02:00
Jan Oberhauser
96907b8b27
🔖 Release n8n-node-dev@0.2.0
2019-07-11 08:55:51 +02:00
Jan Oberhauser
8d1a445b90
⬆️ Set n8n-workflow@0.3.0 and n8n-core@0.2.0 on n8n-node-dev
2019-07-11 08:54:58 +02:00
Jan Oberhauser
403749c2a6
🔖 Release n8n-core@0.2.0
2019-07-11 08:14:10 +02:00
Jan Oberhauser
cdcdfbe6f6
⬆️ Set n8n-workflow@0.3.0 on n8n-core
2019-07-11 08:12:12 +02:00
Jan Oberhauser
008a68c239
🔖 Release n8n-workflow@0.3.0
2019-07-11 08:09:55 +02:00
Jan Oberhauser
60162d5c46
✨ Make it possible to use custom cron-expressions and add
...
"Every Hour" option to Cron-Node
2019-07-11 08:00:57 +02:00
Jan Oberhauser
cc3f2c42d1
⬆️ Set identical tslint version in all packages and fix lint
...
issues
2019-07-11 07:30:01 +02:00
Jan Oberhauser
a17a376d13
✨ Make it possible to define if workflow executions should be
...
saved or not
2019-07-10 20:53:13 +02:00
Jan Oberhauser
e00bc83f1b
🎨 Rename setting "saveManualRuns" to "saveManualExecutions"
2019-07-10 18:06:26 +02:00
Jan Oberhauser
a56f477833
✨ Add RAW data mode to GoogleSheet-Node
2019-07-10 16:14:55 +02:00
Jan Oberhauser
bba3154ed5
🐛 Fix issue that parameters did not always get set correctly from
...
external windows
2019-07-10 11:46:59 +02:00
Jan Oberhauser
d80b703dfd
✨ Add more functionality to Pipedrive-Node
2019-07-10 10:16:48 +02:00
Jan Oberhauser
1cc00d9101
✨ Add more functionality to Pipedrive-Node
2019-07-10 08:40:59 +02:00
Jan Oberhauser
f74a067c17
⚡ Improve display of errors of Pipedrive-Node
2019-07-10 08:39:58 +02:00
Jan Oberhauser
c6345bad19
✨ Add Pipedrive-Trigger-Node
2019-07-10 08:14:40 +02:00
Jan Oberhauser
1ad78f05c2
⚡ Fix typo
2019-07-09 20:31:44 +02:00
Jan Oberhauser
646e1fc841
📚 Add first basic documentation how to create an own node
2019-07-07 19:22:22 +02:00
Jan Oberhauser
13ac18afa8
✨ Add missing Airtable-Node-Credentials
2019-07-07 19:19:07 +02:00
Jan Oberhauser
16ba7e6ed7
🐛 Fix bug with displaying node-issues
2019-07-07 19:17:34 +02:00
Jan Oberhauser
bcaddecdd6
💄 Add description to field on Pipedrive-Node
2019-07-07 19:01:05 +02:00
Jan Oberhauser
2ba03345f6
✨ Add Airtable-Node
2019-07-07 19:00:05 +02:00
Jan Oberhauser
1f79353397
💄 Give delete button more space
2019-07-07 16:32:28 +02:00
Jan Oberhauser
91c7f52c37
👕 Fix lint issue
2019-07-01 14:52:14 +02:00
Jan Oberhauser
3282acbcf1
⚡ Before credentials get created or updated check if one with same type and
...
name already exist
2019-06-30 19:33:47 +02:00
Jan Oberhauser
ddafea7320
🔖 Release n8n@0.3.0
2019-06-27 19:20:22 +02:00
Jan Oberhauser
381e9e9842
🔖 n8n-editor-ui@0.2.0
2019-06-27 19:19:24 +02:00
Jan Oberhauser
0997087ca5
🔖 Release n8n-workflow@0.2.0
2019-06-27 19:18:33 +02:00
Jan Oberhauser
f38f6b2f16
📚 Add demo video and improve project description
2019-06-27 18:45:28 +02:00
Jan Oberhauser
00f00f9cbe
🐛 Fix issue that expressions always read from output with index 0 even
...
when the nodes with the expression were connected to a different one
2019-06-27 16:46:26 +02:00
Jan Oberhauser
3d80d9602e
💄 Improve display of output- and execution-selection
2019-06-27 14:07:45 +02:00
Jan Oberhauser
bbab4fc6e1
🐛 Fix bug
2019-06-27 14:07:25 +02:00
Jan Oberhauser
6cc6c6f138
Fix scrollbars and dialogs on lower resolutions
2019-06-27 12:44:59 +02:00
Jan Oberhauser
a7cd27d745
Display output names on connections if there are any
2019-06-27 11:27:02 +02:00
Jan Oberhauser
5cbd16e286
Fix display of tags in select field
2019-06-27 08:27:18 +02:00
Jan Oberhauser
3095e5728a
Fix issue that it opened the webhook urls every time credentials got
...
selected
2019-06-27 08:15:53 +02:00
Jan Oberhauser
d031ae312a
Fix issue that expressions did not resolve correctly in
...
expression-editor
2019-06-27 07:31:18 +02:00
Jan Oberhauser
d6db85caf9
💄 Add "ellipsis" overflow to inputs to make clear when there is
...
more text
2019-06-24 14:50:22 +02:00
Jan Oberhauser
6da4c60060
💄 Make clearer in credentials what data is for
2019-06-24 14:45:03 +02:00
Jan Oberhauser
e9eb18759c
💄 Move "Delete Current Execution Data" button next to "Execute
...
Workflow" button
2019-06-24 13:52:03 +02:00
Jan Oberhauser
289770357a
📚 Improve documentation about how MongoDB can be used
2019-06-24 13:33:54 +02:00
Jan Oberhauser
92252bfa99
Add link to n8n-node-dev cli
2019-06-24 13:21:58 +02:00
Jan Oberhauser
cc405f0c1a
Improve documentation
2019-06-24 13:21:07 +02:00
Jan Oberhauser
2175477b8e
Release n8n@0.2.2
2019-06-24 12:52:39 +02:00
Jan Oberhauser
63c5ec5036
Set new minor version of n8n-nodes-base because else lerna does not link
...
it anymore
2019-06-24 12:52:06 +02:00
Jan Oberhauser
074ec4478a
Release n8n-nodes-base@0.2.1
2019-06-24 12:48:59 +02:00
Jan Oberhauser
034c70f6ab
Make n8n work with older node versions (<10)
2019-06-24 12:47:44 +02:00
Jan Oberhauser
b53d4c56ae
Release n8n@0.2.1
2019-06-24 10:31:36 +02:00
Jan Oberhauser
bce2ef34ed
Rename folder to fix problems on MacOS and windows
2019-06-24 10:30:46 +02:00
Jan Oberhauser
1d86a2a773
Update to TypeScript 3.5.x
2019-06-24 10:28:18 +02:00
Jan Oberhauser
9427aedf44
Release n8n@0.2.0
2019-06-24 09:33:25 +02:00
Jan Oberhauser
b90c701907
Release n8n-nodes-base@0.2.0
2019-06-24 09:30:15 +02:00
Jan Oberhauser
d26299c9fe
Add Pipedrive node to be loaded
2019-06-24 09:29:06 +02:00
Jan Oberhauser
2b7382cd63
Rename cli command "run" to "execute"
2019-06-24 08:28:24 +02:00
Jan Oberhauser
b776bd8bd7
Add documentation for "n8n run" command
2019-06-24 08:17:14 +02:00
Jan Oberhauser
9fdbf2c9ee
Fix bug in "run" command
2019-06-24 08:12:49 +02:00
Jan Oberhauser
4664ed1209
Execute commands of "ExecuteCommand" node by default in folder the
...
process got started from
2019-06-24 07:51:07 +02:00
Jan Oberhauser
15e3481b40
Add additional explanations to default configuration
2019-06-24 07:45:12 +02:00
Jan Oberhauser
4e6d9caa71
Fix Pipedrive description
2019-06-24 07:24:47 +02:00
Jan Oberhauser
f26199f690
Add first basic support for Pipedrive
2019-06-23 21:21:44 +02:00
Jan Oberhauser
cbe115c07f
Add screenshot to README
2019-06-23 20:56:42 +02:00
Jan Oberhauser
28262fdb79
Add information about how to use MongoDB as database
2019-06-23 20:45:39 +02:00
Jan Oberhauser
1c956f326f
Add example to config how to exclude a file
2019-06-23 20:44:41 +02:00
Jan Oberhauser
8ec557d7cb
Rename LICENSE files to LICENSE.md
2019-06-23 17:55:43 +02:00
Jan Oberhauser
08cc01551c
Add repository entry to package.json files
2019-06-23 12:50:36 +02:00
Jan Oberhauser
9cb9804eee
Initial commit to release
2019-06-23 12:35:23 +02:00