Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-07-01 | return Auctions instead of Auction[] | mat | |
2022-07-01 | Pagination | mat | |
2022-07-01 | Return auction buyer in playerauctions | mat | |
2022-07-01 | playerauctions endpoint | mat | |
2022-05-19 | better achievements | mat | |
2022-05-18 | better unknown name auction capitalization | mat | |
2022-05-18 | better auction item list info | mat | |
2022-05-18 | split enchanted books into their own auction items | mat | |
2022-05-18 | split pets into their own auction items | mat | |
2022-05-17 | round decimal auction coin values | mat | |
2022-05-17 | divide price by count for auction prices | mat | |
2022-05-17 | just make fetchAuctionItemsUncached return an object | mat | |
2022-05-17 | improve caching logic | 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 | temporarily disable auction fetching | mat | |
2022-05-17 | fix bug: the finale | mat | |
2022-05-17 | fix bug: the play | mat | |
2022-05-17 | fix bug: the movie | 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-16 | fix bug: the prequel | mat | |
2022-05-16 | fix bug: the sequel | mat | |
2022-05-16 | fix bug | mat | |
2022-05-15 | add very basic auctionprices endpoint | mat | |
2022-05-03 | auto update max minion tiers | mat | |
2022-05-03 | Update max minion tier and add a todo | mat | |
2022-04-30 | revamp skills api | mat | |
2022-04-10 | Cache usernames and ranks in leaderboards in db | mat | |
2022-04-10 | fix y200 century cake & throw error earlier when hypixel api returns null | mat | |
2022-04-09 | include profile mode in /player/[player] | mat | |
2022-04-09 | Include whether the member left in profile.members | mat | |
2022-03-31 | remove deleted profiles from leaderboard | mat | |
2022-03-28 | fix item list updating too much | mat | |
2022-03-28 | update tests | mat | |
2022-03-28 | add item list | mat | |
2022-03-27 | Fix first join & add last save leaderboard | mat | |
2022-03-27 | fix and bump typed-hypixel-api version | mat | |
2022-03-26 | Change a lot of things to use typed-hypixel-api | mat | |
2022-03-25 | Add typed-hypixel-api as a dep and change some code | mat | |
2022-03-20 | Add the "left" field for members who left | 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-02-12 | Election API | mat | |
2022-02-10 | fix leaderboards not loading sometimes, hopefully | mat | |
2021-12-29 | fix all typescript errors with mongodb | mat | |
2021-09-06 | Bump 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-06-29 | enable strictNullChecks and fix all related issues (#65) | mat | |
2021-06-24 | actually error like it's supposed to for invalid player profiles | mat | |