Tags: dony71/openhab-cloud
Tags
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 <florian.schmidt.welzow@t-online.de>
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 <dan@digitaldan.com>
Alexa review fixes (openhab#220) * Fixes oauth and form-express sanitized/validated data Signed-off-by: digitaldan <dan@digitaldan.com> * Be more specific about which values we replace in our data object Signed-off-by: digitaldan <dan@digitaldan.com> * Use form validation for reset code Signed-off-by: digitaldan <dan@digitaldan.com>
Fixes openhab#184 (openhab#217) Signed-off-by: digitaldan <dan@digitaldan.com>
CSRF should not be applied to our proxy connections (openhab#214) Signed-off-by: digitaldan <dan@digitaldan.com>
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 <florian.schmidt.welzow@t-online.de> * Also check for duplicate androidregistrationid and iosdevicetoken Signed-off-by: Florian Schmidt <florian.schmidt.welzow@t-online.de>
Add missing return statements to guard statement in notification send (… …openhab#188) 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 <florian.schmidt.welzow@t-online.de>
Revert "Specify HOST for express server to listen on openhab#168" (op… …enhab#187) * Revert "Fix paging parameter (page/skip/limit) handling. (openhab#174)" This reverts commit 34a09b6. * Revert "Specify HOST for express server to listen on openhab#168 (openhab#172)" This reverts commit 8e95065.
Mistakenly remove serialize method (openhab#63) Signed-off-by: Dan Cunningham <dan@digitaldan.com>
PreviousNext