Commit Graph

1685 Commits

Author SHA1 Message Date
JsBergbau b87488df6d
Added support for msg.html (#773) 2021-03-17 21:07:35 +00:00
Dave Conway-Jones dceb33dc43
few remaining x-red to html tidy ups, both sentiment and redis nodes. 2021-03-16 09:57:46 +00:00
Dave Conway-Jones 868d641064
Update 68-mysql.js 2021-03-16 08:24:06 +00:00
Dave Conway-Jones fabd3753b4
undo mysql change again 2021-03-14 17:54:31 +00:00
Dave Conway-Jones 3330053a1c
bump sensehat , irc, and twitter nodes for German translation 2021-03-14 14:10:26 +00:00
Dave Conway-Jones c2613cfeb0
mysql test before releasing connection 2021-03-14 09:05:23 +00:00
Dave Conway-Jones e674f9ad97
cleanup some old x-red label - no new node versions 2021-03-13 14:25:45 +00:00
Dave Conway-Jones 169be33591
bump tail, sqlite, email, feedparser, pigpiod for German translations 2021-03-13 14:15:58 +00:00
Dave Conway-Jones 9e7701dc33
Update 68-mysql.js 2021-03-13 13:59:00 +00:00
Dave Conway-Jones 2a4e434406
add extra infor to daemon node 2021-03-12 22:08:57 +00:00
Dave Conway-Jones 6095723308
fix mysql array handling 2021-03-12 21:01:54 +00:00
Dave Conway-Jones 911348790c
bump rbe, random and base64 for translation 2021-03-12 20:52:40 +00:00
Dave Conway-Jones 23a95ec9da
bump datagenerator for translation 2021-03-12 20:46:19 +00:00
Dave Conway-Jones 0a3b8614a1
bump serialport for translation 2021-03-12 20:45:40 +00:00
Dave Conway-Jones f0beaeb0ba
bump ping package for ipv6 and translation 2021-03-12 20:45:18 +00:00
heikokue 80b9316d92
added/improved DE translation of forms (#765) 2021-03-12 13:23:26 +00:00
heikokue 400a2f8ec7
splitted datagenerator node help into locales (#769) 2021-03-12 13:18:58 +00:00
heikokue 0772b545ea
added i18n help files (#766) 2021-03-12 13:17:23 +00:00
meeki007 07460b9404
Add IPv6 support to node (#758) 2021-03-12 12:54:13 +00:00
Dave Conway-Jones f7be874e2c
fix linting for grunt 2021-03-12 09:36:20 +00:00
Dave Conway-Jones c4a32cdb58
Merge branch 'master' of https://github.com/node-red/node-red-nodes 2021-03-11 21:25:02 +00:00
Dave Conway-Jones 31b56e5740
tidy up serial error messages 2021-03-11 21:24:35 +00:00
heikokue 8bce52a2f4
fixed i18n of node pi-gpiod (wrong cross-reference to node PiGpio, moved "dual use" to i18n, seconds unit) (#764) 2021-03-11 20:30:57 +00:00
Dave Conway-Jones ae95fecc8f
add error objects to all node.errors so they can be caught.
to close #767
2021-03-11 19:36:37 +00:00
Dave Conway-Jones c66daa6220
remove superfluous console.log 2021-03-11 19:35:53 +00:00
Dave Conway-Jones fe42b69712
let daemon accept real json array of parameters
to close #768
2021-03-11 19:09:13 +00:00
Dave Conway-Jones 4d7ba48797
Add room password, better error / status reporting 2021-03-01 13:40:14 +00:00
Dave Conway-Jones 59361625cc
Add subject to chat if known 2021-02-28 17:32:49 +00:00
Dave Conway-Jones a9d1ca0491
xmpp disconnect more cleanly/correctly 2021-02-26 16:05:03 +00:00
Dave Conway-Jones 9db89f3ea1
RBE node - let topic handling be optional (#751)
* let rbe handle topics optional

and add tests

* fix text formatting

* Update package.json
2021-02-26 14:51:55 +00:00
Dave Conway-Jones 68e0b121ec
bump for PR 2021-02-26 14:42:11 +00:00
Pablo Acosta-Serafini d69da74843
timeswitch node: time zone support; do not mark as misconfigured when sunrise/sunset not used and lat/lon not given (#757)
* timeswitch node: a) do not mark node as misconfigured if sunrise and
sunset are not used and latitude/longitude are not given. b) support for
specifying time zone when on and/or off times are not specified as
sunrise and/or sunset.

* Replaced moment dependency with spacetime

* Timezone defaults to UTC for compatibility with previous node version
2021-02-26 14:38:28 +00:00
Dave Conway-Jones c368e3bcd4
xmpp auto create rooms correctly and auto join every 60 secs if required 2021-02-25 09:05:11 +00:00
Dave Conway-Jones cafdb26832
add info command to xmpp nodes 2021-02-23 22:15:57 +00:00
Dave Conway-Jones 40362ee985
Let xmpp in handle a list of rooms 2021-02-23 12:45:55 +00:00
Dave Conway-Jones 7485760db9
xmpp node - use empty field to signify all rooms 2021-02-23 11:37:53 +00:00
Dave Conway-Jones 3ad829d75a
Let xmpp input node join "ALL_ROOMS" automatically (if asked) 2021-02-23 09:04:12 +00:00
Dave Conway-Jones b1a2741fa0
fix pushover to handle false msg.payload
to close #756
2021-02-11 21:17:59 +00:00
Dave Conway-Jones 67fee810eb
fix topic to be clear what it is (gpio not pin) 2021-02-11 11:02:00 +00:00
Dave Conway-Jones 8fa4fbef5f
Change GPIO nodes to use BCM rather than pins 2021-02-09 11:44:11 +00:00
Dave Conway-Jones cef28d6231
bump for PR and linting 2021-02-07 22:36:07 +00:00
Brian Orpin fbe2078324
Return all feed data (#743) 2021-02-07 22:32:58 +00:00
Dave Conway-Jones a57bf5383f
Daemon node handle parameters with spaces
to close #754
2021-02-05 10:35:54 +00:00
Dave Conway-Jones bbf9a3b7e4
bump xmpp package 2021-02-02 19:21:28 +00:00
Andreas Martens 1c34e39d8a
XMPP: improve debugging and error handling (#753) 2021-02-02 16:55:55 +00:00
Dave Conway-Jones 7c96bffece
Merge branch 'master' of https://github.com/node-red/node-red-nodes 2021-02-02 10:12:36 +00:00
Dave Conway-Jones f99e52d1fa
Merge branch 'master' of https://github.com/node-red/node-red-nodes
merge upstream
2021-02-02 10:12:32 +00:00
Andreas Martens 886158485b
XMPP: ability to dynamically join chat rooms (#752)
* join a MUC if we're already connected to server and refactor error handling

* ability to dynamically join a MUC when provided as msg.topic
2021-02-02 09:14:11 +00:00
Dave Conway-Jones 778fd68354
add contributor 2021-01-29 16:53:50 +00:00
Dave Conway-Jones 77fac03319
bump xmpp 2021-01-29 16:48:54 +00:00