aboutsummaryrefslogtreecommitdiff
path: root/build/index.js
AgeCommit message (Collapse)Author
2021-06-02Compiled TS into JSmat-1
2021-06-01add queue sizes to index debug datamat
2021-06-01temporarily disable fetchMemberLeaderboardSpotsmat
2021-05-31removed fetching all the members in all of the leaderboardsmat
2021-05-30do more things to maybe prevent random crashes???mat
2021-05-29add more try catchesmat
2021-05-28add more useful stuff to indexmat
2021-05-28add more stuff to index routemat
2021-05-27fix some bugs with it loading forevermat
2021-05-27random random debug things and optimize leaderboardsmat
optimize leaderboards by fetching all the raw ones at the beginning
2021-05-27Profile customization (#46)mat
* add basic discord auth * add uuid dependency * add lastUpdated to sessions * add route to get session from id * add accounts collection * update build * add gm rank * add `customization` url parameter * add customization parameter to /player/:user * add route to get info from discord id * remove a console.log * Update database.js * Update package.json * fix tests * change mainSiteUrl
2021-05-27Profile customization (#45)mat
* add basic discord auth * add uuid dependency * add lastUpdated to sessions * add route to get session from id * add accounts collection * update build * add gm rank * add `customization` url parameter * add customization parameter to /player/:user * add route to get info from discord id * remove a console.log * Update database.js * Update package.json * fix tests
2021-05-09Revert "temp debug stuff"mat
This reverts commit 58807d12eefe264e817d8dc4b7075dbb25e4c2d2.
2021-05-09temp debug stuffmat
2021-05-03Compiled TS into JSmat-1
2021-05-01Show minions that haven't been unlocked in response (#20)mat
* add minions that haven't been unlocked yet to response, and slightly optimize constants * remove most console.logs with console.debugs * mock constants
2021-04-30add "basic" url parameter to /player/<user>mat
2021-04-27Add minion_count leaderboard (#15)mat
* add minion count leaderboard * fix error that happens sometimes * Update index.js
2021-04-27Add unit tests (#12)mat
* start adding unit tests * add more to test/data/mojang.json * fix sending http requests in tests when it shouldn't * add a few more tests * try to add a github action to run tests * Update test.yml
2021-04-14make cf-connecting-ip lowercasemat
2021-04-09Compiled TS into JSmat-1
2021-04-08debug=falsemat
2021-04-08Compiled TS into JSmat-1
2021-04-08Compiled TS into JSmat-1
2021-03-24Update index.jsmat
2021-03-01send 401 status code when unauthorizedmat
2021-03-01Compiled TS into JSmat-1
2021-02-28make /leaderboards include categoriesmat
2021-02-28Compiled TS into JSmat-1
2021-02-28Add leaderboardsmat
2021-02-21Compiled TS into JSmat-1
2021-02-13move some code to make more sensemat
2021-02-13tscmat
2021-02-13tscmat
2021-02-13add compiled code in build foldermat