Commit graph

1502 commits

Author SHA1 Message Date
jvyden
3e25fea446
Patch up an oopsie 2022-01-16 21:18:59 -05:00
jvyden
75d4c25f59
Add VersionInfoPage 2022-01-16 21:14:14 -05:00
jvyden
2ace4dc101
Set user locations when creating a fake room 2022-01-16 20:34:36 -05:00
jvyden
bd2aff74af
Log when a room is found for a user 2022-01-16 20:34:14 -05:00
jvyden
be7200aaf0
Fix match deserialization not reading 7-digit hex values 2022-01-16 19:59:24 -05:00
jvyden
777ba3ef59
Make sure no-js users can still use auto-refresh 2022-01-16 19:39:13 -05:00
jvyden
9109e98898
Add button to stop refreshing page in room visualizer 2022-01-16 19:21:20 -05:00
jvyden
c1e807b29a
Add ability to create fake rooms and delete all rooms 2022-01-16 19:10:36 -05:00
jvyden
643404a7b3
Show best room in room visualizer 2022-01-16 18:24:41 -05:00
jvyden
a2ec13205f
Make rooms dependent on game version 2022-01-16 18:08:20 -05:00
jvyden
1823cf55a2
Adjust room visualizer refresh time to 5 seconds 2022-01-16 17:51:04 -05:00
jvyden
dc46534141
Add room visualizer debug page 2022-01-16 17:48:20 -05:00
jvyden
bf49ae422c
Fix off-by-one error in LBP1 cool slots 2022-01-16 14:49:17 -05:00
jvyden
2bca140dab
Actually fix LBP1 cool slots 2022-01-16 14:39:32 -05:00
jvyden
04cdca0d26
Don't log post body in release builds
Closes #28
2022-01-16 14:29:44 -05:00
jvyden
12a4618c6f
Send back friends list from npData
Closes #94
2022-01-16 14:24:59 -05:00
jvyden
24f311489e
Fix cool levels regression for LBP1 & LBPV
Closes #118
2022-01-16 13:54:50 -05:00
jvyden
107b283f5d
Merge remote-tracking branch 'origin/main' 2022-01-16 13:49:10 -05:00
jvyden
add6d6c707
Show Slot GameVersion on SlotCardPartial
Closes #119
2022-01-16 13:49:02 -05:00
jvyden
a47c6892c3
Fix some config options not being shown properly 2022-01-14 22:30:29 -05:00
jvyden
9acbd4b4a5
Allow adding CustomCategory instances from database 2022-01-13 08:17:47 -05:00
jvyden
cce7b4d026
Fix server sending incorrect boolean values in network settings 2022-01-11 21:37:34 -05:00
jvyden
37c5fe3748
Fix vita create mode networksettings key 2022-01-11 20:23:11 -05:00
jvyden
8a80968735
Add config options for boos and vita online create mode 2022-01-11 15:50:44 -05:00
jvyden
757a96d435
Merge branch 'main' into lbp3-collections 2022-01-11 02:59:18 -05:00
jvyden
3aa4aac772
Add HeartedCategory 2022-01-11 02:44:15 -05:00
jvyden
c8dc84e029
Fix CategoryWithUser not pulling slots & total slots properly 2022-01-11 02:23:45 -05:00
jvyden
2a9537e769
Add ability to fetch levels from a category 2022-01-11 00:42:43 -05:00
jvyden
da0732d358
Merge pull request #111 from LBPUnion/account-banning
Add ability to ban accounts
2022-01-09 23:45:41 -05:00
jvyden
960f26b95c
Add ban confirmation page 2022-01-09 23:43:07 -05:00
jvyden
1f2d9f3303
Dont refer to DeleteUserCommand as banning 2022-01-09 23:05:32 -05:00
jvyden
55dd1114f1
Merge branch 'main' into account-banning 2022-01-09 23:03:06 -05:00
jvyden
11297b3f06
Allow more customization of the eula & announce screens 2022-01-09 22:41:39 -05:00
jvyden
2eef5392a1
Merge branch 'main' into account-banning 2022-01-09 00:55:34 -05:00
jvyden
6e2e7ae529
Merge pull request #114 from LBPUnion/web-tests
Add ability to test the website using Selenium
2022-01-09 00:52:11 -05:00
jvyden
21f07bbcd9
Merge pull request #106 from LumaLivy/more-slot-categories
Add more slot categories
2022-01-09 00:51:54 -05:00
jvyden
ace4ef8f5b
Remove most duplicated code 2022-01-09 00:48:06 -05:00
jvyden
47afbf03f7
Merge branch 'more-slot-categories' into web-tests 2022-01-09 00:23:46 -05:00
jvyden
0ba95c32f8
Merge branch 'main' into more-slot-categories 2022-01-09 00:20:05 -05:00
jvyden
7c238f8d7e
Merge branch 'main' into account-banning 2022-01-09 00:18:12 -05:00
Michael Youngling
9f57eb1c11
Update README.md
Updated the leading description to reflect the updated description of the GitHub project, added links to our contact page and the Project Lighthouse questions/discussion megathread.
2021-12-29 14:04:49 -05:00
jvyden
c3d4a97565
Fix category slot serialization bug 2021-12-28 17:15:31 -05:00
jvyden
f8c02cb3aa
Add QueueCategory 2021-12-28 16:55:00 -05:00
jvyden
d6a0b7fd9c
Implement LBP3 community tab 2021-12-27 20:37:39 -05:00
jvyden
d240a7480b
Add rejected login logging 2021-12-26 17:47:15 -05:00
jvyden
383c8b2fc4
Set site web manifest short_name, fix ms tile color 2021-12-24 14:53:40 -05:00
jvyden
714b53bd42
Update favicon 2021-12-24 14:36:11 -05:00
jvyden
d96c544d71
Merge branch 'main' into web-tests 2021-12-24 14:22:18 -05:00
jvyden
cb2f5cf1fc
Improve mobile support 2021-12-23 21:12:28 -05:00
jvyden
2cdd094e00
Add debug info section to webpage 2021-12-23 20:57:49 -05:00