Ibrahim Al-Mahfooz 
							
						 
					 
					
						
						
							
						
						4d60447242 
					 
					
						
						
							
							Update 21-httprequest.js  
						
						... 
						
						
						
						Adding HTTP persistent definition and function 
						
						
					 
					
						2019-08-09 21:23:28 +03:00 
						 
				 
			
				
					
						
							
							
								Ibrahim Al-Mahfooz 
							
						 
					 
					
						
						
							
						
						78bee3dc59 
					 
					
						
						
							
							Update messages.json  
						
						... 
						
						
						
						Added the HTTP Persistent item 
						
						
					 
					
						2019-08-09 21:20:45 +03:00 
						 
				 
			
				
					
						
							
							
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						ffd10e656e 
					 
					
						
						
							
							Merge pull request  #2251  from kazuhitoyokoi/master-fixsplitnode  
						
						... 
						
						
						
						Fix escape character handling for separator in split node 
						
						
					 
					
						2019-08-06 16:00:58 +01:00 
						 
				 
			
				
					
						
							
							
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						59c1828078 
					 
					
						
						
							
							Merge pull request  #2253  from kazuhitoyokoi/master-removetooltip  
						
						... 
						
						
						
						Fix duplicated tooltips 
						
						
					 
					
						2019-08-06 16:00:40 +01:00 
						 
				 
			
				
					
						
							
							
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						6164271fe8 
					 
					
						
						
							
							Merge pull request  #2250  from kazuhitoyokoi/master-updatetranslation4delaynode  
						
						... 
						
						
						
						Add Japanese translation into delay node 
						
						
					 
					
						2019-08-06 16:00:01 +01:00 
						 
				 
			
				
					
						
							
							
								Kazuhito Yokoi 
							
						 
					 
					
						
						
							
						
						9d66ca4a49 
					 
					
						
						
							
							Fix duplicated tooltip  
						
						
						
						
					 
					
						2019-08-05 19:03:30 +09:00 
						 
				 
			
				
					
						
							
							
								Kazuhito Yokoi 
							
						 
					 
					
						
						
							
						
						3a6448f727 
					 
					
						
						
							
							Fix splitters in split node  
						
						
						
						
					 
					
						2019-08-02 13:56:37 +09:00 
						 
				 
			
				
					
						
							
							
								Kazuhito Yokoi 
							
						 
					 
					
						
						
							
						
						fe18df25ba 
					 
					
						
						
							
							Add Japanese translation to delay node  
						
						
						
						
					 
					
						2019-08-01 20:50:35 +09:00 
						 
				 
			
				
					
						
							
							
								Kazuhito Yokoi 
							
						 
					 
					
						
						
							
						
						0ad3eceb82 
					 
					
						
						
							
							Remove unused variables  
						
						
						
						
					 
					
						2019-07-31 16:06:30 +09:00 
						 
				 
			
				
					
						
							
							
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						aab0b0b4bf 
					 
					
						
						
							
							Bump for 0.20.7  
						
						
						
						
					 
					
						2019-07-05 11:12:26 +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 
						 
				 
			
				
					
						
							
							
								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 
							
						 
					 
					
						
						
							
						
						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 
							
						 
					 
					
						
						
							
						
						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 
						 
				 
			
				
					
						
							
							
								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 
							
						 
					 
					
						
						
							
						
						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 
							
						 
					 
					
						
						
							
						
						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 
						 
				 
			
				
					
						
							
							
								Dave Conway-Jones 
							
						 
					 
					
						
						
							
						
						4588089bd6 
					 
					
						
						
							
							hide delay node reset label on deploy  
						
						... 
						
						
						
						to close  #2145  
						
						
					 
					
						2019-04-21 10:31:36 +01:00 
						 
				 
			
				
					
						
							
							
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						ed2a45e975 
					 
					
						
						
							
							Bump for 0.20.5  
						
						
						
						
					 
					
						2019-04-05 13:46:25 +01:00 
						 
				 
			
				
					
						
							
							
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						fe63ab1242 
					 
					
						
						
							
							Bump packages to 0.20.4  
						
						
						
						
					 
					
						2019-04-05 10:21:11 +01:00 
						 
				 
			
				
					
						
							
							
								Dave Conway-Jones 
							
						 
					 
					
						
						
							
						
						71709cd662 
					 
					
						
						
							
							reduce udp out timeout to be less than default inject at start  
						
						... 
						
						
						
						to address Issue #2127  
						
						
					 
					
						2019-04-04 21:59:47 +01:00 
						 
				 
			
				
					
						
							
							
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						fab632da62 
					 
					
						
						
							
							Bump for 0.20.4  
						
						
						
						
					 
					
						2019-04-03 10:11:36 +01:00 
						 
				 
			
				
					
						
							
							
								Nathanaël Lécaudé 
							
						 
					 
					
						
						
							
						
						c1e3b0d971 
					 
					
						
						
							
							http request node: warn user if msg.requestTimeout == 0  
						
						
						
						
					 
					
						2019-04-02 15:00:25 -04:00 
						 
				 
			
				
					
						
							
							
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						7b15ba31ea 
					 
					
						
						
							
							Merge pull request  #2125  from kazuhitoyokoi/master-fixfilenode  
						
						... 
						
						
						
						Fix encoding menu in file node 
						
						
					 
					
						2019-04-02 16:50:14 +01:00 
						 
				 
			
				
					
						
							
							
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						f11d4ccd45 
					 
					
						
						
							
							Switch media-typer to content-type module  
						
						... 
						
						
						
						Fixes  #2122  #2123  
					
						2019-04-02 16:45:30 +01:00 
						 
				 
			
				
					
						
							
							
								Kazuhito Yokoi 
							
						 
					 
					
						
						
							
						
						0f57d1a433 
					 
					
						
						
							
							Fix encoding menu in file node  
						
						
						
						
					 
					
						2019-04-02 21:35:41 +09:00 
						 
				 
			
				
					
						
							
							
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						63829b6382 
					 
					
						
						
							
							Ensure mqtt message handlers are tidied up properly on partial deploy  
						
						
						
						
					 
					
						2019-03-29 10:30:40 +00:00 
						 
				 
			
				
					
						
							
							
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						8ac3899ddc 
					 
					
						
						
							
							Merge pull request  #2100  from node-red-hitachi/master-korean  
						
						... 
						
						
						
						Add Korean locales files for nodes 
						
						
					 
					
						2019-03-28 22:38:22 +00:00 
						 
				 
			
				
					
						
							
							
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						92bb9bb3c3 
					 
					
						
						
							
							Merge pull request  #2116  from aiot-maker/master  
						
						... 
						
						
						
						Add explanation to the help text on the new feature to build query st… 
						
						
					 
					
						2019-03-28 22:36:21 +00:00 
						 
				 
			
				
					
						
							
							
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						ea333c19f7 
					 
					
						
						
							
							Update package dependencies  
						
						
						
						
					 
					
						2019-03-28 14:46:16 +00:00 
						 
				 
			
				
					
						
							
							
								Andrei Ochmat 
							
						 
					 
					
						
						
							
						
						5d9fd6dc3b 
					 
					
						
						
							
							Add explanation to the help text on the new feature to build query string from msg.payload  
						
						
						
						
					 
					
						2019-03-27 15:45:28 -03:00