Commit graph

61 commits

Author SHA1 Message Date
11ec0315b9 add login and register views 2016-02-23 17:47:31 +01:00
14343e7fdd add crypto secret to config 2016-02-23 17:47:19 +01:00
7e1d8187f2 add passport 2016-02-23 17:46:44 +01:00
2057374b47 add index file to better handle db models 2016-02-23 17:46:07 +01:00
8016a62c99 add user db model 2016-02-23 17:45:43 +01:00
ad14a07114 add passport local strategy, jwt and express jwt 2016-02-23 17:45:22 +01:00
12e529b053 rename rcdb file 2016-02-23 17:44:22 +01:00
db6589b634 clean up test route 2016-02-22 13:22:18 +01:00
73a66e3cef front end controller performance improvements 2016-02-18 22:38:21 +01:00
ff135aa3e0 add backend functionality 2016-02-18 17:42:34 +01:00
88b56d6056 update function name 2016-02-18 17:42:13 +01:00
6bc20016d8 Cumminicate the RC value to the server
Afterwards update the frontend accordingly.
2016-02-18 17:41:33 +01:00
fddf4464b8 front end improvements 2016-02-18 15:48:57 +01:00
da11548b76 font loading bug fixing 2016-02-18 15:46:13 +01:00
99c15a61b9 css improvements 2016-02-18 15:45:18 +01:00
7139c2d38c add front end button toggeling 2016-02-18 15:44:58 +01:00
2738141f21 clean up backend routes 2016-02-17 23:18:54 +01:00
da16d2366b get rc switches dynamically from backend 2016-02-17 23:18:40 +01:00
ab8991fc89 better front ui 2016-02-17 23:18:23 +01:00
79d8b4e1d0 fix typos and minor bugs 2016-02-17 14:39:03 +01:00
f8436e2a81 mino bug fixes 2016-02-17 14:14:18 +01:00
43ea1e9eb1 update for db testin 2016-02-17 14:14:04 +01:00
21513c81f2 safe rc off as well as on values 2016-02-17 14:13:46 +01:00
395201c801 make ar-com handling easier 2016-02-17 14:12:55 +01:00
263c2cc0be fix some minor ar-com bugs 2016-02-17 12:33:17 +01:00
a6c4c5d5ce fix up rc_db module 2016-02-17 11:49:58 +01:00
092092e9d1 add rc_db functionality 2016-02-03 21:50:19 +01:00
9428b83358 start rc_db model 2016-02-01 16:07:55 +01:00
06ade23691 add config js 2016-02-01 15:34:05 +01:00
1cff34bb3e add mysql module 2016-01-31 18:45:14 +01:00
1be10e0a85 add sensor module 2016-01-30 19:15:54 +01:00
63d6213285 make pin optional 2016-01-30 19:15:43 +01:00
84559145e8 add node debug toggle 2016-01-30 19:08:06 +01:00
74758e7d00 add rc module 2016-01-29 21:33:26 +01:00
386ea0c2be add ir module 2016-01-29 21:33:17 +01:00
d69fcea212 add some helpers 2016-01-29 21:33:07 +01:00
151f234ff2 fix send test 2016-01-28 19:00:17 +01:00
004f928085 Sensor Test 2016-01-28 18:57:15 +01:00
6c017889e9 add ir send nodejs 2016-01-28 16:42:06 +01:00
7026635b76 name second button properly 2016-01-21 23:07:53 +01:00
c34cba3176 bug fix ir Reading capability 2016-01-21 22:49:04 +01:00
d9527a5587 bug fixing 2016-01-21 22:08:27 +01:00
ad99525d23 add IR Test Button 2016-01-21 22:01:57 +01:00
c97fa08e06 adjustments for testing 2016-01-18 22:35:01 +01:00
7525fd2e70 fix bugs from previous commit 2016-01-16 22:42:59 +01:00
69b86527d5 event emmiter based connect
Now with event emitter to divide code more easily.
2016-01-16 21:58:47 +01:00
e1b488ad35 fix minor bug width the write buffer 2016-01-14 21:58:44 +01:00
8b7b84f83a bugfixing some typos 2016-01-14 21:48:38 +01:00
fac756b226 some scope related bug fixes 2016-01-14 21:43:45 +01:00
54850cde26 refactor code
The communication with the arduino is now handled by a designated module (called ar-com).
2016-01-14 21:19:41 +01:00