Commit Graph

  • ac7448759b Revert Alt zoom change as it doesn't work in FF... Dave C-J 2014-07-08 14:17:37 +01:00
  • c10c687653 Add TCP request node to TCP node "family" Dave C-J 2014-07-08 13:45:00 +01:00
  • 2c5d5148b8 tweak tail node to use -F (thanks to tip from Mike Smerekov) pending other changes Dave C-J 2014-07-08 12:28:02 +01:00
  • 6fb9739245 Add strict to function node Dave C-J 2014-07-08 12:27:09 +01:00
  • fda0bf3d8e Merge d8390fb18897d7467b188970bb8c9a576612fc56 into 9bc9994354e5d86d1f915b0344ab0a47f41c3988 Xiaopei Li 2014-07-08 07:50:00 +00:00
  • 9bc9994354 Fix for missingType(s) - to close #259 (thanks to toksea for spotting it) Dave C-J 2014-07-08 08:49:48 +01:00
  • 35965e55b5 Add on error method to exec node... (should have been there before :-) Dave C-J 2014-07-08 08:48:46 +01:00
  • 4532cadb14 Add Alt zoom to help page (to be complete) Dave C-J 2014-07-08 08:47:44 +01:00
  • d8390fb188 Fix a typo: missingType -> missing Types Xiaopei Li 2014-07-08 14:22:08 +08:00
  • 6e956ef03a Merge pull request #254 from TJKoury/master Nick O'Leary 2014-07-02 22:23:52 +01:00
  • 4afda2f53b Added deprecated to exclusion list tjkoury 2014-07-02 17:20:16 -04:00
  • 9db1166ce0 Fix logHandler array handling Fixes #257 Nick O'Leary 2014-07-02 16:31:02 +01:00
  • 3de2f3d1da Add jshint:core to default build Nick O'Leary 2014-07-01 23:50:17 +01:00
  • 9f3233175b Fix node html generation Nick O'Leary 2014-07-01 23:48:26 +01:00
  • 649c82f7d7 Fix all jshint warnings in core code Nick O'Leary 2014-07-01 23:46:25 +01:00
  • c18119f26e Debug pane should use local timezone Nick O'Leary 2014-07-01 23:14:44 +01:00
  • ef6a0e5947 Added default sub-categories to the core categories; tjkoury 2014-06-30 23:31:06 -04:00
  • 045f658ef9 More defensive handling of missing filename in file node. (in line with jshint) Dave C-J 2014-06-30 23:23:01 +01:00
  • c7f0f9639a tidy up jsHint errors in exec and trigger nodes Add "use strict" to the sample node Dave C-J 2014-06-30 20:44:35 +01:00
  • 52779ac518 Tidy up jsHinst errors in parser nodes Dave C-J 2014-06-30 20:44:01 +01:00
  • 790ad8eb68 Tidy up jsHint errors in parser nodes Dave C-J 2014-06-30 20:43:31 +01:00
  • e43b342048 Removed unnecessary console.log tjkoury 2014-06-30 11:33:46 -04:00
  • 5959da2d37 Added dynamic category capability tjkoury 2014-06-30 11:31:02 -04:00
  • c65b86492a Merge a73017ce5520f2e466ccab6374eddccb50461f69 into e15de8cf375a55aaf484d2b412a4d9a5c6f078d7 TJKoury 2014-06-30 13:14:39 +00:00
  • a73017ce55 fixed spacing tjkoury 2014-06-30 09:10:43 -04:00
  • 19d8d36470 Added dynamic category functionality root 2014-06-30 09:06:20 -04:00
  • e15de8cf37 Bump 0.8.1 0.8.1 Nick O'Leary 2014-06-29 22:55:08 +01:00
  • 13da5e7327 Fix 0.8 build Nick O'Leary 2014-06-29 22:48:35 +01:00
  • 3bbf2fa737 Disable Travis 0.8 build until upstream bug fixed Nick O'Leary 2014-06-28 22:11:36 +01:00
  • cfe7c372d3 Add jshint to grunt file Nick O'Leary 2014-06-28 21:40:46 +01:00
  • 3fcc1b5680 Missing variable declaration in tail node Nick O'Leary 2014-06-27 12:29:00 +01:00
  • 6d54050b4f Tweak colour of new trigger node to match delay node. Dave C-J 2014-06-26 13:05:34 +01:00
  • 83b8c46b28 Bump 0.8 0.8.0 Nick O'Leary 2014-06-25 21:39:27 +01:00
  • 1602d9496f Add trigger node Nick O'Leary 2014-06-25 21:36:28 +01:00
  • 479a02cc16 Enable npm nodes to provide custom icons Nick O'Leary 2014-06-25 10:30:52 +01:00
  • 7c7f030aa8 Tweak serial to outpur correct number of chars from buffer. Having counted the correct number into the buffer it seems a shame not to send them all out to the next node... (Also allow separator char to be specified as hex (eg 0x0a)) Dave C-J 2014-06-24 22:27:02 +01:00
  • cf70fee8c7 Add new HTML (cheerio/jquery like) parser node ... Dave C-J 2014-06-24 13:22:16 +01:00
  • 959bdf31a3 Merge 383921b64c388efc3a0916b8eaae09d8e849ff2d into 842e7cf5f54d2760a11b38ba0143036965cef343 Ben Hardill 2014-06-22 21:11:44 +00:00
  • a90d191bf5 Merge d7b2f313f5648ca122e963b706c309d9cf68ac86 into 842e7cf5f54d2760a11b38ba0143036965cef343 Antoine Aflalo 2014-06-22 15:58:48 +00:00
  • 842e7cf5f5 Allow retained status message to be cleared Nick O'Leary 2014-06-21 22:43:40 +01:00
  • 383921b64c Merge remote-tracking branch 'upstream/master' Ben Hardill 2014-06-19 23:28:31 +01:00
  • ed3be7f82e Add italic style to name for exec function... been missing for ages... who knows why :-) Dave C-J 2014-06-17 20:07:29 +01:00
  • 6f6ecfc7a8 Make sure buffers are nulled to ensure cleanup. Dave C-J 2014-06-17 20:06:54 +01:00
  • c61d4d3209 revert logging of every url request from http reg node. Dave C-J 2014-06-12 21:16:41 +01:00
  • dded87c134 Log close errors rather than pass up the stack Nick O'Leary 2014-06-08 23:28:46 +01:00
  • fc94429266 Add missing name field to file (in) node (and tweak icons to new style) Dave C-J 2014-06-08 22:54:21 +01:00
  • 2d9e72816f Update comment node to fa icons - plus matching node icon. Dave C-J 2014-06-08 22:13:12 +01:00
  • fe1b7c54ff Update serial info to match new capabilities. Dave C-J 2014-06-08 15:39:38 +01:00
  • 7d6f70545a and honour text (utf8) mode in single char mode. aaargh. Dave C-J 2014-06-08 15:27:15 +01:00
  • 12b8fa36dc Serial port - missed no split char option. If no split char then send every character in char mode. Dave C-J 2014-06-08 15:21:02 +01:00
  • 00f87cbcd6 Add strict mode and latest icons to http node(s) Dave C-J 2014-06-08 15:05:08 +01:00
  • 0cbc277a2c Add binary capabilities to Serial node - along with timeout, fixed buffer size and binary output options. Also updated icons and added strict checking. Dave C-J 2014-06-08 14:57:57 +01:00
  • c10ed13322 Add flash of status to exec node Dave C-J 2014-06-07 22:00:03 +01:00
  • 346ca21803 Make sure file name gets passed on in file node Dave C-J 2014-06-07 08:41:04 +01:00
  • 8e48251f26 Disable max event listener warning on server Fixes #238 Nick O'Leary 2014-06-08 00:01:29 +01:00
  • 72476cc8a7 Set content-length in HTTP response node Fixes #233 Nick O'Leary 2014-06-07 23:18:25 +01:00
  • 749eaa2181 Add flowFilePretty option Nick O'Leary 2014-06-07 22:33:29 +01:00
  • a419eb9e87 Merge a4b69074220d1117ef3dbbef38dd9ce9d4d309b2 into fce00b2f4b55ff20d8fdcda38db09a439c2f256c amir-arad 2014-06-07 15:43:14 +00:00
  • 5f4fa88323 Merge ac13e84f68a581e44ee322e1411c8f04f97f8c0e into fce00b2f4b55ff20d8fdcda38db09a439c2f256c TJKoury 2014-06-04 22:39:44 +00:00
  • fce00b2f4b Update debug icon Nick O'Leary 2014-06-04 23:13:01 +01:00
  • e296635b57 Icon rework Nick O'Leary 2014-06-04 22:43:44 +01:00
  • d7b2f313f5 Rewrite the credentials api. The credentials are now sended along with the flow. The credentials are fetched on-demand and obfuscated. Antoine Aflalo 2014-05-31 10:58:18 +03:00
  • a4b6907422 Update localfilesystem.js amir-arad 2014-06-03 12:19:55 +03:00
  • ac13e84f68 Fixed file type detection, added error messages tjkoury 2014-06-02 20:20:17 -04:00
  • 2c9f072888 added directory functionality to file node tjkoury 2014-06-02 19:59:19 -04:00
  • 850b12a134 reset tjkoury 2014-06-02 19:54:27 -04:00
  • a09c86edd9 added folder functionality to file node tjkoury 2014-06-02 19:49:39 -04:00
  • 9d2864088b Merge pull request #243 from TJKoury/change_file_node Dave Conway-Jones 2014-06-02 21:08:18 +01:00
  • 785d4a66f0 Added error handling to 50-file.js tjkoury 2014-06-02 15:25:48 -04:00
  • fd66bbe24a fixed formatting tjkoury 2014-06-02 15:21:42 -04:00
  • 091349f1f4 fixed formatting; tjkoury 2014-06-02 15:20:41 -04:00
  • 4e82854086 fixed line endings tjkoury 2014-06-02 15:17:06 -04:00
  • 936a8d0663 fixed line endings tjkoury 2014-06-02 15:13:56 -04:00
  • a207123058 fixed file node tjkoury 2014-06-02 15:12:54 -04:00
  • 5054ebecb0 Update 50-file.js TJKoury 2014-06-02 14:25:16 -04:00
  • 74b7dff282 Merge branch 'master' of https://github.com/TJKoury/node-BLUE tjkoury 2014-06-02 14:15:08 -04:00
  • f9fc9b1b10 Merge branch 'master' of https://github.com/node-red/node-red tjkoury 2014-06-02 14:12:23 -04:00
  • 34f8ca3cea added file not found functionality for file node tjkoury 2014-06-02 14:11:56 -04:00
  • 56e06ea844 beautified JSON for the flows file amir-arad 2014-06-02 21:07:01 +03:00
  • 11f9b66652 changed .gitignore to ignore the client-* pattern tjkoury 2014-06-02 11:08:43 -04:00
  • 2c2f47595a fixed a bunch of typos Ben Hardill 2014-06-02 01:24:36 +01:00
  • 4e1d45b508 Tweak to Watch Node info to close #236 Dave C-J 2014-06-01 18:02:25 +01:00
  • 7226f8cdb4 added copywrite header and some a error message if install/uninstall not passed on the cmd line Ben Hardill 2014-06-01 08:43:44 +01:00
  • 32cad7a627 Icon refresh Nick O'Leary 2014-05-31 22:19:43 +01:00
  • 8c8f75df69 Catch more errors in file watcher node. Dave C-J 2014-05-31 19:44:02 +01:00
  • b0f0d95959 Added Linux support to the install-service.js and docs Ben Hardill 2014-05-31 15:37:26 +01:00
  • a4d27e4cb5 Update some icons Nick O'Leary 2014-05-31 00:32:00 +01:00
  • c4b00de48b Add font-awesome Nick O'Leary 2014-05-31 00:01:22 +01:00
  • 70147d0b6b Remove 'retined' property from node.status calls Nick O'Leary 2014-05-30 20:30:26 +01:00
  • 6e796e468d add doc for the service bits Ben Hardill 2014-05-30 20:23:15 +01:00
  • fb82140bb9 Added install-service.js to allow Node-Red to be run as a service on Windows and OSx Ben Hardill 2014-05-30 20:06:58 +01:00
  • 2cdaed1325 Add "use strict" to most core nodes. (skipping ones that may have other work in progress) Dave C-J 2014-05-29 22:13:21 +01:00
  • 7ad28de52a Add use strict to mqtt node, allow will parm to be passed. Dave C-J 2014-05-29 09:00:28 +01:00
  • 1d5e8de6f6 Add function documentation to editor.js Nick O'Leary 2014-05-27 16:06:25 +01:00
  • 7333eb80b4 Merge branch 'master' of github.com:node-red/node-red Nick O'Leary 2014-05-27 10:54:45 +01:00
  • d8df592ea6 Merge pull request #228 from Belphemur/credentials Nick O'Leary 2014-05-27 10:53:10 +01:00
  • b995f70d36 Do not reset mouse mode when trigging edit Nick O'Leary 2014-05-24 01:51:51 +01:00
  • b67e70e09f Fix Delay node milliseconds label to read ms. (and add use strict) Dave C-J 2014-05-23 23:15:28 +01:00
  • dcc0adf2f7 Update Arduino to a better supported npm, that supports callbacks for inputs... (less processor load). Also adds connected status to visualisation. Dave C-J 2014-05-23 15:35:55 +01:00
  • 26d6547a12 fixed string detection issue causing typeerror if payload is unmodified tjkoury 2014-05-21 11:00:17 -04:00