Skip to content

Tags: zarumaru/openhab-cloud

Tags

v1.0.16

Toggle v1.0.16's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Disables APNS if no APN or APN signingKey config is present (openhab#343

)

Signed-off-by: Dan Cunningham <[email protected]>

v1.0.15

Toggle v1.0.15's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Adds github actions to build push docker container, removes travis (o…

…penhab#341)

Signed-off-by: Dan Cunningham <[email protected]>

1.0.13

Toggle 1.0.13's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
 Updates Node to version 14, updates NPM modules (openhab#335)

Major Upgrade of Node and NPM packages

* Updates Node to version 14, updates dependencies to latest version.  Updates ejs views to use updated ejs include syntax.  Updates various methods due to NPM package updates and breaking changes.  Replaces no longer maintained NPM libraries with alternatives.

Signed-off-by: Dan Cunningham <[email protected]>

* update readme to node 14

Signed-off-by: Dan Cunningham <[email protected]>

* Fix updated APN methods and setters

Signed-off-by: Dan Cunningham <[email protected]>

* Refactors close logic due to Node upgrade changes to event order

Signed-off-by: Dan Cunningham <[email protected]>

* Updates APN2 for http/2 requireemnts, use new p8 auth key for PNS

Signed-off-by: Dan Cunningham <[email protected]>

* Updated FCM xmpp libray and logic

Signed-off-by: Dan Cunningham <[email protected]>

1.0.12

Toggle 1.0.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update travis creds (openhab#312)

Signed-off-by: Dan Cunningham <[email protected]>

1.0.11

Toggle 1.0.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add missing return statements to guard statement in notification send (

…openhab#188) (openhab#249)

Also replace nested if/else with better readable guard statements in
notification socket handlers.

This may be related to openhab#184

Signed-off-by: Florian Schmidt <[email protected]>

1.0.10

Toggle 1.0.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Removes regular expression in query as this is very ineffient and neg…

…ates the benefits of a index (openhab#223)

Signed-off-by: Dan Cunningham <[email protected]>

1.0.9

Toggle 1.0.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Alexa review fixes (openhab#220)

* Fixes oauth and form-express sanitized/validated data

Signed-off-by: digitaldan <[email protected]>

* Be more specific about which values we replace in our data object

Signed-off-by: digitaldan <[email protected]>

* Use form validation for reset code

Signed-off-by: digitaldan <[email protected]>

1.0.8

Toggle 1.0.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fixes openhab#184 (openhab#217)

Signed-off-by: digitaldan <[email protected]>

1.0.7

Toggle 1.0.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
CSRF should not be applied to our proxy connections (openhab#214)

Signed-off-by: digitaldan <[email protected]>

1.0.6

Toggle 1.0.6's commit message
Add unique index to userdevices to prevent duplicate device registrat… (

openhab#196)

* Add unique index to userdevices to prevent duplicate device registrations

This also requires a manual effort when upgrading to remove duplicated
entries, until the unique index can be enforced by the database.

Fixes openhab#195

Signed-off-by: Florian Schmidt <[email protected]>

* Also check for duplicate androidregistrationid and iosdevicetoken

Signed-off-by: Florian Schmidt <[email protected]>