Commit Graph

  • 21a0b33645 correct "non string" check parenthesis fixes #3493 Steve-Mcl 2022-04-11 13:57:26 +01:00
  • 8b991e11a2 undo regression on types - updates made directly in node-red were not in node-red/nr-monaco-build Steve-Mcl 2022-04-10 10:40:49 +01:00
  • 8f013776df fix model markers - monaco depreciated model.getModeId() replaced with model._languageId Steve-Mcl 2022-04-10 09:13:41 +01:00
  • c30aedd309 Update monaco to v0.33.0 Steve-Mcl 2022-04-10 01:18:16 +01:00
  • 39f303fcd6 add unit tests Steve-Mcl 2022-04-06 15:11:37 +01:00
  • 76c0e140cf fix up report - remove duplicate entries Steve-Mcl 2022-04-06 15:11:28 +01:00
  • ccb3c991a6 improve rejection message Steve-Mcl 2022-04-06 15:11:03 +01:00
  • a7932da207 Merge pull request #3488 from Steve-Mcl/httpreq-headers-ui Stephen McLaughlin 2022-04-06 08:35:32 +01:00
  • 5fda20c330 Improve built in help Stephen McLaughlin 2022-04-06 07:01:01 +01:00
  • 1be6e4565f Merge pull request #3521 from Steve-Mcl/autocomplete-improvements Nick O'Leary 2022-04-05 23:44:13 +01:00
  • e606d0b1de Merge pull request #3385 from node-red/allow-inject-on-start Nick O'Leary 2022-04-05 23:34:20 +01:00
  • b4bcb7ace2 Merge pull request #3503 from node-red/debug-tooltip Nick O'Leary 2022-04-05 23:33:14 +01:00
  • a63fee1223 Merge pull request #3507 from Steve-Mcl/fix-down-arrow-in-search Nick O'Leary 2022-04-05 23:32:59 +01:00
  • ae76ff0aaf Merge pull request #3516 from Steve-Mcl/status-i18n Nick O'Leary 2022-04-05 23:32:08 +01:00
  • bba819ba84 Merge pull request #3517 from Steve-Mcl/no-deploy-when-shaded Nick O'Leary 2022-04-05 23:31:45 +01:00
  • d0d0da6cb7 Merge pull request #3512 from node-red-hitachi/dev-addjpn Nick O'Leary 2022-04-05 23:30:49 +01:00
  • 475113838a autocomplete improvements... * add minInput - fixes #3479 * Add missing entries for catch, status, tcp, udp, websocket * corrections for http request * match visibility improvements (mono font + match color) * match to variable source as well as variable name Steve-Mcl 2022-04-05 14:00:14 +01:00
  • b8435efc97 Allow adminAuth to auto-login users when using passport strategy Fixes #3467 Nick O'Leary 2022-04-04 21:23:39 +01:00
  • 780e41d6a6 Prevent shortcut deploy when deploy button shaded fixes #3509 Steve-Mcl 2022-04-04 17:06:29 +01:00
  • 6d0b55f753 Ensure i18n of scoped package name fixes #3452 Steve-Mcl 2022-04-04 16:20:44 +01:00
  • c9fa5c7284 Make typedInput themeable Mauricio Bonani 2022-04-03 18:11:24 -04:00
  • e97f4c4054 Make tab icon themeable Mauricio Bonani 2022-04-03 18:09:08 -04:00
  • 96d15b7505 Make spinner themeable Mauricio Bonani 2022-04-03 18:06:16 -04:00
  • 2f77596034 Make icons flow themeable Mauricio Bonani 2022-04-03 18:04:15 -04:00
  • 5619c105aa Make separator grip themeable Mauricio Bonani 2022-04-03 18:00:08 -04:00
  • 9a6ee023b3 Use SVG for separator grip Mauricio Bonani 2022-04-03 17:47:07 -04:00
  • 77e2e44abc Fix markdown editor to mark up orderedlists correctly Dave Conway-Jones 2022-03-31 13:45:07 +01:00
  • 32bddfdd47 Add Japanese translations for flow editor Kazuhito Yokoi 2022-03-30 15:34:44 +09:00
  • c9aa654ef0 Fix incorrect variable name for i18n of the flow editor Kazuhito Yokoi 2022-03-30 15:34:07 +09:00
  • 5e501857aa Add Japanese translations for link node Kazuhito Yokoi 2022-03-30 15:31:48 +09:00
  • 6b00aba039 Adjust indents in the documentation of the link node Kazuhito Yokoi 2022-03-30 15:30:30 +09:00
  • 14fa9cfa4b Change indents from tabs to 4 spaces Kazuhito Yokoi 2022-03-30 15:20:39 +09:00
  • 5633c5224e Add system info UI Steve-Mcl 2022-03-29 20:59:35 +01:00
  • 03763a1423 Update diagnostics as per Issue discussion Steve-Mcl 2022-03-29 20:48:29 +01:00
  • cf6df1556c Ensure UTC time is UTC Steve-Mcl 2022-03-29 08:35:09 +01:00
  • cdc8a42393 Add diagnosticsOptions to settings.js Steve-Mcl 2022-03-28 18:50:12 +01:00
  • a2fd705153 Improve diagnostics content Steve-Mcl 2022-03-28 18:49:56 +01:00
  • 3388f699a0 Add diagnostics endpoint fixes #3430 Steve-Mcl 2022-03-24 16:00:45 +00:00
  • 5e197713ff Fix down arrow triggering menu in search box fixes #3491 Steve-Mcl 2022-03-24 11:28:24 +00:00
  • 50718495da fix test mock Sam Machin 2022-03-24 08:39:31 +00:00
  • b7b604aed4 Update packages/node_modules/@node-red/runtime/lib/nodes/credentials.js Sam Machin 2022-03-24 08:37:51 +00:00
  • a1f5cabbba Update packages/node_modules/@node-red/runtime/locales/en-US/runtime.json Sam Machin 2022-03-24 08:37:46 +00:00
  • c2aae6ddf6 Update packages/node_modules/@node-red/runtime/locales/en-US/runtime.json Sam Machin 2022-03-24 08:37:35 +00:00
  • 8a40622815 tcp node - undo trim if we re-add split chars Dave Conway-Jones 2022-03-23 22:07:43 +00:00
  • cb88409102 Merge pull request #3504 from Steve-Mcl/merge-master-dev Nick O'Leary 2022-03-23 11:59:55 +00:00
  • fd2462135b Initial update to FontAwesome 6 fontawesome-6 Nick O'Leary 2022-03-23 11:34:27 +00:00
  • b918b75414 Merge remote-tracking branch 'upstream/master' into dev Steve-Mcl 2022-03-23 11:16:18 +00:00
  • 37f0e36c98 Merge pull request #3463 from Steve-Mcl/dynamic-link-call Nick O'Leary 2022-03-23 10:14:48 +00:00
  • c8dc2327a3 Merge pull request #3497 from Steve-Mcl/mqtt-unit-tests Stephen McLaughlin 2022-03-23 10:10:57 +00:00
  • f660973168 Dont run MQTT tests by default on local - update skip message to inform use of how to enable test Stephen McLaughlin 2022-03-23 10:00:36 +00:00
  • cf2e7744f3 remove copyright header Stephen McLaughlin 2022-03-23 09:15:57 +00:00
  • 855d799b21 Update credentials.js Sam Machin 2022-03-22 21:18:11 +00:00
  • 97dd1d0f4f typo Sam Machin 2022-03-22 07:34:18 +00:00
  • 5b5553b9a3 Add debug message path info tooltip Fixes #3477 Nick O'Leary 2022-03-21 20:44:36 +00:00
  • 702545e0b2 Merge pull request #3500 from ralphwetzel/master Stephen McLaughlin 2022-03-21 20:10:55 +00:00
  • fa2787eb5d Merge pull request #3499 from bonanitech/diff-colors Stephen McLaughlin 2022-03-21 20:09:21 +00:00
  • 0f37b326a0 Merge pull request #3502 from Steve-Mcl/fix-mqtt-will-props Nick O'Leary 2022-03-21 19:29:23 +00:00
  • 7f9f551cfe fix typo of will properties (properies) Fixes #3501 Steve-Mcl 2022-03-21 15:24:23 +00:00
  • ecf1847dd2 use CI flag to skip MQTT tests Steve-Mcl 2022-03-21 14:59:10 +00:00
  • 40a9dce869 try broker.emqx.io Steve-Mcl 2022-03-21 13:51:20 +00:00
  • a6696733fa tidy up code Steve-Mcl 2022-03-21 13:50:24 +00:00
  • d9bd736159 change error to warn for moving from unencrypted to encrypted Sam Machin 2022-03-21 09:29:41 +00:00
  • 4f5f5d31a3 Merge pull request #1 from ralphwetzel/ralphwetzel-sidebar-filter-button-tooltip ralphwetzel 2022-03-21 00:06:02 +01:00
  • fad1325427 Fix: Sidebar "Configuration" filter button tooltip ralphwetzel 2022-03-20 23:59:24 +01:00
  • 8b6678a453 Add the ability to customize diff colors even more Mauricio Bonani 2022-03-20 15:40:52 -04:00
  • c7f48a83c0 add test Sam Machin 2022-03-19 17:57:30 +00:00
  • af0f02d63e add locale warning Sam Machin 2022-03-19 17:44:21 +00:00
  • 497d63e67e Add unit tests for MQTT nodes Steve-Mcl 2022-03-19 17:29:31 +00:00
  • 4d048af384 Check for missing encrypted credentials Sam Machin 2022-03-19 13:34:46 +00:00
  • 3649f10600 Merge pull request #3478 from node-red/auto-gen-name Nick O'Leary 2022-03-14 19:35:58 +00:00
  • 49e69a54bd Merge pull request #3481 from Steve-Mcl/fix-node-val-changed Nick O'Leary 2022-03-14 18:52:25 +00:00
  • a0acc89fcb Merge pull request #3405 from Steve-Mcl/continuous-search Nick O'Leary 2022-03-14 18:38:04 +00:00
  • 64d1a82920 Merge pull request #3462 from node-red/junctions Nick O'Leary 2022-03-14 18:34:09 +00:00
  • 2396e28479 Add 'juntion' to quick-add type search Nick O'Leary 2022-03-14 18:31:23 +00:00
  • db1ad0df63 Add Junctions Nick O'Leary 2022-02-28 12:53:11 +00:00
  • c5de18caae fix: node save broken Steve-Mcl 2022-03-12 16:10:36 +00:00
  • e57774e121 fix UI change events - use this not node in UI change events Steve-Mcl 2022-03-12 15:02:25 +00:00
  • b7ee46d400 revise header options - remove Accept-Charset - Use camel case by default - additional encodings Steve-Mcl 2022-03-12 15:00:48 +00:00
  • 6007132640 rearange UI (name to bottom) Steve-Mcl 2022-03-12 14:59:15 +00:00
  • 31b3a4c342 Add UI for common headers/values - Wrap HTML node script in IFFE (isolate module level vars & functions) - Add UI elements for setting headers in http req node edit form - Update built in help - Add tests Steve-Mcl 2022-03-12 13:47:29 +00:00
  • 73ff852648 backward compatible equality testing of immutables - make non object equality tests non strict - this aligns with prior condition Stephen McLaughlin 2022-03-10 11:22:59 +00:00
  • 6d50eb5737 Merge pull request #3484 from zettca/node-wires-array Nick O'Leary 2022-03-09 11:42:10 +00:00
  • 3c0b74005b Add core:generate-node-names action Nick O'Leary 2022-03-09 11:32:37 +00:00
  • 93ff667df1 Add RED.utils.getPaletteLabel Nick O'Leary 2022-03-09 11:29:51 +00:00
  • a8579fa68a fix nodes losing their wires when in an iframe Bruno Henriques 2022-03-09 10:39:47 +00:00
  • 10f77fdf1a permit non strict comparison of string or number Stephen McLaughlin 2022-03-08 23:13:41 +00:00
  • 99d824a999 Merge Steve-Mcl 2022-03-08 16:19:28 +00:00
  • 97d2b5df15 close search toolbar on escape Steve-Mcl 2022-03-08 16:09:05 +00:00
  • 84a9cf7adf handle errors by circ refs, undefined, BigInt etc Steve-Mcl 2022-03-08 14:20:12 +00:00
  • a49927f173 do JSON comparison of old value/new value fixes #3475 Steve-Mcl 2022-03-08 14:07:03 +00:00
  • 6a5c50ff77 Merge pull request #3476 from Steve-Mcl/fix-calculateGridSnapOffsets Nick O'Leary 2022-03-07 21:10:46 +00:00
  • c948573c2d fix PR 'split wire with link nodes' #3416 Steve-Mcl 2022-03-07 20:23:06 +00:00
  • 5233bc501c Merge branch 'dev' into continuous-search Stephen McLaughlin 2022-03-07 20:04:59 +00:00
  • ad96c6f838 fix search counter glitch Steve-Mcl 2022-03-07 20:01:24 +00:00
  • 0e92f68b4a Merge pull request #3399 from Steve-Mcl/split-wire-to-links Nick O'Leary 2022-03-07 12:57:49 +00:00
  • ac97e8c613 Merge pull request #3468 from Steve-Mcl/scroll-into-view-calcs Nick O'Leary 2022-03-07 12:47:54 +00:00
  • 95fe717ca7 Merge pull request #3472 from Steve-Mcl/fix-mqtt-setboolprop Nick O'Leary 2022-03-07 12:47:01 +00:00
  • 10b18de3e0 fix: ensure mqtt v5 props can be set false fixes #3471 Steve-Mcl 2022-03-05 11:24:25 +00:00
  • 08295eb807 Remove RED.nodes.createNode Steve-Mcl 2022-03-05 11:08:36 +00:00
  • fce4f0c116 resolve PR issues... - change default keymap to ALT-L L - Move RED.nodes.createNode to RED.view.createNode - replace selectedLinks with selection().links Steve-Mcl 2022-03-05 11:06:13 +00:00