Commit graph

  • 34abfa9d29 patch https cookies in production Sorrel Bri 2020-01-18 23:53:42 -0800
  • 082cf29470 patch https cookies in production Sorrel Bri 2020-01-18 23:02:33 -0800
  • eb86556f2a hook SET_ROOMS into rooms Service Sorrel Bri 2020-01-18 16:40:57 -0800
  • 03648fcf3f add SET_ROOMS dispatch Sorrel Bri 2020-01-18 16:17:23 -0800
  • 048f518114 serve all public rooms at rooms index Sorrel Bri 2020-01-18 15:49:35 -0800
  • 493a1f3e82 stub rooms index route and controller Sorrel Bri 2020-01-18 15:42:45 -0800
  • e6fb148bdc add room migration and simple seeds Sorrel Bri 2020-01-18 14:15:44 -0800
  • e4f84275b4 serve basic page at api endpoint to redirect user Sorrel Bri 2020-01-18 13:24:00 -0800
  • 1d0111567c patch component references in pages/ Sorrel Bri 2020-01-18 13:06:28 -0800
  • c6ec8210dc patch reference to MainWrapper component Sorrel Bri 2020-01-18 13:02:03 -0800
  • 709358a2cd rename RoomArchive components to differentiate from NewsArchive stub-pages Sorrel Bri 2020-01-18 12:20:33 -0800
  • 42497432df stub home and rooms sidebar components Sorrel Bri 2020-01-18 12:11:22 -0800
  • d2f7db8217 patch to hide password input on login form Sorrel Bri 2020-01-18 10:53:52 -0800
  • 5fdaf85948 patch frontend api endpoint in config Sorrel Bri 2020-01-18 01:33:24 -0800
  • be3fa1ecb9 add manual set Access Control Allow Origin header Sorrel Bri 2020-01-18 01:30:15 -0800
  • baec2baf98 patch CORS Sorrel Bri 2020-01-18 01:25:52 -0800
  • 88222bf720 patch config for production Sorrel Bri 2020-01-18 00:42:33 -0800
  • 37ba2cb268 patch config for production Sorrel Bri 2020-01-18 00:38:02 -0800
  • 015b1a63b8 add login hook to frontend auth Sorrel Bri 2020-01-18 00:18:51 -0800
  • 22b6dc443a add validation for username and email on signup Sorrel Bri 2020-01-17 22:56:09 -0800
  • bd1c90da99 add client side password confirmation check Sorrel Bri 2020-01-17 22:20:21 -0800
  • 653260b2fc refactor auth and api/index to ensure token verified and sent to dispatch ADD_USER Sorrel Bri 2020-01-17 21:18:50 -0800
  • 25caa3124d refactor auth and api/index to ensure token verified and sent to dispatch ADD_USER Sorrel Bri 2020-01-17 20:24:57 -0800
  • fb0641fa0d refactor to fetch to ensure proper cookie storage Sorrel Bri 2020-01-17 19:57:27 -0800
  • 3ea7dafb85 serve user from verified jwt Sorrel Bri 2020-01-17 16:32:40 -0800
  • 8f5ec4c414 add FormError component to display auth errors Sorrel Bri 2020-01-17 14:27:31 -0800
  • 1481d97df9 hook reducer into signup post response Sorrel Bri 2020-01-17 12:21:43 -0800
  • 08201228aa patch server production env allowed origin Sorrel Bri 2020-01-17 00:46:02 -0800
  • 196b5e884b patch signup post for existing user to return 409 Sorrel Bri 2020-01-17 00:23:18 -0800
  • df110d187a hook reducer into auth/signup request service Sorrel Bri 2020-01-16 16:59:11 -0800
  • 3bbc272743 stub styling of side and main content Sorrel Bri 2020-01-16 15:21:23 -0800
  • bf7e6a3425 stub sidebar component to display auth form Sorrel Bri 2020-01-16 00:22:27 -0800
  • 194fc9155e stub tests for page components Sorrel Bri 2020-01-15 21:59:05 -0800
  • dfd1268939 debug password hashing function Sorrel Bri 2020-01-15 20:04:55 -0800
  • c0d1d51015 stub frontend requests to auth endpoints Sorrel Bri 2020-01-15 18:13:42 -0800
  • 9f9c33d344 add validation and sanitization for auth/. posts Sorrel Bri 2020-01-15 13:52:01 -0800
  • 5c1fc63e61 patch to remove timeout from login test Sorrel Bri 2020-01-15 11:28:40 -0800
  • f7a77b4613 add login verification of user Sorrel Bri 2020-01-14 23:09:01 -0800
  • da80bf5f65 patch knexfile name to run migrations Sorrel Bri 2020-01-14 14:42:46 -0800
  • 975ef8a74b add password hash to new user Sorrel Bri 2020-01-14 14:22:42 -0800
  • ff24d4a288 stub new user sign up Sorrel Bri 2020-01-14 12:06:25 -0800
  • 86bd4e93db add sign jwt function and hook to auth/signup Sorrel Bri 2020-01-13 14:47:45 -0800
  • 26f5ee24e1 stub auth routes and controllers Sorrel Bri 2020-01-09 17:44:58 -0800
  • 800df45082 debug migrations path Sorrel Bri 2020-01-09 16:32:36 -0800
  • f7990fffd9 debug produciton db connection Sorrel Bri 2020-01-09 16:29:20 -0800
  • 592c44ebb8 add migrate command to server Procfile Sorrel Bri 2020-01-09 16:25:57 -0800
  • 6abf6d2f7d add create user table migration Sorrel Bri 2020-01-09 16:16:00 -0800
  • dc295fc3d3 deploy subdirectories successfully Sorrel Bri 2020-01-09 12:40:26 -0800
  • 8bff00e9ab return README to root directory Sorrel Bri 2020-01-09 12:33:09 -0800
  • affdba3666 move react module into subdirectory Sorrel Bri 2020-01-09 12:32:03 -0800
  • 1804d3c66c confirm successful deployment Sorrel Bri 2020-01-09 11:59:07 -0800
  • 82612dc555 add runtime env for production enironment Sorrel Bri 2020-01-09 11:51:45 -0800
  • d8ecb3abb6 add production endpoints to react config Sorrel Bri 2020-01-09 11:41:24 -0800
  • ef1ef00109 change server Procfile to npm start Sorrel Bri 2020-01-09 11:35:25 -0800
  • 679f5dbb47 remove path from server Procfile Sorrel Bri 2020-01-09 11:17:44 -0800
  • 36671d1a91 add path to server Procfile Sorrel Bri 2020-01-09 11:10:38 -0800
  • b45cc50ef2 add node to server Procfile Sorrel Bri 2020-01-09 11:03:06 -0800
  • ca68722344 empty react Procfile Sorrel Bri 2020-01-09 10:53:24 -0800
  • b7e1810125 add run to Procfile Sorrel Bri 2020-01-09 10:37:54 -0800
  • 3020cea879 remove npm from start command Sorrel Bri 2020-01-09 10:35:06 -0800
  • eefd029cd2 redeploy with namespaced scripts Sorrel Bri 2020-01-09 10:32:20 -0800
  • 224c5ba79f add Procfiles for deploy Sorrel Bri 2020-01-09 10:23:53 -0800
  • 8b10416b98 config flow stub_architecture Sorrel Bri 2020-01-09 09:51:49 -0800
  • 4e7cff3a2e patch page function tests, import pages in App Sorrel Bri 2020-01-08 17:17:10 -0800
  • fa3da23c79 stub page components Sorrel Bri 2020-01-08 13:37:44 -0800
  • bb462307a3 stub mocha/chai for testing server Sorrel Bri 2020-01-08 13:25:28 -0800
  • a4546a8ef5 stub react pages structure Sorrel Bri 2020-01-08 11:38:09 -0800
  • 7e2156ff06 stub middleware (including socket), controllers architecture Sorrel Bri 2020-01-08 11:24:24 -0800
  • bedd175e5d connect socket Sorrel Bri 2020-01-07 23:18:08 -0800
  • bdefc1d070 connect socket Sorrel Bri 2020-01-07 23:17:10 -0800
  • c18951b838 connect to db with knex Sorrel Bri 2020-01-07 21:46:24 -0800
  • da1dc694f3 restrict CORS to env defined origin Sorrel Bri 2020-01-07 13:43:20 -0800
  • 1b642eea2d configure simple CORS Sorrel Bri 2020-01-07 13:30:19 -0800
  • b025adc6a7 stub basic connection Sorrel Bri 2020-01-07 13:03:59 -0800
  • 9f8d504e95 add react frontend structure Sorrel Bri 2020-01-07 12:19:11 -0800
  • 41b38e7eec remove views/, add controllers/ Sorrel Bri 2020-01-06 13:10:49 -0800
  • 693ef7995e git init Sorrel Bri 2020-01-06 13:01:40 -0800