Nick O'Leary
8e45561e9b
Merge pull request #5390 from node-red/Add-pause-button-to-debug-sidebar
...
Add pause button to debug sidebar
2026-01-21 11:22:56 +00:00
Nick O'Leary
764731efa6
Add inline debug paused message
2026-01-21 11:19:31 +00:00
Nick O'Leary
8faebae4bc
Merge pull request #5391 from node-red/add-burst-mode-to-delay-node
...
add burst mode to delay node
2026-01-21 09:49:02 +00:00
Dave Conway-Jones
6c39735051
add burst mode to delay node
...
and tests
2025-12-21 19:36:58 +00:00
Dave Conway-Jones
3fa7ad9d3a
Add Paused label to footer to make it more obvious
2025-12-18 11:05:40 +00:00
Dave Conway-Jones
183326a685
Add pause button to debug sidebar
2025-12-17 19:31:42 +00:00
Ben Hardill
c17b6bfde8
Add TLS certs/keys from Env Vars
2025-12-07 12:48:33 +00:00
Nick O'Leary
d5558dd6da
Merge pull request #4907 from node-red/Add-pfxp12-to-tls-options
...
Add ability to use pfx or p12 file for TLS connection settings option
2025-12-04 17:33:24 +00:00
Nick O'Leary
412f4465c7
Merge branch 'master' into dev
2025-07-21 16:29:52 +01:00
Kazuhito Yokoi
1f48dd5c0a
Update help document of filter node
2025-07-07 00:19:06 +09:00
Nick O'Leary
b428e24ea5
Update skip http body parser
2025-06-25 16:28:30 +01:00
Debadutta Panda
af1f8bd112
Merge branch 'dev' into @feature/issue-5029
2025-06-21 19:41:03 +05:30
Ben Hardill
410e5b8faf
Allow limited Strings for msg.rejectUnauthorized
...
fixes #5171
If `msg.rejectUnauthorized` is a string allow "true", "false"
(and upper case versions) otherwise show a warning and use default
behaviour.
Boolean values used as is, any other types also ignored.
2025-06-13 13:33:42 +01:00
Debadutta Panda
7d16feff24
Merge branch 'dev' into @feature/issue-5029
2025-06-07 10:47:20 +05:30
Nick O'Leary
843313185a
Apply suggestions from code review
2025-06-06 10:15:53 +01:00
Nick O'Leary
332fbae39e
Merge branch 'dev' into feature/export-module-info-2
2025-06-06 10:07:32 +01:00
Dave Conway-Jones
159ea30b16
Rename Split The field
...
to close #5128
2025-05-01 22:03:50 +01:00
GogoVega
a4c8f57802
Add note + nls to the "manage modules" button
2025-04-28 20:52:11 +02:00
Debadutta Panda
16d095397c
refactor: update rawBody label to skipBodyParsing and adjust related UI elements
2025-03-18 18:42:27 +05:30
Debadutta Panda
8543c88f2b
Merge branch 'dev' into @feature/issue-5029
2025-03-18 16:06:24 +05:30
Debadutta Panda
356c0c2416
Add include raw data option in request body.
2025-02-14 13:46:41 +05:30
Ersin
a7ee31307e
missing getSubscriptions in the docs while its implemented
...
See:
https://github.com/node-red/node-red/blob/master/packages/node_modules/%40node-red/nodes/core/network/10-mqtt.js#L1288
2024-10-29 13:38:32 +01:00
Dave Conway-Jones
c3d4421592
Add option to use pfx or p12 for TLS connections
2024-10-09 16:49:27 +01:00
Daniel Caspi
1053fc5121
fix typo: depreciated
2024-09-27 04:35:51 -05:00
Nick O'Leary
998219ae9a
Merge pull request #4829 from node-red/Let-Batch-node-honour-parts-to-close-early
...
Let batch node terminate "early" if msg.parts set to end of sequence
2024-07-18 16:34:46 +01:00
Dave Conway-Jones
ff35c46d5d
Fix unintentianal Capitalisation in Split node
...
to close #4832
2024-07-16 14:37:16 +01:00
Dave Conway-Jones
05c924a9df
Let batch node terminate "early" if msg.parts set to end of sequence
...
(ie index = count -1). Useful to close at end of files etc.
2024-07-04 15:09:55 +01:00
Dave Conway-Jones
1a8b37b4e3
make using msg.parts optional in join node
2024-06-24 21:05:00 +01:00
Nick O'Leary
13ee8cec24
Merge branch 'master' into sync-dev-2
2024-05-14 17:22:42 +01:00
Zeger-Jan van de Weg
c2e03a40b4
docs: Add closing paragraph tag
...
Minor change that only improves xpath parsing.
2024-04-20 14:20:59 +02:00
Nick O'Leary
208dd2a457
Merge pull request #4436 from marcus-j-davies/allow-ws-headers
...
Feat: Add ability to set headers for WebSocket client
2024-03-13 17:20:07 +00:00
Nick O'Leary
0b9dd11fff
Merge pull request #4513 from gorenje/html_node_content_and_attributes
...
HTML node: add option for collecting attributes and content
2024-03-07 16:24:28 +00:00
Nick O'Leary
742aa2fa0d
Merge branch 'dev' into make-split/join-more-flexible
2024-03-07 15:40:56 +00:00
Steve-Mcl
b2548c158d
fix layout and missing tip
2024-02-09 20:50:24 +00:00
Steve-Mcl
ff8eb0ec2b
Add RFC spec mode to CSV node
...
closes #3934
2024-01-23 10:35:08 +00:00
Gerrit Riessen
7b01457038
HTML node: add option to for attribites and content
2024-01-06 00:12:09 +01:00
Marcus Davies
3123a5ee51
Feat: Add ability to set headers for WebSocket client
2023-11-14 20:44:04 +00:00
Dave Conway-Jones
f49f692ffa
Better fix for TCP node reset
...
now handles reply out node,
and can specify which connection to reset.
2023-11-03 11:57:16 +00:00
Dave Conway-Jones
32e8f4eac6
Add help info
2023-11-01 12:33:57 +00:00
Dave Conway-Jones
9fd929ac1e
let split node specify property to split on
...
and let join auto join the correct property
or manually the specified one.
2023-10-17 21:12:13 +01:00
Rotzbua
aea32cc279
Migrate http -> https for nodered.org
2023-09-05 14:55:56 +02:00
Nick O'Leary
8b7b3e22d7
Merge branch 'master' into dev
2023-07-26 16:59:12 +01:00
Zeger-Jan van de Weg
db98641a32
help: Template might be a better fit to create multiline strings
...
The inject node doesn't create multiline strings as the help text explains. While there's indeed many ways to circumvent this, the Template node might be more "low-code" than the function node is.
2023-06-27 09:53:39 +02:00
Nick O'Leary
aa0225f59f
Apply suggestions from code review
2023-06-21 14:27:32 +01:00
Nick O'Leary
aafb86ef09
Merge branch 'dev' into adding-timeout-to-functio-node
2023-06-21 13:35:48 +01:00
Stephen McLaughlin
f8175fc325
Update packages/node_modules/@node-red/nodes/locales/en-US/messages.json
...
Co-authored-by: Nick O'Leary <nick.oleary@gmail.com>
2023-05-31 14:11:06 +01:00
Stephen McLaughlin
5eee38e7de
Update packages/node_modules/@node-red/nodes/locales/en-US/messages.json
...
Co-authored-by: Nick O'Leary <nick.oleary@gmail.com>
2023-05-31 14:10:59 +01:00
Steve-Mcl
a78da0db1e
Update status and catch node labels in group mode
2023-05-29 22:47:29 +01:00
Nick O'Leary
0697c26dd1
Merge branch 'dev' into adding-timeout-to-functio-node
2023-05-25 17:33:41 +01:00
Nick O'Leary
11ded1e497
Merge branch 'dev' into 3843-alternative-impl
2023-05-22 17:41:23 +01:00