* Initial work for verifying login ticket signatures
* Add candidate psn public key
* Add candidate psn public key and fix nuget packages
* Finalize npticket changes
* Add support for ticket version 3.0
* Rework login system to link platform accounts instead of using ip addresses
* Make linked accounts green instead of blue
* Fix api building
* Fix unit tests
* Actually fix unit tests
* Set unit test user's linked platform
* Why was this the wrong default value?
* Fix username change code
* Make TicketHash hash the entire ticket instead of just the serial
* Send password setup email when user sets their email for the first time
* Changes from self review
* NET 7.0 support
* Bump Pomelo MySql to support EF7
* Its net7.0 time
* Trying to resolve dependencies by hand
* Fix .NET 7 warnings
* Bump InfluxDB version
* Fix bad null handling
* Add prefilled username to registration token
* call toString on query to work with EF
* Fix typo in RegisterForm.cshtml
* Only show username notice if the user's username hasn't been chosen already
* Add confirmation message to DeleteUserCommand
* Initial work for rate limiting
* Refactor GameServerStartup and change default rate limit config
* Adjust config naming and add Enabled option to global and override rate limits
* Fix LBP3 republish bug
* Fix bugs in rate limiting and allow for multiple matched overrides
* Add this qualifier for private variable
* Changes from self review
* Many bug fixes and performance enhancements
* Fix warnings and speed up photos with me
* Finish refactoring user serialization
* Finish refactoring user serialization
Use GameTokens instead of User when possible
Prevent negative page sizes
* Fix debug compilation
* Add gzip compression to example nginx config
* Remove deflate changes
* Add UsernameFromWebToken
Co-authored-by: Jayden <jvyden@jvyden.xyz>
* Added user invite system
* Added user invite system
* Revert recent migrations and try again
* stopped implicitly assigning token variables
* Added correct context to migrations
* Apply suggestions from code review
Some grammar changes, etc.
Co-authored-by: Jayden <jvyden@jvyden.xyz>
* Updated the API key page
* Removed enabled field from APIKey
* Removed reference to APIKey.Enabled
* Add creation guide text
* Fix this.Forbid() usage
Causes an exception on my machine for some reason, always has.
* Fix more forbid usages
* Return 404 if trying to generate token when private registration is disabled
* Capture authentication schema more cleanly
Co-authored-by: Jayden <jvyden@jvyden.xyz>