Commit Graph

  • 24c373ecc2 Tidying up the Change node after a lot of churn Nick O'Leary 2013-12-24 23:16:36 +00:00
  • 74f43f4059 Merge pull request #127 from fvdpol/master Nick O'Leary 2013-12-24 14:53:48 -08:00
  • 44e920fde2 Disable the notification for the Change node editor Frank van de Pol 2013-12-24 23:29:40 +01:00
  • 1ebc5979aa Add validation to Change node editor for invalid regex Frank van de Pol 2013-12-24 20:28:08 +01:00
  • b411d59d43 Make log message in invalid regular expressions more verbose Frank van de Pol 2013-12-24 20:17:42 +01:00
  • 231f8b6a4d undo my changes to the Change node; revert to original Frank van de Pol 2013-12-24 20:02:30 +01:00
  • b81f251023 merge from upstream Frank van de Pol 2013-12-24 18:53:38 +01:00
  • 00202a3930 wrong syntax for checking check box... in change node Dave C-J 2013-12-24 17:07:07 +00:00
  • e0921f84c4 still flattening wrinkles in change node... (I blame the Xmas "spirit" ;-) Dave C-J 2013-12-24 17:01:53 +00:00
  • dafb2f1d38 Removed excess debugging from change node (sorry) Dave C-J 2013-12-24 16:54:19 +00:00
  • 6b2e666600 Make sure old flows with change node - work as-is/was. Dave C-J 2013-12-24 16:24:31 +00:00
  • b7531bae4d Added proper choice for regex support to change node (and better error catching) Addresses Issue #121 Dave C-J 2013-12-24 16:18:18 +00:00
  • 8187f1efc2 Merge a03b4e4dd43f57bc5209ccbf3e65f545f44e76c7 into 2ba5e0fe3e1df3207c8be2a7a4b51b8511f559ff Frank van de Pol 2013-12-24 05:37:18 -08:00
  • 2ba5e0fe3e Add socketTimeout to settings.js for TCP server sockets Fixes #125 adds an optional socketTimeout param to settings.js file to add a TCP server socket timeout. Default is no timeout. Dave C-J 2013-12-24 13:12:17 +00:00
  • a9668a1999 Better error message if twitter auth flow fails Closes #123 Nick O'Leary 2013-12-23 14:44:35 +00:00
  • c6264e8040 Add newline when wrapping function to allow comments Fixes #122 Nick O'Leary 2013-12-22 22:22:47 +00:00
  • a03b4e4dd4 Added validation logic to Change editor for validity of regular expressions Frank van de Pol 2013-12-22 17:46:25 +01:00
  • 655e777a3e Add exception handing to Change node Frank van de Pol 2013-12-22 14:00:25 +01:00
  • 5d43334b1c Bump version 0.5.0 0.5.0 Nick O'Leary 2013-12-21 19:31:50 +00:00
  • 15669b7f1f Only declare node variables inside node declaration. Fix for Issue #119 (also reformatted with spaces hence what looks like massive changes...) Dave C-J 2013-12-21 17:31:05 +00:00
  • 95b8600da7 Automatically follow 301-redirects in HTTP request node Fixes #30 Nick O'Leary 2013-12-20 11:11:50 +00:00
  • 81ca4f2787 Merge 01df2cf2f557d93d0fdabdf429b6de8bd4f4d386 into 48d37df199a416625d75655deeb0aa62c8dfac46 Juan Pablo Kutianski 2013-12-20 01:14:42 -08:00
  • 01df2cf2f5 Merge branch 'hotfix/redirects' jkutianski 2013-12-20 06:09:34 -03:00
  • e243d6b168 Revolve http/s redirects via follow-redirects module jkutianski 2013-12-20 06:08:28 -03:00
  • 48d37df199 Track node.changed state over undo Part of #33 Nick O'Leary 2013-12-19 21:34:25 +00:00
  • 73f3ea52a5 Add session awareness to TCP nodes Closes #63,#65 Nick O'Leary 2013-12-19 21:16:25 +00:00
  • 02df584af6 Allow storage module to be set explicitly Nick O'Leary 2013-12-19 11:05:03 +00:00
  • 751ac7b9ee Handle Buffer objects properly in Serial out node Fixes #115 The serial out node does a JSON.stringify if the payload is an object. This was incorrectly being applied to Buffer objects, causing the output seen in issue #115. Nick O'Leary 2013-12-13 10:27:52 +00:00
  • 344660dfee Refinements to Unknown-node handling Refinement to #113 Nick O'Leary 2013-12-12 15:51:15 +00:00
  • 4fff3ce448 Make missing node type error popup non-permanent Fixes Issue #113 Dave C-J 2013-12-11 22:22:33 +00:00
  • ac884bfdf3 Add "Unknown node" type to core. Relates to Issue #5 not the best/complete solution - but a start. Dave C-J 2013-12-08 21:55:34 +00:00
  • 3984b6b702 Add websocket node docs Part of #105 Nicholas O'Leary 2013-12-08 20:41:57 +00:00
  • cce5f33a97 Allow JSON sending/receiving in websocket node Fixes #105 Nicholas O'Leary 2013-12-08 20:31:56 +00:00
  • f22cd381ee Add JSONP support to http response node Fixes #102 Nicholas O'Leary 2013-12-08 19:28:52 +00:00
  • fae34f8244 Let serialport retry reconnects etc Partial fix to Issue #111 Dave C-J 2013-12-08 16:59:36 +00:00
  • 67e16adfd0 Added output "New Line" char to Serial Addresses Issue #104 adds the option to re-use the character used the split input into lineson input as an append to every line sent out to the serial port. Dave C-J 2013-12-06 21:03:33 +00:00
  • d2ce6af486 Switch node: infer intent to compare numbers Fixes #108 Nicholas O'Leary 2013-12-06 20:26:55 +00:00
  • 4475e74187 Overlapping mqtt subs get duplicate messages Nicholas O'Leary 2013-12-06 14:19:21 +00:00
  • ce7bf78349 Non-Cloning of req/res properties caused them to be lost Nicholas O'Leary 2013-12-05 14:39:26 +00:00
  • 5767478871 Switch node null/not null tests don't always work Nicholas O'Leary 2013-12-03 01:10:25 +00:00
  • 7eae669a34 Merge pull request #101 from hardillb/master Nick O'Leary 2013-11-30 10:14:20 -08:00
  • f44272877e Merge remote-tracking branch 'upstream/master' Ben Hardill 2013-11-30 18:10:03 +00:00
  • 4b3f26bed5 Fix milliseconds in delay Ben Hardill 2013-11-30 18:08:44 +00:00
  • a4a3322048 Merge branch 'master' of github.com:node-red/node-red Nicholas O'Leary 2013-11-29 19:59:02 +00:00
  • 0507578c98 Always clone messages to ensure no cross-pollution Part of #85 Nicholas O'Leary 2013-11-29 19:56:46 +00:00
  • 399617dc58 Make Imap node always read once on start Closes Issue #96 Dave C-J 2013-11-29 19:16:11 +00:00
  • 0bc0dc3a2b Cannot clone http.req/http.res properties Temporary fixes #97 Nicholas O'Leary 2013-11-28 16:06:17 +00:00
  • 9690ebe9c1 Add session awareness to WebSocket node Nicholas O'Leary 2013-11-26 23:33:57 +00:00
  • ab04fcf7c0 Update IMAP node to use new 0.8.x API Fixes Issue #96 Dave C-J 2013-11-26 19:55:40 +00:00
  • 7040aaa179 Add clientid/username/password to MQTT nodes Alternative implementation, closes #42 Nicholas O'Leary 2013-11-25 22:50:08 +00:00
  • 796080471d Twitter: add help text about rate limits Nicholas O'Leary 2013-11-25 21:46:15 +00:00
  • 83072dcda4 Twitter node: tags field not required if DM's selected Fixes #91 Nicholas O'Leary 2013-11-25 10:30:19 +00:00
  • 3982dcdaf1 Add change node to core/logic - allows simple(r) manipulation of some payloads and msg.properties to save having to write functions for these basic tasks. You can replace contents (regex based or simple swap), and add, modify or delete proerties. Dave C-J 2013-11-24 22:25:35 +00:00
  • 0a78838c71 Add default name to switch node (for when name not specified - to be more consistent with other nodes) Dave C-J 2013-11-24 22:22:35 +00:00
  • 873974478a Allow settings.js be specified on command line Closes #79 Nicholas O'Leary 2013-11-24 21:49:32 +00:00
  • c1d495b62a Twitter node: DM's come in with a different structure Nicholas O'Leary 2013-11-24 20:54:10 +00:00
  • cb8a3f064e Twitter doc updates and rate limit fixes Nicholas O'Leary 2013-11-24 16:48:24 +00:00
  • 9104b4200a Update feedparser node for underlying module api changes Nicholas O'Leary 2013-11-24 16:01:52 +00:00
  • f051fbd1e1 Make imap node check for email right away on start/restart. Add some more console logging for re-assurance of things happening - or not. Dave C-J 2013-11-24 13:10:48 +00:00
  • f2ed2365cd Twitter: monitor direct messages Nicholas O'Leary 2013-11-23 21:48:17 +00:00
  • 8176506d72 Twitter node: incorrect default user setting caused by #80 Nicholas O'Leary 2013-11-22 23:09:49 +00:00
  • e88dcd4aba Get tweets from specific people fixes #80 Nicholas O'Leary 2013-11-22 23:07:08 +00:00
  • 88be896f1c Add WebSocket nodes Nicholas O'Leary 2013-11-22 21:28:05 +00:00
  • 7463ef92cb Add httpRoot tip to http node Nicholas O'Leary 2013-11-22 21:26:18 +00:00
  • 0aa17662f5 Posting to /flows should block until successfully saved, or fail Mentioned in #76 Nicholas O'Leary 2013-11-22 21:04:05 +00:00
  • ff8db09fd9 Add "otherwise" option to switch node - also added ability to stop checking after first match or keep matching (as-is today). Fixes Issue #88 Dave C-J 2013-11-22 16:24:22 +00:00
  • 3054b04378 Storage object null when adding twitter credentials as first ever node Nicholas O'Leary 2013-11-22 13:53:34 +00:00
  • 337c7fa34e Merge a152bb855ca92dbdd1d08f257737d6e7837041a6 into 1967046cc829da3e7ad54c35c6241ae1b8c1ce5e eleventigers 2013-11-22 04:16:17 -08:00
  • 1967046cc8 Slight tweak to sentiment info to reflect reality. Dave C-J 2013-11-21 08:47:34 +00:00
  • e1dbb95396 Deep-clone messages when there are multiple recipients Fixes #85 Nicholas O'Leary 2013-11-21 14:03:17 +00:00
  • 6a4aa1ff21 Disable escape-to-close on edit dialog Closes #84 Nicholas O'Leary 2013-11-21 11:02:31 +00:00
  • a0aed93c69 Make Debug topic slightly darker for better contrast Fixes #82 Nicholas O'Leary 2013-11-20 22:17:21 +00:00
  • 48c4786d66 Ignore node_modules dir when scanning for nodes Nicholas O'Leary 2013-11-20 13:55:21 +00:00
  • 2028880b48 Debug activation message the wrong way around As reported under #47 Nicholas O'Leary 2013-11-19 15:50:38 +00:00
  • 620af84088 Auto select node on drop onto canvas so info panel shows relevant info (if visible) Dave C-J 2013-11-19 08:48:44 +00:00
  • 72f72e8a50 Less intruisive node-changed icon Part of #33 Nicholas O'Leary 2013-11-18 23:02:27 +00:00
  • f5284f5e1f Twitter Oauth path needs to account for httpRoot Fixes #78 Nicholas O'Leary 2013-11-18 21:20:50 +00:00
  • 1fc4a65307 Handle un-validated config nodes on open Part of #33 Nicholas O'Leary 2013-11-18 21:17:29 +00:00
  • a152bb855c fix formatting eleventigers 2013-11-17 23:02:38 +00:00
  • 5d08e5bdc6 added grunt tasks to ease development eleventigers 2013-11-17 22:20:31 +00:00
  • cbe57aa96c Validate config node properties Fixes #74 Nicholas O'Leary 2013-11-17 17:49:32 +00:00
  • 3797ace89b Display node-changed icon when there are unsaved changes Part of #33 Nicholas O'Leary 2013-11-17 15:52:34 +00:00
  • 7d2195d95c Add node-changed icon Part of #33 Nicholas O'Leary 2013-11-16 18:38:30 +00:00
  • e703fa1b6b Add 'changed' property to nodes to track undeployed changes Part of #33 Nicholas O'Leary 2013-11-15 23:40:36 +00:00
  • f7fc0760ca Fix to Close #72 . remove drag back to left palette to delete. Dave C-J 2013-11-15 17:46:57 +00:00
  • 3c32186a9d force parsexml node to be async (just in case) Dave C-J 2013-11-15 09:15:26 +00:00
  • f2b7fada9d Tweaks to email and imap info now that the relative paths no longer make sense. Dave C-J 2013-11-15 08:59:55 +00:00
  • c17687e5db allow twitter multipe sech terms... space for AND and , for OR. (not sure why I had knobbled it in first place...) Dave C-J 2013-11-15 08:59:06 +00:00
  • e700a11647 Bump version: 0.4.0 0.4.0 Nicholas O'Leary 2013-11-14 20:45:34 +00:00
  • 48dabffefc Move all nodes into core subdirectory Nicholas O'Leary 2013-11-14 15:52:19 +00:00
  • affcc8ae65 Update all core nodes to use NODE_RED_HOME rather than relative paths Nicholas O'Leary 2013-11-14 15:44:54 +00:00
  • 82b863805d Move Debug ws endpoint to /debug/ws fixes #61 Nicholas O'Leary 2013-11-14 14:40:34 +00:00
  • d2208fae83 Collapse TCP nodes into single pair of files Nicholas O'Leary 2013-11-14 14:39:26 +00:00
  • 2a5f4abd49 Document msg.tweet property of Twitter In node Nicholas O'Leary 2013-11-14 14:38:59 +00:00
  • 11523a6ced duplicate http get or post params into msg.payload to make life easier for debug etc. other properties remain as-is Dave C-J 2013-11-14 13:25:12 +00:00
  • 510fab7b8f IMAP node should not try to load settings file directly Nicholas O'Leary 2013-11-13 22:20:36 +00:00
  • 3a52397744 Add nodesDir property to all nodes files to exist elsewhere Nicholas O'Leary 2013-11-13 17:02:29 +00:00
  • 851c2ab089 Merge branch 'master' of github.com:node-red/node-red Nicholas O'Leary 2013-11-13 15:42:58 +00:00
  • e4353a22bc Add some more comments to settings.js Nicholas O'Leary 2013-11-13 15:42:38 +00:00
  • 5b69dfb2f2 Merge pull request #70 from hardillb/master Nick O'Leary 2013-11-13 07:37:37 -08:00