Commit Graph

4692 Commits

Author SHA1 Message Date
Kalle
cd1bc01f06 Add code contributor 2024-06-01 13:26:05 +03:00
Kalle
83f006b820 Remove incorrect translation 2024-06-01 13:23:52 +03:00
Kalle
1a2fe9e449 Add badges 2024-06-01 13:16:54 +03:00
Kalle
c3b51be46a Patch 8.0 2024-06-01 13:06:33 +03:00
Andres Villagra
57a0dd7e62
Added support for sharing a filter set using the URL (#1739) 2024-06-01 10:21:03 +03:00
Andres Villagra
aab1b46ee7
Added twitter's special tags (#1744)
* Added twitter's special tags

* Moved the logo selection logic, idk why this is duplicated

* Added a dummy image to the mocks
2024-05-28 22:23:09 +03:00
Kalle
b81f379b69 Link to tournament author on register page 2024-05-26 11:03:17 +03:00
Kalle
5658458202 Fix approximate tiers shown in LFG 2024-05-26 11:02:09 +03:00
Kalle
a4a8af94dc
User submitted tournament logos (#1742)
* Can upload

* Remove avif tournament logos

* Progress

* TODOs

* Update logic

* Approval

* Fix e2e test
2024-05-26 10:55:34 +03:00
Kalle
619f437545 Spanish translation work by Hachi 2024-05-25 09:54:44 +03:00
Kalle
05005eba5b Stop showing unfinalized tournaments on the front page after some time 2024-05-24 21:41:37 +03:00
Kalle
5d256b17d9 Fix not possible to change swiss round count when only one group 2024-05-24 21:21:13 +03:00
Kalle
79a3b25eee Fix 1 swiss group with 7 teams excluding one team 2024-05-24 21:21:13 +03:00
inkfarer
a7a806471d
Properly handle OPTIONS requests to public API routes (#1738) 2024-05-24 21:20:07 +03:00
Kalle
33fcbcf7ca Add cors to public API endpoints 2024-05-23 23:23:02 +03:00
Kalle
e86a74a0b7 Fix crash on users seasons tab 2024-05-23 20:12:11 +03:00
xi
1a063fb97f
Fix broken link to Locales folder (#1737) 2024-05-23 20:05:27 +03:00
Andres Villagra
db4103c569
Added open graph tags for tournaments (#1736)
* Added some og tags to the tournament registration endpoint

* Removed the hardcoded image value

* Added explicit nulls to make the type system happy

* Moved the information to be available from to.id in general
2024-05-22 23:10:28 +03:00
Kalle
05e9d53fe8 Adjust language contributors list 2024-05-22 21:55:42 +03:00
Kalle
bf4a4e7d70 Change Spanish language labels 2024-05-22 21:55:42 +03:00
Andres Villagra
2a57bda8bb
Translated the teams page into spanish (#1735) 2024-05-22 21:51:22 +03:00
Kalle
12772b7df5 Fix seasons page match history not showing matches that start after season end time 2024-05-22 21:43:24 +03:00
Kalle
7082bc72c3 Optimize seasons page speed 2024-05-20 21:36:44 +03:00
Ant
3fea665d56
Adds LFG translation (#1734) 2024-05-20 21:35:57 +03:00
Kalle
35ed66d452 Public/private build filters 2024-05-19 14:40:20 +03:00
Kalle
d52fdf64ca Invert stick / motion sens order to match in-game 2024-05-19 14:28:05 +03:00
Kalle
afd8cb606a Team page: weapons in order and show favorite 2024-05-19 14:19:48 +03:00
Kalle
646b34b5a3 Lower USER_POST_EXPANDABLE_CRITERIA 2024-05-19 14:03:50 +03:00
Kalle
4beb2bdfdd
LFG (#1732)
* Initial

* Can post new

* Load team

* seed + loader posts

* LFGPost render initial

* More UI work

* Tiers

* sticky left

* Mobile

* new.tsx work

* TeamLFGPost component initial

* Full team member list

* Add TODO

* Delete post action

* Edit post etc.

* Delete team posts when team disbands

* Prevent adding same post type twice in UI

* Post expiry logic

* Fix layout shift

* Filters initial

* Progress

* Weapon filtered implemented

* Weapon alt kits in filtering

* + visibility

* i18n

* E2E test

* Team = null
2024-05-19 13:43:59 +03:00
Kalle
335fe487d2 Script to disband team 2024-05-18 10:26:53 +03:00
Kalle
d8bf953ecf Add extra safety guard check when leaving team 2024-05-18 10:22:58 +03:00
Kalle
22af483c88 Accessing SQLite3 commands to package.json 2024-05-18 10:22:40 +03:00
Kalle
6a188a1d69 Check that TO added user to team is not banned 2024-05-14 20:44:08 +03:00
Kalle
09c0ed322b Add logs to banning/unbanning 2024-05-14 20:40:16 +03:00
Kalle
e99165f43f Add season 4 2024-05-14 20:36:12 +03:00
Kalle
3cd1411a2e Add badges 2024-05-13 21:53:38 +03:00
Kalle
66f4ca1cee Update README 2024-05-13 21:50:14 +03:00
Kalle
d6b0f9f769 Remove "hosted on sendou ink" tag and add ranked/unranked tags 2024-05-09 14:18:52 +03:00
Kalle
1d7b16c6a6 Add tournament logos 2024-05-09 13:53:50 +03:00
Kalle
f8adee627d Link to all tiers page from seasons page 2024-05-09 13:24:16 +03:00
Kalle
ee3421efd2 Fix "LIVE" showing when tournament match is still locked Closes #1726 2024-05-09 13:16:03 +03:00
Kalle
24fabebb48 Better team index page plus tier sorting 2024-05-09 13:08:41 +03:00
Ant
29f8487e2b
Adds missing badge info + some rewording (#1725)
* Adds missing info + clarifications

* Adds missing info + some rewording
2024-05-08 22:25:20 +03:00
Kalle
a96af50cdb Fix swiss round advancing missing teams 2024-05-04 11:11:05 +03:00
Kalle
209f3e8dc3 Fix public api tournament (team) endpoints checked in calculation 2024-05-02 20:36:04 +03:00
Kalle
31c590010f Remove trusted users Closes #1640 2024-05-02 20:21:34 +03:00
Kalle
93ea425462 Public API bracket data endpoint Closes #1620 2024-05-01 11:46:18 +03:00
Kalle
2417e985e6 Fix tournament teams API returning duplicate teams 2024-05-01 10:59:36 +03:00
Kalle
79d918ec5f Add badges 2024-05-01 10:34:11 +03:00
Kalle
9a57d35265 No E2E tests in CI 2024-05-01 10:28:09 +03:00