Commit graph

394 commits

Author SHA1 Message Date
Murilo Henrique Ghignatti
c41d2696f7
Merge ad9b2e6aa5 into 8fac5cd58b 2023-08-29 14:11:54 +02:00
Valentin Kaelin
8fac5cd58b feat: update big rank icons 2023-08-29 14:09:42 +02:00
Valentin Kaelin
3e626e8940 feat: update small rank icons 2023-08-29 13:53:14 +02:00
Valentin Kaelin
e45eaa4959 fix: remove arena matches for now 2023-08-25 17:10:33 +02:00
Murilo Ghignatti
ad9b2e6aa5 First version of the dockerfiles, following the principle of single responisbility, server and client get a Dockerfile each that can latter be used in a docker compose 2023-04-26 12:03:40 -03:00
Kalane
8f878be720
chore: update package lock of client 2023-01-10 16:07:08 +01:00
Kalane
c627a2d26d
feat: add the 5 new asian regions 2023-01-10 15:58:41 +01:00
Kalane
14aa847991
chore: update package lock versions 2023-01-10 15:36:17 +01:00
AJaquier
5e4c4cea93
fix: 900 is arurf 2022-10-12 22:01:16 +02:00
AJaquier
7051e017ae
fix: unknown gamemode urf 2022-10-12 21:28:28 +02:00
Valentin Kaelin
0a563b52ec fix: custom games sometimes available in match-v5 endpoint 2022-02-27 15:24:46 +01:00
Valentin Kaelin
565682aff7 fix: load more button when Riot API is canceled 2022-02-27 13:56:06 +01:00
Valentin Kaelin
1a1e68bdaa refactor(client): better formatting of global stats 2022-02-17 00:55:57 +01:00
Valentin Kaelin
09621f100e feat: add more stats in recent activity 2022-02-17 00:37:28 +01:00
Valentin Kaelin
239bcfb82e fix(client): use portal-vue for tooltips 2022-02-16 23:51:06 +01:00
dependabot[bot]
4652f4f734
chore(deps): bump follow-redirects from 1.14.7 to 1.14.8 in /client
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.7 to 1.14.8.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.7...v1.14.8)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-15 11:09:40 +00:00
Valentin Kaelin
7b9811c13b fix(overview): record stats responsive if > 999 games 2022-02-02 22:53:22 +01:00
Valentin Kaelin
db1ee7ead7 fix(summoner-overview): open mutliple match details 2022-02-01 23:43:42 +01:00
dependabot[bot]
664c0c0828
chore(deps): bump axios from 0.21.1 to 0.21.2 in /client
Bumps [axios](https://github.com/axios/axios) from 0.21.1 to 0.21.2.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v0.21.1...v0.21.2)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-01 22:28:49 +00:00
Valentin Kaelin
b2dc4c28d1 refactor: don't pass entire matchlist to frontend anymore 2022-02-01 21:38:19 +01:00
Valentin Kaelin
f6cd5e19a3 refactor: better way to store lastMatchId 2022-01-31 23:44:22 +01:00
Valentin Kaelin
565e2b32fa fix: last one... (hope so) 2022-01-31 23:17:37 +01:00
Valentin Kaelin
4fb7c4d6da fix: forgot to check length in one spot 2022-01-31 23:09:39 +01:00
Valentin Kaelin
9af2dd90c3 fix: load more matches when season is selected now works again 2022-01-31 23:03:08 +01:00
Valentin Kaelin
4811f95aa0 refactor: use db transactions when inserting matches to prevent errors 2022-01-30 18:01:05 +01:00
Valentin Kaelin
ec6319ec3b fix(champions): remove strange bahviors after sorting multiple times 2022-01-08 02:09:39 +01:00
Valentin Kaelin
3d4c969ea0 fix(champions): re-apply current filters on most played check 2022-01-08 01:04:49 +01:00
Valentin Kaelin
5c79f04563 feat(champions): add filter by gamemode back 2022-01-08 00:55:50 +01:00
Kalane
cdfdb814ca refactor: don't store summonerSpell json in frontend anymore 2021-12-11 19:24:10 +01:00
Kalane
eed57126ba fix(live-game): spellbook smite icon 2021-12-11 19:17:45 +01:00
Kalane
db92410398 feat: add new Rekkles account as default search 2021-11-20 23:09:23 +01:00
Kalane
6c5e09d67d fix(live-game): don't crash when Riot API doesn't give any perks... 2021-09-29 22:28:35 +02:00
Kalane
f19efcbd19 fix: 404 from Riot API match-v5 + random summonerSpellIds 2021-09-18 00:01:06 +02:00
Kalane
5a7c38281f feat: add live game tab back 2021-09-17 22:57:57 +02:00
Kalane
6f0beec0d2 feat: add ranks back in match-details 2021-09-16 22:29:20 +02:00
Kalane
973355c201 feat: add detailed-match feature (without ranks for now) 2021-09-16 17:10:09 +02:00
Kalane
ed79b4cd7c feat: add back records tab 2021-09-16 14:23:09 +02:00
Kalane
2a2fb61c58 feat: aggregate RecentActivity with matches data 2021-09-15 21:17:52 +02:00
Kalane
1f5afc3f54 feat: add summoner friends back 2021-09-15 18:35:39 +02:00
Kalane
73e40820bd feat: overview-stats now work in the frontend 2021-09-15 17:59:42 +02:00
Kalane
134cbfad0b refactor: store teamPositions in int in database 2021-09-14 16:03:08 +02:00
Kalane
d6c4fe3e11 feat: load more matches button 2021-09-14 13:49:24 +02:00
Kalane
c353bb227b feat(basic-matches): add runes 2021-09-14 01:19:47 +02:00
Kalane
96352669d0 feat(basic-matches): add summonerSpell 2021-09-14 00:44:12 +02:00
Kalane
ac10c94be2 feat: overview endpoint looks good 2021-09-14 00:06:12 +02:00
Kalane
ee0b0d3fe1 fix(matches): ms to s 2021-09-11 14:09:25 +02:00
Kalane
5cd0837815 feat: ugly working version: need to work with old matchLists too 2021-08-11 00:12:17 +02:00
Kalane
41d363b981 refactor(server): start slowly the migration to v5 2021-08-07 22:52:54 +02:00
Valentin Kaelin
73e8eec291 fix: add ultimate spellbook gamemode 2021-07-25 22:52:59 +02:00
Valentin Kaelin
71fdd20b47
Merge pull request #30 from vkaelin/dependabot/npm_and_yarn/client/ws-6.2.2
chore(deps): bump ws from 6.2.1 to 6.2.2 in /client
2021-06-07 21:16:25 +02:00