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

Commit Graph

  • b427eca21f
    Merge pull request #3136 from node-red/tour-guide-2 Nick O'Leary 2021-09-27 17:59:05 +0100
  • 3eb438c8d2
    Merge pull request #3116 from node-red-hitachi/dev-httpreqlog Nick O'Leary 2021-09-27 17:56:34 +0100
  • 068f425833
    Merge pull request #3139 from node-red/fs-promises Nick O'Leary 2021-09-27 17:51:10 +0100
  • b3c84242dc
    Bump version for 2.1.0-beta.1 Nick O'Leary 2021-09-27 17:50:09 +0100
  • 24672d91d8
    Fix linting error in tourGuide #3136 Nick O'Leary 2021-09-27 17:49:38 +0100
  • 4422af26ec
    Try to handle smaller screen sizes in tourGuide Nick O'Leary 2021-09-27 17:35:49 +0100
  • 5329e803e2
    Add keyboard handling to tourGuide - escape/enter Nick O'Leary 2021-09-27 17:35:24 +0100
  • ad542b91fa
    Add i18n support to tours Nick O'Leary 2021-09-27 17:34:30 +0100
  • e9e03c945b
    Add core:show-welcome-tour action and logic to display on first-run Nick O'Leary 2021-09-27 16:42:51 +0100
  • e20cfb3dae
    Ignore dynamicImport warning from jshint Nick O'Leary 2021-09-09 10:59:49 +0100
  • 48baac916c
    Add initial tour-guide feature Nick O'Leary 2021-09-08 22:57:35 +0100
  • adadf38b08
    Allow menu items to be opened via css class Nick O'Leary 2021-09-08 22:57:03 +0100
  • d4e1469450
    Allow default tab to be specified when editing flows/groups/subflows Nick O'Leary 2021-09-08 22:55:20 +0100
  • 2c456f044f
    Allow popovers to be moved and styled Nick O'Leary 2021-09-08 22:54:42 +0100
  • 228c15ace3
    Fix icon position in dropdown menu Nick O'Leary 2021-09-26 20:38:55 +0100
  • a0d15e6e7b
    Fix menu error for workspace tab button Nick O'Leary 2021-09-26 20:08:15 +0100
  • 2fe78cf971
    Update packages/node_modules/@node-red/util/lib/i18n.js #3139 fs-promises Dave Conway-Jones 2021-09-25 14:51:47 +0100
  • 5ec3544340
    Merge pull request #3148 from node-red/login-fixes Nick O'Leary 2021-09-24 22:40:15 +0100
  • 5443a17775
    Merge pull request #3120 from node-red/hide-flows Nick O'Leary 2021-09-24 22:39:42 +0100
  • 40d60e4eb3
    Add allowUpdate to settings file Nick O'Leary 2021-09-24 22:23:50 +0100
  • f3312a6403
    Merge pull request #3143 from node-red/upgrade-deny-list Nick O'Leary 2021-09-24 22:20:58 +0100
  • e638b55b30
    Merge pull request #3149 from hardillb/coreNodesDir-false Nick O'Leary 2021-09-24 22:20:11 +0100
  • 5caa76a8b3
    Widden default menu to handle shortcuts #3120 Nick O'Leary 2021-09-24 22:15:02 +0100
  • 901a5ce9d2
    Better fade effect when hiding tabs Nick O'Leary 2021-09-24 22:10:53 +0100
  • 6ab74951f4
    Fix menu shortcut display when menu label is long Nick O'Leary 2021-09-24 19:44:05 +0100
  • c2625d696d
    Merge branch 'dev' into hide-flows Nick O'Leary 2021-09-24 19:12:34 +0100
  • 77fb5ef2ab
    Allow coreNodesDir to be set to false #3149 Ben Hardill 2021-09-22 10:21:23 +0100
  • c20ca3399e codeEditor.options should take precedence - over plugins monacoOptions #3084 Steve-Mcl 2021-09-21 14:12:21 +0100
  • 5825da9c76 Merge branch 'dev' into theme-monaco-theme Steve-Mcl 2021-09-21 14:06:54 +0100
  • f15bebaf61 Merge branch 'dev' into mqtt-dyn Steve-Mcl 2021-09-21 14:04:38 +0100
  • e3853ae402
    Improve error reporting with oauth login strategies #3148 Nick O'Leary 2021-09-20 11:48:51 +0100
  • 5c17a19d6b update according to PR comments #3114 Hiroyasu Nishiyama 2021-09-18 22:22:00 +0900
  • bd142a9710
    uncaughtException debug improvements #3146 Renato Junior 2021-09-17 22:02:48 -0300
  • 4f23847546
    Fix UDP node to not not use port if unassigned Dave Conway-Jones 2021-09-16 16:22:01 +0100
  • 85820c571d
    Add unit tests for allowUpdate settings #3143 Nick O'Leary 2021-09-14 10:50:26 +0100
  • d9bed03025
    Add allowUpdate feature to externalModules.palette Nick O'Leary 2021-09-13 21:25:12 +0100
  • d6e05962c9
    Merge pull request #3140 from harmonic7/dev Nick O'Leary 2021-09-13 09:23:59 +0100
  • d32636ed6b Tweak theme tests for tabicon colour config #3140 Casey Wilkes 2021-09-10 23:16:42 +1200
  • bbf066f030
    Fixes to fs promises so that electron version runs Dave Conway-Jones 2021-09-10 08:33:07 +0100
  • a3d2f6592e Add support for colouring tab icon in settings.js Casey Wilkes 2021-09-10 13:10:01 +1200
  • 87b6327c5e
    Merge branch 'dev' into hide-flows Nick O'Leary 2021-09-07 13:53:45 +0100
  • abaebb329d
    Merge branch 'dev' into edit-panes-2 Nick O'Leary 2021-09-07 13:42:49 +0100
  • 8970fe412d
    Merge pull request #3124 from node-red/raise-lower-nodes Nick O'Leary 2021-09-07 12:19:56 +0100
  • f8461d31c2
    Merge pull request #3132 from hardillb/v1.x-docker-release v1.x Nick O'Leary 2021-09-07 12:06:42 +0100
  • 9dc5ae21c4
    Add menu options for raise/lower actions #3124 Nick O'Leary 2021-09-07 12:04:58 +0100
  • 4132fb79a6
    Allow nodes to be raised/lowered in the workspace Nick O'Leary 2021-08-26 21:16:40 +0100
  • 9a4dc30604
    Merge pull request #3110 from node-red/view-tools Nick O'Leary 2021-09-07 11:49:10 +0100
  • 192b542fe4
    Add menu options for align tools and show shortcuts on menu #3110 Nick O'Leary 2021-09-07 11:47:04 +0100
  • 35e7538b9c
    Check out corect node-red-docker branch #3132 Ben Hardill 2021-09-06 15:03:57 +0100
  • d6845fca7d Class per updatable node, allowing filtering #3131 Dirk-Jan Faber 2021-08-27 14:59:24 +0200
  • 490547cd3d Use httpRequestTimingLog for enable detailed timing log #3116 Kunihiko Toumura 2021-09-05 15:22:13 +0900
  • f19d65a8f2 Merge branch 'dev' into mqtt-dyn Steve-Mcl 2021-09-04 09:49:48 +0100
  • 17f9829498
    Fix for incorrect tcpout connection count Dave Conway-Jones 2021-09-03 13:00:06 +0100
  • 234e77fd06
    Rename registerEditPane function #3130 Nick O'Leary 2021-09-02 22:12:32 +0100
  • 87ac831c8a
    Simplify edit pane api Nick O'Leary 2021-09-02 21:59:30 +0100
  • 4e92492165
    Edit panes should not need to create own tray content div Nick O'Leary 2021-09-02 21:44:06 +0100
  • c3d0b1114f
    Fix jshint error Nick O'Leary 2021-09-02 16:37:13 +0100
  • 4463a7d4ba
    Move envVar list component to own file Nick O'Leary 2021-09-02 16:14:35 +0100
  • 741fe3dd90
    Move tab edit dialog into editor and use new edit panes Nick O'Leary 2021-09-02 14:29:58 +0100
  • e910f3915d
    Initial refactor of edit dialogs to separate panes Nick O'Leary 2021-09-02 10:33:43 +0100
  • 39aafc5007
    Ensure treeList row has suitable min-height when no content Fixes #3109 Nick O'Leary 2021-08-27 16:32:43 +0100
  • 9b83afae42
    Fix typo in ko editor.json Fixes #3119 Nick O'Leary 2021-08-27 16:22:58 +0100
  • bdf54f6cff
    Change fade color when hovering an inactive tab Mauricio Bonani 2021-08-10 14:26:41 -0400
  • f2a9887a12
    Place close tab link in front of fade Mauricio Bonani 2021-08-10 14:21:54 -0400
  • 4f4d78bfab
    Key and certificate as string or buffer bartbutenaers 2021-08-21 22:21:58 +0200
  • 7aec7c8460
    Bump for 1.3.7 1.3.7 Nick O'Leary 2021-09-02 09:07:04 +0100
  • 3b460fb8fa
    Bump for 2.0.6 2.0.6 Nick O'Leary 2021-09-02 09:00:54 +0100
  • ee15e9acc5
    Update tar to latest Nick O'Leary 2021-09-02 08:21:10 +0100
  • 48fce35fb3
    Merge pull request #3128 from aksswami/master Nick O'Leary 2021-09-02 08:20:15 +0100
  • 78899378c2 Update tar to 6.1.9 to resolve vulnerability issue #3128 Amit Kumar Swami 2021-09-02 13:19:40 +0800
  • e994b9d5e1 correlate joined/split messages Kunihiko Toumura 2021-09-02 14:33:14 +0900
  • 67404a327d merge getFlowSetting to getSetting #3112 Hiroyasu Nishiyama 2021-09-01 22:26:31 +0900
  • 702dfa4b79
    Update packages/node_modules/@node-red/nodes/locales/en-US/function/80-template.html #3108 Sam Machin 2021-08-31 16:59:32 +0100
  • 2144407e41
    Merge pull request #3117 from dschmidt/passport-callback-arity Nick O'Leary 2021-08-31 16:45:43 +0100
  • b36dd62c50
    Remove console.log Nick O'Leary 2021-08-31 15:23:50 +0100
  • 7026df7d96
    Track hidden tabs in localStorage Nick O'Leary 2021-08-31 15:19:04 +0100
  • ed8e7afdf6
    Add flow tab bar menu Nick O'Leary 2021-08-31 14:46:11 +0100
  • d78e5932f9 update according to PR comments Hiroyasu Nishiyama 2021-08-30 08:00:58 +0900
  • 26d83bb9ea
    Ensure treeList row has suitable min-height when no content Fixes #3109 Nick O'Leary 2021-08-27 16:32:43 +0100
  • 8e89b1bdf2
    Fix typo in ko editor.json Fixes #3119 Nick O'Leary 2021-08-27 16:22:58 +0100
  • c880cc0987
    Add core:hide-other-tabs and handle multiple tab selection Nick O'Leary 2021-08-27 11:46:30 +0100
  • 0874ba7a03
    Add core:show-last-hidden-tab and update keymap Nick O'Leary 2021-08-26 22:20:25 +0100
  • 70d362546f ensure clientid is updated dynamically Steve-Mcl 2021-08-26 21:23:07 +0100
  • c8d19b2fd7 Merge branch 'dev' into mqtt-dyn Steve-Mcl 2021-08-26 20:53:48 +0100
  • 7962278475
    Allow tabs to be hidden via x-button on tab Nick O'Leary 2021-08-25 11:34:41 +0100
  • c8949f5eeb
    Fix treeList gutter padding for outliner Nick O'Leary 2021-08-24 23:06:09 +0100
  • 8108b93c5f
    Add core:toggle-tabs action Nick O'Leary 2021-08-24 17:52:00 +0100
  • 9dbe531bf7
    Remove duplicate hide-tab action Nick O'Leary 2021-08-24 17:44:52 +0100
  • 46e2ff1001
    Allow tabs to be hidden Nick O'Leary 2021-08-24 17:33:04 +0100
  • d2cdc67ec7
    Add distribute-horizontally/vertically actions to editor Nick O'Leary 2021-08-23 21:29:21 +0100
  • 56121203bf
    Rename align actions to match existing align-selection-to-grid Nick O'Leary 2021-08-16 21:34:30 +0100
  • e13133fd2b
    Add align actions to editor Nick O'Leary 2021-08-16 21:21:19 +0100
  • 298eb47431 convert indentation to space #3123 Gabriele Lauricella 2021-08-26 00:25:44 +0200
  • 26a7aff04f add it-IT translation for nodes Gabriele Lauricella 2021-08-26 00:19:21 +0200
  • 10e916a0ad add it-IT translation for editor-client Gabriele Lauricella 2021-08-26 00:18:41 +0200
  • f20565fd16 Renamed resetTimeout to restartTimeout Updated documentation differently #3121 Magnus Månsson 2021-08-25 21:53:37 +0200
  • ea08c0a01b Redraw hook for displaying comments inline #3122 lgrkvst 2021-08-25 15:03:26 +0200
  • cf2d5841f5 SPLIT Join node - support for payload.resetTimeout to restore original timeout Magnus Månsson 2021-08-25 12:52:10 +0200
  • 630d2ca926 Give passport verfiy callback wrapper the same arity as the original callback passed in via options #3117 Dominik Schmidt 2021-08-23 15:52:49 +0200
  • 34cb93794c
    Merge pull request #3106 from bonanitech/fade-on-hover Nick O'Leary 2021-08-23 12:34:42 +0100