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

1302 Commits

Author SHA1 Message Date
Dave Conway-Jones
5b34702ac4
Add Tail node as separate node package - adds windows support 2018-10-24 15:08:42 +01:00
Kazuhito Yokoi
425f5c151f Use words and URL in new Twitter portal (#498) 2018-10-24 12:31:14 +01:00
Kazuhito Yokoi
f97a59b3e3 Update Japanese messages (#499)
* Update Japanese messages

* Fix URL
2018-10-24 12:28:38 +01:00
Dave Conway-Jones
f74f3402e3
let twitter node DM using D or d
to close #493
2018-10-01 17:31:18 +01:00
Dave Conway-Jones
6540439e5f
Further XMPP tidy - more accurate from field - more docs. 2018-09-29 15:17:18 +01:00
Dave Conway-Jones
7bd255a341
better filtering for XMPP messages, stop history when joining rooms 2018-09-28 21:42:36 +01:00
Dave Conway-Jones
b856ee6439
Give XMPP node a serious kicking
try to sort out sharing single connections and better status
To close #438 and to close #492
2018-09-28 14:59:22 +01:00
Nick O'Leary
1f34239fbb
Merge branch 'master' of github.com:node-red/node-red-nodes 2018-09-26 16:06:38 +01:00
Nick O'Leary
010e8aa9b3
Fixup sensehat to not use sudo if not needed 2018-09-26 16:06:16 +01:00
Dave Conway-Jones
8480c42d87
update overal packages 2018-09-24 21:12:23 +01:00
Dave Conway-Jones
5dbeb23671
fix random readme 2018-09-24 20:03:23 +01:00
Dave Conway-Jones
d32f11910b
clarify random node info language 2018-09-24 19:40:33 +01:00
Dave Conway-Jones
b0d98cca01
check for correct version of neopixel library 2018-09-23 20:32:11 +01:00
Dave Conway-Jones
23ba609653
Add SPIdev choice to mcpxxxx node 2018-09-21 13:53:08 +01:00
Dave Conway-Jones
eae67c7a6c
bump pushover packe for docs pr 2018-09-17 20:00:45 +01:00
Paul
7ca806f4d1 Update Pushover docs to include msg.sound (#491)
* Add msg.sound to node info

* Add msg.sound option to the readme
2018-09-17 19:58:24 +01:00
Dave Conway-Jones
15cab5a381
feedparser Add correct accept headers
to fix #489
2018-09-14 16:10:53 +01:00
Dave Conway-Jones
a5f29e3445
bump wake on lan package 2018-09-13 12:00:53 -04:00
rappsi
8d77028b4a Update 39-wol.js (#488)
allow lowwercase letters in MAC adress
2018-09-13 11:53:50 -04:00
Dave Conway-Jones
a893affbf4
update package.json 2018-09-12 17:49:07 -04:00
Dave Conway-Jones
28b143f0bf
move to MIT version of mailparser 2018-09-11 09:09:01 -04:00
Dave Conway-Jones
8acc5064d0
update notify package to use a more cross platform library 2018-09-10 11:37:20 -04:00
Dave Conway-Jones
949bbe95cd
couple of file permissions and rm node6 2018-09-06 21:33:14 +01:00
Dave Conway-Jones
a2b9097613
Email node - report when on old node.js 2018-09-04 18:51:20 +01:00
Dave Conway-Jones
649f9f2fbf
Bump email node for pr attachment errors fix 2018-09-03 20:06:36 +01:00
Tom Brusehaver
337588e7ab Fix for Email In Node Crashed Node-RED (#471)
When attachments aren't correct.
2018-09-03 19:56:36 +01:00
Dave Conway-Jones
52df7cb30f
Fix email msg cloning
to close #442
to close  #461
2018-08-30 13:05:39 +01:00
Dave Conway-Jones
a94157efe6
sqlite - fix fixed statement check 2018-08-24 15:23:37 +01:00
Dave Conway-Jones
c59c05c693
Daemon - allow manual start rather than always auto
to close #479
2018-08-23 08:57:15 +01:00
Dave Conway-Jones
6d36f5db8a
sqlite - add test extension - half.c 2018-08-23 08:55:51 +01:00
Dave Conway-Jones
0b65cd8652
sqlite - better handle extensions timing 2018-08-22 23:47:03 +01:00
Dave Conway-Jones
665a8666ab
Merge branch 'master' of https://github.com/node-red/node-red-nodes 2018-08-22 13:58:58 +01:00
Dave Conway-Jones
1b0f573f4e
let sqlite add extensions 2018-08-22 13:58:55 +01:00
Schreck1985
45e4c6d9d4 Node red mail usetls (#480)
* Default value for tls, checking if tls is set to false
2018-08-22 13:57:42 +01:00
Nick O'Leary
35cbcb3345
Reset since_id if twitter tells us its invalid 2018-08-17 09:18:53 +01:00
Nick O'Leary
903a123049
Reset twitter polling on any api errors 2018-08-16 14:45:54 +01:00
Dave Conway-Jones
85ddffb98f
Ensure stomp retconnect retry default
to close #478
2018-08-15 22:17:32 +01:00
Dave Conway-Jones
d1eaec49c8
and finally 2018-08-15 22:01:52 +01:00
Dave Conway-Jones
68ea7f0ff2
slight reorder 2018-08-15 21:50:59 +01:00
Dave Conway-Jones
94d18836c9
really tidy that .jshintrc 2018-08-15 21:40:59 +01:00
Dave Conway-Jones
5394991e80
and fix comma 2018-08-15 21:35:09 +01:00
Dave Conway-Jones
5cf3725b66
Merge branch 'master' of https://github.com/node-red/node-red-nodes 2018-08-15 21:33:53 +01:00
Dave Conway-Jones
6fd3a1b11d
Allow es6 2018-08-15 21:33:40 +01:00
Nick O'Leary
42cd6131b2
big twitter node update for api changes 2018-08-15 15:23:12 +01:00
Dave Conway-Jones
6613513d64
bump unicornhat package 2018-08-15 14:28:50 +01:00
cclauss
e57223f1a8 Run flake8 linter on python code (#474)
* Run-flake8-linter-on-Python-code

* Remove hardware/unicorn/scripts/checklib.js
2018-08-15 14:18:33 +01:00
Dave Conway-Jones
6793fd2596
Don't allow node10 to fail 2018-08-15 13:59:17 +01:00
Dave Conway-Jones
120f88ef92
add lock file 2018-08-15 13:54:19 +01:00
Dave Conway-Jones
8aa4e49399
ensure npm up to date 2018-08-15 13:37:28 +01:00
Dave Conway-Jones
4c555db31e
Add node10 to travis but allow fail for now 2018-08-15 13:22:24 +01:00