Nick O'Leary 
							
						 
					 
					
						
						
							
						
						b3c84242dc 
					 
					
						
						
							
							Bump version for 2.1.0-beta.1  
						
						
						
						
					 
					
						2021-09-27 17:50:09 +01:00 
						 
				 
			
				
					
						
							
							
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						e3853ae402 
					 
					
						
						
							
							Improve error reporting with oauth login strategies  
						
						
						
						
					 
					
						2021-09-20 11:48:51 +01:00 
						 
				 
			
				
					
						
							
							
								Casey Wilkes 
							
						 
					 
					
						
						
							
						
						a3d2f6592e 
					 
					
						
						
							
							Add support for colouring tab icon in settings.js  
						
						... 
						
						
						
						```
editorTheme: {
    page: {
       tabicon: {
           icon: "full/path/of/tabicon.svg",
           colour: "#008f00"
    }
}
```
The old way still works also (but doesn't allow the tabicon to
be coloured:
```
editorTheme: {
    page: {
       tabicon: "full/path/of/tabicon.svg"
    }
}
``` 
						
						
					 
					
						2021-09-10 13:10:01 +12:00 
						 
				 
			
				
					
						
							
							
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						3b460fb8fa 
					 
					
						
						
							
							Bump for 2.0.6  
						
						
						
						
					 
					
						2021-09-02 09:00:54 +01:00 
						 
				 
			
				
					
						
							
							
								Dominik Schmidt 
							
						 
					 
					
						
						
							
						
						630d2ca926 
					 
					
						
						
							
							Give passport verfiy callback wrapper the same arity as the original callback passed in via options  
						
						
						
						
					 
					
						2021-08-23 15:57:44 +02:00 
						 
				 
			
				
					
						
							
							
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						f1e7ec0c6b 
					 
					
						
						
							
							Bump for 2.0.5  
						
						
						
						
					 
					
						2021-07-30 13:28:52 +01:00 
						 
				 
			
				
					
						
							
							
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						ee9234b2c6 
					 
					
						
						
							
							Bump for 2.0.4  
						
						
						
						
					 
					
						2021-07-26 17:09:26 +01:00 
						 
				 
			
				
					
						
							
							
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						142176f194 
					 
					
						
						
							
							Bump for 2.0.3  
						
						
						
						
					 
					
						2021-07-23 14:38:43 +01:00 
						 
				 
			
				
					
						
							
							
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						269669ba28 
					 
					
						
						
							
							Bump for 2.0.2  
						
						
						
						
					 
					
						2021-07-22 11:17:48 +01:00 
						 
				 
			
				
					
						
							
							
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						c9597b9447 
					 
					
						
						
							
							Bump for 2.0.1  
						
						
						
						
					 
					
						2021-07-20 14:44:47 +01:00 
						 
				 
			
				
					
						
							
							
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						5ba0588c7b 
					 
					
						
						
							
							Merge branch 'master' into dev  
						
						
						
						
					 
					
						2021-07-16 08:53:35 +01:00 
						 
				 
			
				
					
						
							
							
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						e16ab2a0fd 
					 
					
						
						
							
							Bump for 2.0.0  
						
						
						
						
					 
					
						2021-07-13 11:51:23 +01:00 
						 
				 
			
				
					
						
							
							
								Mauricio Bonani 
							
						 
					 
					
						
						
							
						
						94ee739d91 
					 
					
						
						
							
							Fix scriptFiles  
						
						
						
						
					 
					
						2021-07-07 09:12:58 -04:00 
						 
				 
			
				
					
						
							
							
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						f8d8d4b186 
					 
					
						
						
							
							Update dependencies  
						
						
						
						
					 
					
						2021-06-29 16:19:28 +01:00 
						 
				 
			
				
					
						
							
							
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						b516ab9b4f 
					 
					
						
						
							
							Batch messages sent over comms to prevent flooding  
						
						
						
						
					 
					
						2021-06-16 11:45:02 +01:00 
						 
				 
			
				
					
						
							
							
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						68a5325849 
					 
					
						
						
							
							Bump version to 2.0.0-beta.2  
						
						
						
						
					 
					
						2021-06-16 11:44:14 +01:00 
						 
				 
			
				
					
						
							
							
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						a9b252b8fa 
					 
					
						
						
							
							Ensure httpServerOptions gets applied to ALL the express apps  
						
						... 
						
						
						
						This is silly. Turns out setting options at a top level app
does not percolate down to sub apps (and vice versa). You
have to apply the options to ALL express apps. 
						
						
					 
					
						2021-06-08 21:17:42 +01:00 
						 
				 
			
				
					
						
							
							
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						e042ef05a4 
					 
					
						
						
							
							Update dependencies  
						
						
						
						
					 
					
						2021-06-02 16:24:12 +01:00 
						 
				 
			
				
					
						
							
							
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						7c02e4d66a 
					 
					
						
						
							
							Merge branch 'master' into dev  
						
						
						
						
					 
					
						2021-06-02 15:40:56 +01:00 
						 
				 
			
				
					
						
							
							
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						3e6a55f78e 
					 
					
						
						
							
							Update to latest 6.x ws module  
						
						
						
						
					 
					
						2021-06-02 11:58:51 +01:00 
						 
				 
			
				
					
						
							
							
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						a9164e63ab 
					 
					
						
						
							
							Merge branch 'dev' into pr_2971  
						
						
						
						
					 
					
						2021-05-18 16:30:13 +01:00 
						 
				 
			
				
					
						
							
							
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						4f77bbeb2b 
					 
					
						
						
							
							Update for 1.3.5  
						
						
						
						
					 
					
						2021-05-18 11:52:49 +01:00 
						 
				 
			
				
					
						
							
							
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						5dbaaae68e 
					 
					
						
						
							
							Merge branch 'master' into dev  
						
						
						
						
					 
					
						2021-05-12 16:00:36 +01:00 
						 
				 
			
				
					
						
							
							
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						d8d384a979 
					 
					
						
						
							
							Fix plugin loading when browser sends unrecognised lang  
						
						
						
						
					 
					
						2021-05-11 16:42:00 +01:00 
						 
				 
			
				
					
						
							
							
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						71ba73b38f 
					 
					
						
						
							
							Merge branch 'master' into dev  
						
						
						
						
					 
					
						2021-05-04 11:19:05 +01:00 
						 
				 
			
				
					
						
							
							
								Steve-Mcl 
							
						 
					 
					
						
						
							
						
						69dafd6c68 
					 
					
						
						
							
							add codeEditor settings  
						
						
						
						
					 
					
						2021-04-29 16:53:59 +01:00 
						 
				 
			
				
					
						
							
							
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						1af21735a9 
					 
					
						
						
							
							Fix theme handling when no editorTheme.page setting  
						
						
						
						
					 
					
						2021-04-29 15:32:26 +01:00 
						 
				 
			
				
					
						
							
							
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						b0e349b215 
					 
					
						
						
							
							Update for 1.3.4  
						
						
						
						
					 
					
						2021-04-29 11:22:22 +01:00 
						 
				 
			
				
					
						
							
							
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						cd3aba2b89 
					 
					
						
						
							
							Allow nodes to access resolved theme files  
						
						... 
						
						
						
						Fixes  #2968  
					
						2021-04-29 10:17:07 +01:00 
						 
				 
			
				
					
						
							
							
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						0e06da6c63 
					 
					
						
						
							
							Update for 1.3.3  
						
						
						
						
					 
					
						2021-04-20 11:06:23 +01:00 
						 
				 
			
				
					
						
							
							
								Dave Conway-Jones 
							
						 
					 
					
						
						
							
						
						e0c7269b8e 
					 
					
						
						
							
							bump other refs to bcrypt up to 5.0.1  
						
						
						
						
					 
					
						2021-04-19 13:21:12 +01:00 
						 
				 
			
				
					
						
							
							
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						b0955705be 
					 
					
						
						
							
							Update to 1.3.2  
						
						
						
						
					 
					
						2021-04-13 13:34:16 +01:00 
						 
				 
			
				
					
						
							
							
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						13406e76de 
					 
					
						
						
							
							Ensure theme login image is passed through to api response  
						
						... 
						
						
						
						Fixes  #2929  
					
						2021-04-12 10:06:35 +01:00 
						 
				 
			
				
					
						
							
							
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						cb1a178fbf 
					 
					
						
						
							
							Set 2.0.0-beta.1 version  
						
						
						
						
					 
					
						2021-04-09 10:35:19 +01:00 
						 
				 
			
				
					
						
							
							
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						749533b0b4 
					 
					
						
						
							
							Bump for 1.3.1  
						
						
						
						
					 
					
						2021-04-08 16:23:22 +01:00 
						 
				 
			
				
					
						
							
							
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						449d76a6c7 
					 
					
						
						
							
							Update version for 1.3.0  
						
						
						
						
					 
					
						2021-04-06 18:31:49 +01:00 
						 
				 
			
				
					
						
							
							
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						ff93a38354 
					 
					
						
						
							
							Update dependencies  
						
						
						
						
					 
					
						2021-04-06 18:31:02 +01:00 
						 
				 
			
				
					
						
							
							
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						8543613563 
					 
					
						
						
							
							Allow module to provide resources and automatically expose them  
						
						
						
						
					 
					
						2021-03-15 21:06:10 +00:00 
						 
				 
			
				
					
						
							
							
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						0dc4440a99 
					 
					
						
						
							
							Merge branch 'master' into dev  
						
						
						
						
					 
					
						2021-02-25 17:56:01 +00:00 
						 
				 
			
				
					
						
							
							
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						46bc331428 
					 
					
						
						
							
							Merge pull request  #2843  from node-red/theme-keymap  
						
						... 
						
						
						
						Allow default keymap to be overridden in settings file 
						
						
					 
					
						2021-02-25 16:05:51 +00:00 
						 
				 
			
				
					
						
							
							
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						3f9a29730f 
					 
					
						
						
							
							Add partial implementation of adding library sources via editor  
						
						... 
						
						
						
						This adds lots of commented out code that provides a settings panel
to add new library sources. It is incomplete as it doesn't actually
add/update the library sources on the runtime.
For 1.3, I'm focussing on allowing additional sources get added
via the settings file only. I've done enough work on the editor
side to convince myself more work is needed than I can justify
at this time on what is otherwise not going to be a widely
used feature. 
						
						
					 
					
						2021-02-18 11:58:23 +00:00 
						 
				 
			
				
					
						
							
							
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						fad8dcd304 
					 
					
						
						
							
							Bump for 1.2.9  
						
						
						
						
					 
					
						2021-02-03 18:04:37 +00:00 
						 
				 
			
				
					
						
							
							
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						735de2908a 
					 
					
						
						
							
							Handle more valid language codes when validating lang params  
						
						... 
						
						
						
						Fixes  #2856  
					
						2021-02-03 15:43:26 +00:00 
						 
				 
			
				
					
						
							
							
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						23f0cd3a26 
					 
					
						
						
							
							Bump for 1.2.8  
						
						
						
						
					 
					
						2021-02-02 13:11:33 +00:00 
						 
				 
			
				
					
						
							
							
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						61690ecf4a 
					 
					
						
						
							
							Allow default keymap to be overridden in settings file  
						
						
						
						
					 
					
						2021-01-28 16:42:16 +00:00 
						 
				 
			
				
					
						
							
							
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						3a0074d96e 
					 
					
						
						
							
							Merge branch 'master' into dev  
						
						
						
						
					 
					
						2021-01-27 23:28:19 +00:00 
						 
				 
			
				
					
						
							
							
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						9b5ed8407f 
					 
					
						
						
							
							Broaden lang verification to include *  
						
						
						
						
					 
					
						2021-01-27 22:06:12 +00:00 
						 
				 
			
				
					
						
							
							
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						1f6328bf4e 
					 
					
						
						
							
							Add initial support for ThemePlugins  
						
						
						
						
					 
					
						2021-01-26 13:49:47 +00:00 
						 
				 
			
				
					
						
							
							
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						a0f736bb88 
					 
					
						
						
							
							Validate user-provided language parameter before passing to i18n  
						
						
						
						
					 
					
						2021-01-25 17:06:27 +00:00 
						 
				 
			
				
					
						
							
							
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						a006b52052 
					 
					
						
						
							
							Initial plugin runtime api implementation  
						
						
						
						
					 
					
						2021-01-18 16:25:40 +00:00