Commit Graph

1742 Commits

Author SHA1 Message Date
Dave Conway-Jones
853e88ba24 rename mtausers property throughout 2025-08-21 21:47:40 +01:00
Dave Conway-Jones
38b283e50b Tidy up exif test, lint Arduino code 2025-08-08 13:52:18 +01:00
Dave Conway-Jones
213ab0f8d2 Bump some old libs 2025-08-08 12:15:27 +01:00
Dave Conway-Jones
a6c09e1e84 Update 92-xmpp.js 2025-08-04 17:14:58 +01:00
Dave Conway-Jones
9d57aa1942 Bump email packages, rename users internal variable. 2025-08-04 17:12:02 +01:00
Dave Conway-Jones
5e829109ab Handle status better for Bigints
to close #1101
2025-08-04 17:04:36 +01:00
Dave Conway-Jones
06a9c48395 let pushover take an attachment object 2025-07-04 11:40:34 +01:00
Dave Conway-Jones
9a67173ec2 remove extraneous ) in neopixel node 2025-06-27 17:45:10 +01:00
Dave Conway-Jones
84d557d3b3 bump neopixel package
and geohash package
2025-06-24 23:17:35 +01:00
Flos
940bf18a1e Update neopixel.js to fix detection of RPi CM4 with Bookworm (#1098)
My CM4 Module has in /proc/cpuinfo no " : BCM" text string, so the check for RPi fails.
Instead it has a Model  " : Raspberry Pi Compute Module 4 Rev 1.1" string. 
The Check was updated to use BCM or "Raspberry Pi" to check for Raspberry Pi Hardware.
2025-06-24 23:15:08 +01:00
Nick O'Leary
075be0a207 Merge pull request #1096 from hardillb/fix-issue-template
Move to new Issue template format
2025-05-30 15:44:46 +01:00
Ben Hardill
3d085af520 Move to new Issue template format 2025-05-25 16:05:43 +01:00
Dave Conway-Jones
cc76ee6a3a bump some overall dependencies 2025-05-02 11:36:24 +01:00
Dave Conway-Jones
a172e6bad1 bump exif and base64 2025-04-17 10:35:57 +01:00
Dave Conway-Jones
9b94ac25dc bump annotate node for pureimage update 2025-04-14 16:03:44 +01:00
Dave Conway-Jones
9000d90967 fix: upgrade pureimage from 0.2.7 to 0.4.18 (#1094)
Snyk has created this PR to upgrade pureimage from 0.2.7 to 0.4.18.

See this package in npm:
pureimage

See this project in Snyk:
https://app.snyk.io/org/dceejay/project/506d88ae-8d08-4719-9036-4a2645802177?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
2025-04-14 15:58:50 +01:00
Dave Conway-Jones
09ad8ddb93 Merge against v1.3.4 instead of 1.3.3
not sure what went wrong but here we are...
Setting to v1.4.0 as def a functionality change
2025-04-04 13:48:49 +01:00
Dave Conway-Jones
6c9717d92c Fix Arduino serial port search 2025-04-03 22:12:49 +01:00
Dave Conway-Jones
9f9d3259b9 Update Arduino and tidy up 2025-04-03 20:20:16 +01:00
Dave Conway-Jones
60593f154c Arduino/Firmata module complete rewrite v1.3.4-20250331 (#1092) (#1093)
* tiny update to Firmata.js

* A complete rewrite of Firmata/Arduino

See changes for v1.2 - v1.3.3 : https://github.com/node-red/node-red-nodes/issues/920#issuecomment-2709252741

[Node-RED announcement of 1.3.3](https://discourse.nodered.org/t/announce-node-red-node-arduino-firmata-remastered-v1-3-3/96317)

* Arduino v1.3.3 update

See: https://discourse.nodered.org/t/announce-node-red-node-arduino-firmata-remastered-v1-3-3/96317

* v1.3.4-20250331

Fixed port-search. See:
https://discourse.nodered.org/t/announce-node-red-node-arduino-firmata-remastered-v1-3-3/96317/4?u=pizzaprogram

* v1.3.4-20250331

* update v1.3.4-20250331 delete comments

Co-authored-by: PizzaProgram <info@pizzaprogram.hu>
2025-04-03 20:10:36 +01:00
Dave Conway-Jones
cc186ef14e Improve Arduino Node error handling 2025-02-08 17:42:12 +00:00
Dave Conway-Jones
97f8e03c71 Update package.json 2025-02-01 13:33:22 +00:00
Dave Conway-Jones
e4dc4fc81d Add TAK mode support to add exif data to incoming TAK messages 2025-01-31 15:06:39 +00:00
Dave Conway-Jones
0b556bade8 bump to latest libs, fix reading correct property 2025-01-30 11:25:39 +00:00
Dave Conway-Jones
14f68063c5 fix Sensehat for correct python call 2025-01-26 21:35:29 +00:00
Dave Conway-Jones
90641d8300 Bump required libs 2025-01-21 12:00:31 +00:00
Dave Conway-Jones
442576e838 bump version for PR and lib update 2024-09-24 21:37:53 +01:00
bartbutenaers
23e6147e72 suncalc msg at startup (#1083)
Thanks Bart.
2024-09-24 21:14:50 +01:00
Dave Conway-Jones
55011335ab bump email package for PR, bump pushover for latest lib 2024-08-31 19:33:55 +01:00
Ben Hardill
a389169ac2 email: Don't hide cert verification when no auth selected (#1080)
See https://github.com/node-red/node-red/issues/4860

It's still valid to not verify the cert and have no auth
2024-08-31 19:30:48 +01:00
Dave Conway-Jones
df6eae9ee9 Fixup PiSRF node for latest Bookworm
to close #1078
2024-08-11 22:00:36 +01:00
Dave Conway-Jones
900339e2ba Ensure newline is a string
to close #1070
2024-08-06 14:44:57 +01:00
Dave Conway-Jones
cd6bbb3e69 Bump email node for PR (and latest lib) 2024-07-04 18:18:22 +01:00
Marc Vila
45d4fd0b08 Improvements and fixes for 61-email component (#1075)
* 61-email: fix useTLS and its span in HTML. Removes unused code in 61-email.js. Adds description on how to test the entity

* 61-email: fix useTLS and its span in HTML. Removes unused code in 61-email.js. Adds description on how to test the entity
2024-07-04 18:16:10 +01:00
Dave Conway-Jones
35c4061748 fixup node-red-nodes grunt test 2024-06-30 17:19:46 +01:00
Dave Conway-Jones
dba4451f57 bump old packages for Pi detection
to close #1073
2024-06-30 15:54:06 +01:00
Ben Hardill
61ee4bda4b Add test for Pi4/5 to some of the Pi specific nodes in the hardware group (#1074)
* Add test for Pi4/5

* Fix PR template

* Actually test
2024-06-30 15:45:47 +01:00
Dave Conway-Jones
305327faaa better handle xmpp stanza type being optional
to close #1071
2024-06-14 16:39:04 +01:00
Dave Conway-Jones
df75872826 Update email node to point to nodejs18 and latest libs
delay creation of oauth connection
2024-06-14 15:22:56 +01:00
Dave Conway-Jones
ea48b6acdd FIx default of token field for old flow upgrades
to close #1055
2024-03-12 12:22:02 +00:00
Ben Hardill
fd027aa95a Update nodemailer version (#1052) 2024-02-19 23:27:32 +00:00
Jayson Hurst
5712a78755 simpleParser takes an optional parameter checksumAlgo. Specify the FIPS compliant sha256 hash algorithm here so that it will be used instead of the default of md5. (#1050) 2024-02-19 23:27:15 +00:00
Dave Conway-Jones
98e6cc3f1d update suncalc version for PR 2024-02-19 10:22:05 +00:00
Raphii
10ede7b1a6 Fix English suncalc descriptions for dusk and nauticalDusk (#1048) 2024-02-15 20:47:06 +00:00
Dave Conway-Jones
8d0bdfd985 escape some errors 2024-01-25 20:56:53 +00:00
Dave Conway-Jones
25e4134b51 Update README.md 2024-01-10 15:04:39 +00:00
Dave Conway-Jones
cdf8d264e3 Update README.md 2024-01-10 15:03:48 +00:00
Dave Conway-Jones
fd5dd24dd8 move exif node to use supported exifreader library
This is a breaking change
To close #1042
2024-01-10 15:02:14 +00:00
Dave Conway-Jones
3e2d27b9f7 Add German translation for serial control 2023-12-04 17:35:21 +00:00
Dave Conway-Jones
97a370c498 update packages and fix overall grunt run 2023-11-28 17:58:47 +00:00