Commit Graph

4826 Commits

Author SHA1 Message Date
Kalle
f2ca615220 Adjust start command 2024-08-13 08:10:24 +03:00
Kalle
5ad69f941f New public API endpoints Closes #1821 Closes #1822 2024-08-12 21:31:42 +03:00
Kalle
0fc5bee589 Add better-sqlite3 dep back for ley migrations 2024-08-12 21:31:06 +03:00
Kalle
dd90078fe4 Allow org admin to edit tournaments held by the org Closes #1816 2024-08-12 21:30:53 +03:00
Kalle
e72d6e2de0 Fix org events list pagination Closes #1815 2024-08-12 17:25:55 +03:00
Kalle
2312a24449 Fix timezone bug with event calendar day resolution Closes #1817 2024-08-12 17:25:01 +03:00
Kalle
098ff1749a Allow mods to migrate users Closes #1825 2024-08-12 17:14:39 +03:00
Kalle
d0832d12f0 Bunified translation-progress.yml 2024-08-11 16:13:24 +03:00
Kalle
95e9d518e5 Remove mention to DM Sendou about changing FC Closes #1823 2024-08-11 16:12:25 +03:00
Kalle
700a309e7f
Migrate Node -> Bun (#1827)
* Initial

* Faster user page

* Remove redundant function

* Favorite badge sorting

* Upgrade deps

* Simplify entry.server

* Bun tests initial

* Update package.json npm -> bun

* Update README

* Type safe translations again

* Don't load streams info for finalized tournaments

* Translations as an object

* More unit test work

* Convert match.server.test

* test

* test

* test

* test

* test

* test

* test

* test

* test

* test

* test

* test

* test

* test

* test

* test

* test

* Test & all done

* Working cf

* Bun GA try

* No cache

* spacing

* spacing 2

* Add SQL logging

* Remove NR

* Hmm

* Hmm 2

* Interesting

* SKALOP_SYSTEM_MESSAGE_URL

* .

* .

* ?

* .

* ?

* Server.ts adjust

* Downgrade Tldraw

* E2E test fix

* Fix lint
2024-08-11 16:09:41 +03:00
Kalle
440e9baab3 Const update 2024-08-08 22:25:10 +03:00
Kalle
43f3b93d7d Update friend code admin action 2024-08-05 23:45:19 +03:00
Kalle
f6da215c4a Improve functionalities when next season not in the system yet (prevent crashes etc.) 2024-08-04 17:19:37 +03:00
Kalle
14b383739a Add badges 2024-08-04 16:24:20 +03:00
David Rackerby
b08031d6e0
Add an option to sort by public or private builds on a user's own builds page (#1814)
* Revise weapon pool sorting:  alternate kits compare equal

* Fix linting errors

* Added public/private build sorting option to user builds page
2024-08-04 11:25:21 +03:00
Kalle
bc223e2247 Fix tournament sub form crash 2024-08-04 11:18:09 +03:00
Kalle
719809875f Increase org members length limit 2024-07-29 23:37:09 +03:00
Kalle
423cd86d78 Fix org calendar every page starting Monday 2024-07-28 20:26:33 +03:00
Kalle
413d1394a2 Only show this months events in the listing too 2024-07-28 17:39:11 +03:00
Kalle
19354597c6 Fix tournament admin adding teams resulting in wrong captain 2024-07-28 17:25:59 +03:00
David Rackerby
7f69533c79
Revise weapon pool sorting: alternate kits compare equal (#1807)
* Revise weapon pool sorting:  alternate kits compare equal

* Fix linting errors
2024-07-28 10:34:14 +03:00
Kalle
278fb34f25 Update badge 2024-07-28 10:20:58 +03:00
Kalle
f7bff61329 Add Battlefy user input left add-on Closes #1812 2024-07-28 10:04:40 +03:00
Kalle
346c587239 Root loader -> import.meta.env for possible values 2024-07-28 10:00:24 +03:00
Kalle
4e654ef56a Fix org page crash for certain time zones 2024-07-28 09:42:55 +03:00
Kalle
c561b4bffb Fix org breadcrumb spacing when no avatar 2024-07-27 13:05:31 +03:00
Kalle
8b5559b471 Fix orgs without uploaded image not showing up 2024-07-27 13:01:14 +03:00
Kalle
f1b7682eb2 Better SQ match page params parsing 2024-07-27 10:25:07 +03:00
Kalle
e97ffe2fc1 Fix many events showing in the list and messing up React keys 2024-07-27 10:18:59 +03:00
Kalle
dc35025f5b Don't show pagination if only page page (org page) 2024-07-27 10:18:42 +03:00
Kalle
4b58879613 Fix org page hydration errors/warnings 2024-07-27 00:49:07 +03:00
Kalle
d5c4d84e2e Tournament match id / team id resolution that doesn't cause HTTP 500 response 2024-07-27 00:01:29 +03:00
Kalle
8afbe29086 Slim down root loader some 2024-07-27 00:00:54 +03:00
Kalle
8acc9ea8ca Tournament showcase to front page loader 2024-07-26 23:59:21 +03:00
Kalle
9312fad90f
Tournament organization page (#1811)
* Initial

* Calendar initial

* Extract EventCalendar

* Events list initial

* Winners

* SQL fixes

* List events by series

* Leaderboards

* Series leaderboard

* Own entry peek

* Edit page skeleton

* RHF initial test

* RHF stuff

* Form etc. progress

* Fix tournament series description

* Fix tabs layout

* Fix socials insert

* Check for not removing admin

* Adding series

* TODOs

* Allow updating org with no series

* FormFieldset

* Allow series without events

* TextAreaFormfield accepting array syntax

* Input form array field

* ToggleFormField

* SelectFormField

* UserSearchFormField

* Fetch badgeOptions

* Badge editing

* Progress

* Use native preventScrollReset

* Rename func

* Fix sticky scroll

* Fix translation

* i18n errors

* handle,meta in edit

* Add ref to user search

* TODOs

* Done
2024-07-25 23:06:29 +03:00
Kalle
7c1c0544fb Deleting VoDs feature Closes #1765 2024-07-21 12:36:22 +03:00
Kalle
6c0bd3b5f7 Add badge 2024-07-21 12:18:19 +03:00
Kalle
f403322d98 Add replay text to groups with skill range Closes #1803 2024-07-21 11:59:01 +03:00
Kalle
fccab9fecd Clarify range with "or" text 2024-07-21 11:48:13 +03:00
Kalle
e31e8cfdb5 Add badge 2024-07-21 11:40:08 +03:00
Kalle
ffbe7cb5fa Add Super Chump as receiver to object dmg calc Closes #1396 2024-07-21 11:34:52 +03:00
Kalle
1d607d2f62 Fix tournament logos stored in the repository not shown to logged out users / social media previews 2024-07-21 11:17:35 +03:00
Kalle
28ce455f4c Clear tournament cache when avatar is approved 2024-07-21 11:00:43 +03:00
Kalle
01fcebd2c4 Give manager when joining a group via link Closes #1804 2024-07-19 23:33:51 +03:00
dependabot[bot]
8b4b87e466
Bump undici from 6.14.1 to 6.19.2 (#1801)
Bumps [undici](https://github.com/nodejs/undici) from 6.14.1 to 6.19.2.
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](https://github.com/nodejs/undici/compare/v6.14.1...v6.19.2)

---
updated-dependencies:
- dependency-name: undici
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-19 23:16:56 +03:00
dependabot[bot]
2c3255906f
Bump fast-loops from 1.1.3 to 1.1.4 (#1802)
Bumps [fast-loops](https://github.com/robinweser/fast-loops) from 1.1.3 to 1.1.4.
- [Commits](https://github.com/robinweser/fast-loops/commits)

---
updated-dependencies:
- dependency-name: fast-loops
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-19 23:16:48 +03:00
Kalle
b38da898b8 Patch 8.1.0 2024-07-19 23:14:44 +03:00
Kalle
ae2c14b26e Add badges 2024-07-19 22:47:21 +03:00
Kalle
699f251559 Censor groups if own expired 2024-07-08 10:37:54 +03:00
Kalle
c0967cebbc When deleting tournament, also delete cache Closes #1800 2024-07-08 10:35:42 +03:00