aboutsummaryrefslogtreecommitdiff
path: root/src/cleaners
AgeCommit message (Collapse)Author
2021-06-30fix error that happens sometimes for nonexistent playersmat
2021-06-29fix youtube rank displaying wronglymat
closes #49
2021-06-29Merge branch 'main' of https://github.com/skyblockstats/skyblock-api into mainmat
2021-06-29moderator -> modmat
2021-06-29enable strictNullChecks and fix all related issues (#65)mat
2021-06-03change some variable names in collections to make more sensemat
2021-06-02slice xpTable at max levelmat
2021-06-02Fix max levelmat
2021-06-02fix some duplicate things that were there for some reasonmat
2021-06-02Merge branch 'main' of https://github.com/skyblockstats/skyblock-api into mainmat
2021-06-02include the max level of the skillmat
2021-06-02Extra skill info (#52)mat
* include more data about skills * i decided that having manual stuff in skyblock-constants is a bad idea * Update skills.js
2021-06-02include more data about skills (#51)mat
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-26replace a rank thing with switch statementmat
2021-05-24remove first_join from CleanPlayermat
we *probably* don't need it
2021-05-19add gm rankmat
2021-05-02remove a console.logmat
2021-05-02add `/constants` api to get max minions and fairy souls (#21)mat
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-28remove some debug stuffmat
2021-04-27Add minion_count leaderboard (#15)mat
* add minion count leaderboard * fix error that happens sometimes * Update index.js
2021-04-17add head_texture to itemsmat
2021-04-14Total leaderboards leaderboard working (#6)mat
* add leaderboards leaderboard * slightly optimize fetchPlayer to not unnecessarily fetch the same player twice * Compiled TS into JS * fix errors with fetch * fix random bugs that made people disappear from leaderboards
2021-04-13change max slayer level to 5mat
2021-04-13Slayer leaderboard (#4)mat
* add slayers to constants * Compiled TS into JS * change units to also show up when only changing one constant item * Compiled TS into JS * add slayer leaderboards * remove debugging stuff
2021-04-08change how stats are sent to allow for extra infomat
2021-03-01Fix error on some profiles with inventory APImat
2021-03-01add skill leaderboardsmat
2021-03-01add mythos stat categorymat
2021-02-28make misc leaderboards always show up lastmat
2021-02-28make /leaderboards include categoriesmat
2021-02-28fix some players having "normal" rankmat
2021-02-28slight optimizationmat
fetch all profiles at once instead of one at a time in cleanSkyblockProfilesResponse
2021-02-28fix rankmat
2021-02-28Add leaderboardsmat
2021-02-20change other timestamps to be consistentmat
2021-02-20add "first_join" to `player`mat
2021-02-16change profileCache to use clonesmat
2021-02-15remove debug logsmat
2021-02-14fix mvp++mat
2021-02-14add rank to basic membermat
2021-02-14fix special casesmat
some users dont have a rank, and some users dont have skyblock profiles
2021-02-14add total slayer xpmat
2021-02-14Closes #2mat
2021-02-14add collection categoriesmat
2021-02-14add collectionsmat
2021-02-14add visited zonesmat
2021-02-13make sure the vanillaId is a stringmat
2021-02-13clean inventory itemsmat