Commit Graph

285 Commits

Author SHA1 Message Date
hdoukas 81f59a853d fixed credentials to never show up in the flow
removed credentials from the defaults section in pusher.html, added
oneditprepare to read them back from credentials.json when edited
2014-05-24 14:31:02 +02:00
hdoukas f831f0f502 lower case node name and pusher in fixes
fixed lower case node name and replace input node to ‘pusher in’
2014-05-19 11:08:15 +02:00
hdoukas 863ff7f18b merged html and js
merged into a single html and single js file
fixed copyright typo
added credentials proper handling
2014-05-18 23:10:00 +02:00
Dave C-J f9ff63c346 updates to mpd node 2014-05-17 21:06:58 +01:00
hdoukas 3056b40ce9 added pusher node
Added nodes for pushing events to Pusher service and subscribing to
notifications from channels/events
2014-05-16 18:13:02 +02:00
Dave C-J 3a4f870257 make Prowl consistent with Pushbullet 2014-04-27 16:39:09 +01:00
Dave C-J 2c80c90f84 Remove unnecessary console logging from Pushbullet node.
(now underlying npm has been updated... multiple nodes now work ok)
2014-04-24 18:37:11 +01:00
Dave C-J 5b28f06510 Pushbullet changes to make it more obvious what it is now doing...
(and fix a couple of things it wasn't)
2014-04-24 10:04:29 +01:00
Dave C-J 4be0e05c2a Add credentials capability to PushBullet node 2014-04-23 21:06:36 +01:00
Dave C-J 525b0aa7ac Add Notify My Android Node - with credentials support 2014-04-20 18:01:38 +01:00
Dave C-J 5962c0fe5b add pushover icon 2014-04-20 18:01:14 +01:00
Dave C-J e23be73090 Add Pushover Node - with credentials support. 2014-04-20 18:00:43 +01:00
Nick O'Leary a0e00b9fab Twilio node - allow credentials to be provided in node 2014-04-09 11:23:46 +01:00
Dave C-J 5782a4ee85 Update notify node to pick up renamed node-red icon image 2014-03-31 14:28:17 +01:00
Dave C-J c63583ae81 Tidy up pushbullet and prowl nodes. more error handling. 2014-03-02 18:19:25 +00:00
Dave C-J 4a53c20792 Update pushbullet to use latest 0.4 npm and allow iden as well as id 2014-02-14 20:41:54 +00:00
Dave C-J f64358262a Updates to Twilio Node
Fixes #28
Make edit panel work, and then fix it so the things edited do what they say.
Slight tweak to shrink icon to similar size as others.
2014-02-09 11:55:01 +00:00
Dave C-J b1b230eb37 Forced payload to be strings for Prowl node
Fixes #26
2014-02-08 13:31:00 +00:00
Dave C-J b1f9a3ce5e Tweak mpd missing message so it's only a warning not an error. 2014-02-05 18:38:00 +00:00
Dave C-J 2dbd93d63d Slightly more elegant mpd fix. 2014-01-23 08:41:51 +00:00
Dave C-J ea74eebff2 Check mpd really is listening on port 6600 before allowing nodes to exist.
Otherwise komponist fails badly.
2014-01-23 00:19:40 +00:00
Nick O'Leary c6130a67da Nodes must not require(settings) themselves (again) 2014-01-13 11:01:04 +00:00
Nick O'Leary 97dbe8da0c Nodes must not require(settings) themselves
They should access settings via RED.settings
2014-01-13 10:59:12 +00:00
MrMobberley 68d5e3a0ec Snap Chat Node
Version 1!
2013-12-15 19:11:46 +00:00
Dave C-J f8d57e672a Add check for mpd executable
Fixes Specific Issue #114
2013-12-12 20:49:25 +00:00
Dave C-J ea398f9e66 Added INFO abour settings for xmpp. (Apologies for missing in first place...).
NOTE:... there is still a bug in the underlying simple-xmpp npm.. see
https://github.com/simple-xmpp/node-simple-xmpp/issues/12
for both the probem and the fix (not yet pulled).
2013-11-15 21:28:18 +00:00
Nick O'Leary 336ad7893d Merge pull request #8 from thiseldo/master
twilio node first commit
2013-11-13 14:38:56 -08:00
Nicholas O'Leary 3f2433ee7f PushBullet should not load settings file directly 2013-11-13 22:24:02 +00:00
Andrew Lindsay 20aa487068 Updated way main RED settings loaded 2013-11-13 22:23:26 +00:00
Andrew Lindsay 8b29841f97 twilio node first commit 2013-11-13 21:27:35 +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 28e82c1351 remove excess console.log from mpd music node 2013-11-04 20:35:49 +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