Commit Graph

111 Commits

Author SHA1 Message Date
Devin Zuczek 6adb3ab741 [rooms] fix #50 room leaderboards 2026-09-02 00:45:11 -04:00
Devin Zuczek cae0ebd4ae [docs] update some documentation about versions 2026-09-01 09:56:55 -04:00
Devin Zuczek 1e26082f2e [match] the other v2 invite endpoint 2026-09-01 01:17:37 -04:00
Devin Zuczek 8260c5abcd [plus] discord role verifier to grant RR plus 2026-08-31 23:43:51 -04:00
Devin Zuczek 02c965c2ee Merge remote-tracking branch 'origin/main' 2026-08-30 00:49:13 -04:00
Devin Zuczek e07c52ced7 [match] add basic stat table for fun 2026-08-30 00:44:50 -04:00
Devin Zuczek 5aea5a4cf9 [api] 2025 inventions 2026-08-29 14:40:57 -04:00
Devin Zuczek 750413f240 [econ] remove consumables from sf3, fix weekly 2026-08-28 14:03:56 -04:00
Devin Zuczek f8ca01dd4d [packages] tools for catalog building 2026-08-27 22:43:41 -04:00
Devin Zuczek 062ed452a5 [match] fix 2025 game invites 2026-08-26 17:37:09 -04:00
Devin Zuczek d31e05d41a [econ] gift purchase 2026-08-26 11:14:59 -04:00
Devin Zuczek 4ff9609a8f [api] wip reputation 2026-08-25 21:37:07 -04:00
Devin Zuczek da62d7138d [rooms] add support for beta/limitsv2 2026-08-25 17:20:17 -04:00
Devin Zuczek 5cb2cbf967 [rooms,match] add a couple missing endpoints 2026-08-25 14:02:39 -04:00
Devin Zuczek 39ac005adc [api] add outfits endpoint 2026-08-24 21:22:36 -04:00
Devin Zuczek db9f2d292b [rooms] fix friendy name and room update 2026-08-24 20:43:21 -04:00
Devin Zuczek f1e960f950 [rooms] banned endpoint, event index 2026-08-24 18:16:27 -04:00
Devin Zuczek be24e62f1f [match] better invites 2026-08-22 12:23:57 -04:00
Devin Zuczek 8c5de75eed [rooms] improve performance of rooms query 2026-08-21 15:48:12 -04:00
Devin Zuczek 655c7ee4d6 [roomcomments] implement basic room comments 2026-08-21 15:16:00 -04:00
Devin Zuczek 879d8e95ab [lists] fix a few lists 2026-08-21 15:16:00 -04:00
Devin Zuczek 44be2e071d [rooms] improve tag query performance 2026-08-21 15:16:00 -04:00
Devin Zuczek f2f3c7badc [events] prevent events longer than 24h 2026-08-21 15:16:00 -04:00
Devin Zuczek 244b3bca70 [match] do not allow crossplay between 2023 and 2025 2026-08-21 15:16:00 -04:00
devin 178d3b5b0e support for 202507 endpoints (#37)
* [auth][api] accept the 20250424.01 client

* [2025] unstable

* 20250718.0

* correct one this time

* stubs

* more stubs

* more stubs

* [lists] add worker

* [ai] route stubs

* [api] player photo setting

* [econ] add roomEconConfig route

* [infra] update worker generators

* [worker] add cards/moderation/platformnotification workers

* [lists] updates to some endpoints

* [clubs] stub out announcement endpoint, for now

* [econ] stub out season endpoints for now

* [chat] apps/chat stub out party endpoint not sure the shape yet

* [api] stub out statsig and lockeditems

* [doc] new services

* [lists] stub the bulk endpoint

* [datacollection] add placeholder service until we can kill it

* [api] set gifting to lvl5

* update lock

* [cdn] enable cache

* [match] matchmake v2

* [lists] stub some lists

* [ai] stubs

* [rooms] new subroom save endpoint

* [econ] add bulk purchase endpoint

* [discovery] update featured creator to 1 for fun

* [api] add photo settings flag

* [chat] fixup chat permissions (sorta)

* [auth] restrictions endpoint

* [rooms] contributed endpoint

* [api] fix outfit endpoint

* [discovery] attempt to fix store

* [chat] privacy endpoints

* [api] cheered images

* [rooms] add xp endpoint (disbaled)

* [rooms] add xp endpoint (disabled)

* update images-db for cheers

* [rooms] add autocomplete endpoint

* [cdn/img] increase cache ttl for statics

* [api] bulk route for images

* [accounts] add banner image

* [api] add misc missing endpoints

* [discovery] remove AI tab

* [platformnotifications] stub some endpoints

* [lists] add some more lists

* [rooms] additional endpoints

* [chat] stub a few privacy endpoints

* [econ] stub some endpoints

* misc db fixes

* [api] tweak shape for images v6

* [rooms] dont show trending RROs
2026-08-21 15:15:55 -04:00
Devin Zuczek ca8d40c4ec [techdebt] cleanup duplicate schema definitions 2026-08-11 15:50:55 -04:00
Devin Zuczek 1afa9b7ac3 [rooms] handle pseudo community tag 2026-08-11 15:48:46 -04:00
Devin Zuczek 4fb1c901b4 [auth] grant screenshare, junior 2026-08-11 13:06:10 -04:00
Devin Zuczek 4b17b007e9 [econ] tweak progression slope 2026-08-11 01:18:12 -04:00
Devin Zuczek 7c43f2a1f3 [econ] levels 2026-08-11 00:34:03 -04:00
Devin Zuczek af64327fea [api][econ] add levels, xp storage and basic game rewards 2026-08-10 23:31:40 -04:00
Devin Zuczek 30cf83a47d [img] missing r2 libs 2026-08-10 14:10:02 -04:00
Devin Zuczek 37489d05dc ability to swap out a room 2026-08-09 22:25:27 -04:00
Devin Zuczek 60505a2519 add matchmake error enums from dump 2026-08-09 01:08:23 -04:00
Devin Zuczek a3d9fdb8bf eh not the prettiest, but visits is just an increment and we might have others later. room_columns is not user-provided 2026-08-08 14:31:06 -04:00
Devin Zuczek df2d2af75b remove empty instances 2026-08-07 17:24:08 -04:00
Devin Zuczek 7bbbac6dc9 increase token expiration workaround 2026-08-07 14:46:15 -04:00
Devin Zuczek 9bb43f7b9c remove unpublished rooms from catalogs 2026-08-07 13:38:24 -04:00
Devin Zuczek 51364e482c fix subroom save description clobbering room description 2026-08-06 15:35:35 -04:00
Devin Zuczek 565d9b1aea Revert "fix issue with subroom save list not working in room with no current save"
This reverts commit aeff7d50cd.
2026-08-06 15:15:20 -04:00
Devin Zuczek aeff7d50cd fix issue with subroom save list not working in room with no current save 2026-08-06 14:47:52 -04:00
Devin Zuczek 880c6ab2dc allow underscores in room name 2026-08-06 12:40:38 -04:00
Devin Zuczek f185ef97df add /server/status endpoint 2026-08-05 18:42:19 -04:00
Devin Zuczek f6561f1ec9 adjust "top" window 2026-08-05 15:49:59 -04:00
Devin Zuczek bc96a6245b hot inventions 2026-08-05 15:45:48 -04:00
Devin Zuczek a986d012f5 invention purchase, at least, how I think they should work 2026-08-05 14:58:55 -04:00
Devin Zuczek b82a5e1dc0 add some basic validation 2026-08-05 14:00:31 -04:00
Devin Zuczek 6bfd4d9e50 validation in some areas, maybe move this to schema later 2026-08-05 12:08:04 -04:00
Devin Zuczek 9f4ce07aca track owned inventions 2026-08-04 22:33:47 -04:00
Devin Zuczek 65611c15d8 fix custom loading screens, add private endpoint for match into instance 2026-08-04 17:50:21 -04:00