Commit graph

448 commits

Author SHA1 Message Date
jvyden
d11309b027
Rename Token to GameToken 2021-11-20 00:27:39 -05:00
jvyden
bb4cecee2e
Actually verify the password on login 2021-11-20 00:13:11 -05:00
jvyden
d96f084322
Add (working) Register Form 2021-11-19 23:55:40 -05:00
jvyden
fc040dec50
Add (non-functional) login form 2021-11-19 22:16:42 -05:00
jvyden
0073461e97
Add modified warning to page footer 2021-11-19 22:06:05 -05:00
jvyden
a31085c08a
Add page navigation bar 2021-11-19 22:00:08 -05:00
jvyden
4738684f6e
Add BaseLayout
All pages should be using this.
2021-11-19 21:51:33 -05:00
jvyden
0d5139489a
Add razor page support 2021-11-19 21:35:15 -05:00
jvyden
443bb1fc02
Increase player timeout to 5 minutes 2021-11-19 20:38:29 -05:00
jvyden
325d55e458
Make player timeout 2 minutes 2021-11-19 15:46:24 -05:00
jvyden
8703a39100
Add InfluxLogger for Kettu, log slot counts 2021-11-19 02:21:49 -05:00
jvyden
3c42c0cf55
InfluxDB Logging support 2021-11-19 01:45:47 -05:00
jvyden
0ada6efe45
Fix ShouldReturnForbiddenWhenNotAuthenticated tests 2021-11-19 00:45:59 -05:00
jvyden
cbe8fbc2b4
Fix unit tests breaking due to config changes 2021-11-19 00:42:46 -05:00
jvyden
177befde91
Add DbConnectionString to config 2021-11-19 00:25:41 -05:00
jvyden
76aeb54da0
Add dirty commit warning 2021-11-19 00:22:14 -05:00
jvyden
479057fdcc
Add ability for git version/branch to be embedded in builds of lighthouse 2021-11-19 00:18:21 -05:00
jvyden
f636fcb3d7
Add config loading, saving, and upgrading 2021-11-18 23:42:15 -05:00
jvyden
5de122f1d5
Rename ServerSettings to ServerStatics 2021-11-18 23:04:33 -05:00
jvyden
2f817f9aa8
Remove AllowSynchronousIOAttribute 2021-11-18 23:01:27 -05:00
jvyden
249b1d582c
Fix ShouldOnlyShowUsersLevels test 2021-11-18 19:34:28 -05:00
jvyden
09c72eb9c2
Implement file hashing on upload
Closes #25
2021-11-18 19:30:37 -05:00
jvyden
4542bd3313
Add Clear Queued Levels endpoint
Closes #43
2021-11-18 18:56:21 -05:00
jvyden
616649e96a
Implement sizeOfResources in Slot
Closes #45
2021-11-18 18:51:51 -05:00
jvyden
eb0d91914c
Revert "Add string.ToSafeXml()"
This reverts commit 5d40c42c57.
2021-11-18 18:38:27 -05:00
jvyden
5d40c42c57
Add string.ToSafeXml()
May resolve #61
2021-11-18 18:33:39 -05:00
jvyden
b0b35d6ae8
Add section on running tests to readme 2021-11-18 18:27:29 -05:00
jvyden
dc429f2c8a
Use im-open/process-dotnet-test-results@v2.0.1 2021-11-18 15:31:37 -05:00
jvyden
2d4dc14f93
Fix ShouldOnlyShowUsersLevels test 2021-11-18 15:27:20 -05:00
jvyden
e4bb16100d
Fix tests ..ish. 2021-11-18 15:08:51 -05:00
jvyden
5e27f8c29b
Resolve most warnings & suggestions 2021-11-18 14:42:24 -05:00
jvyden
41253b59f5
Merge branch 'rooms' 2021-11-17 20:34:55 -05:00
jvyden
10935df972
Update Dockerfile for .NET 6.0 2021-11-17 20:34:32 -05:00
jvyden
2c0cc41b2c
Rider bullshit (??? literally what is this) 2021-11-17 20:34:20 -05:00
jvyden
36b61ddb8c
Add PSP Title Ids and GameVersion 2021-11-17 20:33:45 -05:00
jvyden
42b4906c2c
Dive in works again probably 2021-11-16 19:18:29 -05:00
jvyden
a5eb9400fe
Create room for user on login 2021-11-16 18:41:18 -05:00
jvyden
e92b1bf2c9
Fix bad request instead of 403 on getting slots 2021-11-16 18:40:03 -05:00
jvyden
b1bd71341b
Merge pull request #59 from turecross321/patch-10
pages implemented
2021-11-16 17:09:01 -05:00
jvyden
92ffcf3c41
Return NotFound when getting null from FindBestRoom 2021-11-16 17:05:23 -05:00
jvyden
00e3d2013a
Fix state updating 2021-11-16 16:37:57 -05:00
jvyden
ba60328eaf
Room creation 2021-11-16 16:10:42 -05:00
turecross321
c2f7030e5a
pages implemented 2021-11-16 21:54:32 +01:00
jvyden
590b303dcd
Merge pull request #57 from hydronePVP45/patch-9
fixed total thingy in queue lsit
2021-11-16 14:12:00 -05:00
jvyden
198c438abc
RoomHelper.FindBestRoom 2021-11-16 13:41:34 -05:00
hydronePVP45
6569048f9b
removed unnecessary variables 2021-11-15 22:38:32 +01:00
hydronePVP45
1856cf7264
implemented pages in the queue list, hearted levels and hearted users
not the page button but the actual size thing
2021-11-15 20:54:06 +01:00
hydronePVP45
a78623b6ab
add favourite users total thingy 2021-11-15 20:16:02 +01:00
hydronePVP45
cdd3ece718
add favourite slots amount thing 2021-11-15 20:13:32 +01:00
hydronePVP45
a01a78563f
fixed total thingy in queue lsit 2021-11-15 20:11:15 +01:00