Commit graph

  • a4a9a72ece stub socket connection to game id namespace Sorrel Bri 2020-01-24 15:50:47 -0800
  • 026af700df stub games/:id endpoint to join game socket room Sorrel Bri 2020-01-24 00:07:40 -0800
  • b8681e8ef5 refactor join_game_request to require unique users Sorrel Bri 2020-01-23 21:41:25 -0800
  • 11855c57d4 connect join_game_request socket at client and server Sorrel Bri 2020-01-23 21:25:08 -0800
  • 6757553785 patch rooms/:id failure to return multiple games Sorrel Bri 2020-01-23 16:14:38 -0800
  • 59b5d31c35 patch no-query bug in rooms/ endpoint Sorrel Bri 2020-01-23 16:04:40 -0800
  • 8589976264 refactor api rooms/:id endpoint to deliver current room without table join Sorrel Bri 2020-01-23 14:46:49 -0800
  • 775e1fc050 stub room display with messages and game link Sorrel Bri 2020-01-23 14:45:48 -0800
  • 38014ac497 dispatch all room data to state upon rooms/:id Sorrel Bri 2020-01-22 16:40:56 -0800
  • f94f4fd2c0 refactor api room endpoint to return unjoined game room data Sorrel Bri 2020-01-22 16:30:28 -0800
  • 695d1ea2b1 add SET_MESSAGES to reducer Sorrel Bri 2020-01-22 15:41:08 -0800
  • 6467004a89 refactor services and reducers to parse JSON before data hits dispatch Sorrel Bri 2020-01-22 15:16:43 -0800
  • 83d3abf188 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
  • 661fc74df2 serve room with message data from api/v1/rooms/:id Sorrel Bri 2020-01-21 17:02:54 -0800
  • aa0c850aab serve room with joined game data from api/v1/rooms/:id Sorrel Bri 2020-01-21 16:01:35 -0800
  • c001b939d1 stub room socket connection (client + server) Sorrel Bri 2020-01-21 14:33:40 -0800
  • e8867b9634 add message table with migration Sorrel Bri 2020-01-20 23:36:52 -0800
  • 464a8ffbf4 add move table with migration Sorrel Bri 2020-01-20 23:19:22 -0800
  • f3d21e0444 add game table with seed and migration Sorrel Bri 2020-01-20 23:05:55 -0800
  • 522782e3a5 add time_setting table with seed and migration Sorrel Bri 2020-01-20 22:39:28 -0800
  • d9edea315a patch remove unnecessary socket.io cookie Sorrel Bri 2020-01-20 13:47:02 -0800
  • 3e8e99a816 Merge branch 'gameroom_endpoint' Sorrel Bri 2020-01-20 13:22:18 -0800
  • 1ef3adc3d7 patch https cookies in production Sorrel Bri 2020-01-18 23:53:42 -0800
  • 0fb6a7bfb8 patch https cookies in production Sorrel Bri 2020-01-18 23:02:33 -0800
  • 05b7f338ff hook SET_ROOMS into rooms Service Sorrel Bri 2020-01-18 16:40:57 -0800
  • 8ad488c3ce add SET_ROOMS dispatch Sorrel Bri 2020-01-18 16:17:23 -0800
  • 6114c20e2c serve all public rooms at rooms index Sorrel Bri 2020-01-18 15:49:35 -0800
  • 762c4d93a8 stub rooms index route and controller Sorrel Bri 2020-01-18 15:42:45 -0800
  • 47856773eb add room migration and simple seeds Sorrel Bri 2020-01-18 14:15:44 -0800
  • d706a9d137 serve basic page at api endpoint to redirect user Sorrel Bri 2020-01-18 13:24:00 -0800
  • 6669d3f16b patch component references in pages/ Sorrel Bri 2020-01-18 13:06:28 -0800
  • cb3fb31b24 patch reference to MainWrapper component Sorrel Bri 2020-01-18 13:02:03 -0800
  • b06b490d6f rename RoomArchive components to differentiate from NewsArchive Sorrel Bri 2020-01-18 12:20:33 -0800
  • 9dc91de5ed stub home and rooms sidebar components Sorrel Bri 2020-01-18 12:11:22 -0800
  • 54abeb65fc patch to hide password input on login form Sorrel Bri 2020-01-18 10:53:52 -0800
  • 00757ac2d2 patch frontend api endpoint in config Sorrel Bri 2020-01-18 01:33:24 -0800
  • 2f9cb987ba add manual set Access Control Allow Origin header Sorrel Bri 2020-01-18 01:30:15 -0800
  • 891ba5ab2f patch CORS Sorrel Bri 2020-01-18 01:25:52 -0800
  • 188cd0b966 patch config for production Sorrel Bri 2020-01-18 00:42:33 -0800
  • 6f86007632 patch config for production Sorrel Bri 2020-01-18 00:38:02 -0800
  • a9a10c1adb add login hook to frontend Sorrel Bri 2020-01-18 00:18:51 -0800
  • 18d351d698 add validation for username and email on signup Sorrel Bri 2020-01-17 22:56:09 -0800
  • 2c9aca4856 add client side password confirmation check Sorrel Bri 2020-01-17 22:20:21 -0800
  • b8b7890e4f refactor auth and api/index to ensure token verified and sent to dispatch ADD_USER Sorrel Bri 2020-01-17 21:18:50 -0800
  • 465a3342f2 refactor auth and api/index to ensure token verified and sent to dispatch ADD_USER Sorrel Bri 2020-01-17 20:24:57 -0800
  • 5fa43f8b7e refactor to fetch to ensure proper cookie storage Sorrel Bri 2020-01-17 19:57:27 -0800
  • 080ab8a994 serve user from verified jwt Sorrel Bri 2020-01-17 16:32:40 -0800
  • 97efe2314b add FormError component to display auth errors Sorrel Bri 2020-01-17 14:27:31 -0800
  • 969e44e8e5 hook reducer into signup post response Sorrel Bri 2020-01-17 12:21:43 -0800
  • e4d4652d1b patch server production env allowed origin Sorrel Bri 2020-01-17 00:46:02 -0800
  • 42d10a55cd patch signup post for existing user to return 409 Sorrel Bri 2020-01-17 00:23:18 -0800
  • 9b02705a91 hook reducer into auth/signup request service Sorrel Bri 2020-01-16 16:59:11 -0800
  • 78ba0a035e stub styling of side and main content Sorrel Bri 2020-01-16 15:21:23 -0800
  • 9014564180 stub sidebar component to display auth form Sorrel Bri 2020-01-16 00:22:27 -0800
  • fee04ec269 stub tests for page components Sorrel Bri 2020-01-15 21:59:05 -0800
  • 34959d8e44 debug password hashing function Sorrel Bri 2020-01-15 20:04:55 -0800
  • 36c75e9126 stub frontend requests to auth endpoints Sorrel Bri 2020-01-15 18:13:42 -0800
  • 1e706fe20f add validation and sanitization for auth/. posts Sorrel Bri 2020-01-15 13:52:01 -0800
  • f35bc165fd patch to remove timeout from login test Sorrel Bri 2020-01-15 11:28:40 -0800
  • 98fdf6926c add login verification of user Sorrel Bri 2020-01-14 23:09:01 -0800
  • 30c0f9ad97 patch knexfile name to run migrations Sorrel Bri 2020-01-14 14:42:46 -0800
  • 8af3685cba add password hash to new user Sorrel Bri 2020-01-14 14:22:42 -0800
  • 9a0045d99b stub new user sign up Sorrel Bri 2020-01-14 12:06:25 -0800
  • 7b4b48050d add sign jwt function and hook to auth/signup Sorrel Bri 2020-01-13 14:47:45 -0800
  • a629225fae stub auth routes and controllers Sorrel Bri 2020-01-09 17:44:58 -0800
  • cd1273e645 debug migrations path Sorrel Bri 2020-01-09 16:32:36 -0800
  • 3a5125893b debug produciton db connection Sorrel Bri 2020-01-09 16:29:20 -0800
  • 458876a2b4 add migrate command to server Procfile Sorrel Bri 2020-01-09 16:25:57 -0800
  • 1661b3fe65 add create user table migration Sorrel Bri 2020-01-09 16:16:00 -0800
  • 413cf63192 deploy subdirectories successfully Sorrel Bri 2020-01-09 12:40:26 -0800
  • d7cf6c44eb return README to root directory Sorrel Bri 2020-01-09 12:33:09 -0800
  • 7ef212643d move react module into subdirectory Sorrel Bri 2020-01-09 12:32:03 -0800
  • 18d744a7a5 confirm successful deployment Sorrel Bri 2020-01-09 11:59:07 -0800
  • b62458218b add runtime env for production enironment Sorrel Bri 2020-01-09 11:51:45 -0800
  • 173bb8766c add production endpoints to react config Sorrel Bri 2020-01-09 11:41:24 -0800
  • 48546c9448 change server Procfile to npm start Sorrel Bri 2020-01-09 11:35:25 -0800
  • 5977c686a5 remove path from server Procfile Sorrel Bri 2020-01-09 11:17:44 -0800
  • d2fe74ffec add path to server Procfile Sorrel Bri 2020-01-09 11:10:38 -0800
  • f3208819c8 add node to server Procfile Sorrel Bri 2020-01-09 11:03:06 -0800
  • 07070439f1 empty react Procfile Sorrel Bri 2020-01-09 10:53:24 -0800
  • cd22eb89e1 add run to Procfile Sorrel Bri 2020-01-09 10:37:54 -0800
  • 328bf9128f remove npm from start command Sorrel Bri 2020-01-09 10:35:06 -0800
  • 56fbc34ba3 redeploy with namespaced scripts Sorrel Bri 2020-01-09 10:32:20 -0800
  • 65bffa11a1 add Procfiles for deploy Sorrel Bri 2020-01-09 10:23:53 -0800
  • e42118d6aa config flow Sorrel Bri 2020-01-09 09:51:49 -0800
  • cc6b00b72b patch page function tests, import pages in App Sorrel Bri 2020-01-08 17:17:10 -0800
  • 2ae07a1a99 stub page components Sorrel Bri 2020-01-08 13:37:44 -0800
  • 24c4130f7f stub mocha/chai for testing server Sorrel Bri 2020-01-08 13:25:28 -0800
  • 6a373a1172 stub react pages structure Sorrel Bri 2020-01-08 11:38:09 -0800
  • 34dbdaab7b stub middleware (including socket), controllers architecture Sorrel Bri 2020-01-08 11:24:24 -0800
  • 64dc036296 connect socket Sorrel Bri 2020-01-07 23:18:08 -0800
  • aeb64cb6a5 connect socket Sorrel Bri 2020-01-07 23:17:10 -0800
  • 840fae2bf7 connect to db with knex Sorrel Bri 2020-01-07 21:46:24 -0800
  • e83ca4a1b5 restrict CORS to env defined origin Sorrel Bri 2020-01-07 13:43:20 -0800
  • ea878c9057 configure simple CORS Sorrel Bri 2020-01-07 13:30:19 -0800
  • b2d9eaca0d stub basic connection Sorrel Bri 2020-01-07 13:03:59 -0800
  • dc7b895dd6 add react frontend structure Sorrel Bri 2020-01-07 12:19:11 -0800
  • edf520ba79 remove views/, add controllers/ Sorrel Bri 2020-01-06 13:10:49 -0800
  • 3ca3e28d45 git init Sorrel Bri 2020-01-06 13:01:40 -0800
  • baa843feeb init lerna Sorrel Bri 2020-02-05 15:29:36 -0800