1
0
mirror of https://github.com/node-red/node-red-nodes.git synced 2023-10-10 13:36:58 +02:00

Commit Graph

  • cdec6f842d Add npms for various hardware nodes, Blink1, DigiRGB, LEDBorg, PiFace Dave C-J 2014-07-08 22:57:42 +0100
  • dc722f9ae0 Add MakeyMakey node and npm Dave C-J 2014-07-08 22:56:58 +0100
  • 34b81c3c18 Move Heatmiser nodes into a single directory Dave C-J 2014-07-08 22:56:30 +0100
  • c58ed99115 Update swearfilter and wordpos as npms Dave C-J 2014-07-06 21:29:30 +0100
  • 647fe4f5d8 Add xmpp, suncalc and leveldb as npms... Dave C-J 2014-07-06 20:58:52 +0100
  • dac2c7e778 Update MySQL node - fa icons, add timezone, make npm installable Dave C-J 2014-07-04 17:26:20 +0100
  • 43de38453e Tweak Pibrella package.json (mis-spelt) Dave C-J 2014-07-04 17:25:47 +0100
  • 10f40b0161 Add Pibrella npm Dave C-J 2014-07-04 16:12:19 +0100
  • 7ef1759621 Add sqlite node to node-red-nodes (and npm) Dave C-J 2014-07-04 16:12:00 +0100
  • cbaecd402a correct Blinkstick package.json Dave C-J 2014-07-04 16:11:34 +0100
  • 96c3ba0282 Tweak blinkstick readme Dave C-J 2014-07-04 15:07:26 +0100
  • 78d758bf85 Start moving nodes for npm install-ability (split Blink nodes. and try blinkstick) Dave C-J 2014-07-04 14:51:55 +0100
  • 999874f2b5 jsHint passing versions of BBB, scanBLE and wemo nodes. Also fixe and in vs out issue on wemo... no way it could have been working previously.. Dave C-J 2014-06-30 23:41:38 +0100
  • c14364d752 Make Piface work with "strict" Dave C-J 2014-06-29 17:49:38 +0100
  • ebf950d818 Update node-red-nodes sample, analysis, storage and time nodes to use strict and pass jshint scan Dave C-J 2014-06-28 23:37:19 +0100
  • 43dfded402 Update node-red-nodes social nodes to use strict and pass jshint scan Dave C-J 2014-06-28 23:36:36 +0100
  • 052a7d587d Update node-red-nodes io nodes to use strict and pass jshint scan Dave C-J 2014-06-28 23:35:33 +0100
  • 9e0585a721 Update node-red-nodes hardware nodes to use strict and pass jshint scan Dave C-J 2014-06-28 23:35:21 +0100
  • 62956b0bb8 Update node-red-nodes social nodes to use strict and pass jshint scan Dave C-J 2014-06-28 23:34:59 +0100
  • a8354eb753 Merge 2eed566e4b into 9b487098ae Ben Hardill 2014-06-20 10:05:45 +0000
  • 2eed566e4b Added permisions section to readme.md Ben Hardill 2014-06-20 11:04:16 +0100
  • 876284cb7c Added Griffin PowerMate node Ben Hardill 2014-06-20 09:58:41 +0100
  • 42ad8920cb Merge remote-tracking branch 'upstream/master' Ben Hardill 2014-06-19 23:52:40 +0100
  • f92fc39a9f Whitespace Nicholas Humfrey 2014-06-12 15:34:32 +0100
  • 5762eaec1a Added OSC input node Nicholas Humfrey 2014-06-12 15:34:24 +0100
  • 801717039e Removed the 'close' message handler as it doesn't do anything Nicholas Humfrey 2014-06-12 15:31:02 +0100
  • 56d7099584 Created a basic OSC output node Nicholas Humfrey 2014-06-12 14:57:04 +0100
  • 9b487098ae Tidy up rawserial node logging 0.8.0 Dave C-J 2014-06-10 22:28:06 +0100
  • 94d19b2a41 Update rawserial (roughly) in line with main serial node. (Now has binary and timout modes) Dave C-J 2014-06-09 08:12:34 +0100
  • d624780714 Added rfx-remotes & rfx-sensors nodes Cleaned up rfx-lights oneditprepare() a bit Added LIGHTING6 handling Started using protocol map transmitters instead of magic exports, i.e. new rfxcom.lighting2.transmitter(rfxcomObject, subtype) instead of new rfxcom.Lighting2(rfxcomObject, subtype) Maxwell Hadley 2014-06-07 23:37:13 +0100
  • c1357545ca Merge branch 'master' of https://github.com/node-red/node-red-nodes Dave C-J 2014-06-07 08:32:13 +0100
  • 959b5401bb resize a couple of icons Dave C-J 2014-06-07 08:31:34 +0100
  • 192c423153 Update some icons Nick O'Leary 2014-06-04 22:29:09 +0100
  • be810be2e2 tweak node.status to be consistent with latest thinking stomp, xmpp and suncalc. Dave C-J 2014-05-31 20:08:15 +0100
  • 99622d0024 Fixed bug in rfx-lights 'close' event handler preventing node edits from being saved correctly Maxwell Hadley 2014-05-30 22:27:31 +0100
  • 24b45f20e2 Added option to set device address within the rfx-lights node, for all messages received Maxwell Hadley 2014-05-30 07:35:44 +0100
  • f2dd4ae062 tidy up logging on Stomp node Dave C-J 2014-05-29 18:32:20 +0100
  • 3691bc6294 XMPP node - now with credentials. And multiple connections and clean disconnects. Dave C-J 2014-05-29 18:31:36 +0100
  • 787e83ae3d Removed rfxtrx-tx node Added copyright headers Extensive variable renaming to improve clarity, added comments Added node help Better error reporting & exception catching Maxwell Hadley 2014-05-27 22:53:17 +0100
  • ecf5834589 Added rfx-lights node Deprecated rfxtrx-tx node Started refactoring to support families of different transmitter node types Maxwell Hadley 2014-05-26 21:05:27 +0100
  • ae22efb270 Updates to Stomp to enable auto reconnect, and node.status indicators Dave C-J 2014-05-26 10:07:20 +0100
  • a320ddce23 Further tweaks to Pusher node - now sends objects ok, and can receive what it sends... Also slight rearrange of edit UI to make more like other nodes. Dave C-J 2014-05-24 18:29:27 +0100
  • fe0222d498 Quick tidy up of pusher node - remove final key from flow, fix in/out order on palette. Dave C-J 2014-05-24 16:38:35 +0100
  • 6d7ecea8cd Merge branch 'master' of https://github.com/node-red/node-red-nodes Dave C-J 2014-05-24 16:33:30 +0100
  • d503c12792 Merge pull request #56 from hdoukas/master Dave Conway-Jones 2014-05-24 16:32:23 +0100
  • 81f59a853d fixed credentials to never show up in the flow hdoukas 2014-05-24 14:31:02 +0200
  • 308d6cb873 New Stomp node Dave C-J 2014-05-19 21:07:20 +0100
  • f831f0f502 lower case node name and pusher in fixes hdoukas 2014-05-19 11:08:15 +0200
  • 863ff7f18b merged html and js hdoukas 2014-05-18 23:10:00 +0200
  • f9ff63c346 updates to mpd node Dave C-J 2014-05-17 21:06:58 +0100
  • 9adc2b2687 add some status to suncalc (to see how it looks) Dave C-J 2014-05-17 18:32:13 +0100
  • 191f4412f6 can't spell yellow ... Dave C-J 2014-05-17 18:30:21 +0100
  • 3056b40ce9 added pusher node hdoukas 2014-05-16 18:13:02 +0200
  • f1d48bb171 A first go at an RFX transmit node (mainly for lighting so far) Maxwell Hadley 2014-05-14 22:34:33 +0100
  • 2b89241331 Tidied up Pi Peripheral nodes - should now work alongside base GPIO node Dave C-J 2014-05-06 21:00:09 +0100
  • 4004430bcc Merge 5ea2a9fa22 into 3a4f870257 Ben Hardill 2014-04-28 15:58:08 +0000
  • 5ea2a9fa22 Forgot to update the sidebar doc to remove the mention of the xmppkeys file Ben Hardill 2014-04-28 16:57:47 +0100
  • eddf21af74 Updated xmpp node to use config node instead of additional creds file. Ben Hardill 2014-04-28 16:49:48 +0100
  • 3a4f870257 make Prowl consistent with Pushbullet Dave C-J 2014-04-27 16:39:09 +0100
  • 2f83f71ace basics of moving XMPP node to using config node rather than creds file Ben Hardill 2014-04-25 15:55:48 +0100
  • 2c80c90f84 Remove unnecessary console logging from Pushbullet node. (now underlying npm has been updated... multiple nodes now work ok) Dave C-J 2014-04-24 18:37:11 +0100
  • 5b28f06510 Pushbullet changes to make it more obvious what it is now doing... (and fix a couple of things it wasn't) Dave C-J 2014-04-24 10:04:29 +0100
  • 4be0e05c2a Add credentials capability to PushBullet node Dave C-J 2014-04-23 21:06:36 +0100
  • 0e98ff1fe7 Add Kickass Torrent Search Node Require my own library node-kickass-json Antoine Aflalo 2014-04-21 12:20:07 +0300
  • 5cc5a425b3 Merge edf1323e85 into a32e87ff96 Antoine Aflalo 2014-04-21 09:14:07 +0000
  • edf1323e85 Using node-kickass-json instead of node-kickass The major difference is the use of the JSON API of Kickass instead of parsing the XML file of the search. Antoine Aflalo 2014-04-21 12:01:48 +0300
  • 3c393c472c Add Notify My Android Node - with credentials support Dave C-J 2014-04-20 18:01:38 +0100
  • 7fd0cd50d7 add pushover icon Dave C-J 2014-04-20 18:01:14 +0100
  • bd818d6732 Add Pushover Node - with credentials support. Dave C-J 2014-04-20 18:00:43 +0100
  • 14663e33bb Disable unuseful menu option for Pibrella and Piface nodes Dave C-J 2014-04-20 17:58:04 +0100
  • 70cdf47e64 tweak sample nodes to be consistent with ones in main repo Dave C-J 2014-04-15 15:22:06 +0100
  • 18cc7988b6 [DEL] Remove error Antoine Aflalo 2014-04-21 00:36:25 +0300
  • 21ef4218c0 [FIX] Call wrong error handeling Antoine Aflalo 2014-04-21 00:25:49 +0300
  • ce7b5db629 Creation of a Kickass Torrent Node That will query the kickass torrent database and return the torrent with the wanted criterias. Depends on: node-kickass Antoine Aflalo 2014-04-20 20:43:28 +0300
  • df2712c62a Merge d4debc330d into a32e87ff96 Antoine Aflalo 2014-04-20 17:04:17 +0000
  • a32e87ff96 Merge branch 'master' of https://github.com/node-red/node-red-nodes Dave C-J 2014-04-20 18:02:39 +0100
  • 525b0aa7ac Add Notify My Android Node - with credentials support Dave C-J 2014-04-20 18:01:38 +0100
  • 5962c0fe5b add pushover icon Dave C-J 2014-04-20 18:01:14 +0100
  • e23be73090 Add Pushover Node - with credentials support. Dave C-J 2014-04-20 18:00:43 +0100
  • 9cb153635f Disable unuseful menu option for Pibrella and Piface nodes Dave C-J 2014-04-20 17:58:04 +0100
  • d4debc330d Refactor deviceId -> deviceIdent Since the deviceId will be deprecated, better move to the deviceIdent Antoine Aflalo 2014-04-20 15:24:34 +0300
  • 02d2b152e2 Use Device Ident also in the form Antoine Aflalo 2014-04-20 15:05:02 +0300
  • 3e854d63d7 Save the Device ID (ident) in credentials Antoine Aflalo 2014-04-20 15:04:10 +0300
  • 022ec67ea7 Using deviceIden instead of deviceId Antoine Aflalo 2014-04-20 14:36:45 +0300
  • 4c6da0bf46 Use the Credentials of RED Antoine Aflalo 2014-04-20 14:20:44 +0300
  • e85d1705a8 FrontEnd for credentials Antoine Aflalo 2014-04-20 13:51:45 +0300
  • f4e1d4f015 Add REST API for credentials Antoine Aflalo 2014-04-20 13:25:06 +0300
  • 4f6aa0d3f0 Move Javascript together Antoine Aflalo 2014-04-20 13:24:40 +0300
  • dbecd0fa6d Add better help message for pushbullet Antoine Aflalo 2014-04-20 11:57:01 +0300
  • 1ddf3fafa0 Correct formatting of tabs (4 spaces) Antoine Aflalo 2014-04-20 11:52:18 +0300
  • 38e9c26d72 Update 57-pushbullet.html Antoine Aflalo 2014-04-20 03:48:41 +0300
  • 81fc2d4ec8 Using a Bullet-Device instead of settings.js Antoine Aflalo 2014-04-20 03:48:24 +0300
  • afa46ef676 Merge pull request #43 from henols/master 0.7.0 Nick O'Leary 2014-04-16 10:57:25 +0100
  • f18b14c45d Merge pull request #44 from bedfordsean/heatmiser-feature Nick O'Leary 2014-04-16 10:52:26 +0100
  • de655a6dde Merge pull request #2 from node-red/master Max Hadley 2014-04-15 20:55:06 +0100
  • 03dd3bd8da tweak sample nodes to be consistent with ones in main repo Dave C-J 2014-04-15 15:22:06 +0100
  • 765f83f3af Merge 2cb347d914 into 03f0d77526 Nick O'Leary 2014-04-14 23:20:31 +0000
  • 2cb347d914 Update README.md Nick O'Leary 2014-04-15 00:20:17 +0100
  • 03f0d77526 Update branch Nick O'Leary 2014-04-13 21:51:47 +0100
  • fc00b1d66e fixed backwards compatibility hdoukas 2014-04-12 11:32:23 +0200