Nathanaël Lécaudé 
							
						 
					 
					
						
						
							
						
						c2167a2c5f 
					 
					
						
						
							
							Add jsonata bump in util  
						
						
						
						
							
						
					 
					
						2019-07-04 18:08:44 -04:00 
						 
				 
			
				
					
						
							
							
								Nathanaël Lécaudé 
							
						 
					 
					
						
						
							
						
						1a695e0451 
					 
					
						
						
							
							Update jsonata to 1.6.5 which should  fix   #2183  
						
						
						
						
							
						
					 
					
						2019-07-04 17:50:55 -04:00 
						 
				 
			
				
					
						
							
							
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						f49d1ae860 
					 
					
						
						
							
							Ensure the subflow stop promise is waiting for before restarting  
						
						
						
						
							
						
					 
					
						2019-07-01 12:42:11 +01:00 
						 
				 
			
				
					
						
							
							
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						55645e3730 
					 
					
						
						
							
							Properly escape node types in palette  
						
						... 
						
						
						
						We were only escaping the first instance of any invalid dom char
and not all of the 
						
						
							
						
					 
					
						2019-06-28 22:39:27 +01:00 
						 
				 
			
				
					
						
							
							
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						b73f12cdba 
					 
					
						
						
							
							Bump for 0.20.6  
						
						
						
						
							
 
						
					 
					
						2019-06-21 13:25:39 +01:00 
						 
				 
			
				
					
						
							
							
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						28fbb61e81 
					 
					
						
						
							
							Bump dependencies  
						
						
						
						
							
						
					 
					
						2019-06-21 13:25:09 +01:00 
						 
				 
			
				
					
						
							
							
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						c1104d1cd6 
					 
					
						
						
							
							Revealing node position needs to account for zoom level  
						
						... 
						
						
						
						Fixes  #2172  
					
						2019-06-21 12:53:09 +01:00 
						 
				 
			
				
					
						
							
							
								Dave Conway-Jones 
							
						 
					 
					
						
						
							
						
						e346702292 
					 
					
						
						
							
							stop join tripping up if last message of buffer is blank.  
						
						
						
						
							
						
					 
					
						2019-06-21 12:49:21 +01:00 
						 
				 
			
				
					
						
							
							
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						90887779ea 
					 
					
						
						
							
							Improve handling of file upload in request node  
						
						... 
						
						
						
						formData can only be Strings or Buffers - anything else will cause
errors. To help matters, we now look for invalid types and json-encode
them where needed. 
						
						
							
						
					 
					
						2019-06-21 12:48:13 +01:00 
						 
				 
			
				
					
						
							
							
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						a941b1437c 
					 
					
						
						
							
							Handle subflow internal node wired to a non-existant node  
						
						... 
						
						
						
						Fixes  #2202  
					
						2019-06-21 12:47:37 +01:00 
						 
				 
			
				
					
						
							
							
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						04bdcbd490 
					 
					
						
						
							
							Do not save subflow env vars with blank names  
						
						
						
						
							
						
					 
					
						2019-06-21 12:46:53 +01:00 
						 
				 
			
				
					
						
							
							
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						87a815fd6f 
					 
					
						
						
							
							Don't allow a link node virtual wire to connect to normal port  
						
						
						
						
							
						
					 
					
						2019-06-21 12:45:50 +01:00 
						 
				 
			
				
					
						
							
							
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						46abd0cc42 
					 
					
						
						
							
							Clear HTTP Request node authType when auth disabled  
						
						... 
						
						
						
						Fixes  #2215  
					
						2019-06-20 22:33:38 +01:00 
						 
				 
			
				
					
						
							
							
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						e315325d91 
					 
					
						
						
							
							Fix parsing of content-type header  
						
						... 
						
						
						
						Fixes  #2216 
This was broken when we switched from media-typer to content-type
modules for parsing the content-type header.
The content-type header can handle the field with parameters, but
does not do the type/sub-type parsing that media-typer does.
Our code relied on that extra bit of parsing to correctly
identify if the content should be parsed to String or kept as
a buffer.
The fix restores the use of media-typer, but using the result
of the content-type module to make sure it valid 
					
						2019-06-20 21:15:20 +01:00 
						 
				 
			
				
					
						
							
							
								Dave Conway-Jones 
							
						 
					 
					
						
						
							
						
						f3fc083330 
					 
					
						
						
							
							Fix join node reset issue with merging objects  
						
						... 
						
						
						
						and add tests
to close  #2188  
						
						
							
						
					 
					
						2019-06-20 19:47:53 +01:00 
						 
				 
			
				
					
						
							
							
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						8486f4d43a 
					 
					
						
						
							
							Copy data-i18n attribute on TypedInput  
						
						... 
						
						
						
						Fixes  #2211  
					
						2019-06-19 10:10:17 +01:00 
						 
				 
			
				
					
						
							
							
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						ccc3809daa 
					 
					
						
						
							
							Make 'anything else' template more explicit  
						
						
						
						
							
						
					 
					
						2019-06-09 17:32:14 +01:00 
						 
				 
			
				
					
						
							
							
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						e0111d3fe6 
					 
					
						
						
							
							Merge pull request  #2167  from minzojian/master  
						
						... 
						
						
						
						update packages\node_modules\@node-red\runtime\lib\index.js 
						
						
							
						
					 
					
						2019-05-24 10:09:21 +01:00 
						 
				 
			
				
					
						
							
							
								KentWood 
							
						 
					 
					
						
						
							
						
						87a1f616b0 
					 
					
						
						
							
							Update index.js  
						
						... 
						
						
						
						fixed a error when run node-red with httpAdminRoot=false
