martiall
096b3534d8
Fix settings.js replacing webSocketVerifyClient by webSocketNodeVerifyClient ( #1343 )
2017-07-14 11:34:29 +01:00
Nick O'Leary
e55933706d
Merge branch 'nodeSettings' into 0.17
2017-03-09 20:00:54 +00:00
Dave Conway-Jones
84077505b0
add off option to logging settings comment
2017-03-02 23:12:40 +00:00
mblackstock
2bde07561f
UI to upload certificates and keys for TLS, and send them to node red in configuration properties to store them in credentials file
...
by default upload buttons will be shown unless a cert or key path is already set
added new settings flag called 'tlsDisableLocalFiles' to disable UI for local paths for cloud hosted NR
2017-02-28 12:21:34 -08:00
Nick O'Leary
8d34f87667
Add websocketVerifyClient option to enable custom websocket auth
...
Fixes #1127
2017-01-24 21:37:08 +00:00
Nick O'Leary
0a96259ddf
Update copyright header for JS Foundation
2017-01-11 15:24:33 +00:00
Nick O'Leary
0e362943bf
Add option to colourise debug console output
...
Closes #1103
2017-01-08 22:38:40 +00:00
Nick O'Leary
6efd048fd6
Rename insecureRedirect to requireHttps
2016-11-16 14:24:27 +00:00
Paul Slater
6e9e694f66
Add setting to cause insecure redirect ( #1054 )
...
* add support for editor insecure redirect setting
set insecureRedirect: true to cause the editor app to redirect insecure connections
* document insecureRedirect
* use req.originalUrl instead of req.url
url has the path removed, whereas originalUrl preserves the path - ie /red
2016-11-16 14:17:47 +00:00
Nick O'Leary
85b1c1fe97
Increase default apiMaxLength to 5mb and add to default settings
...
Closes #1001
2016-10-10 10:14:08 +01:00
Nick O'Leary
f22c3b549e
Merge branch '0.15.0'
2016-10-09 23:00:28 +01:00
Nick O'Leary
d29abc2724
Encrypt credentials by default
2016-09-23 10:38:30 +01:00
Dave Conway-Jones
6868ef044b
Allow http middleware to skip rawBodyParser
2016-08-28 12:02:34 +01:00
Nick O'Leary
0eba04aac0
Change example httpStatic to avoid node-red-dashboard clash
2016-06-19 20:25:31 +01:00
Dave Conway-Jones
af9aa74337
Add process.env.PORT to settings.js as we said we would
2016-04-18 09:12:12 +01:00
Dave Conway-Jones
2ba146b9ff
Add timeout to httprequest node
...
and override 2 min default in settings.js.
to Close #801
2016-02-15 09:45:58 +00:00
Dave Conway-Jones
882b7d0391
change settings.js example to octalbonescript
2016-01-16 13:58:24 +00:00
Nick O'Leary
1054193298
Update example httpNodeAuth setting to be bcrypt
2015-12-13 21:27:57 +00:00
Nick O'Leary
5d334e9619
Clarify auth settings in default settings.js
2015-12-10 13:20:58 +00:00
Nick O'Leary
34537180c3
Fix basic authentication on httpNode/Admin/Static
2015-11-10 15:44:48 +00:00
Dave Conway-Jones
90bfe378d0
Add mobile category to palette order
2015-09-16 22:35:17 +01:00
dceejay
6ccb05cb2c
http-request node - relax proxy regex check to let userid:password through
2015-05-21 17:45:11 +01:00
dceejay
38ab1550d2
change http request to use http_proxy environment rather than do it ourselves
2015-05-19 10:00:06 +01:00
Nick O'Leary
d28a6eaf9d
Add httpNodeMiddleware option
...
Closes #631
Enables custom middleware to be inserted in front of all HTTP In
nodes.
2015-05-13 21:25:37 +01:00
dceejay
17f3366556
Adds proxy support to http node - via settings.js
2015-05-13 13:54:47 +01:00
dceejay
5234fda266
Tidy up arduino node slightly and update settings example to work nicer
...
with JohnnyFive
2015-03-16 17:07:17 +00:00
dceejay
3967e23828
change settings to replace commented out arduino library
...
with johnny-five to match example in docs to make life easier.
2015-03-11 17:49:06 +00:00
dceejay
54b0debb3b
Re-order palette categories, move subflows to top of list.
2015-02-25 10:10:10 +00:00
Nick O'Leary
86c8a5de81
Allow palette categories to be predefined
2015-02-06 13:16:19 +00:00
Nick O'Leary
0aaea1ec40
Update logging/metric system
2015-02-03 22:02:26 +00:00
hbeeken
b052324d36
Adding logging & metric recording configuration via settings
2015-02-03 19:12:09 +00:00
Nick O'Leary
56ef982345
Revert settings.js
2015-01-18 21:24:19 +00:00
Nick O'Leary
c97ab18e62
Add Flow spec
2015-01-15 17:12:50 +00:00
Nick O'Leary
4249cf5d69
Fix debugMaxLength description
...
Closes #484
2014-11-09 20:55:13 +00:00
Nick O'Leary
5fd1ff5137
Add hint on requiring fs module in settings.js
2014-10-22 21:44:01 +01:00
Nick O'Leary
55c830b812
Add disableEditor option
...
Closes #409
2014-09-22 14:34:17 +01:00
Nick O'Leary
44ec551ed9
Tweak example settings for functionGlobalContext
...
Make it more obvious there should be a single hash, not multiple
2014-08-29 09:35:14 +01:00
Nick O'Leary
749eaa2181
Add flowFilePretty option
2014-06-07 22:33:29 +01:00
Nick O'Leary
6b278fdceb
Add httpNodeCors setting
...
Adds a dependency on the 'cors' npm module
2014-02-17 22:32:53 +00:00
Nick O'Leary
7c24d4d760
Separate out httpAdmin and httpNode
2014-02-16 00:39:30 +00:00
Dave C-J
2ba5e0fe3e
Add socketTimeout to settings.js for TCP server sockets
...
Fixes #125
adds an optional socketTimeout param to settings.js file to add a TCP server
socket timeout. Default is no timeout.
2013-12-24 13:12:17 +00:00
Nicholas O'Leary
3a52397744
Add nodesDir property to all nodes files to exist elsewhere
2013-11-13 17:02:29 +00:00
Nicholas O'Leary
e4353a22bc
Add some more comments to settings.js
2013-11-13 15:42:38 +00:00
Nicholas O'Leary
1536dcdf1e
Add httpStatic setting
2013-11-11 21:16:57 +00:00
Nicholas O'Leary
89dc15567d
Remove stray setting from testing
2013-11-10 15:15:37 +00:00
Nicholas O'Leary
95bef6b6ca
Abstract all file-system operations
...
Stage 1 of #62
2013-11-10 00:05:58 +00:00
Nicholas O'Leary
a2e77471a9
Add settings.uiHost - to allow binding to a specific interface
...
Closes #58
2013-11-08 14:50:54 +00:00
Nicholas O'Leary
f93f599e51
Fix camel case of flowFile in settings.js
2013-10-05 21:21:51 +01:00
Nicholas O'Leary
b5d48ca63a
Missing comma in settings.js
2013-10-04 21:29:34 +01:00
Nicholas O'Leary
ef0e5b98c2
Allow flows file to be set in settings
2013-10-04 17:28:15 +01:00