Marcus Davies
7916dc9c05
Slightly cleaner fasly checks
2023-11-14 22:31:25 +00:00
Marcus Davies
3123a5ee51
Feat: Add ability to set headers for WebSocket client
2023-11-14 20:44:04 +00:00
Nick O'Leary
c6a8eee73d
Merge pull request #4416 from node-red/mqtt-check-topic-length
...
check topic length > 0 before publish
2023-11-07 17:46:33 +00:00
Nick O'Leary
5b5b06cc06
Merge pull request #4406 from node-red/tcp-request-node-reset-when-in-stay-connected-mode
...
Let msg.reset reset Tcp request node connection when in stay connected mode
2023-11-07 17:42:17 +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
369bad01b8
check topic length > 0 before publish
...
to close #4414
2023-11-03 08:55:38 +00:00
Nick O'Leary
b6ecc6d9ea
Handle false-like env vars properly
2023-11-02 00:40:55 +01:00
Dave Conway-Jones
10ce681d46
Fix join node to ignore parts in manual mode
...
to fix #1957
2023-11-01 13:59:09 +00:00
Dave Conway-Jones
32e8f4eac6
Add help info
2023-11-01 12:33:57 +00:00
Dave Conway-Jones
bfe5a8a986
Update 31-tcpin.js
...
don't send if payload not defined.
2023-11-01 12:27:11 +00:00
Dave Conway-Jones
f2cb5ea44e
Allow msg.reset to reset connection when tcp request in stay connected mode
2023-11-01 12:07:50 +00:00
Dave Conway-Jones
c7335ed25b
Let debug node status msg length be settable via settings
2023-10-31 09:11:17 +00:00
Kazuhito Yokoi
fae3a5c26a
Fix unintended new line in node name
2023-10-29 14:58:03 +09:00
Dave Conway-Jones
5fda57c730
too enthusiastic clearing up property
...
reverted
2023-10-18 13:51:40 +01: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
Nick O'Leary
51cb61940d
Improve validation of switch/change node rules
...
Fixes #4340
2023-09-25 17:33:59 +01:00
Nick O'Leary
fc54848318
Merge pull request #4349 from braincube-io/feat/fmo/makeCsvExportFast
...
Performance : make CSV export way faster by not re-allocating and handling huge string
2023-09-19 09:22:54 +01:00
Nick O'Leary
2f9f8cda81
Merge pull request #4350 from node-red/Fix-delay-node-passing-on-reset-regression
...
Fix regression in delay node to not pass on msg.reset
2023-09-19 09:21:33 +01:00
Nick O'Leary
4e55408fed
Merge pull request #4346 from kazuhitoyokoi/master-fixheight4templete
...
Fix height of description editor in template node
2023-09-19 09:20:09 +01:00
Nick O'Leary
88aa61ea77
Merge pull request #4329 from GogoVega/french-translation-v3.1-beta.4-changes
...
Add French translation of v3.1.0-beta.4 changes + slight improvements
2023-09-19 09:19:49 +01:00
Dave Conway-Jones
718a7bfc26
Update 89-delay.js
2023-09-18 19:32:01 +01:00
Franck
27ca30aa82
PERF : make csv way faster by not allocating and handling huge string
2023-09-18 15:16:15 +02:00
Kazuhito Yokoi
e1cecc9601
Fix height of description editor in template node
2023-09-16 15:46:07 +09:00
GogoVega
f5a9942d5e
Fix translation mistakenly erased
2023-09-09 10:59:59 +02:00
Nick O'Leary
6ca41ba69d
Handle undefined linkType value for existing link-call nodes
2023-09-08 16:03:08 +01:00
GogoVega
44a1f83b26
Add some capital letters
2023-09-08 15:39:46 +02:00
Nick O'Leary
0c042abcab
Bump to 4.0.0-dev
2023-09-06 14:45:45 +01:00
Nick O'Leary
d9bbac20f3
Merge pull request #4320 from node-red/dev
...
Sync `dev` to `master` for 3.1.0 release
2023-09-06 14:04:36 +01:00
Nick O'Leary
a48c57dd17
Merge pull request #4321 from node-red/rel-310
...
Bump version and changelog for 3.1.0 release
2023-09-06 13:57:44 +01:00
Nick O'Leary
77b235655c
Bump version and changelog
2023-09-05 21:29:20 +01:00
Nick O'Leary
8dc0261993
Merge pull request #4319 from Rotzbua/fix_duplicate
...
Fix duplicate declaration
2023-09-05 20:41:38 +01:00
Rotzbua
65d2ad68d3
Fix duplicate declaration
2023-09-05 19:02:39 +02:00
Nick O'Leary
b0c3fefcab
Dependency updates
2023-09-05 17:16:05 +01:00
Rotzbua
aea32cc279
Migrate http -> https for nodered.org
2023-09-05 14:55:56 +02:00
Nick O'Leary
1f98d19f77
Merge pull request #4309 from node-red/pr_4265
...
Adding function timeout to settings file (#4265 )
2023-09-05 11:44:41 +01:00
Nick O'Leary
9a934c941f
Tidy up functionTimeout setting
2023-09-05 10:34:18 +01:00
Nick O'Leary
1bad643b30
Merge pull request #4302 from node-red/4291-auto-sub-mqtt-error
...
Remove unnecessary check for clientid if autoUnsub set
2023-09-05 09:43:52 +01:00
Nick O'Leary
46b15a51d4
Revert "Support form-data arrays"
2023-09-05 09:41:48 +01:00
Nick O'Leary
a12826e719
Remove unnecessary check for clientid if autoUnsub set
...
Fixes #4291
2023-09-02 20:48:13 +01:00
Nick O'Leary
f6f36c5599
Fix function setup tab layout
2023-09-01 16:17:29 +01:00
Kazuhito Yokoi
7e6a96db87
Fix file permissions of message catalogs
2023-08-17 18:17:58 +09:00
Kazuhito Yokoi
a87d7276c5
Add svg icons for nodes
2023-08-16 19:21:31 +09:00
Kazuhito Yokoi
66144c1eb5
Add svg icons for nodes
2023-08-15 16:16:04 +09:00
Kazuhito Yokoi
3fd2b5f4e1
Merge branch 'dev' into dev-tostring4filenodes
2023-08-14 21:16:57 +09:00
Kazuhito Yokoi
8a4128defb
Fix handling in file nodes when 0 is specified as file name
2023-08-14 19:53:00 +09:00
Nick O'Leary
97470e94f1
Merge pull request #4262 from sammachin/patch-3
...
Handle 204 in httprequest JSON
2023-08-14 11:10:24 +01:00
Kazuhito Yokoi
9caa6a3553
Fix broken text input in the switch node (again)
2023-08-13 15:33:37 +09:00
Kazuhito Yokoi
0dd771351d
Fix handling in file nodes when number is specified as file name
2023-08-06 20:35:33 +09:00
Kilian Hertel
f7b64b101e
adding function timeout to settings file
...
adding function timeout to settings file
2023-08-04 14:20:49 +02:00
Sam Machin
2b01a3fcd3
Handle 204 in httprequest JSON
...
If the http statusCode is 204 (Success, No Content) and the node return type is set to JSON this sets msg.payload as an empty json object so as to supress the JSON parse error
2023-08-02 14:15:29 +01:00