Commit Graph

  • 7be7dec19a Fix removing links when deleting node Nick O'Leary 2021-02-27 21:57:27 +00:00
  • fc709ba266 revert CSV node to commas in headers fix level Dave Conway-Jones 2021-02-26 14:34:38 +00:00
  • 080e2f2589 mqtt v5 fixes - copy/paste issues with willMsg - ensure helper func is ran for lwt messages Steve-Mcl 2021-02-25 19:58:59 +00:00
  • 0dc4440a99 Merge branch 'master' into dev Nick O'Leary 2021-02-25 17:56:01 +00:00
  • f770786b89 Merge pull request #2846 from node-red/show-first-sidebar Nick O'Leary 2021-02-25 16:06:24 +00:00
  • 46bc331428 Merge pull request #2843 from node-red/theme-keymap Nick O'Leary 2021-02-25 16:05:51 +00:00
  • 3af77b6a31 Merge pull request #2785 from node-red/library-plugins Nick O'Leary 2021-02-25 16:05:23 +00:00
  • 8c4461c4f8 Merge pull request #2855 from node-red-hitachi/network-examples Nick O'Leary 2021-02-25 16:01:31 +00:00
  • bccfd21cf4 Merge pull request #2854 from node-red/fix-csv-template-reset Nick O'Leary 2021-02-25 16:00:30 +00:00
  • e6f1394a74 Merge pull request #2869 from node-red/Fix-join-node-array-index-and-reset Nick O'Leary 2021-02-25 15:59:54 +00:00
  • de24831fb9 Merge pull request #2877 from node-red/select-tools Nick O'Leary 2021-02-25 15:58:56 +00:00
  • e5716162ad Merge pull request #2880 from node-red/stop-order Nick O'Leary 2021-02-25 15:58:39 +00:00
  • 5809a3af0d Merge pull request #2881 from bartbutenaers/editableList-buttons Nick O'Leary 2021-02-25 15:58:23 +00:00
  • 11a385550a Merge branch 'pr_2778' into dev Nick O'Leary 2021-02-25 15:50:25 +00:00
  • 255b8f2005 Update mqtt nodes for v5 Nick O'Leary 2021-02-25 15:49:56 +00:00
  • 3d398cfd53 Tidy up typedInput syntax Nick O'Leary 2021-02-25 13:39:59 +00:00
  • 5f8804c25c Ensure TypedInput Change event is passed type/value properties Fixes #2883 Nick O'Leary 2021-02-25 13:03:31 +00:00
  • 02d1369d5b Escape all user input bartbutenaers 2021-02-23 00:00:23 +01:00
  • 0fef2ab509 Avoid innerHtml bartbutenaers 2021-02-22 21:45:12 +01:00
  • 16088b8a08 improve description of mqtt options Stephen McLaughlin 2021-02-22 12:45:32 +00:00
  • 69befe8f0e Merge pull request #2879 from HaKr/SemVerFullCompareNewAttempt Nick O'Leary 2021-02-22 11:01:39 +00:00
  • ae7a3981c0 Pass evt to button handler bartbutenaers 2021-02-21 23:24:40 +01:00
  • 8b4aa3f5af Custom buttons comment bartbutenaers 2021-02-21 22:57:34 +01:00
  • 60c8a2c598 Custom buttons bartbutenaers 2021-02-21 22:55:19 +01:00
  • fbb7dd4c3f EditableList custom buttons bartbutenaers 2021-02-21 22:52:41 +01:00
  • 833ecfb1af MQTT V5 - prep for 1.3.0 beta... * MQTT IN node tidy up * remove userProperties * remove subscriptionIdentifier * MQTT OUT node tidy up * remove topicAlias * remove payloadFormatIndicator * remove subscriptionIdentifier * MQTT BROKER node tidy up * remove topicAliasMaximum * remove maximumPacketSize * remove receiveMaximum * remove userProperties Steve-Mcl 2021-02-20 19:58:13 +00:00
  • c20bab2436 more specific class selectors for show/hide items Steve-Mcl 2021-02-20 15:52:14 +00:00
  • afb17af571 Fix global leak in lib/flows/index.js Nick O'Leary 2021-02-19 21:47:02 +00:00
  • 5012568464 Stop config nodes after flow nodes Fixes #2876 Nick O'Leary 2021-02-19 20:44:01 +00:00
  • 02dd141095 New attempt for PR #2821 Harry de Kroon 2021-02-19 16:55:04 +01:00
  • 0be82d964e Merge pull request #2870 from node-red-hitachi/fix-debug-filter Nick O'Leary 2021-02-19 15:45:57 +00:00
  • b41c7962c2 Add tests for pluggable library Nick O'Leary 2021-02-19 15:24:56 +00:00
  • 6f9e06e78d Add validation of library plugin id and better error reporting Nick O'Leary 2021-02-19 14:39:42 +00:00
  • c2347076f4 Handle errors when initialising library plugin Nick O'Leary 2021-02-19 14:01:33 +00:00
  • c744af161d Add support for settings object in plugin definition Nick O'Leary 2021-02-19 11:59:49 +00:00
  • 74ea382cf2 update subflow finding algorithm Hiroyasu Nishiyama 2021-02-19 14:35:59 +09:00
  • ab4a9e72d4 Merge branch 'dev' into mqtt5 Steve-Mcl 2021-02-18 18:50:26 +00:00
  • 3f9a29730f Add partial implementation of adding library sources via editor Nick O'Leary 2021-01-22 11:20:28 +00:00
  • 8a076c01ab Support for library source plugins Nick O'Leary 2020-12-17 14:35:01 +00:00
  • ca75efcbaf Adds shift-click support for selecting up/down stream nodes Nick O'Leary 2021-02-17 17:32:55 +00:00
  • f96ce2fd83 Get node-red core nodes back to the top of the list Nick O'Leary 2021-02-17 15:16:02 +00:00
  • d5f4f987f2 Add 'node' object to Function close scope Nick O'Leary 2021-02-17 14:41:50 +00:00
  • 11475b0c38 Move function expand buttons to overlap editor and save space Nick O'Leary 2021-02-17 14:41:25 +00:00
  • 137fa98903 Move name field above tab bar in Function node Nick O'Leary 2021-02-17 12:04:38 +00:00
  • ea62c1806e Give edit dialog a little bit more vertical space Nick O'Leary 2021-02-17 12:04:20 +00:00
  • 45afd06047 Prevent rogue mouseup on tab from triggering tab change Nick O'Leary 2021-02-17 12:03:13 +00:00
  • e6ec59092c Update settings.js Dave Conway-Jones 2021-02-17 12:02:27 +00:00
  • 35f788693d Add select-connected action Nick O'Leary 2021-02-16 21:16:21 +00:00
  • d5314d2a85 Add select-up/downstream-nodes action to editor Nick O'Leary 2021-02-16 20:46:41 +00:00
  • efd8c3d6d2 Merge pull request #2849 from node-red-hitachi/fix-copy-to-clipboard Nick O'Leary 2021-02-16 15:50:24 +00:00
  • 7d04353843 Merge pull request #2859 from node-red/fix-numeric-status Nick O'Leary 2021-02-16 14:32:14 +00:00
  • 644da0b77b Merge pull request #2872 from node-red-hitachi/fix-node-deploy-with-group-change Nick O'Leary 2021-02-16 14:18:08 +00:00
  • 785c349adc Prevent function module overwriting built-in sandbox properties Nick O'Leary 2021-02-16 13:58:59 +00:00
  • 1608196cd2 Merge pull request #2874 from kazuhitoyokoi/dev-jpn Nick O'Leary 2021-02-16 10:07:40 +00:00
  • 9d34abf603 Function node: test modules identified in libs are added to sandbox Nick O'Leary 2021-02-15 20:59:37 +00:00
  • 05beb6ca79 Add unit tests for externalModules Nick O'Leary 2021-02-15 17:28:14 +00:00
  • 12c7238c72 revert diffConfigs args Hiroyasu Nishiyama 2021-02-15 22:05:42 +09:00
  • ed359ca10c Add Japanese translations for Node-RED v1.3.0 Kazuhito Yokoi 2021-02-15 13:02:58 +09:00
  • b66468c4ea restart node only if node's group changes Hiroyasu Nishiyama 2021-02-14 10:06:46 +09:00
  • d2c9ccbfdd Detect externalModule dependencies inside subflow modules Nick O'Leary 2021-02-14 00:02:08 +00:00
  • 85e05b787f Hide projects dialog when opening proj with invalid encrypt key Nick O'Leary 2021-02-13 19:53:10 +00:00
  • e5471b44e0 Merge pull request #2871 from node-red-hitachi/fix-IE11-flow-downlod Nick O'Leary 2021-02-13 00:27:42 +00:00
  • e0f0a76ae4 Update marked dependency Nick O'Leary 2021-02-13 00:25:40 +00:00
  • 6336ab121e Merge branch 'dev' into function-modules Nick O'Leary 2021-02-13 00:21:27 +00:00
  • e899d2d5b8 Fix tests for externalModules component Nick O'Leary 2021-02-13 00:18:04 +00:00
  • a94c19a6cf Fix up loading of freshly installed modules in Function node Nick O'Leary 2021-02-12 22:40:30 +00:00
  • 9c09ee3b71 Rework Function node module integration Nick O'Leary 2021-02-12 18:14:13 +00:00
  • d8e68a75b9 Update CSV template words for clarity. Dave Conway-Jones 2021-02-12 17:24:33 +00:00
  • 302c5cfe09 CSV node - handle commas in msg.columns if quoted. fix-csv-commas-in-headers Dave Conway-Jones 2021-02-12 16:55:41 +00:00
  • 1be337fbc5 make nodes with only group change not deployed by nodes deploy mode Hiroyasu Nishiyama 2021-02-13 00:23:30 +09:00
  • 3ec37e2c66 make flow download code separate utility instead of polyfill Hiroyasu Nishiyama 2021-02-11 23:10:33 +09:00
  • 3740c21bee add IE11 polyfill to support URI download scheme Hiroyasu Nishiyama 2021-02-11 17:56:08 +09:00
  • 5a6568e7c2 allow filtering of debug node output within subflow Hiroyasu Nishiyama 2021-02-10 17:32:27 +09:00
  • 4cd9b7b050 fix join node in array mode with repeated messages, and rallow reset all Dave Conway-Jones 2021-02-09 17:27:58 +00:00
  • dd780945e1 Sanitize Debug node name when display enable/disable message Nick O'Leary 2021-02-09 15:04:00 +00:00
  • e86f6a841a fix numeric status not displaying by ensuring it's a string fix-numeric-status Dave Conway-Jones 2021-02-05 11:36:26 +00:00
  • fad8dcd304 Bump for 1.2.9 1.2.9 Nick O'Leary 2021-02-03 18:04:37 +00:00
  • 1633a2ff70 Sanitize node type names when displaying in notifications Nick O'Leary 2021-02-03 15:50:05 +00:00
  • a2878fa066 Sanitize branch name before displaying in notification message Nick O'Leary 2021-02-03 15:46:57 +00:00
  • 735de2908a Handle more valid language codes when validating lang params Fixes #2856 Nick O'Leary 2021-02-03 15:42:56 +00:00
  • 818021e0b7 add examples for websocket in/out node Hiroyasu Nishiyama 2021-02-03 17:13:56 +09:00
  • 3cc6c4433f add examples for UDP in/out node Hiroyasu Nishiyama 2021-02-03 17:12:35 +09:00
  • 8306ddd40f add examples for TCP in/out node Hiroyasu Nishiyama 2021-02-03 17:01:29 +09:00
  • 024e71cdf5 add examples for HTTP in/response node Hiroyasu Nishiyama 2021-02-03 16:34:17 +09:00
  • 4313cbaa5c fix csv node template reset when array complete fix-csv-template-reset Dave Conway-Jones 2021-02-02 14:20:46 +00:00
  • f5da2eb633 Merge branch 'master' into dev Nick O'Leary 2021-02-02 13:45:43 +00:00
  • 23f0cd3a26 Bump for 1.2.8 1.2.8 Nick O'Leary 2021-02-02 13:11:33 +00:00
  • 74db3e17d0 Restrict project file access to inside the project directory Nick O'Leary 2021-02-01 13:39:39 +00:00
  • 7bde7f0cfd fixing minor typo in node's documentation (#2848) Matthias Radde 2021-01-30 19:30:29 +01:00
  • ac68e9c6b5 Merge pull request #2850 from node-red-hitachi/fix-grant-jshint-failure Nick O'Leary 2021-01-30 08:46:18 +00:00
  • 32692dce07 fix jshint failure Hiroyasu Nishiyama 2021-01-30 09:43:01 +09:00
  • 64d3b8e104 fix line break of exporting nodes to clipboard Hiroyasu Nishiyama 2021-01-30 01:20:51 +09:00
  • a03edf3d58 Merge pull request #2845 from node-red/subflow-delete-prompt Nick O'Leary 2021-01-29 10:57:11 +00:00
  • e5b7ccb612 Add subflow edit button to palette tooltip Nick O'Leary 2021-01-29 10:42:04 +00:00
  • 9c1ce5543d Merge pull request #2844 from node-red/disable-groups Nick O'Leary 2021-01-29 10:20:26 +00:00
  • ba387a8e4e Merge pull request #2841 from node-red/credential-timeout Nick O'Leary 2021-01-29 10:20:04 +00:00
  • 7fa25c1ff4 Merge pull request #2839 from node-red/subflow-search Nick O'Leary 2021-01-29 10:19:36 +00:00
  • 3bd1bfc769 Fix check for existing config nodes in subflow export set Nick O'Leary 2021-01-29 10:16:40 +00:00
  • dad47ade38 Add config node to refer to when exporting subflow Kazuhiro Ito 2021-01-29 11:05:15 +09:00
  • fa6e0c8964 Ensure the first sidebar tab is shown when editor loads Nick O'Leary 2021-01-28 23:42:32 +00:00