21 Commits

Author SHA1 Message Date
c7cc39e914 Initial S3 Implementation 2025-11-14 13:32:16 -08:00
b4c1afc3b5 Keep Default KA Values 2025-07-31 15:05:19 -07:00
c6b8e15643 Keep-Alive Interval = 1m 2025-07-31 14:59:43 -07:00
11abea58c6 Remove Trailing Code 2025-07-31 14:54:32 -07:00
eca5d13098 Change KA Interval To 15 Seconds 2025-07-31 14:53:30 -07:00
a7dda238ce Configure SignalR To Show Detailed Errors And Fallback To Long Polling If WebSocket Dies (To Diagnose Clientside Connection Errors) 2025-07-31 09:49:10 -07:00
4085267499 Implement Email Verification In Auth Flow 2025-07-26 23:42:16 -07:00
5abc3d8221 Initial Implementation Of Email Verification 2025-07-26 23:42:16 -07:00
34a6ac92d3 Implement Store Backend
MODEL CHANGE COMMANDS:
`ALTER TABLE Users ADD ActiveProfileCosmetic int(11) NOT NULL;`
`CREATE TABLE OwnedStoreItems (Id int(11) NOT NULL, UserId varchar(255) NOT NULL, StoreItemId int(11) NOT NULL, FOREIGN KEY (UserId) REFERENCES Users(Id));`
2025-07-09 14:51:18 -07:00
7fb10cc728 Finish Tic-Tac-Toe Game Backend 2025-07-05 13:08:16 -07:00
0508db6742 TicTacToe Game Backend (WIP)
Implement `JoinRoomGuest` For Non-Authorization Communication
2025-07-02 13:58:07 -07:00
6be9ee8b82 Fix Rooms Not Refreshing Dynamically After SignalR Method Rework
Rework SignalR Login Flow
Add `NameIdentifier` To Token Claims
Some Cleanup
2025-06-29 15:57:45 -07:00
41e1ad4bf0 Implement First Currency Game - Stock Market
Added `StockAmount` To `User` Model (Database Update Required)
Reworked `ChatHub` Command Names
Removed Cache On User Info Endpoints
2025-06-26 16:12:50 -07:00
88b0615a30 Implement Caching 2025-06-22 15:06:38 -07:00
df48a1491f Fix Room List Not Updating On Clients Dynamically
Fix ``ChatHub`` Namespace
2025-06-21 10:41:29 -07:00
818ba48924 Implement Basic Currency System 2025-06-19 14:37:01 -07:00
eb0b957020 Update `User` Model For Currency System
Refactor ``DataContext``

REQUIRES DB UPDATE
2025-06-19 13:35:04 -07:00
66f27d7a4c Rework JWT Key Propagation 2025-06-15 15:07:36 -07:00
daceab9c12 Supress Warning In `Program.cs` 2025-06-15 14:58:21 -07:00
198a8635ab Add `DB_PROVIDER and DB_CONNECTION_STRING` environment variables 2025-06-15 14:55:24 -07:00
16c9aae729 Initial Commit 2025-06-15 14:24:53 -07:00