Commit Graph

115 Commits

Author SHA1 Message Date
John Wu
e1f0006d5e Web Worker Sign Out and Use Go API (#13)
* Calculate checksum and send with file upload

* Limit file upload and display rejected file error

* Add sign in timeout

* Check auth token structure before setting
Clean up

* Use web worker timer to sign out
Remove checksum
Point to Go ota update

* Remove checksum dependency
2021-02-08 15:23:36 -08:00
John Wu
98bcab5b81 Fix link json again (#12)
Use id token instead of access token
2021-02-03 08:35:06 -08:00
John Wu
eccae3f26d Remove default localhost settings (#8)
* Remove default localhost settings
Replace with deployment settings

* Fix for upload data format

* Fix test data for last commit
2021-01-26 17:35:39 -08:00
John Wu
fcde299197 Enable file upload form
Enable error boundary to catch React errors (#7)
Fix warning for link noreferrer
Include authorization header with file upload
2021-01-20 13:36:40 -08:00
jwu-fisker
ec4dd7d35d Fix file upload form to handle ota_update service 2021-01-15 11:11:51 -08:00
jwu-fisker
64590934b6 Remove jwt references 2021-01-07 18:57:41 -08:00
jwu-fisker
efa9d8917b Clear console.logs 2021-01-07 18:01:16 -08:00
jwu-fisker
2d4e446a6f Move URL settings into .env file 2021-01-07 17:01:24 -08:00
jwu-fisker
1ed43fa2a0 Add file upload tests 2021-01-07 16:50:30 -08:00
jwu-fisker
8546234b4c File upload is done at 100 2021-01-07 16:22:13 -08:00
jwu-fisker
0ae42bf51d Wire up file upload form 2021-01-07 14:10:58 -08:00
jwu-fisker
812b91ee74 Fix build warnings 2021-01-06 22:00:23 -08:00
jwu-fisker
527c7c2b7b Disable console log 2021-01-06 20:07:38 -08:00
jwu-fisker
d812daa1ea Add UserContext unit test for signup 2021-01-06 18:22:33 -08:00
jwu-fisker
002bad0a91 Move api calls into services 2021-01-06 09:23:19 -08:00