92 Commits

Author SHA1 Message Date
7bcf145f6d Longer refresh token lifetime 2019-07-22 21:33:36 -06:00
6928b5a8a6 Add token command 2019-07-21 10:42:35 -06:00
f328e5c2e2 Lots of improvements 2019-07-20 18:06:07 -06:00
d598eaaa1d Remove old definition 2019-07-20 11:34:40 -06:00
ac27c0a9ec Fix tsconfigs 2019-07-20 11:33:30 -06:00
b987e49beb Fix typeorm relations 2019-07-19 23:59:43 -06:00
5a90ae54e5 Add device command and touch up user command 2019-07-19 23:59:33 -06:00
fd4f4025de Fix database test data 2019-07-19 23:59:20 -06:00
9ef81b015b Switch to pino-http 2019-07-19 20:06:03 -06:00
e391c26b95 Add user --show command 2019-07-19 20:05:50 -06:00
8c49cabc35 add clientId to device connect endpoint
All checks were successful
continuous-integration/drone the build was successful
2018-12-12 00:43:42 -08:00
0aa587551f added devices generate_token route
All checks were successful
continuous-integration/drone the build was successful
2018-12-11 20:30:52 -08:00
1dd446c6fc fix: user command stuff
All checks were successful
continuous-integration/drone the build was successful
2018-12-11 19:25:43 -07:00
18c35ac8b9 feat: Add user command to manage users 2018-12-11 19:25:43 -07:00
8756180ad1 fix: icons generation, 404 errors, static serving
All checks were successful
continuous-integration/drone the build was successful
2018-12-11 17:03:44 -08:00
4963e31473 fix: Error handling 2018-12-11 17:03:44 -08:00
934eecd9c9 style: Prettier everything 2018-12-11 17:03:44 -08:00
46f4b9d14a feat: Use oclif cli for server; clean up webpack config 2018-12-11 17:03:44 -08:00
cbf1285d5d fix: don't always synchronize, use TYPEORM_SYNCHRONIZE env 2018-12-11 17:03:44 -08:00
e415023a72 fix: import log after index in server entrypoint 2018-12-11 17:03:44 -08:00
fce64f3850 refactor: Move server entrypoints to bin folder 2018-12-11 17:03:44 -08:00
f013c5b111 fix: make prettyPrint always add a newline 2018-12-11 17:03:44 -08:00
2503756c60 fix: errorHandler handles internal errors and limit data
Only show data in development
2018-12-11 17:03:44 -08:00
68e828e2e5 Restructured tsconfig files 2018-12-11 17:03:44 -08:00
e6c3904701 Use prettier on everything 2018-12-11 17:03:44 -08:00
f1a9d11dcf Don't use through2 in prettyPrint 2018-12-11 17:03:44 -08:00
1b736b1446 Allow configuring log level from env 2018-12-11 17:03:44 -08:00
6895ee5d42 Use typescript project references 2018-12-11 17:03:44 -08:00
457a124874 Refactored out jwt token stuff 2018-12-11 17:02:58 -08:00
9296226036 Properly subscribe to and unsubscribe from devices 2018-12-11 17:02:58 -08:00
dbb314aaad Made mosquitto auth work 2018-12-11 17:02:58 -08:00
4f7a6202a4 Added support for registering devices 2018-12-11 17:02:58 -08:00
5267f77e8a Started adding mosquitto routes 2018-08-27 23:09:45 -06:00
942fded9d6 Fixed prettyPrint to pass through non-json lines 2018-08-25 12:22:10 -06:00
939540cd0e Updated dependencies; made own pretty formatter module 2018-08-19 19:53:30 -06:00
c8dd1df615 Use build in pino.pretty definitions 2018-08-19 19:31:36 -06:00
26e9b49499 Use npm @types/module-alias 2018-08-19 19:28:38 -06:00
a6876b54d8 Fixed lint and remaining compilation issues 2018-08-17 14:41:18 -06:00
f8a1dd0a8c Better handling of expired access tokens 2018-08-17 13:48:34 -06:00
e35f9bf0d9 Implemented a working devices list 2018-08-12 11:55:15 +03:00
187172e9e7 Token type improvement 2018-08-11 20:35:34 +03:00
b59fbb456b Fixed authentication and checking device authorization 2018-08-11 19:28:19 +03:00
ab0756d01e Nice refactoring and verification of api endpoints 2018-08-11 17:00:53 +03:00
4dd28098bf Cleanup and refactoring of authentication and server api 2018-08-10 16:09:23 +03:00
dd39980c74 Moved /app to /client 2018-08-07 21:21:26 +03:00
9be28477ed Added docker-compose support 2018-07-25 12:53:33 -06:00
120c719623 Many ui improvements; saving program updates works 2018-07-23 19:20:41 -06:00
411b2ff045 Migrated to using typeorm+postgres for database 2018-07-20 00:03:11 -06:00
7f7051658b Upped tsconfig target for server (becuase node 10 is good) 2018-07-13 00:49:14 -06:00
9aadf8e023 Started adding some device stuff for database 2018-07-13 00:04:59 -06:00