Commit Graph

60 Commits

Author SHA1 Message Date
Nick O'Leary b7a1193d32 Update mysql to use credentials system
Fixes #86
2015-01-19 09:46:29 +00:00
Dave C-J bad0142f61 Correct timezone param in mysql node 2014-12-12 23:16:40 +00:00
Dave C-J dac2c7e778 Update MySQL node - fa icons, add timezone, make npm installable 2014-07-04 17:26:20 +01:00
Dave C-J ebf950d818 Update node-red-nodes sample, analysis, storage and time nodes to use strict and pass jshint scan 2014-06-28 23:37:19 +01:00
Dave C-J 3d78a93958 update mysql node to use RED.httpAdmin 2014-02-23 18:32:49 +00: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