Commit graph

753 commits

Author SHA1 Message Date
dependabot[bot]
9885d06b07
chore(deps): bump braces and @adonisjs/assembler in /server
Bumps [braces](https://github.com/micromatch/braces) to 3.0.3 and updates ancestor dependency [@adonisjs/assembler](https://github.com/adonisjs/assembler). These dependencies need to be updated together.


Updates `braces` from 2.3.2 to 3.0.3
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
- [Commits](https://github.com/micromatch/braces/commits/3.0.3)

Updates `@adonisjs/assembler` from 5.9.6 to 7.8.2
- [Release notes](https://github.com/adonisjs/assembler/releases)
- [Commits](https://github.com/adonisjs/assembler/compare/v5.9.6...v7.8.2)

---
updated-dependencies:
- dependency-name: braces
  dependency-type: indirect
- dependency-name: "@adonisjs/assembler"
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-13 21:32:36 +00:00
Kalane
a6bf75487c
chore: update all packages minor versions 2024-12-13 22:31:28 +01:00
Kalane
9cd32aa477
fix: recent search / favorites system with taglines 2024-12-13 22:23:26 +01:00
Kalane
3211b015b4
chore: update internal deps 2024-12-13 22:13:07 +01:00
Kalane
2ee411cbef
fix: encore name when fetching account 2024-12-13 22:06:41 +01:00
Kalane
b8414791e1
fix: add splashscreens back in live + records 2024-12-13 22:00:51 +01:00
Kalane
a26acc675e
style: remove unused import 2024-11-07 20:43:18 +01:00
Kalane
4b7b83827d
fix: use new names in matches too 2024-11-07 20:40:35 +01:00
Kalane
204d38a274
fix: display riotId in overview live game 2024-11-07 20:07:14 +01:00
Kalane
4b15e9707d
fix: add names back in live tab 2024-11-07 19:57:59 +01:00
Valentin Kaelin
ed9dd523ba
fix: spectator v5 + new gamename 2024-04-14 20:57:27 +02:00
Valentin Kaelin
346273ef2d refactor: quickly adapt merged PR 2024-01-14 14:59:54 +01:00
Valentin Kaelin
ceac859907
Merge pull request #81 from zkxjzmswkwl/master
Addresses #80 "Update Search Functionality to Accommodate Riot IDs".
2024-01-14 14:36:06 +01:00
Valentin Kaelin
a900b108d5 feat: flag useless matchlist ids in DB to prevent fetching 2024-01-14 14:15:15 +01:00
Valentin Kaelin
46b47fced5
feat: add season 14 timestamp 2024-01-13 18:31:54 +01:00
zkxjzmswkwl
bf29894b0c Closes #80 - "Update Search Functionality to Accommodate Riot IDs".
- Check in SummonersController per @vkaelin's comment on issue #80
- - Had to send an additional request to get account id after retrieving puuid by gameName/tagline
- `puuidFromRiotTag(name, tagline, string, region)` in SummonerEndpoint
- `summonerPuuid(puuid, region)` in SummonerEndpoint
- Modified `JaxRequest` constructor to take default parameter `riotApiPath`.
- - This is due to `JaxRequest` previously assuming the api subpath of `/lol/`. `AccountsV1` is located at `/riot/`.
- Adjusted `SummonerBasicValidator` schema to accept `-` in input.
2024-01-09 05:25:18 -07:00
zkxjzmswkwl
239f9a8a91 Replace # with - in frontend search component. 2024-01-09 05:19:25 -07:00
Valentin Kaelin
b8bac1f952 fix: riot game name in match v5 + quickplay 2023-12-04 19:43:21 +01:00
Valentin Kaelin
8795182d9e
fix: add current game in summoner basic endpoint back 2023-11-13 20:51:32 +01:00
Valentin Kaelin
89d47d3191
chore: update used deps 2023-11-03 21:44:56 +01:00
Kalane
416076eb45
chore: update deps 2023-11-03 21:36:44 +01:00
Valentin Kaelin
317dd9f684
feat: use absolute url for plausible script to prevent error in dev mode 2023-10-11 20:14:27 +02:00
Valentin Kaelin
8ab4184789
chore: update some internal deps 2023-10-10 22:21:35 +02:00
Valentin Kaelin
5bbab7cac1
fix: ok another try 2023-10-10 22:16:33 +02:00
Valentin Kaelin
1d4adac88f
fix: last try 2023-10-10 22:13:04 +02:00
Valentin Kaelin
6db992a763
feat: add status to netlify redirects 2023-10-10 22:10:37 +02:00
Valentin Kaelin
2f9c95587f
feat: try to add plausible back 2023-10-10 21:21:43 +02:00
Valentin Kaelin
aacf64c6f7
fix: oopsie 2023-09-27 01:24:59 +02:00
Valentin Kaelin
bd21281787
refactor: parallelize some async code to try to make website faster 2023-09-26 23:10:54 +02:00
Valentin Kaelin
e0dfeeb0fc
feat: add indexes to speed some sql queries 2023-09-25 01:27:29 +02:00
Valentin Kaelin
388c14e5ac
feat: get more recent summoner name in mates query 2023-09-25 01:20:27 +02:00
Valentin Kaelin
83ef32054c
feat: optimize mates query 2023-09-25 00:54:07 +02:00
Valentin Kaelin
248ed8ce9a fix: cleaner got import 2023-09-22 22:38:16 +02:00
Valentin Kaelin
d3125c4bb4 feat: update cdragon cache every 30min 2023-09-22 22:37:15 +02:00
Valentin Kaelin
d88d09d905
chore: update deps 2023-09-22 17:43:42 +02:00
Valentin Kaelin
57cfccb675
Merge pull request #73 from vkaelin/vite
Move frontend to vite
2023-09-21 14:15:13 +02:00
Valentin Kaelin
6b51605841
fix: role img link in detailed matches 2023-09-21 14:14:27 +02:00
Valentin Kaelin
8060766638
fix: display/hide detailed runes 2023-09-21 14:12:11 +02:00
Valentin Kaelin
889360fbed
docs: update summoner example + README 2023-09-21 14:01:01 +02:00
Valentin Kaelin
bd63a31202
feat: dynamically load all routes 2023-09-21 13:54:05 +02:00
Valentin Kaelin
037c17bb2d
fix: jobs queue mode to fetch matchlist 2023-09-21 13:33:39 +02:00
Valentin Kaelin
bb0e267d6a
chore: update vscode workspace 2023-09-21 12:56:33 +02:00
Valentin Kaelin
a0a405dc7f
style: sort all tailwind classes with prettier plugin 2023-09-21 12:52:17 +02:00
Valentin Kaelin
860a4b6617
feat: replace custom-forms tailwind plugin by forms 2023-09-21 12:45:52 +02:00
Valentin Kaelin
55c1477632 docs: update full tailwind config link 2023-09-20 23:46:02 +02:00
Valentin Kaelin
57e3e15121 feat: start to update tailwindcss to latest version 2023-09-20 23:43:14 +02:00
Valentin Kaelin
7aac59c346 feat: allow preview netlify url with cors 2023-09-20 22:32:02 +02:00
Valentin Kaelin
0b459cbcab feat: allow preview netlify url with cors 2023-09-20 22:30:49 +02:00
Valentin Kaelin
00ae29f2ac fix: tmp remove vite eslint plugin 2023-09-20 22:18:51 +02:00
Valentin Kaelin
a533c21c8c chore: small changes 2023-09-20 22:04:57 +02:00