1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

Commit Graph

  • 5fda20c330
    Improve built in help #3488 Stephen McLaughlin 2022-04-06 07:01:01 +0100
  • 1be6e4565f
    Merge pull request #3521 from Steve-Mcl/autocomplete-improvements Nick O'Leary 2022-04-05 23:44:13 +0100
  • e606d0b1de
    Merge pull request #3385 from node-red/allow-inject-on-start Nick O'Leary 2022-04-05 23:34:20 +0100
  • b4bcb7ace2
    Merge pull request #3503 from node-red/debug-tooltip Nick O'Leary 2022-04-05 23:33:14 +0100
  • a63fee1223
    Merge pull request #3507 from Steve-Mcl/fix-down-arrow-in-search Nick O'Leary 2022-04-05 23:32:59 +0100
  • ae76ff0aaf
    Merge pull request #3516 from Steve-Mcl/status-i18n Nick O'Leary 2022-04-05 23:32:08 +0100
  • bba819ba84
    Merge pull request #3517 from Steve-Mcl/no-deploy-when-shaded Nick O'Leary 2022-04-05 23:31:45 +0100
  • d0d0da6cb7
    Merge pull request #3512 from node-red-hitachi/dev-addjpn Nick O'Leary 2022-04-05 23:30:49 +0100
  • 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 #3521 Steve-Mcl 2022-04-05 14:00:14 +0100
  • b8435efc97
    Allow adminAuth to auto-login users when using passport strategy Fixes #3467 #3519 Nick O'Leary 2022-04-04 21:23:39 +0100
  • 780e41d6a6 Prevent shortcut deploy when deploy button shaded fixes #3509 #3517 Steve-Mcl 2022-04-04 17:06:29 +0100
  • 6d0b55f753 Ensure i18n of scoped package name fixes #3452 #3516 Steve-Mcl 2022-04-04 16:20:44 +0100
  • c9fa5c7284 Make typedInput themeable #3515 Mauricio Bonani 2022-04-03 18:11:24 -0400
  • e97f4c4054 Make tab icon themeable Mauricio Bonani 2022-04-03 18:09:08 -0400
  • 96d15b7505 Make spinner themeable Mauricio Bonani 2022-04-03 18:06:16 -0400
  • 2f77596034 Make icons flow themeable Mauricio Bonani 2022-04-03 18:04:15 -0400
  • 5619c105aa Make separator grip themeable Mauricio Bonani 2022-04-03 18:00:08 -0400
  • 9a6ee023b3 Use SVG for separator grip Mauricio Bonani 2022-04-03 17:47:07 -0400
  • 77e2e44abc
    Fix markdown editor to mark up orderedlists correctly Dave Conway-Jones 2022-03-31 13:45:07 +0100
  • 32bddfdd47 Add Japanese translations for flow editor #3512 Kazuhito Yokoi 2022-03-30 15:34:44 +0900
  • c9aa654ef0 Fix incorrect variable name for i18n of the flow editor Kazuhito Yokoi 2022-03-30 15:34:07 +0900
  • 5e501857aa Add Japanese translations for link node Kazuhito Yokoi 2022-03-30 15:31:48 +0900
  • 6b00aba039 Adjust indents in the documentation of the link node Kazuhito Yokoi 2022-03-30 15:30:30 +0900
  • 14fa9cfa4b Change indents from tabs to 4 spaces Kazuhito Yokoi 2022-03-30 15:20:39 +0900
  • 5633c5224e Add system info UI Steve-Mcl 2022-03-29 20:59:35 +0100
  • 03763a1423 Update diagnostics as per Issue discussion Steve-Mcl 2022-03-29 20:48:29 +0100
  • a456472c30 Multi-path support added to httpStatic. #3510 Levent Sencer Şahin 2022-03-29 21:39:55 +0300
  • cf6df1556c Ensure UTC time is UTC Steve-Mcl 2022-03-29 08:35:09 +0100
  • cdc8a42393 Add diagnosticsOptions to settings.js Steve-Mcl 2022-03-28 18:50:12 +0100
  • a2fd705153 Improve diagnostics content Steve-Mcl 2022-03-28 18:49:56 +0100
  • 3388f699a0 Add diagnostics endpoint fixes #3430 Steve-Mcl 2022-03-24 16:00:45 +0000
  • 5e197713ff Fix down arrow triggering menu in search box fixes #3491 #3507 Steve-Mcl 2022-03-24 11:28:24 +0000
  • 50718495da
    fix test mock #3498 Sam Machin 2022-03-24 08:39:31 +0000
  • b7b604aed4
    Update packages/node_modules/@node-red/runtime/lib/nodes/credentials.js Sam Machin 2022-03-24 08:37:51 +0000
  • a1f5cabbba
    Update packages/node_modules/@node-red/runtime/locales/en-US/runtime.json Sam Machin 2022-03-24 08:37:46 +0000
  • c2aae6ddf6
    Update packages/node_modules/@node-red/runtime/locales/en-US/runtime.json Sam Machin 2022-03-24 08:37:35 +0000
  • 8a40622815
    tcp node - undo trim if we re-add split chars Dave Conway-Jones 2022-03-23 22:07:43 +0000
  • cb88409102
    Merge pull request #3504 from Steve-Mcl/merge-master-dev Nick O'Leary 2022-03-23 11:59:55 +0000
  • fd2462135b
    Initial update to FontAwesome 6 #3505 fontawesome-6 Nick O'Leary 2022-03-23 11:34:27 +0000
  • b918b75414 Merge remote-tracking branch 'upstream/master' into dev #3504 Steve-Mcl 2022-03-23 11:16:18 +0000
  • 37f0e36c98
    Merge pull request #3463 from Steve-Mcl/dynamic-link-call Nick O'Leary 2022-03-23 10:14:48 +0000
  • c8dc2327a3
    Merge pull request #3497 from Steve-Mcl/mqtt-unit-tests Stephen McLaughlin 2022-03-23 10:10:57 +0000
  • f660973168
    Dont run MQTT tests by default on local - update skip message to inform use of how to enable test #3497 Stephen McLaughlin 2022-03-23 10:00:36 +0000
  • cf2e7744f3
    remove copyright header Stephen McLaughlin 2022-03-23 09:15:57 +0000
  • 855d799b21
    Update credentials.js Sam Machin 2022-03-22 21:18:11 +0000
  • 330564280d
    adds Go and bb-up flows (#31) UncleGedd 2022-03-22 12:16:05 -0500
  • f6959d1c18 Merge branch 'http-methods' of https://github.com/Steve-Mcl/node-red into http-methods #3487 Steve-Mcl 2022-03-22 10:22:01 +0000
  • 685394ce3d update html help Steve-Mcl 2022-03-10 19:00:27 +0000
  • 7be48ebd3c Add HEAD method Steve-Mcl 2022-03-10 08:01:32 +0000
  • 1364dfc74d Fix sub-path OPTIONS routes not called Steve-Mcl 2022-03-10 08:01:17 +0000
  • 30dca83519 TRACE should return orig msg in body... - https://httpwg.org/specs/rfc7231.html#rfc.section.4.3.8 Steve-Mcl 2022-03-10 07:58:38 +0000
  • 31bd761543 remove CONNECT method... - not usefull at this time Steve-Mcl 2022-03-10 07:56:43 +0000
  • 01332138bf trace must set header Content-Type 'message/http' Steve-Mcl 2022-03-10 07:55:27 +0000
  • c30870029e handle options per route Steve-Mcl 2022-03-08 23:36:33 +0000
  • 3ccebac16b Add missing HTTP methods Steve-Mcl 2022-03-07 15:55:48 +0000
  • 97dd1d0f4f
    typo Sam Machin 2022-03-22 07:34:18 +0000
  • 5b5553b9a3
    Add debug message path info tooltip Fixes #3477 #3503 Nick O'Leary 2022-03-21 20:44:36 +0000
  • 702545e0b2
    Merge pull request #3500 from ralphwetzel/master Stephen McLaughlin 2022-03-21 20:10:55 +0000
  • fa2787eb5d
    Merge pull request #3499 from bonanitech/diff-colors Stephen McLaughlin 2022-03-21 20:09:21 +0000
  • 0f37b326a0
    Merge pull request #3502 from Steve-Mcl/fix-mqtt-will-props Nick O'Leary 2022-03-21 19:29:23 +0000
  • cf106cdf75
    Merge pull request #30 from defenseunicorns/bb-deploy-rewrite Jordan McClintock 2022-03-21 10:41:41 -0500
  • 7d44b40425
    added new node for deploying podinfo bb package Jordan McClintock 2022-03-21 10:40:17 -0500
  • 7f9f551cfe fix typo of will properties (properies) Fixes #3501 #3502 Steve-Mcl 2022-03-21 15:24:23 +0000
  • ecf1847dd2 use CI flag to skip MQTT tests Steve-Mcl 2022-03-21 14:59:10 +0000
  • 40a9dce869 try broker.emqx.io Steve-Mcl 2022-03-21 13:51:20 +0000
  • a6696733fa tidy up code Steve-Mcl 2022-03-21 13:50:24 +0000
  • d9bd736159
    change error to warn for moving from unencrypted to encrypted Sam Machin 2022-03-21 09:29:41 +0000
  • 4f5f5d31a3
    Merge pull request #1 from ralphwetzel/ralphwetzel-sidebar-filter-button-tooltip #3500 ralphwetzel 2022-03-21 00:06:02 +0100
  • fad1325427
    Fix: Sidebar "Configuration" filter button tooltip ralphwetzel 2022-03-20 23:59:24 +0100
  • 8b6678a453 Add the ability to customize diff colors even more #3499 Mauricio Bonani 2022-03-20 15:40:52 -0400
  • c7f48a83c0
    add test Sam Machin 2022-03-19 17:57:30 +0000
  • af0f02d63e
    add locale warning Sam Machin 2022-03-19 17:44:21 +0000
  • 497d63e67e Add unit tests for MQTT nodes Steve-Mcl 2022-03-19 17:29:31 +0000
  • 4d048af384
    Check for missing encrypted credentials Sam Machin 2022-03-19 13:34:46 +0000
  • 177e9985b0
    quick edit Jordan McClintock 2022-03-18 15:58:21 -0500
  • cadfbb0388
    initial deployment rewrite Jordan McClintock 2022-03-18 15:40:35 -0500
  • 3649f10600
    Merge pull request #3478 from node-red/auto-gen-name Nick O'Leary 2022-03-14 19:35:58 +0000
  • 49e69a54bd
    Merge pull request #3481 from Steve-Mcl/fix-node-val-changed Nick O'Leary 2022-03-14 18:52:25 +0000
  • a0acc89fcb
    Merge pull request #3405 from Steve-Mcl/continuous-search Nick O'Leary 2022-03-14 18:38:04 +0000
  • 64d1a82920
    Merge pull request #3462 from node-red/junctions Nick O'Leary 2022-03-14 18:34:09 +0000
  • 2396e28479
    Add 'juntion' to quick-add type search #3462 Nick O'Leary 2022-03-14 18:31:23 +0000
  • db1ad0df63
    Add Junctions Nick O'Leary 2022-02-28 12:53:11 +0000
  • c5de18caae fix: node save broken Steve-Mcl 2022-03-12 16:10:36 +0000
  • e57774e121 fix UI change events - use this not node in UI change events Steve-Mcl 2022-03-12 15:02:25 +0000
  • b7ee46d400 revise header options - remove Accept-Charset - Use camel case by default - additional encodings Steve-Mcl 2022-03-12 15:00:48 +0000
  • 6007132640 rearange UI (name to bottom) Steve-Mcl 2022-03-12 14:59:15 +0000
  • 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 +0000
  • 64b4ecbcaa update html help Steve-Mcl 2022-03-10 19:00:27 +0000
  • 73ff852648
    backward compatible equality testing of immutables - make non object equality tests non strict - this aligns with prior condition #3481 Stephen McLaughlin 2022-03-10 11:22:59 +0000
  • c967f3526f Add HEAD method Steve-Mcl 2022-03-10 08:01:32 +0000
  • f49b40cc3a Fix sub-path OPTIONS routes not called Steve-Mcl 2022-03-10 08:01:17 +0000
  • af899b9fc3 TRACE should return orig msg in body... - https://httpwg.org/specs/rfc7231.html#rfc.section.4.3.8 Steve-Mcl 2022-03-10 07:58:38 +0000
  • 4e58dd145f remove CONNECT method... - not usefull at this time Steve-Mcl 2022-03-10 07:56:43 +0000
  • 0870c2ce80 trace must set header Content-Type 'message/http' Steve-Mcl 2022-03-10 07:55:27 +0000
  • 6d50eb5737
    Merge pull request #3484 from zettca/node-wires-array Nick O'Leary 2022-03-09 11:42:10 +0000
  • 3c0b74005b
    Add core:generate-node-names action #3478 Nick O'Leary 2022-03-09 11:32:37 +0000
  • 93ff667df1
    Add RED.utils.getPaletteLabel Nick O'Leary 2022-03-09 11:29:51 +0000
  • a8579fa68a
    fix nodes losing their wires when in an iframe #3484 Bruno Henriques 2022-03-09 10:39:47 +0000
  • 8366908939 handle options per route Steve-Mcl 2022-03-08 23:36:33 +0000
  • 10f77fdf1a
    permit non strict comparison of string or number Stephen McLaughlin 2022-03-08 23:13:41 +0000