Commit Graph

  • 960a83f (refs/pull/21/merge) Merge 6faa6edf43 into 49e3b3f19f by dependabot[bot] 2023-04-14 17:41:34 +0000
  • 6faa6ed (refs/pull/21/head, dependabot/maven/org.json-json-20230227) Bump json from 20180130 to 20230227 by dependabot[bot] 2023-04-14 17:41:32 +0000
  • 49e3b3f (HEAD -> master) Merge pull request #20 from jrtechs/dependabot/maven/com.google.code.gson-gson-2.8.9 by Jeffery Russell 2022-05-22 20:36:01 -0400
  • 1d8446e (refs/pull/20/head) Bump gson from 2.8.5 to 2.8.9 by dependabot[bot] 2022-05-20 20:53:42 +0000
  • 91f9d3a Fixed readme images by jrtechs 2021-03-07 12:27:44 -0500
  • 3586332 Merge pull request #19 from jrtechs/dependabot/maven/junit-junit-4.13.1 by Jeffery Russell 2020-10-14 09:06:55 -0400
  • 426fc64 (refs/pull/19/head) Bump junit from 4.11 to 4.13.1 by dependabot[bot] 2020-10-13 01:56:50 +0000
  • f79568f (games-graph) Created a basic games and friends graph by jrtechs 2020-07-23 20:50:18 -0400
  • 8633100 Fixed bug with friend fetching. by jrtechs 2020-07-23 20:49:50 -0400
  • d0cb202 Merge pull request #17 from jrtechs/rest-api by Jeffery Russell 2020-07-23 19:19:38 -0400
  • 12e1572 (refs/pull/17/head, rest-api) Cleaned the lambda statements up to use mappers. by jrtechs 2020-07-23 19:11:01 -0400
  • 0f640a9 Created a friends graph using visjs and jquery. by jrtechs 2020-07-12 17:28:33 -0400
  • 3ea452e Moved website out of classpath to make development easier. by jrtechs 2020-07-12 17:27:45 -0400
  • 07aefd1 Fixed error where respondent has no game. by jrtechs 2020-07-12 16:24:02 -0400
  • 744b230 Created basic web page previewing a common friends graph. by jrtechs 2020-07-12 16:22:12 -0400
  • bef4252 Created a quick web api for the project by jrtechs 2020-07-12 11:30:29 -0400
  • 9c68259 Refactored project structure by jrtechs 2020-07-12 10:53:10 -0400
  • 95993fd Merge pull request #16 from jrtechs/game_data by Jeffery Russell 2020-07-12 10:30:49 -0400
  • 9a1b9a7 (refs/pull/16/head, game_data) Updated steam API to HTTPS closes #14 by jrtechs 2020-07-12 10:28:31 -0400
  • d74f4fd Created indexing mechanism for fetching games closes #10 by jrtechs 2020-07-12 10:26:43 -0400
  • 7c6b767 Inserted the game into the graph database by jrtechs 2020-07-11 13:32:52 -0400
  • d51c202 Added methods in api connection to download game information. by jrtechs 2020-07-11 12:55:11 -0400
  • 2a86073 Collected more soft info players like avatar, real name and creation date. by jrtechs 2020-07-11 12:07:54 -0400
  • 7eb1788 Merge pull request #12 from jrtechs/berkeley-transition by Jeffery Russell 2020-07-11 10:16:01 -0400
  • b0a3113 (refs/pull/12/head, berkeley-transition) Migrated to using a Berkely backend by jrtechs 2020-07-10 18:54:55 -0400
  • cd60b45 Merge pull request #8 from jrtechs/dependabot/maven/org.java-websocket-Java-WebSocket-1.5.0 by Jeffery Russell 2020-05-08 15:58:12 -0400
  • d77f597 (refs/pull/8/head) Bump Java-WebSocket from 1.3.0 to 1.5.0 by dependabot[bot] 2020-05-08 19:57:17 +0000
  • f0c56d5 Added favicon to steam website. Also continuted looking for file IO leak. by jrtechs 2018-11-26 15:18:20 -0500
  • b320523 Fixed IO issues where some files were not closed and had the API Connection deal with empty strings in the get friends and get names functions. by jrtechs 2018-11-25 21:18:17 -0500
  • be3f0ad Fixed edge case where crawler may stop early and added more documentation to things. by jrtechs 2018-11-24 11:47:41 -0500
  • 8004189 Updated some docs and changed the web crawler to only crash if it is in dire need. by jrtechs 2018-11-24 11:27:29 -0500
  • ae25cc0 Updated the crawler to be more smart about error codes and not crash on a http error 500 or 401. by jrtechs 2018-11-20 17:27:01 -0500
  • e5e30bf Implemented a more efficient way to crawl the steam network. by jrtechs 2018-11-19 20:30:29 -0500
  • 980e5d5 Updated the web crawler to work properly and traverse the network using BFS. by jrtechs 2018-11-18 21:37:41 -0500
  • 85a2f8d Created the basic file structure for crawling the steam friends network. by jrtechs 2018-11-18 19:40:20 -0500
  • 77fc7c3 Updated docs to include how to run the project and added a bash script to build the jar file. by jrtechs 2018-07-14 16:11:12 -0400
  • abb574a Created a script to run the socket server by jrtechs 2018-07-14 15:55:46 -0400
  • 7116a1e Updated website with new YouTube video. by jrtechs 2018-06-17 13:41:32 -0400
  • ea01136 Added RepoJs to website for an embedded git hub viewer by jrtechs 2018-06-16 19:04:33 -0400
  • fa2e12c Updated the content for the home page of the website. by jrtechs 2018-06-16 19:03:52 -0400
  • ef2c7a8 Added images for slider to repo by jrtechs 2018-06-16 19:03:05 -0400
  • a3adf30 Fixed error with parsing json from steam by jrtechs 2018-06-16 19:02:50 -0400
  • 0118c6b Updated website with a image slider by jrtechs 2018-06-16 18:03:16 -0400
  • 91393d5 Updated pom.xml by jrtechs 2018-06-15 18:50:15 -0400
  • a912a7a Updated graph page to send people to error page when you can't connect to the web socket. by jrtechs 2018-06-11 20:07:29 -0400
  • ec45c63 Updated graphs page to be more intuitive and explain how to use the application. by jrtechs 2018-06-10 18:23:16 -0400
  • a815782 Updated server to prompt the user when they entered an invalid steam id by jrtechs 2018-06-10 17:04:40 -0400
  • d604b2c Merge remote-tracking branch 'origin/master' by jrtechs 2018-06-10 12:20:09 -0400
  • 044fbef Created faq for website. by jrtechs 2018-06-10 12:20:01 -0400
  • 81f55a2 Create LICENSE by Jeffery R 2018-06-10 12:06:35 -0400
  • 38837c9 Updated color scheme of the graph by jrtechs 2018-06-10 10:41:52 -0400
  • fdd249e Updated nav bars of the website (again) by jrtechs 2018-06-09 19:36:27 -0400
  • 90edee0 Updated nav bars of the website by jrtechs 2018-06-09 12:33:50 -0400
  • dc75d55 Improved to speed at which the graph is rendered on the client side. by jrtechs 2018-06-09 09:15:31 -0400
  • 70a86a8 Updated graph to apply force to shake out graph after all nodes have been added. by jrtechs 2018-06-03 18:24:06 -0400
  • b074f4b Updated the website and changed the colors of the ndoes by jrtechs 2018-06-03 14:12:23 -0400
  • a5e4e32 Updated sizes of second generation nodes by jrtechs 2018-06-03 11:54:44 -0400
  • 52cd39d Update the gaph to hide other nodes that are not their friends when you click on a node. by jxr8142 2018-06-03 10:22:09 -0400
  • b4b87c4 Updated the website to do friends of friends graphs and fix problems with firefox. by jrtechs 2018-05-31 20:37:30 -0400
  • 5d72218 Updated the server to be able to make friends with friends graphs. by jrtechs 2018-05-31 20:36:08 -0400
  • 78cf405 Did a very basic update of the website. by jrtechs 2018-05-29 18:22:40 -0400
  • 72ac2d9 Added an example graph to the README by jrtechs 2018-05-28 21:01:32 -0400
  • c0536f0 Moved web client to /website, added a README, and updated server/client to accept requested steam ids. by jrtechs 2018-05-28 20:55:22 -0400
  • 4e9b3d9 Started working on a website for this web application by jrtechs 2018-05-28 10:14:42 -0400
  • a6f3f72 Worked on client side rendering of the graph. by jrtechs 2018-05-27 21:19:43 -0400
  • 3878f35 Worked on server side web socket which sends the client updates to draw their graph. by jrtechs 2018-05-27 10:34:38 -0400
  • e384df3 Started creating the server-client communication channel. by jrtechs 2018-05-26 20:01:15 -0400
  • 3dceab6 Created a class which lets me scrape data and insert it into the graph database. by jrtechs 2018-05-26 14:00:13 -0400
  • c658ed3 Added connection to steam api to get names and friends lists. by jrtechs 2018-05-26 11:02:16 -0400
  • 11af5e4 Set up repository with helper files which will be used in the project. by jrtechs 2018-05-26 09:45:36 -0400
  • 152a64b Initial commit by jrtechs 2018-05-26 09:12:39 -0400