Commit Graph

121 Commits (master)

Author SHA1 Message Date
esensar 55caf167c9 Use marshmallow and webargs for parsing and marshaling 2018-05-07 13:57:53 +02:00
esensar 8d151ba8c3 Restfulify account creation and login 2018-05-06 21:42:21 +02:00
esensar 0a0f18fd66 Add login endpoint 2018-05-04 15:44:17 +02:00
esensar 50d67fd521 Make MqttClient a singleton 2018-05-04 08:35:26 +02:00
esensar 4dbba2b44c Encapsulate Mqtt client in a class 2018-05-03 22:30:34 +02:00
esensar f4e2ace7b0 Make config loading silent 2018-05-03 20:55:16 +02:00
esensar 23303bdb3f Change response to JSON 2018-05-03 17:01:32 +02:00
esensar 2f9fac3540 Add simple registration 2018-05-03 16:58:44 +02:00
esensar 40f5e4f546 Add roles in migration 2018-05-03 16:40:30 +02:00
esensar 066b6a5fd3 Add email field to account 2018-05-03 15:28:57 +02:00
esensar e188141a2a Clean up imports and bad code 2018-05-03 14:23:24 +02:00
esensar 9615a07e49 Add account and role db models 2018-05-03 09:48:24 +02:00
esensar 1dea242bce Connect MQTT client to database and implement basic JSON parsing 2018-05-02 21:05:30 +02:00
esensar dcddb07e11 Update Recording model to use proper timestamps 2018-04-27 16:06:16 +02:00
esensar eeba793162 Separate mqtt client in a module 2018-04-27 11:15:44 +02:00
esensar d8d06c2a87 Add simple recordings table 2018-04-27 10:47:24 +02:00
esensar 5018fc10e2 Make devices module export a blueprint for better modularity 2018-04-26 16:45:28 +02:00
esensar 75d69e8d22 Reformat files according to PEP8 2018-04-26 15:03:38 +02:00
esensar 9bf7e9d5e0 Add basic SQLAlchemy setup 2018-04-26 14:51:37 +02:00
esensar 574cb8bb49 Add devices module with MQTT client 2018-04-26 14:12:20 +02:00
esensar 7cb99cd04f Added virtual environment and directory structure 2018-04-26 10:49:09 +02:00