Commit graph

  • d087671cf2 stub nav form styles and fix board span bug Sorrel Bri 2020-02-04 22:52:07 -0800
  • d58eb95c76 decoupled show Auth form logic from Home sidebar for use in other sidebars on Auth errors Sorrel Bri 2020-02-04 19:21:31 -0800
  • eb5df6069c style player area on game screen Sorrel Bri 2020-02-01 20:48:26 -0800
  • ca98733365 stub render board state from make_move Sorrel Bri 2020-01-31 22:22:43 -0800
  • 2d04f40bd6 stub make move socket message to add move to game Sorrel Bri 2020-01-31 20:28:39 -0800
  • 8310307460 refactor make move to serve game meta data with game record Sorrel Bri 2020-01-30 23:35:39 -0800
  • d2d34ff658 check legality of move prior to posting Sorrel Bri 2020-01-30 23:24:40 -0800
  • b38637d3c8 stub make move to game service Sorrel Bri 2020-01-30 22:50:34 -0800
  • d83a58dcb4 stub game services to store active games Sorrel Bri 2020-01-30 21:03:27 -0800
  • b294e009d3 stub board on game page Sorrel Bri 2020-01-30 15:56:50 -0800
  • 9a20746b78 stub Game components Sorrel Bri 2020-01-30 00:30:56 -0800
  • 3ecb5889c1 add seed moves Sorrel Bri 2020-01-29 23:44:06 -0800
  • 5651e1fa4c stub game connection via socket room Sorrel Bri 2020-01-29 23:22:50 -0800
  • e02746cb67 stub game connection via socket room Sorrel Bri 2020-01-29 17:01:46 -0800
  • 6a5ae9cc71 patch to cleanup reducer directory filenames Sorrel Bri 2020-01-29 13:28:49 -0800
  • 638e57dd29 stub default falsey values for initState function to prevent crash on 500 Sorrel Bri 2020-01-29 13:00:00 -0800
  • 9f5842703b create Loading component with pinwheel ko animation Sorrel Bri 2020-01-29 00:17:32 -0800
  • a58c2ed04a add table styling to game buttons in game room Sorrel Bri 2020-01-28 22:20:56 -0800
  • c853cb2ad8 refactor all jsx to BEM Sorrel Bri 2020-01-28 17:03:17 -0800
  • e1515db88c debug room socket connect dispatch Sorrel Bri 2020-01-28 14:33:54 -0800
  • 16468fb907 refactor sockets to be launched with namespace by components Sorrel Bri 2020-01-27 22:40:03 -0800
  • 6f8b68a354 refacor sockets on server and client to utilize dispatch for socket meessages Sorrel Bri 2020-01-25 16:50:18 -0800
  • 7f1386f7a7 stub socket connection to game id namespace Sorrel Bri 2020-01-24 15:51:15 -0800
  • c033e3558a stub socket connection to game id namespace Sorrel Bri 2020-01-24 15:50:47 -0800
  • 07af4e7be5 stub games/:id endpoint to join game socket room Sorrel Bri 2020-01-24 00:07:40 -0800
  • d7c024e286 refactor join_game_request to require unique users Sorrel Bri 2020-01-23 21:41:25 -0800
  • a3180b0bde connect join_game_request socket at client and server Sorrel Bri 2020-01-23 21:25:08 -0800
  • f6d4ed49ca patch rooms/:id failure to return multiple games Sorrel Bri 2020-01-23 16:14:38 -0800
  • e3ce466bb4 patch no-query bug in rooms/ endpoint Sorrel Bri 2020-01-23 16:04:40 -0800
  • 34c3b34ada refactor api rooms/:id endpoint to deliver current room without table join Sorrel Bri 2020-01-23 14:46:49 -0800
  • c21807adc8 stub room display with messages and game link Sorrel Bri 2020-01-23 14:45:48 -0800
  • 9c3fbb9572 dispatch all room data to state upon rooms/:id Sorrel Bri 2020-01-22 16:40:56 -0800
  • 40dbe487e1 refactor api room endpoint to return unjoined game room data Sorrel Bri 2020-01-22 16:30:28 -0800
  • ebd76baac6 add SET_MESSAGES to reducer Sorrel Bri 2020-01-22 15:41:08 -0800
  • 95e54df9fd refactor services and reducers to parse JSON before data hits dispatch Sorrel Bri 2020-01-22 15:16:43 -0800
  • 16adb58cb0 add client routing to rooms/:id, move socket(rooms/roomId) connect from Home page to Room page Sorrel Bri 2020-01-22 11:43:36 -0800
  • 007a5c96d6 serve room with message data from api/v1/rooms/:id Sorrel Bri 2020-01-21 17:02:54 -0800
  • b3d05639ad serve room with joined game data from api/v1/rooms/:id Sorrel Bri 2020-01-21 16:01:35 -0800
  • 5867c0ddd9 stub room socket connection (client + server) Sorrel Bri 2020-01-21 14:33:40 -0800
  • 603201d45c add message table with migration Sorrel Bri 2020-01-20 23:36:52 -0800
  • 33141284eb add move table with migration Sorrel Bri 2020-01-20 23:19:22 -0800
  • 3f8d898f43 add game table with seed and migration Sorrel Bri 2020-01-20 23:05:55 -0800
  • 99a616fe37 add time_setting table with seed and migration Sorrel Bri 2020-01-20 22:39:28 -0800
  • 5addf9ace0 patch remove unnecessary socket.io cookie Sorrel Bri 2020-01-20 13:47:02 -0800
  • 8aa84d4abe Merge branch 'gameroom_endpoint' Sorrel Bri 2020-01-20 13:22:18 -0800
  • d3b3028adf patch https cookies in production Sorrel Bri 2020-01-18 23:53:42 -0800
  • 9729d15ff2 patch https cookies in production Sorrel Bri 2020-01-18 23:02:33 -0800
  • cba61a78e9 hook SET_ROOMS into rooms Service Sorrel Bri 2020-01-18 16:40:57 -0800
  • 5a7f3bc177 add SET_ROOMS dispatch Sorrel Bri 2020-01-18 16:17:23 -0800
  • 36eeb8202b serve all public rooms at rooms index Sorrel Bri 2020-01-18 15:49:35 -0800
  • acbc9c901b stub rooms index route and controller Sorrel Bri 2020-01-18 15:42:45 -0800
  • a30d4f3a45 add room migration and simple seeds Sorrel Bri 2020-01-18 14:15:44 -0800
  • 8bd52fd993 serve basic page at api endpoint to redirect user Sorrel Bri 2020-01-18 13:24:00 -0800
  • 8933e25156 patch component references in pages/ Sorrel Bri 2020-01-18 13:06:28 -0800
  • 2dc17a9588 patch reference to MainWrapper component Sorrel Bri 2020-01-18 13:02:03 -0800
  • 230dadd3d2 rename RoomArchive components to differentiate from NewsArchive Sorrel Bri 2020-01-18 12:20:33 -0800
  • 101531e727 stub home and rooms sidebar components Sorrel Bri 2020-01-18 12:11:22 -0800
  • c0aff888f5 patch to hide password input on login form Sorrel Bri 2020-01-18 10:53:52 -0800
  • 68fedb4d2f patch frontend api endpoint in config Sorrel Bri 2020-01-18 01:33:24 -0800
  • b69edb9182 add manual set Access Control Allow Origin header Sorrel Bri 2020-01-18 01:30:15 -0800
  • ca43baf181 patch CORS Sorrel Bri 2020-01-18 01:25:52 -0800
  • 3cbba5d072 patch config for production Sorrel Bri 2020-01-18 00:42:33 -0800
  • b1cf43d84b patch config for production Sorrel Bri 2020-01-18 00:38:02 -0800
  • d20c070c02 add login hook to frontend Sorrel Bri 2020-01-18 00:18:51 -0800
  • 3b868cec4e add validation for username and email on signup Sorrel Bri 2020-01-17 22:56:09 -0800
  • 5fbfc28024 add client side password confirmation check Sorrel Bri 2020-01-17 22:20:21 -0800
  • e90abc283a refactor auth and api/index to ensure token verified and sent to dispatch ADD_USER Sorrel Bri 2020-01-17 21:18:50 -0800
  • 5c8da62edb refactor auth and api/index to ensure token verified and sent to dispatch ADD_USER Sorrel Bri 2020-01-17 20:24:57 -0800
  • d77216d762 refactor to fetch to ensure proper cookie storage Sorrel Bri 2020-01-17 19:57:27 -0800
  • 1ee4c28d4c serve user from verified jwt Sorrel Bri 2020-01-17 16:32:40 -0800
  • c2a0ad2ff2 add FormError component to display auth errors Sorrel Bri 2020-01-17 14:27:31 -0800
  • 8c6e38ec66 hook reducer into signup post response Sorrel Bri 2020-01-17 12:21:43 -0800
  • c905dd05b8 patch server production env allowed origin Sorrel Bri 2020-01-17 00:46:02 -0800
  • e0a336bd35 patch signup post for existing user to return 409 Sorrel Bri 2020-01-17 00:23:18 -0800
  • 0e2fe08666 hook reducer into auth/signup request service Sorrel Bri 2020-01-16 16:59:11 -0800
  • 9d10ed4fe2 stub styling of side and main content Sorrel Bri 2020-01-16 15:21:23 -0800
  • 3068b94c5b stub sidebar component to display auth form Sorrel Bri 2020-01-16 00:22:27 -0800
  • 8d3991ef55 stub tests for page components Sorrel Bri 2020-01-15 21:59:05 -0800
  • 16d5c97e3f debug password hashing function Sorrel Bri 2020-01-15 20:04:55 -0800
  • fea8c9035f stub frontend requests to auth endpoints Sorrel Bri 2020-01-15 18:13:42 -0800
  • 02d408adba add validation and sanitization for auth/. posts Sorrel Bri 2020-01-15 13:52:01 -0800
  • add9e49bb6 patch to remove timeout from login test Sorrel Bri 2020-01-15 11:28:40 -0800
  • 6033a99223 add login verification of user Sorrel Bri 2020-01-14 23:09:01 -0800
  • c480d986d2 patch knexfile name to run migrations Sorrel Bri 2020-01-14 14:42:46 -0800
  • 52b31b7fe2 add password hash to new user Sorrel Bri 2020-01-14 14:22:42 -0800
  • 89eca4a5c1 stub new user sign up Sorrel Bri 2020-01-14 12:06:25 -0800
  • 323ea5d24c add sign jwt function and hook to auth/signup Sorrel Bri 2020-01-13 14:47:45 -0800
  • 85ebffcdcf stub auth routes and controllers Sorrel Bri 2020-01-09 17:44:58 -0800
  • 118989a9cc debug migrations path Sorrel Bri 2020-01-09 16:32:36 -0800
  • a451144581 debug produciton db connection Sorrel Bri 2020-01-09 16:29:20 -0800
  • 52e6271738 add migrate command to server Procfile Sorrel Bri 2020-01-09 16:25:57 -0800
  • 55104ba3ff add create user table migration Sorrel Bri 2020-01-09 16:16:00 -0800
  • d5d7121a71 deploy subdirectories successfully Sorrel Bri 2020-01-09 12:40:26 -0800
  • 5adf8b4690 return README to root directory Sorrel Bri 2020-01-09 12:33:09 -0800
  • 5f6889439b move react module into subdirectory Sorrel Bri 2020-01-09 12:32:03 -0800
  • 6011354d67 confirm successful deployment Sorrel Bri 2020-01-09 11:59:07 -0800
  • f6b52000f3 add runtime env for production enironment Sorrel Bri 2020-01-09 11:51:45 -0800
  • 3d81aeda5e add production endpoints to react config Sorrel Bri 2020-01-09 11:41:24 -0800
  • 9ea54db3e2 change server Procfile to npm start Sorrel Bri 2020-01-09 11:35:25 -0800
  • 962d0f9bcf remove path from server Procfile Sorrel Bri 2020-01-09 11:17:44 -0800