Commit Graph

101 Commits

Author SHA1 Message Date
Nicholas O'Leary e907341d69 Restore twitter in node topic 2013-10-09 20:18:09 +01:00
Dave C-J a1de6d2d0b added more debug / state checking to Arduino node 2013-10-07 23:36:44 +01:00
Dave C-J f1bcf130aa Fix for irc client - to make connection "lazy", so it doesn't start untill needed. 2013-10-07 18:46:06 +01:00
Dave C-J 56476312c1 Fix wrong type of string being detected by TCPin node 2013-10-07 16:25:23 +01:00
Nicholas O'Leary f0f2a71e3a Yet more twitter tweaking 2013-10-05 23:09:55 +01:00
Nicholas O'Leary 257525fcda Inject node: no-repeat not showing correctly 2013-10-05 22:34:48 +01:00
Nicholas O'Leary f93f599e51 Fix camel case of flowFile in settings.js 2013-10-05 21:21:51 +01:00
Nicholas O'Leary f5a8230f3e Fix camel case of flowFile 2013-10-05 21:20:11 +01:00
Dave C-J c7bbfeeb7c suppress warning from underlying xmpp library - missing stringprep is unlikely to cause a problem unless using higher utf8 codes, but it doesn't compile at present so more trouble for users than it's worth. 2013-10-04 22:13:25 +01:00
Nicholas O'Leary 8a6b9cbf13 Add mailing list links to README 2013-10-04 21:44:00 +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
Nicholas O'Leary 18e76364fc Add port-in-use error handling 2013-10-04 17:01:49 +01:00
Nicholas O'Leary deddd077dc Inject: fail to show correct edit view for fixed time (fixes #34) 2013-10-03 15:16:52 +01:00
Dave C-J d36cc4fb4c Twitter tweak 2013-10-02 23:40:08 +01:00
Dave C-J 5c8b2f20db untweaked and retweaked Tweet 2013-10-02 23:37:26 +01:00
Dave C-J e316c4734f Make "alert" nodes more consistent. 2013-10-02 21:16:26 +01:00
Dave C-J 148f6f418e slightly better IRC error catching 2013-10-02 21:15:12 +01:00
Dave C-J f6da96e7e1 Tweak Twitter Properties UI to improve flow 2013-10-02 21:14:02 +01:00
Nick O'Leary 362bc9a805 Add screenshot 2013-10-02 20:37:28 +01:00
Nicholas O'Leary 914c84e234 Merge branch 'master' of github.com:node-red/node-red 2013-10-02 19:43:01 +01:00
Nicholas O'Leary eafc1e4f5d Failed to set http request headers - fixes #32 2013-10-02 19:42:52 +01:00
Dave C-J 43ff2fa52b Fix chicken/egg with push alert nodes... couldn't see info about config until config was correct... 2013-10-01 19:13:02 +01:00
Nicholas O'Leary d332600149 Add new http request node 2013-10-01 17:03:17 +01:00
Nicholas O'Leary df205aab58 Tweak curves for overlapping nodes 2013-10-01 11:38:46 +01:00
Nicholas O'Leary 68e7e5e226 Add HTTP Response node to make http flows easier to handle 2013-09-28 22:18:41 +01:00
Nicholas O'Leary 6341c2e907 Make the lines go around corners better 2013-09-28 21:15:32 +01:00
Dave C-J 4d6fa00150 Tiny help changes to comment and LevelDB nodes 2013-09-28 14:12:32 +01:00
Dave C-J 47c7656c2b Fix for unreachable menus - Fix to close Issue #7 2013-09-28 14:11:50 +01:00
Dave C-J ec5fc4fabd levelDB - oops forgot to close database on close... non fatal but lots of messages ... fixed 2013-09-27 17:33:55 +01:00
Dave C-J 1918322ef0 Okay - leveldb node is back... addressing Issue #26 2013-09-27 16:07:57 +01:00
Dave C-J 9c6fb698ea Tweak some node labels to make the behaviour more consistent (at least per palette section) 2013-09-27 10:38:59 +01:00
Nicholas O'Leary e4f105c7a1 Make the runtime embeddedable 2013-09-26 21:13:09 +01:00
Nicholas O'Leary 31039c6a12 Update docs 2013-09-26 21:12:31 +01:00
Nicholas O'Leary 661b08fa4b Fix main property of package.json 2013-09-26 19:58:42 +01:00
Nicholas O'Leary 6783322e5f Better serial port error handling 2013-09-25 15:19:15 +01:00
Dave C-J f23762ef9a move MongoDB delete function to output node as it's logically the end of a flow. 2013-09-25 12:04:12 +01:00
Dave C-J 021b4cd610 Added delete to MongoDB node 2013-09-24 20:38:37 +01:00
Dave C-J c95fc633e3 remove/hide some over zealous warn messages from blinkstick 2013-09-24 18:45:47 +01:00
Dave C-J b39e7d8a2b Fix R-Pi gpio node to not use reset - just set all io to input on start instead... 2013-09-24 18:45:02 +01:00
Dave C-J 019a4ff397 Patch for serial node - if no delimiter selected then it was holding onto the last character in the buffer. 2013-09-23 08:28:40 +01:00
Nicholas O'Leary 0ecbbca7e4 Restructure server code to make embedding easier 2013-09-20 17:15:45 +01:00
Nicholas O'Leary 7348e475eb Fix null mouse_position on node import 2013-09-20 16:52:07 +01:00
Nicholas O'Leary b6ba859510 Add homepage to package.json 2013-09-20 14:34:03 +01:00
Nicholas O'Leary 9c939d1a58 Updates to package.json 2013-09-20 14:31:08 +01:00
Nicholas O'Leary 6f8adc9f14 Create lib dir on start-up if needed 2013-09-20 14:21:53 +01:00
Dave C-J 8eb2bcbd9c looks like LevelDB has been abandoned on Node :-( searching for simple alternatives 2013-09-20 09:11:05 +01:00
Dave C-J 62fa61254e retire LevelDB early due to inderlying non-compilation of code issues... 2013-09-19 20:05:20 +01:00
Nicholas O'Leary 5390d9bc66 console.log in haste... remove at leisure 2013-09-19 17:01:00 +01:00
Nicholas O'Leary 3e538cd145 Debug sidebar: only display 200 most recent entries 2013-09-19 14:22:24 +01:00