Kalle
2e8ff8d034
Fix Global Search flashing "No results" when it's searching
2026-04-27 08:52:16 +03:00
Kalle
b26f4ab254
Migrate setHistoryByTeamId to Kysely
2026-04-27 08:43:30 +03:00
Kalle
53d7ca3813
Fix tag text color in light mode
2026-04-27 07:37:29 +03:00
Kalle
d91b8444b6
Clean up obsolete mode tags
2026-04-27 07:28:00 +03:00
Kalle
49e35fd4c2
Fix A/B round robin only tournament placements on front page
...
E2E Tests / e2e (push) Waiting to run
Tests and checks on push / run-checks-and-tests (push) Waiting to run
Updates translation progress / update-translation-progress-issue (push) Waiting to run
Closes #3009
2026-04-26 20:01:58 +03:00
Cafy
ea4ca19b0f
badge: add badge for Wings Up! ( #3014 )
2026-04-26 17:37:32 +03:00
BrushMommy
8580c82a4a
badge: add badge for Wellstring Propoganda: Top Cut ( #3008 )
2026-04-26 17:36:36 +03:00
Kalle
a848fc4f03
Improve art page mobile layout
2026-04-26 17:35:33 +03:00
Kalle
011b560c6b
Tweak user page results table styles
2026-04-26 17:23:58 +03:00
Kalle
f9a594bf0c
Fix admin cancels treated as score reports
...
This caused cancels that cause points lost/gained when it was by admin
2026-04-26 16:00:34 +03:00
Kalle
c8b61f163d
Fix ts-nocheck TODO in crud.server.ts
2026-04-26 15:26:15 +03:00
Kalle
dc0bbaa271
Fix TODO about BracketsManager types mismatch
2026-04-26 15:02:56 +03:00
Kalle
2865fc3415
Have "simple seeded list" get all teams if none checked in yet
...
Previous behavior just looks broken to users.
Proper fix is still just making a more robust
team export.
2026-04-26 14:55:05 +03:00
Kalle
a221dcbd71
Always show admin nav item when dev
2026-04-26 14:43:42 +03:00
Kalle
fb86b9f24d
Change scrim notification text not to include timestamp
...
E2E Tests / e2e (push) Waiting to run
Tests and checks on push / run-checks-and-tests (push) Waiting to run
Updates translation progress / update-translation-progress-issue (push) Waiting to run
Closes #2998
2026-04-26 13:05:48 +03:00
Kalle
ae6401f429
Clean up markdown of HTML entities too
...
Closes #3006
2026-04-26 10:24:34 +03:00
Kalle
ed0467f98e
Fix tournament chats expiring too early
...
E2E Tests / e2e (push) Waiting to run
Tests and checks on push / run-checks-and-tests (push) Waiting to run
Updates translation progress / update-translation-progress-issue (push) Waiting to run
In round robin, all matches are set to have both participants at the start.
If the bracket is larger e.g. 5 rounds then later rounds might have chat
disappearing before teams get a chance to play it.
Closes #3005
2026-04-25 21:15:17 +03:00
Kalle
9f38719fc3
Handle race when two groups match up with same target
...
E2E Tests / e2e (push) Waiting to run
Tests and checks on push / run-checks-and-tests (push) Waiting to run
Updates translation progress / update-translation-progress-issue (push) Waiting to run
GroupMatch has unique constraints on both alphaGroupId and bravoGroupId
(a group can only be in one match). If two managers click MATCH_UP at
nearly the same moment against overlapping groups, the second INSERT
trips SQLITE_CONSTRAINT_UNIQUE and bubbles up as a 500.
Translate that error into a SendouQError inside SQMatchRepository.create
so the q/looking action's existing SendouQError catch treats it like
any other stale-state error and returns null, which causes the loader
to re-run and the user sees the fresh state instead of an error page.
2026-04-24 21:44:33 +03:00
Kalle
f216423089
Validate builds page limit search param
...
A crawler hitting /builds/:slug?limit=48%27 (URL-encoded single quote,
likely an SQL injection probe) was triggering SQLITE_MISMATCH errors
server-side. The loader was calling Number() on the raw string, which
returned NaN, and then forwarding NaN as the LIMIT bind parameter on
the underlying Kysely query. No injection was possible (params are
bound), but the bad value only failed at the DB boundary.
Parse the param through a zod schema that coerces to a positive int,
falls back to the default batch size on any invalid input, and clamps
to the page max.
2026-04-24 21:34:44 +03:00
Kalle
6bc7eac117
Allow tier list labels to wrap again
...
Originally this was removed to "fix" the img download being wonky.
But the underlying library got a lot of updates since so maybe it's good now?
Couldn't at least reproduce the bug anymore.
2026-04-24 21:28:04 +03:00
Kalle
53d2b41ec6
Add to contributions
2026-04-24 20:24:30 +03:00
Kalle
540ae58a89
Update Typescript
2026-04-24 20:12:43 +03:00
Kalle
d2440c4a32
Round robin only tournament support ( #2996 )
2026-04-24 18:03:53 +03:00
benny B franklin
002a03e86d
badge: add badge for OCE Open Series ( #2993 )
2026-04-24 18:02:40 +03:00
Cafy
1a7d865848
badge: add badge for Bubbly's Birthdays ( #3000 )
2026-04-24 18:02:02 +03:00
Kalle
ab5cb9d91e
Drag to reorder weapons in comp analyzer
E2E Tests / e2e (push) Has been cancelled
Tests and checks on push / run-checks-and-tests (push) Has been cancelled
Updates translation progress / update-translation-progress-issue (push) Has been cancelled
2026-04-21 08:59:58 +03:00
Kalle
285e5de395
Fix react-aria-components warnings
2026-04-21 08:59:58 +03:00
Kalle
8b576bc0b4
Fix hydration error with rotations component
2026-04-21 08:59:58 +03:00
Kalle
b6d0f7fe1c
Check points are sent if required by the bracket
2026-04-21 08:59:58 +03:00
Kalle
bebf23e55e
Fix tournament register tab map pool styles
2026-04-21 08:59:58 +03:00
Kalle
b5a3dfd0e5
Attempt to fix notifications not arriving right away by setting urgency
...
Closes #2980
2026-04-21 08:59:58 +03:00
Rosi-Splat
95b4f50bae
badge: add badge for Dream Team ( #2987 )
2026-04-21 08:59:34 +03:00
Kalle
83b44e2bbf
Fix server error when match does not yet have both teams set
2026-04-21 07:32:51 +03:00
Kalle
88072f8b02
No LFG tab/prompt if tournament is invitational
E2E Tests / e2e (push) Waiting to run
Tests and checks on push / run-checks-and-tests (push) Waiting to run
Updates translation progress / update-translation-progress-issue (push) Waiting to run
2026-04-20 21:29:08 +03:00
Kalle
51c94d2229
Don't show own messages as unread in chat
2026-04-19 14:36:56 +03:00
Kalle
a3a03c0c4b
Chat room for tournament pick-ups (LFG feature)
2026-04-19 14:36:48 +03:00
Kalle
493f6c01e0
Don't show global chat for tournament team subs
2026-04-19 12:18:06 +03:00
Kalle
3d7f24d2ee
Allow TO's to read chats after tournament has finalized
2026-04-19 10:29:54 +03:00
Kalle
793ebfe4a4
Fix avgSeedingSkillOrdinal condition in autoseed
...
Basically this should never happen so this is not fixing any known bug
2026-04-19 07:10:49 +03:00
Kalle
a4eda293e7
User results page search
E2E Tests / e2e (push) Waiting to run
Tests and checks on push / run-checks-and-tests (push) Waiting to run
Updates translation progress / update-translation-progress-issue (push) Waiting to run
2026-04-18 18:14:07 +03:00
Kalle
c0395cc1bc
Map planner ranges ( #2986 )
2026-04-18 17:31:08 +03:00
Kalle
2477231628
Slight brackets-manager cleanup
2026-04-18 14:38:06 +03:00
Kalle
2ed02f757d
A/B (bipartite) round robin variation ( #2985 )
2026-04-18 14:21:28 +03:00
Kalle
b2e011cf7a
Fix file input text color
E2E Tests / e2e (push) Waiting to run
Tests and checks on push / run-checks-and-tests (push) Waiting to run
Updates translation progress / update-translation-progress-issue (push) Waiting to run
2026-04-15 21:13:05 +03:00
Kalle
f5688d3493
Validate image extensions serverside
2026-04-15 21:09:20 +03:00
Kalle
6102fb34cc
Use Node.js globSync method to check for valid article
2026-04-15 20:55:37 +03:00
Kalle
e75836e598
Tournament teams list page team members' name styling tweaks
E2E Tests / e2e (push) Has been cancelled
Tests and checks on push / run-checks-and-tests (push) Has been cancelled
Updates translation progress / update-translation-progress-issue (push) Has been cancelled
2026-04-15 20:39:34 +03:00
Kalle
1f71338184
Backend check to ensure in-game name set when registering
...
E2E Tests / e2e (push) Waiting to run
Tests and checks on push / run-checks-and-tests (push) Waiting to run
Updates translation progress / update-translation-progress-issue (push) Waiting to run
There are also other checks but one final gate to make sure it won't happen
2026-04-14 20:47:46 +03:00
Kalle
f3e660917d
Various tournament queries migrated to Kysely ( #2978 )
2026-04-14 20:26:48 +03:00
Kalle
d35661a4bc
Fix test tournaments showing on /events page after being finalized
2026-04-14 19:55:56 +03:00