aboutsummaryrefslogtreecommitdiff
path: root/src/cleaners
AgeCommit message (Collapse)Author
2022-03-21Add personal vault to inventoriesmat
2022-03-21fix total bank balance being offmat
2022-03-21don't reverse bank historymat
2022-03-21round bank balance amountmat
2022-03-21round numbers in bank balancemat
2022-03-20Fix some typingsmat
2022-03-20Add the "left" field for members who leftmat
2022-03-20Add bank historymat
2022-03-19Squashed commit of the following:mat
commit 8de482698ce3b144a5208084299733a3951d691a Author: mat <github@matdoes.dev> Date: Sat Mar 19 19:39:21 2022 -0500 fix some issues with the typings commit e4d72e4b66c1f013dab495786041e7ce0316b0af Author: mat <github@matdoes.dev> Date: Sat Mar 19 18:04:10 2022 -0500 Fix error when there is no slayer data commit 706d044f6791272f3f4488d03884c33fc545a806 Author: mat <github@matdoes.dev> Date: Sat Mar 19 18:02:04 2022 -0500 Fix wrong interface commit d1cc698f4add94171004ca7039a452d38fa063b8 Merge: b490254 8843ccf Author: mat <github@matdoes.dev> Date: Sat Mar 19 17:54:00 2022 -0500 Merge branch 'main' into breaking commit b490254510b43ca9ef9822c661f3bfeb2e9ec7ef Author: mat <github@matdoes.dev> Date: Sat Mar 5 13:09:26 2022 -0600 change some seconds to milliseconds commit 09fc38f77faa88f7234f2496c7fd797b884cbf24 Author: mat <github@matdoes.dev> Date: Sat Mar 5 13:04:46 2022 -0600 Update README.md commit a470363ea7e7885c5c946aca9b40f73426a0e94c Author: mat <github@matdoes.dev> Date: Sat Mar 5 13:01:42 2022 -0600 Move `/leaderboard/` to `/leaderboards/` commit 012525036db62fbb97a56576f80c231b4127736d Author: mat <github@matdoes.dev> Date: Sat Mar 5 13:00:06 2022 -0600 Rename collection `xp` to `amount` commit dc8ea0588ad5357257767b37737da185e4dbffd0 Author: mat <github@matdoes.dev> Date: Sat Mar 5 12:59:20 2022 -0600 Rename visited_zones to just zones commit 6008feb15d36afd914efe98e90409327d3fc1322 Author: mat <github@matdoes.dev> Date: Sat Mar 5 12:54:15 2022 -0600 Replace all snake_case keys with camelCase
2022-03-19Fix error when there is no slayer datamat
2022-03-19Include slayer level in responsemat
2022-03-19Add Voidgloom Seraph and make slayer name optionalmat
2022-03-05`winner` is a stringmat
2022-02-21add missing things to typingsmat
2022-02-16oop typescript momentmat
2022-02-16move maxUniqueMinionsmat
2022-02-16return max fairy souls and max minions in membermat
makes it so we don't have to fetch /constants from the frontend
2022-02-13Update election.tsmat
2022-02-12Election APImat
2021-12-31gemstone_collection -> gemstonemat
2021-12-31add the new collectionsmat
2021-09-10make the zones api include unvisited zonesmat
2021-09-06Bump node-fetch from 2.6.1 to 3.0.0 (#116)dependabot[bot]
* Bump node-fetch from 2.6.1 to 3.0.0 Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.1 to 3.0.0. - [Release notes](https://github.com/node-fetch/node-fetch/releases) - [Changelog](https://github.com/node-fetch/node-fetch/blob/main/docs/CHANGELOG.md) - [Commits](https://github.com/node-fetch/node-fetch/compare/v2.6.1...v3.0.0) --- updated-dependencies: - dependency-name: node-fetch dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * fix issues with node fetch 3.0 * change module to esnext instead of commonjs * fix imports and tests * fix package-lock.json Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: mat <github@matdoes.dev> Co-authored-by: mat <27899617+mat-1@users.noreply.github.com>
2021-08-01add #1 leaderboards count leaderboardmat
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