|
|
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 |
|