Commit Graph

  • a95f44d68b remove annoying comma from comm.js Dave Conway-Jones 2015-12-09 13:37:20 +00:00
  • ef2dc4b9e1 One more tidy up for tcp node Dave Conway-Jones 2015-12-07 22:39:32 +00:00
  • 9baca1772b Close tcp port for tcpin node (same as previous fix but for input) Dave Conway-Jones 2015-12-07 19:44:25 +00:00
  • 04cd19349d Don't reuse node-edit dialog for library export ui Fixes #762 Nick O'Leary 2015-12-07 22:15:14 +00:00
  • 1280e5bc8b Close tcp out node more forcibly. (and update status) on redeploy. Dave Conway-Jones 2015-12-07 17:41:51 +00:00
  • f56a4b1782 fix messages.json for english myloveed 2015-12-06 23:33:22 +08:00
  • 348d641987 add pallette label for all origin nodes in node-red modified: nodes/core/analysis/72-sentiment.html modified: nodes/core/hardware/36-rpi-gpio.html modified: nodes/core/io/10-mqtt.html modified: nodes/core/io/21-httpin.html modified: nodes/core/io/22-websocket.html modified: nodes/core/io/31-tcpin.html modified: nodes/core/io/32-udp.html modified: nodes/core/locales/zh-CN/messages.json modified: nodes/core/logic/10-switch.html modified: nodes/core/logic/15-change.html modified: nodes/core/logic/16-range.html modified: nodes/core/parsers/70-CSV.html modified: nodes/core/parsers/70-HTML.html modified: nodes/core/parsers/70-JSON.html modified: nodes/core/parsers/70-XML.html modified: nodes/core/storage/28-tail.html modified: nodes/core/storage/50-file.html myloveed 2015-12-03 12:56:38 +08:00
  • dda90f956d Clear delay node status on re-deploy. (rate limit path) Dave Conway-Jones 2015-12-02 15:37:36 +00:00
  • d2ce2e06c7 fix the error in function pallette myloveed 2015-12-02 14:09:42 +08:00
  • 46d35c6d9d merge the palette label myloveed 2015-12-01 23:55:09 +08:00
  • bc4b599513 Fix udp socket creation error on node v0.10 Dave Conway-Jones 2015-12-01 14:52:15 +00:00
  • 090d52d678 narrowing in on tcpget fix, reconnect but don't resend. Dave Conway-Jones 2015-12-01 13:41:39 +00:00
  • 00cdea3770 update delay.html to 0.12.2 myloveed 2015-12-01 11:37:54 +08:00
  • 4afdf35a40 Merge remote-tracking branch 'upstream/master' myloveed 2015-12-01 11:05:25 +08:00
  • a47ad4842a Clean up tcpget node connected status. Dave Conway-Jones 2015-11-30 22:05:26 +00:00
  • 3d5ed840dc Bump version for 0.12.2 0.12.2 Nick O'Leary 2015-11-28 20:32:19 +00:00
  • 11d75ff581 Inject time spinner incrementing value incorrectly Nick O'Leary 2015-11-26 09:56:49 +00:00
  • 74710dd1d7 Merge pull request #1 from rb0urd0n/rb0urd0n-patch-1 rb0urd0n 2015-11-25 15:25:29 +01:00
  • b4858860ec 20-inject.html - bug in specific time mode spinner rb0urd0n 2015-11-25 15:14:26 +01:00
  • 306fb7a3d1 Kill processes run with exec node when flows redeployed Nick O'Leary 2015-11-24 23:09:44 +00:00
  • 0839b6f58e Debug node not handling null messages Nick O'Leary 2015-11-24 23:09:32 +00:00
  • fceca703b3 Update tcp node status on reconnect after timeout Closes #757 Nick O'Leary 2015-11-24 22:40:39 +00:00
  • 4dc60d2477 Clarify debug rate limit method Nick O'Leary 2015-11-21 21:30:03 +00:00
  • 8950bd8254 clean the html file in locales dir for easy to translate hifanso 2015-11-21 17:51:19 +08:00
  • 22eeefecef add locales file for every nodered nodes hifanso 2015-11-21 17:05:47 +08:00
  • b1ea860af7 Merge remote-tracking branch 'upstream/master' hifanso 2015-11-19 09:01:58 +00:00
  • d840d0b67d Fix mqtt node lifecycle with partial deployments Nick O'Leary 2015-11-17 22:19:56 +00:00
  • 43dad4c465 ensure udp socket bind works more often Dave Conway-Jones 2015-11-16 08:38:22 +00:00
  • 60812b2d8a fix udp node messages Dave Conway-Jones 2015-11-16 00:25:26 +00:00
  • 35e2caff13 Handle errors thrown in Function node setTimeout/Interval Nick O'Leary 2015-11-15 22:22:17 +00:00
  • 1d9d5c6bc7 Add node 5 to travis Nick O'Leary 2015-11-14 21:32:28 +00:00
  • 4d99536ea7 Function setTimeout/Interval wrapper not returing timer id Fixes #753 Nick O'Leary 2015-11-14 21:21:14 +00:00
  • 34537180c3 Fix basic authentication on httpNode/Admin/Static 0.12.1 Nick O'Leary 2015-11-10 15:44:48 +00:00
  • 9a62fc85d2 add chinese language for forked node-red hifanso 2015-11-10 14:19:53 +00:00
  • cb01920ee6 Allow nodes to be installed by path name Nick O'Leary 2015-11-09 16:52:14 +00:00
  • 437b01a0ff Move node installer to its own module Nick O'Leary 2015-11-09 11:29:48 +00:00
  • 075a2abf71 Use child_process.execFile to prevent command injection Nick O'Leary 2015-11-08 14:26:11 +00:00
  • 985875cc75 Move node install/remove from server component to node engine Nick O'Leary 2015-11-08 14:06:36 +00:00
  • 1c45bc615f Enable touch-menu for links so they can be deleted Nick O'Leary 2015-11-06 16:46:07 +00:00
  • fa7f2606fb bump version 0.12.0 Nick O'Leary 2015-11-06 13:42:00 +00:00
  • 12b95f1c72 Enable config node dialog to have editor ui Nick O'Leary 2015-11-06 11:08:07 +00:00
  • a0aee2021d Tidy up sheets/flows labelling Nick O'Leary 2015-11-05 14:22:15 +00:00
  • c90fd1e6d8 Move credential http API handling to api component Nick O'Leary 2015-11-04 11:13:02 +00:00
  • 3b769fd2de add bash directive to nrgpio script Dave Conway-Jones 2015-11-04 08:42:00 +00:00
  • 71ecb89abc Merge branch 'flowengine' Nick O'Leary 2015-11-03 20:24:55 +00:00
  • 7b6bc1d3bc Increase default api request limit to 1mb Nick O'Leary 2015-11-03 11:23:37 +00:00
  • 9c3be40fbe Automatically clear timeouts/intervals set in Function node closes #744 Nick O'Leary 2015-11-03 10:47:29 +00:00
  • ab87fa9ce4 Ensure status/errors from global config nodes propagate properly Nick O'Leary 2015-11-02 20:41:59 +00:00
  • d1940a023a Complete test coverage on flow engine refactor Nick O'Leary 2015-11-02 15:38:16 +00:00
  • 5a176a037c Update test helper for refactored flow engine Nick O'Leary 2015-10-30 12:48:09 +00:00
  • ec25191c98 Flow Engine refactor Nick O'Leary 2015-10-11 20:37:11 +01:00
  • 20b321f928 Handle null subflow info property Nick O'Leary 2015-10-26 11:12:21 +00:00
  • 425b016d63 Add missing space to label in delay node Dave Conway-Jones 2015-10-26 09:42:16 +00:00
  • b2c7189ce4 Update package dependencies Nick O'Leary 2015-10-25 21:36:20 +00:00
  • f66886dbdb Websocket input node not unsubscribing properly Fixes #739 Nick O'Leary 2015-10-23 23:01:25 +01:00
  • 712f8b4680 Add description field to Subflows Nick O'Leary 2015-10-23 22:14:21 +01:00
  • f626ee060a Allow properties to be specified by environment variables Nick O'Leary 2015-10-19 14:44:54 +01:00
  • 86aa7c97be Make exec node status indication consistent with others Dave Conway-Jones 2015-10-22 19:02:22 +01:00
  • 30e3525987 Add status icon to trigger node while it is active Dave Conway-Jones 2015-10-22 16:27:07 +01:00
  • ad44f838da update sample to refer to fa-icons Dave Conway-Jones 2015-10-20 19:30:42 +01:00
  • 2569a35b6c fix closing web socket timeout Dave Conway-Jones 2015-10-20 18:58:37 +01:00
  • e270b1ba5c Fixed websocket timeout clearing. Gavrilov Seva 2015-10-20 11:30:29 -03:00
  • 1ee5e50d50 Turn on tcp node socket keepalive when in server mode Dave Conway-Jones 2015-10-20 10:13:48 +01:00
  • 1dbec5eca8 slight tidy of Pi Mouse node Dave Conway-Jones 2015-10-20 10:02:57 +01:00
  • 7e581e3b6d change manifest Philippe Gregoire 2015-10-19 14:26:40 +00:00
  • a69a54e642 initial setup Philippe Gregoire 2015-10-19 13:53:05 +00:00
  • 2bc8db308c Add missing tab-config file Nick O'Leary 2015-10-17 19:05:23 +01:00
  • 5045a908c2 Merge d0e27de43c13b98c943667f47a3d8e61f6db78b5 into f196740426c1d5ee0890f5b1bbde53f6aa5395a9 Gerard Braad — 吉拉德 2015-10-17 10:02:34 +00:00
  • f196740426 Restore config node tab Nick O'Leary 2015-10-16 21:56:20 +01:00
  • 20121b79c5 Let CSV node handle null columns in input array. array-> csv Dave Conway-Jones 2015-10-16 20:42:21 +01:00
  • 741a4cfe53 Don't assume def.align is set to 'right' Fixes #734 Nick O'Leary 2015-10-15 14:26:43 +01:00
  • 0343de9f34 Add status capability to function node Dave Conway-Jones 2015-10-15 13:33:01 +01:00
  • 4772bca14a Undo 'selection to subflow' not restoring nodes Nick O'Leary 2015-10-15 11:34:17 +01:00
  • 6ae1a5ba0d let CSV obj->css allow blank columns in template Dave Conway-Jones 2015-10-15 08:31:42 +01:00
  • d0e27de43c Allow override of IP:port using environment veriables Gerard Braad — 吉拉德 2015-10-15 05:25:43 +00:00
  • 217c9718e4 catch missing template error in CSV parser node Dave Conway-Jones 2015-10-14 23:38:29 +01:00
  • 61d7893467 Enhance CSV node to accept simple arrays -> css Dave Conway-Jones 2015-10-14 23:07:25 +01:00
  • 8f26c01f4b fix escaping of quotes in CSV node Dave Conway-Jones 2015-10-14 11:02:31 +01:00
  • 61045ddd7f try to fix debug node non-standard object type handling. Dave Conway-Jones 2015-10-10 22:41:07 +01:00
  • 1bf72a0bc3 correct TCP node server status message Dave Conway-Jones 2015-10-09 15:44:22 +01:00
  • 6d84b1bb8d update inspect to come from correct package (util) Dave Conway-Jones 2015-10-09 13:36:35 +01:00
  • 8abd0b1fdf Detect/set correct method for http proxy Dave Conway-Jones 2015-10-09 09:19:09 +01:00
  • 2c2d503356 Changes "Welcome to node red" to log statement Emil Öberg 2015-10-08 16:24:28 +02:00
  • 81e125b7ba add bit more help to exec node Dave Conway-Jones 2015-10-05 21:41:53 +01:00
  • d5e1468718 Normalise spawn behaviour in exec node to accept identical parameters Dave Conway-Jones 2015-10-05 21:17:24 +01:00
  • c232bf5ed6 Avoid unnecessary isUtf8 check on HTTP payloads Nick O'Leary 2015-10-05 21:10:32 +01:00
  • 21b25ffaee Merge pull request #730 from jthomas/master Nick O'Leary 2015-10-05 20:52:35 +01:00
  • ca0a93df08 Add Node-RED sag icon to default images Dave Conway-Jones 2015-10-05 13:46:35 +01:00
  • 699a22c757 Allow HTTP nodes to handle non-UTF8 content. James Thomas 2015-10-02 12:30:00 +01:00
  • 8b2b1669b5 Add ignore-case flag to Switch regex rule closes #366 Nick O'Leary 2015-10-04 22:14:49 +01:00
  • c1e8370916 Lets spawn msg.payload contain comma separated parameters Dave Conway-Jones 2015-10-04 19:22:28 +01:00
  • ddedea8b90 Resize change/switch rules with the dialog Nick O'Leary 2015-10-03 22:30:28 +01:00
  • 8f414ce458 Update auth revoke test for express 4 Nick O'Leary 2015-10-03 20:32:24 +01:00
  • 453f23da20 Move to node 4.x.x in travis Nick O'Leary 2015-10-03 09:15:11 +01:00
  • 9e91e42a1b Increase delay burst test timeout Nick O'Leary 2015-10-03 09:04:57 +01:00
  • b666734c79 Update dependency versions Nick O'Leary 2015-10-02 22:13:15 +01:00
  • a2297f303d Update config node user list when node edits are undone Nick O'Leary 2015-09-28 10:15:47 +01:00
  • ecde942255 Wrap msg.req/res objects and add deprecated warnings to functions Nick O'Leary 2015-09-27 23:49:14 +01:00
  • d668d43a0a Move to express 4.x Nick O'Leary 2015-07-15 22:43:24 +01:00
  • ca91a5dd95 Rename flow menu ids back to workspace Nick O'Leary 2015-09-27 20:18:21 +01:00