Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-07-02 | bump mongodb version | mat | |
2022-07-02 | don't transfer lore | mat | |
2022-07-02 | mongodb treats undefined as null | mat | |
2022-07-02 | don't store auction ids | mat | |
might be an even worse idea | |||
2022-07-02 | auction item lore | mat | |
i sure hope this doesn't go terribly wrong and use up a bunch of space | |||
2022-07-02 | Minor database optimization for bin | mat | |
2022-07-02 | createUuid test | mat | |
2022-06-17 | Remove warning on social skill lb | mat | |
2022-06-01 | Random refactoring & temp disable achievements | mat | |
2022-05-20 | fastest_target_practice stat & leaderboard | mat | |
2022-05-18 | better auction item list info | mat | |
2022-05-18 | better auction sorting | mat | |
2022-05-18 | split pets into their own auction items | mat | |
2022-05-17 | Sort auctions by most sold | mat | |
2022-05-17 | add oldestDate field | mat | |
2022-05-17 | use mongodb UUIDs in the database for auctions | mat | |
2022-05-17 | fix auctionitems returning an empty object sometimes | mat | |
2022-05-17 | add auctionitems endpoint | mat | |
2022-05-17 | improve auctions api | mat | |
2022-05-15 | add very basic auctionprices endpoint | mat | |
2022-04-30 | revamp skills api | mat | |
2022-04-20 | store api ids in skyblock-constants | mat | |
2022-04-10 | Do more stuff concurrently and add lazy mode to ↵ | mat | |
/player/:user/:profile/leaderboards | |||
2022-04-10 | Increase concurrency on member leaderboard queue | mat | |
2022-04-10 | Fix error when viewing profile leaderboard | mat | |
2022-04-10 | Fix returning wrong color | mat | |
2022-04-10 | Cache usernames and ranks in leaderboards in db | mat | |
2022-04-10 | Start storing more player stuff in the leaderboard | mat | |
I'll use this to improve leaderboard performance later | |||
2022-04-10 | fix y200 century cake & throw error earlier when hypixel api returns null | mat | |
2022-04-09 | Add farming contest leaderboards | mat | |
2022-04-09 | don't show members who left a coop in leaderboards | mat | |
2022-04-09 | Fix leaderboards | mat | |
2022-04-09 | Add slowest coop join leaderboard | mat | |
2022-04-09 | Add fastest coop join leaderboard | mat | |
2022-04-09 | return whole player in coopInvitation | mat | |
2022-04-05 | fix profiles being deleted incorrectly removed from lbs | mat | |
2022-03-31 | don't show slayer tier 5 for nonexistent bosses | mat | |
2022-03-31 | don't require server restart for updating removed profiles | mat | |
2022-03-31 | remove deleted profiles from leaderboard | mat | |
2022-03-31 | don't add empty profiles to leaderboards db | mat | |
2022-04-01 | sort leaderboards in profile | mat | |
2022-03-27 | sort last save leaderboard correctly | mat | |
2022-03-27 | Fix first join & add last save leaderboard | mat | |
2022-03-27 | Show harp leaderboards in list | mat | |
2022-03-27 | Fix harp leaderboards | mat | |
2022-03-27 | Add harp leaderboards | mat | |
2022-03-27 | Add harp stats | mat | |
2022-03-27 | Add pets | mat | |
2022-03-19 | Squashed 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-17 | Automatically update user's discord ids in accounts | mat | |