https://github.com/node-red/node-red/issues/2166  
						
						
							
						
					 
					
						2019-05-18 17:04:56 +08:00 
						 
				 
			
				
					
						
							
							
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						cc051544f9 
					 
					
						
						
							
							Only NLS status text that starts with a letter  
						
						... 
						
						
						
						Fixes  #2128  
					
						2019-05-17 16:32:14 +01:00 
						 
				 
			
				
					
						
							
							
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						6a57d25f4a 
					 
					
						
						
							
							Trigger change evnt on typedInput when type changes and options present  
						
						... 
						
						
						
						Fixes  #2160  
					
						2019-05-17 11:45:16 +01:00 
						 
				 
			
				
					
						
							
							
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						91473e731e 
					 
					
						
						
							
							Merge pull request  #2126  from natcl/master  
						
						... 
						
						
						
						http request node: warn user if msg.requestTimeout == 0 
						
						
							
						
					 
					
						2019-05-17 10:47:37 +01:00 
						 
				 
			
				
					
						
							
							
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						651b1c92c3 
					 
					
						
						
							
							Merge pull request  #2156  from bernardobelchior/patch-1  
						
						... 
						
						
						
						Remove unnecessary ternary 
						
						
							
						
					 
					
						2019-05-17 10:45:36 +01:00 
						 
				 
			
				
					
						
							
							
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						77e74eb37b 
					 
					
						
						
							
							Merge pull request  #2159  from hobbyquaker/master  
						
						... 
						
						
						
						german localization improvements 
						
						
							
						
					 
					
						2019-05-17 10:44:50 +01:00 
						 
				 
			
				
					
						
							
							
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						364175fa9d 
					 
					
						
						
							
							Merge pull request  #2163  from node-red-hitachi/fix-debug-node-memory-leak  
						
						... 
						
						
						
						Fix possible memory leak of debug sidebar output 
						
						
							
						
					 
					
						2019-05-09 14:51:20 +01:00 
						 
				 
			
				
					
						
							
							
								Hiroyasu Nishiyama 
							
						 
					 
					
						
						
							
						
						13cf2b48e1 
					 
					
						
						
							
							use jQuery DOM manipulation instead of raw JS  
						
						
						
						
							
						
					 
					
						2019-05-09 18:06:10 +09:00 
						 
				 
			
				
					
						
							
							
								Bernardo Belchior 
							
						 
					 
					
						
						
							
						
						f0b1585b52 
					 
					
						
						
							
							Remove redundant conditional  
						
						
						
						
							
						
					 
					
						2019-05-08 18:51:16 +01:00 
						 
				 
			
				
					
						
							
							
								hobbyquaker 
							
						 
					 
					
						
						
							
						
						5e7689a151 
					 
					
						
						
							
							i18n-german fix typos  
						
						
						
						
							
						
					 
					
						2019-05-04 09:47:29 +02:00 
						 
				 
			
				
					
						
							
							
								hobbyquaker 
							
						 
					 
					
						
						
							
						
						42845cfcc0 
					 
					
						
						
							
							i18n-german subflows  https://github.com/jwende/nodered-german/issues/14  
						
						
						
						
							
						
					 
					
						2019-05-04 09:36:58 +02:00 
						 
				 
			
				
					
						
							
							
								hobbyquaker 
							
						 
					 
					
						
						
							
						
						caad0eca67 
					 
					
						
						
							
							i18n-german fix typo  
						
						
						
						
							
						
					 
					
						2019-05-04 09:33:54 +02:00 
						 
				 
			
				
					
						
							
							
								hobbyquaker 
							
						 
					 
					
						
						
							
						
						69db23f2f6 
					 
					
						
						
							
							i18n-german retain  https://github.com/jwende/nodered-german/issues/16  
						
						
						
						
							
						
					 
					
						2019-05-03 19:59:40 +02:00 
						 
				 
			
				
					
						
							
							
								hobbyquaker 
							
						 
					 
					
						
						
							
						
						c3f6bcad56 
					 
					
						
						
							
							i18n-german payload  https://github.com/jwende/nodered-german/issues/9  
						
						
						
						
							
						
					 
					
						2019-05-03 19:58:50 +02:00 
						 
				 
			
				
					
						
							
							
								hobbyquaker 
							
						 
					 
					
						
						
							
						
						ab1521bf26 
					 
					
						
						
							
							i18n-german topic  https://github.com/jwende/nodered-german/issues/8  
						
						
						
						
							
						
					 
					
						2019-05-03 19:56:44 +02:00 
						 
				 
			
				
					
						
							
							
								hobbyquaker 
							
						 
					 
					
						
						
							
						
						fafe8b88c2 
					 
					
						
						
							
							i18n-german number  https://github.com/jwende/nodered-german/issues/6  
						
						
						
						
							
						
					 
					
						2019-05-03 19:54:45 +02:00 
						 
				 
			
				
					
						
							
							
								hobbyquaker 
							
						 
					 
					
						
						
							
						
						9276988ff6 
					 
					
						
						
							
							i18n-german buffer  https://github.com/jwende/nodered-german/issues/6  
						
						
						
						
							
						
					 
					
						2019-05-03 19:52:28 +02:00 
						 
				 
			
				
					
						
							
							
								hobbyquaker 
							
						 
					 
					
						
						
							
						
						85179edf1b 
					 
					
						
						
							
							i18n-german string  https://github.com/jwende/nodered-german/issues/6  
						
						
						
						
							
						
					 
					
						2019-05-03 19:51:56 +02:00 
						 
				 
			
				
					
						
							
							
								hobbyquaker 
							
						 
					 
					
						
						
							
						
						2f1ba6cf1f 
					 
					
						
						
							
							i18n-german  https://github.com/jwende/nodered-german/issues/4  
						
						
						
						
							
						
					 
					
						2019-05-03 19:47:30 +02:00 
						 
				 
			
				
					
						
							
							
								hobbyquaker 
							
						 
					 
					
						
						
							
						
						93674b4e29 
					 
					
						
						
							
							i18n-german  https://github.com/jwende/nodered-german/issues/3  
						
						
						
						
							
						
					 
					
						2019-05-03 19:22:50 +02:00 
						 
				 
			
				
					
						
							
							
								hobbyquaker 
							
						 
					 
					
						
						
							
						
						20851664e8 
					 
					
						
						
							
							i18n-german  https://github.com/jwende/nodered-german/issues/2  
						
						
						
						
							
						
					 
					
						2019-05-03 19:21:50 +02:00 
						 
				 
			
				
					
						
							
							
								hobbyquaker 
							
						 
					 
					
						
						
							
						
						38c87a056c 
					 
					
						
						
							
							i18n-german  https://github.com/jwende/nodered-german/issues/1  
						
						
						
						
							
						
					 
					
						2019-05-03 19:20:19 +02:00 
						 
				 
			
				
					
						
							
							
								Bernardo Belchior 
							
						 
					 
					
						
						
							
						
						12ff3abeda 
					 
					
						
						
							
							Remove unnecessary ternary  
						
						
						
						
							
						
					 
					
						2019-04-30 14:19:51 +01:00 
						 
				 
			
				
					
						
							
							
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						742bf85a89 
					 
					
						
						
							
							Bump all dependencies  
						
						... 
						
						
						
						Fixes  #2152  
					
						2019-04-29 08:42:37 +01:00 
						 
				 
			
				
					
						
							
							
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						c7587960fb 
					 
					
						
						
							
							Fix display of link node list within subflow  
						
						... 
						
						
						
						Fixes  #2140  
					
						2019-04-25 11:58:59 +01:00 
						 
				 
			
				
					
						
							
							
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						5c962aa899 
					 
					
						
						
							
							Merge pull request  #2138  from kazuhitoyokoi/master-fixdraggable  
						
						... 
						
						
						
						Fix node drag and drop animation 
						
						
							
						
					 
					
						2019-04-25 11:54:07 +01:00 
						 
				 
			
				
					
						
							
							
								Dave Conway-Jones 
							
						 
					 
					
						
						
							
						
						4588089bd6 
					 
					
						
						
							
							hide delay node reset label on deploy  
						
						... 
						
						
						
						to close  #2145  
						
						
							
						
					 
					
						2019-04-21 10:31:36 +01:00 
						 
				 
			
				
					
						
							
							
								Kazuhito Yokoi 
							
						 
					 
					
						
						
							
						
						44b75f0b92 
					 
					
						
						
							
							Adjust node animation speed  
						
						
						
						
							
						
					 
					
						2019-04-16 11:02:51 +09:00 
						 
				 
			
				
					
						
							
							
								Kazuhito Yokoi 
							
						 
					 
					
						
						
							
						
						162bd6a8c3 
					 
					
						
						
							
							Fix node drag and drop animation  
						
						
						
						
							
						
					 
					
						2019-04-16 09:47:08 +09:00 
						 
				 
			
				
					
						
							
							
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						ed2a45e975 
					 
					
						
						
							
							Bump for 0.20.5  
						
						
						
						
							
 
						
					 
					
						2019-04-05 13:46:25 +01:00 
						 
				 
			
				
					
						
							
							
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						0fa165c606 
					 
					
						
						
							
							Revert error handling in palette manager  
						
						
						
						
							
						
					 
					
						2019-04-05 13:45:06 +01:00 
						 
				 
			
				
					
						
							
							
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						fe63ab1242 
					 
					
						
						
							
							Bump packages to 0.20.4  
						
						
						
						
							
 
						
					 
					
						2019-04-05 10:21:11 +01:00