Commit graph

93 commits

Author SHA1 Message Date
Sorrel Bri
1863cc96a2 dispatch all room data to state upon rooms/:id 2020-01-22 16:40:56 -08:00
Sorrel Bri
e6f286c743 refactor api room endpoint to return unjoined game room data 2020-01-22 16:30:28 -08:00
Sorrel Bri
c3eb7fe697 add SET_MESSAGES to reducer 2020-01-22 15:41:08 -08:00
Sorrel Bri
754d17890e refactor services and reducers to parse JSON before data hits dispatch 2020-01-22 15:16:43 -08:00
Sorrel Bri
833d8fa1dd add client routing to rooms/:id, move socket(rooms/roomId) connect from Home page to Room page 2020-01-22 11:43:36 -08:00
Sorrel Bri
067ce69cbb serve room with message data from api/v1/rooms/:id 2020-01-21 17:02:54 -08:00
Sorrel Bri
c1d269625b serve room with joined game data from api/v1/rooms/:id 2020-01-21 16:01:35 -08:00
Sorrel Bri
c323968404 stub room socket connection (client + server) 2020-01-21 14:33:40 -08:00
Sorrel Bri
5205035d7c add message table with migration 2020-01-20 23:36:52 -08:00
Sorrel Bri
a10453a848 add move table with migration 2020-01-20 23:19:22 -08:00
Sorrel Bri
d0f26d9a6c add game table with seed and migration 2020-01-20 23:05:55 -08:00
Sorrel Bri
63f1b335e9 add time_setting table with seed and migration 2020-01-20 22:39:28 -08:00
Sorrel Bri
2e76c58f88 patch remove unnecessary socket.io cookie 2020-01-20 13:47:02 -08:00
Sorrel Bri
cd0499cf72 Merge branch 'gameroom_endpoint' 2020-01-20 13:22:18 -08:00
Sorrel Bri
3e82a2c410 render stubbed RoomButton component on Home 2020-01-20 13:21:52 -08:00
Sorrel Bri
3275fc18d6 change landing page to news if user not logged in 2020-01-20 12:16:46 -08:00
Sorrel Bri
34abfa9d29 patch https cookies in production 2020-01-18 23:53:42 -08:00
Sorrel Bri
082cf29470 patch https cookies in production 2020-01-18 23:02:33 -08:00
Sorrel Bri
eb86556f2a hook SET_ROOMS into rooms Service 2020-01-18 16:40:57 -08:00
Sorrel Bri
03648fcf3f add SET_ROOMS dispatch 2020-01-18 16:17:23 -08:00
Sorrel Bri
048f518114 serve all public rooms at rooms index 2020-01-18 15:49:35 -08:00
Sorrel Bri
493a1f3e82 stub rooms index route and controller 2020-01-18 15:42:45 -08:00
Sorrel Bri
e6fb148bdc add room migration and simple seeds 2020-01-18 14:15:44 -08:00
Sorrel Bri
e4f84275b4 serve basic page at api endpoint to redirect user 2020-01-18 13:24:00 -08:00
Sorrel Bri
1d0111567c patch component references in pages/ 2020-01-18 13:06:28 -08:00
Sorrel Bri
c6ec8210dc patch reference to MainWrapper component 2020-01-18 13:02:03 -08:00
Sorrel Bri
709358a2cd rename RoomArchive components to differentiate from NewsArchive 2020-01-18 12:20:33 -08:00
Sorrel Bri
42497432df stub home and rooms sidebar components 2020-01-18 12:11:22 -08:00
Sorrel Bri
d2f7db8217 patch to hide password input on login form 2020-01-18 10:53:52 -08:00
Sorrel Bri
5fdaf85948 patch frontend api endpoint in config 2020-01-18 01:33:24 -08:00
Sorrel Bri
be3fa1ecb9 add manual set Access Control Allow Origin header 2020-01-18 01:30:15 -08:00
Sorrel Bri
baec2baf98 patch CORS 2020-01-18 01:25:52 -08:00
Sorrel Bri
88222bf720 patch config for production 2020-01-18 00:42:33 -08:00
Sorrel Bri
37ba2cb268 patch config for production 2020-01-18 00:38:02 -08:00
Sorrel Bri
015b1a63b8 add login hook to frontend 2020-01-18 00:18:51 -08:00
Sorrel Bri
22b6dc443a add validation for username and email on signup 2020-01-17 22:56:09 -08:00
Sorrel Bri
bd1c90da99 add client side password confirmation check 2020-01-17 22:20:21 -08:00
Sorrel Bri
653260b2fc refactor auth and api/index to ensure token verified and sent to dispatch ADD_USER 2020-01-17 21:18:50 -08:00
Sorrel Bri
25caa3124d refactor auth and api/index to ensure token verified and sent to dispatch ADD_USER 2020-01-17 20:24:57 -08:00
Sorrel Bri
fb0641fa0d refactor to fetch to ensure proper cookie storage 2020-01-17 19:57:27 -08:00
Sorrel Bri
3ea7dafb85 serve user from verified jwt 2020-01-17 16:32:40 -08:00
Sorrel Bri
8f5ec4c414 add FormError component to display auth errors 2020-01-17 14:27:31 -08:00
Sorrel Bri
1481d97df9 hook reducer into signup post response 2020-01-17 12:21:43 -08:00
Sorrel Bri
08201228aa patch server production env allowed origin 2020-01-17 00:46:02 -08:00
Sorrel Bri
196b5e884b patch signup post for existing user to return 409 2020-01-17 00:23:18 -08:00
Sorrel Bri
df110d187a hook reducer into auth/signup request service 2020-01-16 16:59:11 -08:00
Sorrel Bri
3bbc272743 stub styling of side and main content 2020-01-16 15:21:23 -08:00
Sorrel Bri
bf7e6a3425 stub sidebar component to display auth form 2020-01-16 00:22:27 -08:00
Sorrel Bri
194fc9155e stub tests for page components 2020-01-15 21:59:05 -08:00
Sorrel Bri
dfd1268939 debug password hashing function 2020-01-15 20:04:55 -08:00