Commit graph

435 commits

Author SHA1 Message Date
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
jvyden
740a7f7803
Fix vita slot counts 2021-11-15 01:55:33 -05:00
jvyden
8eccfe316d
Merge pull request #55 from LumaLivy/main
Add per-game user playcounts, make slot.serialize() arguments more elegant
2021-11-15 00:31:08 -05:00
jvyden
f95dfb6612
Add LBP Vita support for tracking plays 2021-11-15 00:30:35 -05:00
jvyden
543996c1a6
Use server-side randomness 2021-11-15 00:19:43 -05:00
jvyden
d5ff088552
Remove debugging fragment (?) 2021-11-15 00:17:16 -05:00
jvyden
9d46110b7c
Add defaults to nullable strings in User 2021-11-15 00:14:35 -05:00
jvyden
a9969336dc
Merge branch 'main' into lumalivy-main 2021-11-14 23:51:25 -05:00
jvyden
79a7102667
Update NuGet packages (EntityFramework -> 6.0.0) 2021-11-14 23:50:43 -05:00
jvyden
93a6d8500e
Potential fix for missing icons (#49) 2021-11-14 22:02:35 -05:00
LumaLivy
911ae535c0
Merge pull request #3 from LumaLivy/LBPUnion-main
Lbp union main
2021-11-14 21:54:43 -05:00
LumaLivy
dc6fe23fc5 ditto 2021-11-14 21:50:32 -05:00
LumaLivy
d9f72681b9 Resolve merge conflicts (use this.database instead of new Database()) 2021-11-14 21:50:16 -05:00
LumaLivy
372095937e Integrate yourXStats into serializer nicely 2021-11-14 21:35:20 -05:00