Nick O'Leary
192c423153
Update some icons
2014-06-04 22:29:09 +01:00
Nick O'Leary
9b41a4e051
Remove deprecated use of RED.app
2014-02-23 21:06:29 +00:00
Dave C-J
3d78a93958
update mysql node to use RED.httpAdmin
2014-02-23 18:32:49 +00:00
Nick O'Leary
e5af41ba2b
Merge pull request #17 from krisdaniels/master
...
Added Postgres Node
2014-02-08 14:48:44 +00:00
Wolfgang Nagele
efb9fbb92b
Move AWS credentials to DDB node
2014-02-02 21:52:08 +11:00
Wolfgang Nagele
4e20f70bfd
Leave region selection open so new regions are quicker to use.
2013-12-22 08:48:02 +01:00
Wolfgang Nagele
3a2b8df881
Make AWS credentials reusable
2013-12-21 19:02:56 +01:00
Wolfgang Nagele
243fc9ffd4
Setting defaults with credentials fields persists them in the flows file. Fixed.
2013-12-21 18:44:50 +01:00
Kris Daniels
e72ced85e6
fixed bug with outputs not being set correctly after initial load
2013-12-21 16:55:44 +01:00
Kris Daniels
497f08bba9
moved credtials from config to credential store
2013-12-21 11:01:19 +01:00
Kris Daniels
43c6bdb95a
removed script editor from node config
...
added support for script in msg.payload
added support for query parameters in msg.queryParameters
2013-12-21 09:23:46 +01:00
Kris Daniels
4b75bfda5f
removed template remarks and adjusted name
2013-12-20 10:33:06 +01:00
Kris Daniels
f8a303a79a
adjusted file names
2013-12-20 10:29:01 +01:00
Kris Daniels
a226319885
added examples to node documentation
2013-12-20 10:18:22 +01:00
Kris Daniels
fe109f15d8
added postgres node
2013-12-20 10:00:35 +01:00
Wolfgang Nagele
17a040adfe
Support external credentials
...
Add base node with credentials
2013-12-19 13:07:40 +11:00
Wolfgang Nagele
8a8b9bf7d8
Implementation for Amazon DynamoDB
2013-12-09 21:45:15 +11:00
Nicholas O'Leary
34b3c635f3
Lazily connect mysql node
...
If there is a mysqldatabase config node, but no actual users of it,
we don't need to connect to the database.
2013-11-22 20:49:31 +00:00
Nicholas O'Leary
39b849ded8
Move Mysql node credentials to credentials file
...
We must not store passwords in the regular flows file as this gets exchanged with the browser regularly and would leave things vulnerable.
The credentials mechanism is there to all a write-once-don't-need-to-read approach that allows the runtime access to the credentials without exposing them to the browser.
2013-11-22 20:34:57 +00:00
Dave C-J
39da31eaaa
Added proper database reconnects... and more error handling, that should help address Issue #87 in main node-red Issue list.
2013-11-22 10:24:08 +00:00
Dave C-J
793fd3c7fd
Added list of Nodes to he ReadME so people can see what's there without digging... Bunch of cleanups to node-red-nodes... mainly just removing tabs -> spaces and stuff. No code changes...
2013-11-10 17:01:19 +00:00
Dave C-J
5e67f41114
Add rawserial, mpd, mysql and swearfilter nodes.
2013-11-03 21:29:20 +00:00
Nicholas O'Leary
6f7487f393
Use process.env.NODE_RED_HOME to locate modules
2013-10-30 21:34:54 +00:00
Nicholas O'Leary
6a0d248f5a
Move nodes over from main repo
2013-10-30 20:38:41 +00:00